@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;400;500;600;700;800&display=swap");
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 8, app/assets/stylesheets/theme-saas.css */
: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: #0F66DC;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --primary-2: #F28233;
  --primary-3: #031328;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 40, app/assets/stylesheets/theme-saas.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 45, app/assets/stylesheets/theme-saas.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 51, app/assets/stylesheets/theme-saas.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 54, app/assets/stylesheets/theme-saas.css */
body {
  margin: 0;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #fff;
}

/* line 64, app/assets/stylesheets/theme-saas.css */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 67, app/assets/stylesheets/theme-saas.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 72, app/assets/stylesheets/theme-saas.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 76, app/assets/stylesheets/theme-saas.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 80, app/assets/stylesheets/theme-saas.css */
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 90, app/assets/stylesheets/theme-saas.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 95, app/assets/stylesheets/theme-saas.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 101, app/assets/stylesheets/theme-saas.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/theme-saas.css */
dt {
  font-weight: 600;
}

/* line 110, app/assets/stylesheets/theme-saas.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 114, app/assets/stylesheets/theme-saas.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 117, app/assets/stylesheets/theme-saas.css */
b,
strong {
  font-weight: bolder;
}

/* line 121, app/assets/stylesheets/theme-saas.css */
small {
  font-size: 80%;
}

/* line 124, app/assets/stylesheets/theme-saas.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 131, app/assets/stylesheets/theme-saas.css */
sub {
  bottom: -.25em;
}

/* line 134, app/assets/stylesheets/theme-saas.css */
sup {
  top: -.5em;
}

/* line 137, app/assets/stylesheets/theme-saas.css */
a {
  color: #0F66DC;
  text-decoration: none;
  background-color: transparent;
}

/* line 141, app/assets/stylesheets/theme-saas.css */
a:hover {
  color: #0a4594;
  text-decoration: none;
}

/* line 145, app/assets/stylesheets/theme-saas.css */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/theme-saas.css */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 152, app/assets/stylesheets/theme-saas.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 159, app/assets/stylesheets/theme-saas.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 165, app/assets/stylesheets/theme-saas.css */
figure {
  margin: 0 0 1rem;
}

/* line 168, app/assets/stylesheets/theme-saas.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 172, app/assets/stylesheets/theme-saas.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/theme-saas.css */
table {
  border-collapse: collapse;
}

/* line 179, app/assets/stylesheets/theme-saas.css */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #adb5bd;
  text-align: left;
  caption-side: bottom;
}

/* line 186, app/assets/stylesheets/theme-saas.css */
th {
  text-align: inherit;
}

/* line 189, app/assets/stylesheets/theme-saas.css */
label {
  display: inline-block;
  margin-bottom: 0.75rem;
}

/* line 193, app/assets/stylesheets/theme-saas.css */
button {
  border-radius: 0;
}

/* line 196, app/assets/stylesheets/theme-saas.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 200, app/assets/stylesheets/theme-saas.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 210, app/assets/stylesheets/theme-saas.css */
button,
input {
  overflow: visible;
}

/* line 214, app/assets/stylesheets/theme-saas.css */
button,
select {
  text-transform: none;
}

/* line 218, app/assets/stylesheets/theme-saas.css */
[role="button"] {
  cursor: pointer;
}

/* line 221, app/assets/stylesheets/theme-saas.css */
select {
  word-wrap: normal;
}

/* line 224, app/assets/stylesheets/theme-saas.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 230, app/assets/stylesheets/theme-saas.css */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 236, app/assets/stylesheets/theme-saas.css */
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 243, app/assets/stylesheets/theme-saas.css */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 248, app/assets/stylesheets/theme-saas.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 252, app/assets/stylesheets/theme-saas.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 258, app/assets/stylesheets/theme-saas.css */
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 269, app/assets/stylesheets/theme-saas.css */
progress {
  vertical-align: baseline;
}

/* line 272, app/assets/stylesheets/theme-saas.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 276, app/assets/stylesheets/theme-saas.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 280, app/assets/stylesheets/theme-saas.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 283, app/assets/stylesheets/theme-saas.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 287, app/assets/stylesheets/theme-saas.css */
output {
  display: inline-block;
}

/* line 290, app/assets/stylesheets/theme-saas.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/theme-saas.css */
template {
  display: none;
}

/* line 297, app/assets/stylesheets/theme-saas.css */
[hidden] {
  display: none !important;
}

/* line 300, app/assets/stylesheets/theme-saas.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
}

/* line 308, app/assets/stylesheets/theme-saas.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 311, app/assets/stylesheets/theme-saas.css */
h2, .h2 {
  font-size: 2rem;
}

/* line 314, app/assets/stylesheets/theme-saas.css */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 317, app/assets/stylesheets/theme-saas.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 320, app/assets/stylesheets/theme-saas.css */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 323, app/assets/stylesheets/theme-saas.css */
h6, .h6 {
  font-size: 1rem;
}

/* line 326, app/assets/stylesheets/theme-saas.css */
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 330, app/assets/stylesheets/theme-saas.css */
.display-1 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 335, app/assets/stylesheets/theme-saas.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 340, app/assets/stylesheets/theme-saas.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 345, app/assets/stylesheets/theme-saas.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 350, app/assets/stylesheets/theme-saas.css */
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 356, app/assets/stylesheets/theme-saas.css */
small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 361, app/assets/stylesheets/theme-saas.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 366, app/assets/stylesheets/theme-saas.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 370, app/assets/stylesheets/theme-saas.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 374, app/assets/stylesheets/theme-saas.css */
.list-inline-item {
  display: inline-block;
}

/* line 376, app/assets/stylesheets/theme-saas.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 379, app/assets/stylesheets/theme-saas.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 383, app/assets/stylesheets/theme-saas.css */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

/* line 387, app/assets/stylesheets/theme-saas.css */
.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
}

/* line 391, app/assets/stylesheets/theme-saas.css */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 394, app/assets/stylesheets/theme-saas.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 398, app/assets/stylesheets/theme-saas.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
  max-width: 100%;
  height: auto;
}

/* line 406, app/assets/stylesheets/theme-saas.css */
.figure {
  display: inline-block;
}

/* line 409, app/assets/stylesheets/theme-saas.css */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 413, app/assets/stylesheets/theme-saas.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 417, app/assets/stylesheets/theme-saas.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 421, app/assets/stylesheets/theme-saas.css */
a > code {
  color: inherit;
}

/* line 424, app/assets/stylesheets/theme-saas.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 430, app/assets/stylesheets/theme-saas.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 435, app/assets/stylesheets/theme-saas.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 439, app/assets/stylesheets/theme-saas.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 444, app/assets/stylesheets/theme-saas.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 448, app/assets/stylesheets/theme-saas.css */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 455, app/assets/stylesheets/theme-saas.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 458, app/assets/stylesheets/theme-saas.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 461, app/assets/stylesheets/theme-saas.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 464, app/assets/stylesheets/theme-saas.css */
  .container {
    max-width: 1140px;
  }
}

/* line 467, app/assets/stylesheets/theme-saas.css */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 475, app/assets/stylesheets/theme-saas.css */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 479, app/assets/stylesheets/theme-saas.css */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 483, app/assets/stylesheets/theme-saas.css */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 487, app/assets/stylesheets/theme-saas.css */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 490, app/assets/stylesheets/theme-saas.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 496, app/assets/stylesheets/theme-saas.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 499, app/assets/stylesheets/theme-saas.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 504, app/assets/stylesheets/theme-saas.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 515, app/assets/stylesheets/theme-saas.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

/* line 521, app/assets/stylesheets/theme-saas.css */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 525, app/assets/stylesheets/theme-saas.css */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 529, app/assets/stylesheets/theme-saas.css */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 533, app/assets/stylesheets/theme-saas.css */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 537, app/assets/stylesheets/theme-saas.css */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 541, app/assets/stylesheets/theme-saas.css */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 545, app/assets/stylesheets/theme-saas.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 550, app/assets/stylesheets/theme-saas.css */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 554, app/assets/stylesheets/theme-saas.css */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 558, app/assets/stylesheets/theme-saas.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 562, app/assets/stylesheets/theme-saas.css */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 566, app/assets/stylesheets/theme-saas.css */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 570, app/assets/stylesheets/theme-saas.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 574, app/assets/stylesheets/theme-saas.css */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 578, app/assets/stylesheets/theme-saas.css */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 582, app/assets/stylesheets/theme-saas.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 586, app/assets/stylesheets/theme-saas.css */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 590, app/assets/stylesheets/theme-saas.css */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 594, app/assets/stylesheets/theme-saas.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 598, app/assets/stylesheets/theme-saas.css */
.order-first {
  order: -1;
}

/* line 601, app/assets/stylesheets/theme-saas.css */
.order-last {
  order: 13;
}

/* line 604, app/assets/stylesheets/theme-saas.css */
.order-0 {
  order: 0;
}

/* line 607, app/assets/stylesheets/theme-saas.css */
.order-1 {
  order: 1;
}

/* line 610, app/assets/stylesheets/theme-saas.css */
.order-2 {
  order: 2;
}

/* line 613, app/assets/stylesheets/theme-saas.css */
.order-3 {
  order: 3;
}

/* line 616, app/assets/stylesheets/theme-saas.css */
.order-4 {
  order: 4;
}

/* line 619, app/assets/stylesheets/theme-saas.css */
.order-5 {
  order: 5;
}

/* line 622, app/assets/stylesheets/theme-saas.css */
.order-6 {
  order: 6;
}

/* line 625, app/assets/stylesheets/theme-saas.css */
.order-7 {
  order: 7;
}

/* line 628, app/assets/stylesheets/theme-saas.css */
.order-8 {
  order: 8;
}

/* line 631, app/assets/stylesheets/theme-saas.css */
.order-9 {
  order: 9;
}

/* line 634, app/assets/stylesheets/theme-saas.css */
.order-10 {
  order: 10;
}

/* line 637, app/assets/stylesheets/theme-saas.css */
.order-11 {
  order: 11;
}

/* line 640, app/assets/stylesheets/theme-saas.css */
.order-12 {
  order: 12;
}

/* line 643, app/assets/stylesheets/theme-saas.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 646, app/assets/stylesheets/theme-saas.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 649, app/assets/stylesheets/theme-saas.css */
.offset-3 {
  margin-left: 25%;
}

/* line 652, app/assets/stylesheets/theme-saas.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 655, app/assets/stylesheets/theme-saas.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 658, app/assets/stylesheets/theme-saas.css */
.offset-6 {
  margin-left: 50%;
}

/* line 661, app/assets/stylesheets/theme-saas.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 664, app/assets/stylesheets/theme-saas.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 667, app/assets/stylesheets/theme-saas.css */
.offset-9 {
  margin-left: 75%;
}

/* line 670, app/assets/stylesheets/theme-saas.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 673, app/assets/stylesheets/theme-saas.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 677, app/assets/stylesheets/theme-saas.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 682, app/assets/stylesheets/theme-saas.css */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 685, app/assets/stylesheets/theme-saas.css */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 688, app/assets/stylesheets/theme-saas.css */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 691, app/assets/stylesheets/theme-saas.css */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 694, app/assets/stylesheets/theme-saas.css */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 697, app/assets/stylesheets/theme-saas.css */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 700, app/assets/stylesheets/theme-saas.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 704, app/assets/stylesheets/theme-saas.css */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 707, app/assets/stylesheets/theme-saas.css */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 710, app/assets/stylesheets/theme-saas.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 713, app/assets/stylesheets/theme-saas.css */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 716, app/assets/stylesheets/theme-saas.css */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 719, app/assets/stylesheets/theme-saas.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 722, app/assets/stylesheets/theme-saas.css */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 725, app/assets/stylesheets/theme-saas.css */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 728, app/assets/stylesheets/theme-saas.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 731, app/assets/stylesheets/theme-saas.css */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 734, app/assets/stylesheets/theme-saas.css */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 737, app/assets/stylesheets/theme-saas.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 740, app/assets/stylesheets/theme-saas.css */
  .order-sm-first {
    order: -1;
  }
  /* line 742, app/assets/stylesheets/theme-saas.css */
  .order-sm-last {
    order: 13;
  }
  /* line 744, app/assets/stylesheets/theme-saas.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 746, app/assets/stylesheets/theme-saas.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 748, app/assets/stylesheets/theme-saas.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 750, app/assets/stylesheets/theme-saas.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 752, app/assets/stylesheets/theme-saas.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 754, app/assets/stylesheets/theme-saas.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 756, app/assets/stylesheets/theme-saas.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 758, app/assets/stylesheets/theme-saas.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 760, app/assets/stylesheets/theme-saas.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 762, app/assets/stylesheets/theme-saas.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 764, app/assets/stylesheets/theme-saas.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 766, app/assets/stylesheets/theme-saas.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 768, app/assets/stylesheets/theme-saas.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 770, app/assets/stylesheets/theme-saas.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 772, app/assets/stylesheets/theme-saas.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 774, app/assets/stylesheets/theme-saas.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 776, app/assets/stylesheets/theme-saas.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 778, app/assets/stylesheets/theme-saas.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 780, app/assets/stylesheets/theme-saas.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 782, app/assets/stylesheets/theme-saas.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 784, app/assets/stylesheets/theme-saas.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 786, app/assets/stylesheets/theme-saas.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 788, app/assets/stylesheets/theme-saas.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 790, app/assets/stylesheets/theme-saas.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 792, app/assets/stylesheets/theme-saas.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 796, app/assets/stylesheets/theme-saas.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 801, app/assets/stylesheets/theme-saas.css */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 804, app/assets/stylesheets/theme-saas.css */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 807, app/assets/stylesheets/theme-saas.css */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 810, app/assets/stylesheets/theme-saas.css */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 813, app/assets/stylesheets/theme-saas.css */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 816, app/assets/stylesheets/theme-saas.css */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 819, app/assets/stylesheets/theme-saas.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 823, app/assets/stylesheets/theme-saas.css */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 826, app/assets/stylesheets/theme-saas.css */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 829, app/assets/stylesheets/theme-saas.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 832, app/assets/stylesheets/theme-saas.css */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 835, app/assets/stylesheets/theme-saas.css */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 838, app/assets/stylesheets/theme-saas.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 841, app/assets/stylesheets/theme-saas.css */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 844, app/assets/stylesheets/theme-saas.css */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 847, app/assets/stylesheets/theme-saas.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 850, app/assets/stylesheets/theme-saas.css */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 853, app/assets/stylesheets/theme-saas.css */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 856, app/assets/stylesheets/theme-saas.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 859, app/assets/stylesheets/theme-saas.css */
  .order-md-first {
    order: -1;
  }
  /* line 861, app/assets/stylesheets/theme-saas.css */
  .order-md-last {
    order: 13;
  }
  /* line 863, app/assets/stylesheets/theme-saas.css */
  .order-md-0 {
    order: 0;
  }
  /* line 865, app/assets/stylesheets/theme-saas.css */
  .order-md-1 {
    order: 1;
  }
  /* line 867, app/assets/stylesheets/theme-saas.css */
  .order-md-2 {
    order: 2;
  }
  /* line 869, app/assets/stylesheets/theme-saas.css */
  .order-md-3 {
    order: 3;
  }
  /* line 871, app/assets/stylesheets/theme-saas.css */
  .order-md-4 {
    order: 4;
  }
  /* line 873, app/assets/stylesheets/theme-saas.css */
  .order-md-5 {
    order: 5;
  }
  /* line 875, app/assets/stylesheets/theme-saas.css */
  .order-md-6 {
    order: 6;
  }
  /* line 877, app/assets/stylesheets/theme-saas.css */
  .order-md-7 {
    order: 7;
  }
  /* line 879, app/assets/stylesheets/theme-saas.css */
  .order-md-8 {
    order: 8;
  }
  /* line 881, app/assets/stylesheets/theme-saas.css */
  .order-md-9 {
    order: 9;
  }
  /* line 883, app/assets/stylesheets/theme-saas.css */
  .order-md-10 {
    order: 10;
  }
  /* line 885, app/assets/stylesheets/theme-saas.css */
  .order-md-11 {
    order: 11;
  }
  /* line 887, app/assets/stylesheets/theme-saas.css */
  .order-md-12 {
    order: 12;
  }
  /* line 889, app/assets/stylesheets/theme-saas.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 891, app/assets/stylesheets/theme-saas.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 893, app/assets/stylesheets/theme-saas.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 895, app/assets/stylesheets/theme-saas.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 897, app/assets/stylesheets/theme-saas.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 899, app/assets/stylesheets/theme-saas.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 901, app/assets/stylesheets/theme-saas.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 903, app/assets/stylesheets/theme-saas.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 905, app/assets/stylesheets/theme-saas.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 907, app/assets/stylesheets/theme-saas.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 909, app/assets/stylesheets/theme-saas.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 911, app/assets/stylesheets/theme-saas.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 915, app/assets/stylesheets/theme-saas.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 920, app/assets/stylesheets/theme-saas.css */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 923, app/assets/stylesheets/theme-saas.css */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 926, app/assets/stylesheets/theme-saas.css */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 929, app/assets/stylesheets/theme-saas.css */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 932, app/assets/stylesheets/theme-saas.css */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 935, app/assets/stylesheets/theme-saas.css */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 938, app/assets/stylesheets/theme-saas.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 942, app/assets/stylesheets/theme-saas.css */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 945, app/assets/stylesheets/theme-saas.css */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 948, app/assets/stylesheets/theme-saas.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 951, app/assets/stylesheets/theme-saas.css */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 954, app/assets/stylesheets/theme-saas.css */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 957, app/assets/stylesheets/theme-saas.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 960, app/assets/stylesheets/theme-saas.css */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 963, app/assets/stylesheets/theme-saas.css */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 966, app/assets/stylesheets/theme-saas.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 969, app/assets/stylesheets/theme-saas.css */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 972, app/assets/stylesheets/theme-saas.css */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 975, app/assets/stylesheets/theme-saas.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 978, app/assets/stylesheets/theme-saas.css */
  .order-lg-first {
    order: -1;
  }
  /* line 980, app/assets/stylesheets/theme-saas.css */
  .order-lg-last {
    order: 13;
  }
  /* line 982, app/assets/stylesheets/theme-saas.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 984, app/assets/stylesheets/theme-saas.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 986, app/assets/stylesheets/theme-saas.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 988, app/assets/stylesheets/theme-saas.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 990, app/assets/stylesheets/theme-saas.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 992, app/assets/stylesheets/theme-saas.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 994, app/assets/stylesheets/theme-saas.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 996, app/assets/stylesheets/theme-saas.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 998, app/assets/stylesheets/theme-saas.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1000, app/assets/stylesheets/theme-saas.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1002, app/assets/stylesheets/theme-saas.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1004, app/assets/stylesheets/theme-saas.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1006, app/assets/stylesheets/theme-saas.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1008, app/assets/stylesheets/theme-saas.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1010, app/assets/stylesheets/theme-saas.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1012, app/assets/stylesheets/theme-saas.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1014, app/assets/stylesheets/theme-saas.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1016, app/assets/stylesheets/theme-saas.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1018, app/assets/stylesheets/theme-saas.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1020, app/assets/stylesheets/theme-saas.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1022, app/assets/stylesheets/theme-saas.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1024, app/assets/stylesheets/theme-saas.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1026, app/assets/stylesheets/theme-saas.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1028, app/assets/stylesheets/theme-saas.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1030, app/assets/stylesheets/theme-saas.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1034, app/assets/stylesheets/theme-saas.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 1039, app/assets/stylesheets/theme-saas.css */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1042, app/assets/stylesheets/theme-saas.css */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1045, app/assets/stylesheets/theme-saas.css */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1048, app/assets/stylesheets/theme-saas.css */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1051, app/assets/stylesheets/theme-saas.css */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1054, app/assets/stylesheets/theme-saas.css */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1057, app/assets/stylesheets/theme-saas.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1061, app/assets/stylesheets/theme-saas.css */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1064, app/assets/stylesheets/theme-saas.css */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1067, app/assets/stylesheets/theme-saas.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1070, app/assets/stylesheets/theme-saas.css */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1073, app/assets/stylesheets/theme-saas.css */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1076, app/assets/stylesheets/theme-saas.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1079, app/assets/stylesheets/theme-saas.css */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1082, app/assets/stylesheets/theme-saas.css */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1085, app/assets/stylesheets/theme-saas.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1088, app/assets/stylesheets/theme-saas.css */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1091, app/assets/stylesheets/theme-saas.css */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1094, app/assets/stylesheets/theme-saas.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1097, app/assets/stylesheets/theme-saas.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1099, app/assets/stylesheets/theme-saas.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1101, app/assets/stylesheets/theme-saas.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1103, app/assets/stylesheets/theme-saas.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1105, app/assets/stylesheets/theme-saas.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1107, app/assets/stylesheets/theme-saas.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1109, app/assets/stylesheets/theme-saas.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1111, app/assets/stylesheets/theme-saas.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1113, app/assets/stylesheets/theme-saas.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1115, app/assets/stylesheets/theme-saas.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1117, app/assets/stylesheets/theme-saas.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1119, app/assets/stylesheets/theme-saas.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1121, app/assets/stylesheets/theme-saas.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1123, app/assets/stylesheets/theme-saas.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1125, app/assets/stylesheets/theme-saas.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1127, app/assets/stylesheets/theme-saas.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1129, app/assets/stylesheets/theme-saas.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1131, app/assets/stylesheets/theme-saas.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1133, app/assets/stylesheets/theme-saas.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1135, app/assets/stylesheets/theme-saas.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1137, app/assets/stylesheets/theme-saas.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1139, app/assets/stylesheets/theme-saas.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1141, app/assets/stylesheets/theme-saas.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1143, app/assets/stylesheets/theme-saas.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1145, app/assets/stylesheets/theme-saas.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1147, app/assets/stylesheets/theme-saas.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1149, app/assets/stylesheets/theme-saas.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1152, app/assets/stylesheets/theme-saas.css */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #495057;
  background-color: transparent;
}

/* line 1157, app/assets/stylesheets/theme-saas.css */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1162, app/assets/stylesheets/theme-saas.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1165, app/assets/stylesheets/theme-saas.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1168, app/assets/stylesheets/theme-saas.css */
.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

/* line 1172, app/assets/stylesheets/theme-saas.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1174, app/assets/stylesheets/theme-saas.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1177, app/assets/stylesheets/theme-saas.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1181, app/assets/stylesheets/theme-saas.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1187, app/assets/stylesheets/theme-saas.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(15, 102, 220, 0.05);
}

/* line 1190, app/assets/stylesheets/theme-saas.css */
.table-hover tbody tr:hover {
  color: #495057;
  background-color: rgba(15, 102, 220, 0.05);
}

/* line 1194, app/assets/stylesheets/theme-saas.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcd4f5;
}

/* line 1199, app/assets/stylesheets/theme-saas.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #82afed;
}

/* line 1205, app/assets/stylesheets/theme-saas.css */
.table-hover .table-primary:hover {
  background-color: #a6c6f2;
}

/* line 1207, app/assets/stylesheets/theme-saas.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a6c6f2;
}

/* line 1211, app/assets/stylesheets/theme-saas.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1216, app/assets/stylesheets/theme-saas.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1222, app/assets/stylesheets/theme-saas.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1224, app/assets/stylesheets/theme-saas.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1228, app/assets/stylesheets/theme-saas.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1233, app/assets/stylesheets/theme-saas.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 1239, app/assets/stylesheets/theme-saas.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1241, app/assets/stylesheets/theme-saas.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1245, app/assets/stylesheets/theme-saas.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1250, app/assets/stylesheets/theme-saas.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1256, app/assets/stylesheets/theme-saas.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1258, app/assets/stylesheets/theme-saas.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1262, app/assets/stylesheets/theme-saas.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1267, app/assets/stylesheets/theme-saas.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1273, app/assets/stylesheets/theme-saas.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1275, app/assets/stylesheets/theme-saas.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1279, app/assets/stylesheets/theme-saas.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1284, app/assets/stylesheets/theme-saas.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1290, app/assets/stylesheets/theme-saas.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1292, app/assets/stylesheets/theme-saas.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1296, app/assets/stylesheets/theme-saas.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1301, app/assets/stylesheets/theme-saas.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1307, app/assets/stylesheets/theme-saas.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1309, app/assets/stylesheets/theme-saas.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1313, app/assets/stylesheets/theme-saas.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

/* line 1318, app/assets/stylesheets/theme-saas.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90;
}

/* line 1324, app/assets/stylesheets/theme-saas.css */
.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

/* line 1326, app/assets/stylesheets/theme-saas.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

/* line 1330, app/assets/stylesheets/theme-saas.css */
.table-primary-2,
.table-primary-2 > th,
.table-primary-2 > td {
  background-color: #fbdcc6;
}

/* line 1335, app/assets/stylesheets/theme-saas.css */
.table-primary-2 th,
.table-primary-2 td,
.table-primary-2 thead th,
.table-primary-2 tbody + tbody {
  border-color: #f8be95;
}

/* line 1341, app/assets/stylesheets/theme-saas.css */
.table-hover .table-primary-2:hover {
  background-color: #f9cdae;
}

/* line 1343, app/assets/stylesheets/theme-saas.css */
.table-hover .table-primary-2:hover > td,
.table-hover .table-primary-2:hover > th {
  background-color: #f9cdae;
}

/* line 1347, app/assets/stylesheets/theme-saas.css */
.table-primary-3,
.table-primary-3 > th,
.table-primary-3 > td {
  background-color: #b8bdc3;
}

/* line 1352, app/assets/stylesheets/theme-saas.css */
.table-primary-3 th,
.table-primary-3 td,
.table-primary-3 thead th,
.table-primary-3 tbody + tbody {
  border-color: #7c848f;
}

/* line 1358, app/assets/stylesheets/theme-saas.css */
.table-hover .table-primary-3:hover {
  background-color: #aab0b7;
}

/* line 1360, app/assets/stylesheets/theme-saas.css */
.table-hover .table-primary-3:hover > td,
.table-hover .table-primary-3:hover > th {
  background-color: #aab0b7;
}

/* line 1364, app/assets/stylesheets/theme-saas.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(15, 102, 220, 0.05);
}

/* line 1369, app/assets/stylesheets/theme-saas.css */
.table-hover .table-active:hover {
  background-color: rgba(13, 91, 196, 0.05);
}

/* line 1371, app/assets/stylesheets/theme-saas.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(13, 91, 196, 0.05);
}

/* line 1375, app/assets/stylesheets/theme-saas.css */
.table .thead-dark th {
  color: #fff;
  background-color: #031328;
  border-color: #32383e;
}

/* line 1380, app/assets/stylesheets/theme-saas.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1385, app/assets/stylesheets/theme-saas.css */
.table-dark {
  color: #fff;
  background-color: #031328;
}

/* line 1388, app/assets/stylesheets/theme-saas.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1392, app/assets/stylesheets/theme-saas.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 1394, app/assets/stylesheets/theme-saas.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1396, app/assets/stylesheets/theme-saas.css */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1401, app/assets/stylesheets/theme-saas.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1406, app/assets/stylesheets/theme-saas.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1410, app/assets/stylesheets/theme-saas.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1415, app/assets/stylesheets/theme-saas.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1419, app/assets/stylesheets/theme-saas.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1424, app/assets/stylesheets/theme-saas.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1428, app/assets/stylesheets/theme-saas.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1433, app/assets/stylesheets/theme-saas.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1436, app/assets/stylesheets/theme-saas.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1441, app/assets/stylesheets/theme-saas.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1444, app/assets/stylesheets/theme-saas.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1459, app/assets/stylesheets/theme-saas.css */
  .form-control {
    transition: none;
  }
}

/* line 1461, app/assets/stylesheets/theme-saas.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1464, app/assets/stylesheets/theme-saas.css */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 1467, app/assets/stylesheets/theme-saas.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
}

/* line 1473, app/assets/stylesheets/theme-saas.css */
.form-control::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 1476, app/assets/stylesheets/theme-saas.css */
.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 1479, app/assets/stylesheets/theme-saas.css */
.form-control:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 1482, app/assets/stylesheets/theme-saas.css */
.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 1485, app/assets/stylesheets/theme-saas.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1489, app/assets/stylesheets/theme-saas.css */
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 1497, app/assets/stylesheets/theme-saas.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1501, app/assets/stylesheets/theme-saas.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1506, app/assets/stylesheets/theme-saas.css */
.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1513, app/assets/stylesheets/theme-saas.css */
.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1519, app/assets/stylesheets/theme-saas.css */
.col-form-label-sm {
  padding-top: calc(0.21875rem + 1px);
  padding-bottom: calc(0.21875rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1525, app/assets/stylesheets/theme-saas.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1536, app/assets/stylesheets/theme-saas.css */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1540, app/assets/stylesheets/theme-saas.css */
.form-control-sm {
  height: calc(1.5em + 0.4375rem + 2px);
  padding: 0.21875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

/* line 1547, app/assets/stylesheets/theme-saas.css */
.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 0.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

/* line 1554, app/assets/stylesheets/theme-saas.css */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1557, app/assets/stylesheets/theme-saas.css */
textarea.form-control {
  height: auto;
}

/* line 1560, app/assets/stylesheets/theme-saas.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 1563, app/assets/stylesheets/theme-saas.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1567, app/assets/stylesheets/theme-saas.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1572, app/assets/stylesheets/theme-saas.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1577, app/assets/stylesheets/theme-saas.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1582, app/assets/stylesheets/theme-saas.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 1586, app/assets/stylesheets/theme-saas.css */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #adb5bd;
}

/* line 1590, app/assets/stylesheets/theme-saas.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 1593, app/assets/stylesheets/theme-saas.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 1598, app/assets/stylesheets/theme-saas.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 1604, app/assets/stylesheets/theme-saas.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #28a745;
}

/* line 1611, app/assets/stylesheets/theme-saas.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745;
  border-radius: 0.3125rem;
}

/* line 1625, app/assets/stylesheets/theme-saas.css */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 1631, app/assets/stylesheets/theme-saas.css */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.875rem);
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

/* line 1638, app/assets/stylesheets/theme-saas.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1642, app/assets/stylesheets/theme-saas.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

/* line 1646, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

/* line 1650, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1654, app/assets/stylesheets/theme-saas.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 1657, app/assets/stylesheets/theme-saas.css */
.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 1662, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 1664, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 1667, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 1671, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1674, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 1677, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 1680, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 1684, app/assets/stylesheets/theme-saas.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #dc3545;
}

/* line 1691, app/assets/stylesheets/theme-saas.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: #dc3545;
  border-radius: 0.3125rem;
}

/* line 1705, app/assets/stylesheets/theme-saas.css */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 1711, app/assets/stylesheets/theme-saas.css */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

/* line 1718, app/assets/stylesheets/theme-saas.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1722, app/assets/stylesheets/theme-saas.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

/* line 1726, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}

/* line 1730, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1734, app/assets/stylesheets/theme-saas.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 1737, app/assets/stylesheets/theme-saas.css */
.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 1742, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 1744, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 1747, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 1751, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1754, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 1757, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 1760, app/assets/stylesheets/theme-saas.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 1764, app/assets/stylesheets/theme-saas.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 1768, app/assets/stylesheets/theme-saas.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 1771, app/assets/stylesheets/theme-saas.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 1776, app/assets/stylesheets/theme-saas.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 1782, app/assets/stylesheets/theme-saas.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1786, app/assets/stylesheets/theme-saas.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 1788, app/assets/stylesheets/theme-saas.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 1791, app/assets/stylesheets/theme-saas.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 1797, app/assets/stylesheets/theme-saas.css */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 1803, app/assets/stylesheets/theme-saas.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 1806, app/assets/stylesheets/theme-saas.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 1809, app/assets/stylesheets/theme-saas.css */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #495057;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
  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 1827, app/assets/stylesheets/theme-saas.css */
  .btn {
    transition: none;
  }
}

/* line 1829, app/assets/stylesheets/theme-saas.css */
.btn:hover {
  color: #495057;
  text-decoration: none;
}

/* line 1832, app/assets/stylesheets/theme-saas.css */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 102, 220, 0.25);
}

/* line 1835, app/assets/stylesheets/theme-saas.css */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 1837, app/assets/stylesheets/theme-saas.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 1840, app/assets/stylesheets/theme-saas.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 1844, app/assets/stylesheets/theme-saas.css */
.btn-primary {
  color: #fff;
  background-color: #0F66DC;
  border-color: #0F66DC;
}

/* line 1848, app/assets/stylesheets/theme-saas.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0d55b8;
  border-color: #0c50ac;
}

/* line 1852, app/assets/stylesheets/theme-saas.css */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0d55b8;
  border-color: #0c50ac;
  box-shadow: 0 0 0 0.2rem rgba(51, 125, 225, 0.5);
}

/* line 1857, app/assets/stylesheets/theme-saas.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0F66DC;
  border-color: #0F66DC;
}

/* line 1861, app/assets/stylesheets/theme-saas.css */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c50ac;
  border-color: #0b4aa0;
}

/* line 1866, app/assets/stylesheets/theme-saas.css */
.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(51, 125, 225, 0.5);
}

/* line 1870, app/assets/stylesheets/theme-saas.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 1874, app/assets/stylesheets/theme-saas.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 1878, app/assets/stylesheets/theme-saas.css */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 1883, app/assets/stylesheets/theme-saas.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 1887, app/assets/stylesheets/theme-saas.css */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 1892, app/assets/stylesheets/theme-saas.css */
.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(130, 138, 145, 0.5);
}

/* line 1896, app/assets/stylesheets/theme-saas.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 1900, app/assets/stylesheets/theme-saas.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 1904, app/assets/stylesheets/theme-saas.css */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 1909, app/assets/stylesheets/theme-saas.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 1913, app/assets/stylesheets/theme-saas.css */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 1918, app/assets/stylesheets/theme-saas.css */
.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(72, 180, 97, 0.5);
}

/* line 1922, app/assets/stylesheets/theme-saas.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 1926, app/assets/stylesheets/theme-saas.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 1930, app/assets/stylesheets/theme-saas.css */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 1935, app/assets/stylesheets/theme-saas.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 1939, app/assets/stylesheets/theme-saas.css */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 1944, app/assets/stylesheets/theme-saas.css */
.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(58, 176, 195, 0.5);
}

/* line 1948, app/assets/stylesheets/theme-saas.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 1952, app/assets/stylesheets/theme-saas.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 1956, app/assets/stylesheets/theme-saas.css */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 1961, app/assets/stylesheets/theme-saas.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 1965, app/assets/stylesheets/theme-saas.css */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 1970, app/assets/stylesheets/theme-saas.css */
.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(222, 170, 12, 0.5);
}

/* line 1974, app/assets/stylesheets/theme-saas.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 1978, app/assets/stylesheets/theme-saas.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 1982, app/assets/stylesheets/theme-saas.css */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 1987, app/assets/stylesheets/theme-saas.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 1991, app/assets/stylesheets/theme-saas.css */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 1996, app/assets/stylesheets/theme-saas.css */
.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(225, 83, 97, 0.5);
}

/* line 2000, app/assets/stylesheets/theme-saas.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2004, app/assets/stylesheets/theme-saas.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2008, app/assets/stylesheets/theme-saas.css */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2013, app/assets/stylesheets/theme-saas.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2017, app/assets/stylesheets/theme-saas.css */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2022, app/assets/stylesheets/theme-saas.css */
.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(216, 217, 219, 0.5);
}

/* line 2026, app/assets/stylesheets/theme-saas.css */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 2030, app/assets/stylesheets/theme-saas.css */
.btn-dark:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}

/* line 2034, app/assets/stylesheets/theme-saas.css */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

/* line 2039, app/assets/stylesheets/theme-saas.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 2043, app/assets/stylesheets/theme-saas.css */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}

/* line 2048, app/assets/stylesheets/theme-saas.css */
.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(66, 70, 73, 0.5);
}

/* line 2052, app/assets/stylesheets/theme-saas.css */
.btn-primary-2 {
  color: #212529;
  background-color: #F28233;
  border-color: #F28233;
}

/* line 2056, app/assets/stylesheets/theme-saas.css */
.btn-primary-2:hover {
  color: #fff;
  background-color: #ef6c0f;
  border-color: #e4670e;
}

/* line 2060, app/assets/stylesheets/theme-saas.css */
.btn-primary-2:focus, .btn-primary-2.focus {
  color: #fff;
  background-color: #ef6c0f;
  border-color: #e4670e;
  box-shadow: 0 0 0 0.2rem rgba(211, 116, 50, 0.5);
}

/* line 2065, app/assets/stylesheets/theme-saas.css */
.btn-primary-2.disabled, .btn-primary-2:disabled {
  color: #212529;
  background-color: #F28233;
  border-color: #F28233;
}

/* line 2069, app/assets/stylesheets/theme-saas.css */
.btn-primary-2:not(:disabled):not(.disabled):active, .btn-primary-2.active:not(:disabled):not(.disabled),
.show > .btn-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #e4670e;
  border-color: #d8610e;
}

/* line 2074, app/assets/stylesheets/theme-saas.css */
.btn-primary-2:not(:disabled):not(.disabled):active:focus, .btn-primary-2.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 116, 50, 0.5);
}

/* line 2078, app/assets/stylesheets/theme-saas.css */
.btn-primary-3 {
  color: #fff;
  background-color: #031328;
  border-color: #031328;
}

/* line 2082, app/assets/stylesheets/theme-saas.css */
.btn-primary-3:hover {
  color: #fff;
  background-color: #000204;
  border-color: black;
}

/* line 2086, app/assets/stylesheets/theme-saas.css */
.btn-primary-3:focus, .btn-primary-3.focus {
  color: #fff;
  background-color: #000204;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 72, 0.5);
}

/* line 2091, app/assets/stylesheets/theme-saas.css */
.btn-primary-3.disabled, .btn-primary-3:disabled {
  color: #fff;
  background-color: #031328;
  border-color: #031328;
}

/* line 2095, app/assets/stylesheets/theme-saas.css */
.btn-primary-3:not(:disabled):not(.disabled):active, .btn-primary-3.active:not(:disabled):not(.disabled),
.show > .btn-primary-3.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 2100, app/assets/stylesheets/theme-saas.css */
.btn-primary-3:not(:disabled):not(.disabled):active:focus, .btn-primary-3.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 54, 72, 0.5);
}

/* line 2104, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary {
  color: #0F66DC;
  border-color: #0F66DC;
}

/* line 2107, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0F66DC;
  border-color: #0F66DC;
}

/* line 2111, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 102, 220, 0.5);
}

/* line 2113, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0F66DC;
  background-color: transparent;
}

/* line 2116, app/assets/stylesheets/theme-saas.css */
.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: #0F66DC;
  border-color: #0F66DC;
}

/* line 2121, app/assets/stylesheets/theme-saas.css */
.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(15, 102, 220, 0.5);
}

/* line 2125, app/assets/stylesheets/theme-saas.css */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2128, app/assets/stylesheets/theme-saas.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2132, app/assets/stylesheets/theme-saas.css */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2134, app/assets/stylesheets/theme-saas.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2137, app/assets/stylesheets/theme-saas.css */
.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: #6c757d;
  border-color: #6c757d;
}

/* line 2142, app/assets/stylesheets/theme-saas.css */
.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(108, 117, 125, 0.5);
}

/* line 2146, app/assets/stylesheets/theme-saas.css */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2149, app/assets/stylesheets/theme-saas.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2153, app/assets/stylesheets/theme-saas.css */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2155, app/assets/stylesheets/theme-saas.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2158, app/assets/stylesheets/theme-saas.css */
.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: #28a745;
  border-color: #28a745;
}

/* line 2163, app/assets/stylesheets/theme-saas.css */
.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(40, 167, 69, 0.5);
}

/* line 2167, app/assets/stylesheets/theme-saas.css */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2170, app/assets/stylesheets/theme-saas.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2174, app/assets/stylesheets/theme-saas.css */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2176, app/assets/stylesheets/theme-saas.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2179, app/assets/stylesheets/theme-saas.css */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2184, app/assets/stylesheets/theme-saas.css */
.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(23, 162, 184, 0.5);
}

/* line 2188, app/assets/stylesheets/theme-saas.css */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 2191, app/assets/stylesheets/theme-saas.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2195, app/assets/stylesheets/theme-saas.css */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2197, app/assets/stylesheets/theme-saas.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2200, app/assets/stylesheets/theme-saas.css */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2205, app/assets/stylesheets/theme-saas.css */
.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(255, 193, 7, 0.5);
}

/* line 2209, app/assets/stylesheets/theme-saas.css */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 2212, app/assets/stylesheets/theme-saas.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2216, app/assets/stylesheets/theme-saas.css */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2218, app/assets/stylesheets/theme-saas.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2221, app/assets/stylesheets/theme-saas.css */
.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: #dc3545;
  border-color: #dc3545;
}

/* line 2226, app/assets/stylesheets/theme-saas.css */
.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(220, 53, 69, 0.5);
}

/* line 2230, app/assets/stylesheets/theme-saas.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2233, app/assets/stylesheets/theme-saas.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2237, app/assets/stylesheets/theme-saas.css */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2239, app/assets/stylesheets/theme-saas.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2242, app/assets/stylesheets/theme-saas.css */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2247, app/assets/stylesheets/theme-saas.css */
.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(248, 249, 250, 0.5);
}

/* line 2251, app/assets/stylesheets/theme-saas.css */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 2254, app/assets/stylesheets/theme-saas.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 2258, app/assets/stylesheets/theme-saas.css */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

/* line 2260, app/assets/stylesheets/theme-saas.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 2263, app/assets/stylesheets/theme-saas.css */
.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: #212529;
  border-color: #212529;
}

/* line 2268, app/assets/stylesheets/theme-saas.css */
.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(33, 37, 41, 0.5);
}

/* line 2272, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2 {
  color: #F28233;
  border-color: #F28233;
}

/* line 2275, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2:hover {
  color: #212529;
  background-color: #F28233;
  border-color: #F28233;
}

/* line 2279, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2:focus, .btn-outline-primary-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 130, 51, 0.5);
}

/* line 2281, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
  color: #F28233;
  background-color: transparent;
}

/* line 2284, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary-2.dropdown-toggle {
  color: #212529;
  background-color: #F28233;
  border-color: #F28233;
}

/* line 2289, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-2.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 130, 51, 0.5);
}

/* line 2293, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3 {
  color: #031328;
  border-color: #031328;
}

/* line 2296, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3:hover {
  color: #fff;
  background-color: #031328;
  border-color: #031328;
}

/* line 2300, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3:focus, .btn-outline-primary-3.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 19, 40, 0.5);
}

/* line 2302, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3.disabled, .btn-outline-primary-3:disabled {
  color: #031328;
  background-color: transparent;
}

/* line 2305, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3:not(:disabled):not(.disabled):active, .btn-outline-primary-3.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary-3.dropdown-toggle {
  color: #fff;
  background-color: #031328;
  border-color: #031328;
}

/* line 2310, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-3.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 19, 40, 0.5);
}

/* line 2314, app/assets/stylesheets/theme-saas.css */
.btn-link {
  font-weight: 400;
  color: #0F66DC;
  text-decoration: none;
}

/* line 2318, app/assets/stylesheets/theme-saas.css */
.btn-link:hover {
  color: #0a4594;
  text-decoration: none;
}

/* line 2321, app/assets/stylesheets/theme-saas.css */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

/* line 2323, app/assets/stylesheets/theme-saas.css */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 2327, app/assets/stylesheets/theme-saas.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 2.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

/* line 2333, app/assets/stylesheets/theme-saas.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.21875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

/* line 2339, app/assets/stylesheets/theme-saas.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2342, app/assets/stylesheets/theme-saas.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2345, app/assets/stylesheets/theme-saas.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2350, app/assets/stylesheets/theme-saas.css */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2353, app/assets/stylesheets/theme-saas.css */
  .fade {
    transition: none;
  }
}

/* line 2355, app/assets/stylesheets/theme-saas.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 2358, app/assets/stylesheets/theme-saas.css */
.collapse:not(.show) {
  display: none;
}

/* line 2361, app/assets/stylesheets/theme-saas.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2367, app/assets/stylesheets/theme-saas.css */
  .collapsing {
    transition: none;
  }
}

/* line 2370, app/assets/stylesheets/theme-saas.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2376, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2378, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 2387, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2390, app/assets/stylesheets/theme-saas.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.75rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
}

/* line 2409, app/assets/stylesheets/theme-saas.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2413, app/assets/stylesheets/theme-saas.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2418, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 2421, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2426, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 2429, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2434, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 2437, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 2442, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 2445, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 2449, app/assets/stylesheets/theme-saas.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 2455, app/assets/stylesheets/theme-saas.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 2465, app/assets/stylesheets/theme-saas.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2468, app/assets/stylesheets/theme-saas.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 2475, app/assets/stylesheets/theme-saas.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 2485, app/assets/stylesheets/theme-saas.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2488, app/assets/stylesheets/theme-saas.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 2491, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 2498, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 2504, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 2507, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 2516, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2519, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 2522, app/assets/stylesheets/theme-saas.css */
.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 2526, app/assets/stylesheets/theme-saas.css */
.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #dee2e6;
}

/* line 2532, app/assets/stylesheets/theme-saas.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgba(73, 80, 87, 0.5);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2543, app/assets/stylesheets/theme-saas.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: #3d4349;
  text-decoration: none;
  background-color: transparent;
}

/* line 2547, app/assets/stylesheets/theme-saas.css */
.dropdown-item.active, .dropdown-item:active {
  color: #0F66DC;
  text-decoration: none;
  background-color: transparent;
}

/* line 2551, app/assets/stylesheets/theme-saas.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 2556, app/assets/stylesheets/theme-saas.css */
.dropdown-menu.show {
  display: block;
}

/* line 2559, app/assets/stylesheets/theme-saas.css */
.dropdown-header {
  display: block;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #212529;
  white-space: nowrap;
}

/* line 2567, app/assets/stylesheets/theme-saas.css */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: rgba(73, 80, 87, 0.5);
}

/* line 2572, app/assets/stylesheets/theme-saas.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 2577, app/assets/stylesheets/theme-saas.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 2581, app/assets/stylesheets/theme-saas.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 2584, app/assets/stylesheets/theme-saas.css */
.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 2590, app/assets/stylesheets/theme-saas.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 2594, app/assets/stylesheets/theme-saas.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 2597, app/assets/stylesheets/theme-saas.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 2601, app/assets/stylesheets/theme-saas.css */
.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 2606, app/assets/stylesheets/theme-saas.css */
.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 2611, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 2614, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 2618, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 2621, app/assets/stylesheets/theme-saas.css */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 2625, app/assets/stylesheets/theme-saas.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
}

/* line 2629, app/assets/stylesheets/theme-saas.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 2633, app/assets/stylesheets/theme-saas.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 2636, app/assets/stylesheets/theme-saas.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 2639, app/assets/stylesheets/theme-saas.css */
.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 2643, app/assets/stylesheets/theme-saas.css */
.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 2648, app/assets/stylesheets/theme-saas.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 2651, app/assets/stylesheets/theme-saas.css */
.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 2659, app/assets/stylesheets/theme-saas.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 2665, app/assets/stylesheets/theme-saas.css */
.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 2674, app/assets/stylesheets/theme-saas.css */
.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 2687, app/assets/stylesheets/theme-saas.css */
.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 2691, app/assets/stylesheets/theme-saas.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 2693, app/assets/stylesheets/theme-saas.css */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2697, app/assets/stylesheets/theme-saas.css */
.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 2701, app/assets/stylesheets/theme-saas.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 2704, app/assets/stylesheets/theme-saas.css */
.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 2708, app/assets/stylesheets/theme-saas.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2712, app/assets/stylesheets/theme-saas.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 2715, app/assets/stylesheets/theme-saas.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 2719, app/assets/stylesheets/theme-saas.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 2722, app/assets/stylesheets/theme-saas.css */
.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 2732, app/assets/stylesheets/theme-saas.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 2735, app/assets/stylesheets/theme-saas.css */
.input-group-append {
  margin-left: -1px;
}

/* line 2738, app/assets/stylesheets/theme-saas.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
}

/* line 2752, app/assets/stylesheets/theme-saas.css */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 2756, app/assets/stylesheets/theme-saas.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 2px);
}

/* line 2760, app/assets/stylesheets/theme-saas.css */
.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.875rem 0.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

/* line 2771, app/assets/stylesheets/theme-saas.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.4375rem + 2px);
}

/* line 2775, app/assets/stylesheets/theme-saas.css */
.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.21875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
}

/* line 2786, app/assets/stylesheets/theme-saas.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 2790, app/assets/stylesheets/theme-saas.css */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2799, app/assets/stylesheets/theme-saas.css */
.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 2808, app/assets/stylesheets/theme-saas.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
}

/* line 2814, app/assets/stylesheets/theme-saas.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 2818, app/assets/stylesheets/theme-saas.css */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 2825, app/assets/stylesheets/theme-saas.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0F66DC;
  background-color: #0F66DC;
}

/* line 2829, app/assets/stylesheets/theme-saas.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 102, 220, 0.25);
}

/* line 2831, app/assets/stylesheets/theme-saas.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ced4da;
}

/* line 2833, app/assets/stylesheets/theme-saas.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a5c8f9;
  border-color: #a5c8f9;
}

/* line 2837, app/assets/stylesheets/theme-saas.css */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 2839, app/assets/stylesheets/theme-saas.css */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 2842, app/assets/stylesheets/theme-saas.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 2846, app/assets/stylesheets/theme-saas.css */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 2857, app/assets/stylesheets/theme-saas.css */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 2867, app/assets/stylesheets/theme-saas.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.3125rem;
}

/* line 2870, app/assets/stylesheets/theme-saas.css */
.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 2873, app/assets/stylesheets/theme-saas.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0F66DC;
  background-color: #0F66DC;
}

/* line 2877, app/assets/stylesheets/theme-saas.css */
.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 2880, app/assets/stylesheets/theme-saas.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 102, 220, 0.5);
}

/* line 2883, app/assets/stylesheets/theme-saas.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(15, 102, 220, 0.5);
}

/* line 2886, app/assets/stylesheets/theme-saas.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 2889, app/assets/stylesheets/theme-saas.css */
.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 2892, app/assets/stylesheets/theme-saas.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 102, 220, 0.5);
}

/* line 2895, app/assets/stylesheets/theme-saas.css */
.custom-switch {
  padding-left: 4.5rem;
}

/* line 2897, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-label::before {
  left: -4.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 200px;
}

/* line 2902, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-4.5rem + 2px);
  width: 1rem;
  height: 1rem;
  background-color: #adb5bd;
  border-radius: 200px;
  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 2911, app/assets/stylesheets/theme-saas.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 2913, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(2rem);
}

/* line 2916, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 102, 220, 0.5);
}

/* line 2919, app/assets/stylesheets/theme-saas.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2935, app/assets/stylesheets/theme-saas.css */
.custom-select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

/* line 2939, app/assets/stylesheets/theme-saas.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2942, app/assets/stylesheets/theme-saas.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 2946, app/assets/stylesheets/theme-saas.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 2949, app/assets/stylesheets/theme-saas.css */
.custom-select::-ms-expand {
  display: none;
}

/* line 2951, app/assets/stylesheets/theme-saas.css */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 2955, app/assets/stylesheets/theme-saas.css */
.custom-select-sm {
  height: calc(1.5em + 0.4375rem + 2px);
  padding-top: 0.21875rem;
  padding-bottom: 0.21875rem;
  padding-left: 1rem;
  font-size: 75%;
}

/* line 2962, app/assets/stylesheets/theme-saas.css */
.custom-select-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.875rem;
  font-size: 125%;
}

/* line 2969, app/assets/stylesheets/theme-saas.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin-bottom: 0;
}

/* line 2976, app/assets/stylesheets/theme-saas.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 2983, app/assets/stylesheets/theme-saas.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ced4da;
  box-shadow: 0 0 0 0.2rem rgba(15, 102, 220, 0.25);
}

/* line 2986, app/assets/stylesheets/theme-saas.css */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 2989, app/assets/stylesheets/theme-saas.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 2991, app/assets/stylesheets/theme-saas.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 2994, app/assets/stylesheets/theme-saas.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
}

/* line 3008, app/assets/stylesheets/theme-saas.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.875rem);
  padding: 0.4375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

/* line 3024, app/assets/stylesheets/theme-saas.css */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3032, app/assets/stylesheets/theme-saas.css */
.custom-range:focus {
  outline: none;
}

/* line 3034, app/assets/stylesheets/theme-saas.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 3036, app/assets/stylesheets/theme-saas.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 3038, app/assets/stylesheets/theme-saas.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 3040, app/assets/stylesheets/theme-saas.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3042, app/assets/stylesheets/theme-saas.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.3125rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 3054, app/assets/stylesheets/theme-saas.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3057, app/assets/stylesheets/theme-saas.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #0F66DC;
}

/* line 3059, app/assets/stylesheets/theme-saas.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecef;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3067, app/assets/stylesheets/theme-saas.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 3078, app/assets/stylesheets/theme-saas.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3081, app/assets/stylesheets/theme-saas.css */
.custom-range::-moz-range-thumb:active {
  background-color: #0F66DC;
}

/* line 3083, app/assets/stylesheets/theme-saas.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecef;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3091, app/assets/stylesheets/theme-saas.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 3104, app/assets/stylesheets/theme-saas.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3107, app/assets/stylesheets/theme-saas.css */
.custom-range::-ms-thumb:active {
  background-color: #0F66DC;
}

/* line 3109, app/assets/stylesheets/theme-saas.css */
.custom-range::-ms-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3117, app/assets/stylesheets/theme-saas.css */
.custom-range::-ms-fill-lower {
  background-color: #e9ecef;
  border-radius: 1rem;
}

/* line 3120, app/assets/stylesheets/theme-saas.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e9ecef;
  border-radius: 1rem;
}

/* line 3124, app/assets/stylesheets/theme-saas.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 3126, app/assets/stylesheets/theme-saas.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3128, app/assets/stylesheets/theme-saas.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 3130, app/assets/stylesheets/theme-saas.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3132, app/assets/stylesheets/theme-saas.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 3135, app/assets/stylesheets/theme-saas.css */
.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 3140, app/assets/stylesheets/theme-saas.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 3145, app/assets/stylesheets/theme-saas.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3152, app/assets/stylesheets/theme-saas.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3155, app/assets/stylesheets/theme-saas.css */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3157, app/assets/stylesheets/theme-saas.css */
.nav-link.disabled {
  color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 3162, app/assets/stylesheets/theme-saas.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3164, app/assets/stylesheets/theme-saas.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3166, app/assets/stylesheets/theme-saas.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

/* line 3170, app/assets/stylesheets/theme-saas.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 3172, app/assets/stylesheets/theme-saas.css */
.nav-tabs .nav-link.disabled {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}

/* line 3176, app/assets/stylesheets/theme-saas.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 3181, app/assets/stylesheets/theme-saas.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3186, app/assets/stylesheets/theme-saas.css */
.nav-pills .nav-link {
  border-radius: 0.3125rem;
}

/* line 3189, app/assets/stylesheets/theme-saas.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0F66DC;
}

/* line 3194, app/assets/stylesheets/theme-saas.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3198, app/assets/stylesheets/theme-saas.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3203, app/assets/stylesheets/theme-saas.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 3206, app/assets/stylesheets/theme-saas.css */
.tab-content > .active {
  display: block;
}

/* line 3209, app/assets/stylesheets/theme-saas.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}

/* line 3216, app/assets/stylesheets/theme-saas.css */
.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 3223, app/assets/stylesheets/theme-saas.css */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3231, app/assets/stylesheets/theme-saas.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 3234, app/assets/stylesheets/theme-saas.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3240, app/assets/stylesheets/theme-saas.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3243, app/assets/stylesheets/theme-saas.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3247, app/assets/stylesheets/theme-saas.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3252, app/assets/stylesheets/theme-saas.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 3257, app/assets/stylesheets/theme-saas.css */
.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 3264, app/assets/stylesheets/theme-saas.css */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 3267, app/assets/stylesheets/theme-saas.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 3277, app/assets/stylesheets/theme-saas.css */
  .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 3283, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3286, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 3288, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3290, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  /* line 3293, app/assets/stylesheets/theme-saas.css */
  .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 3296, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3299, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3303, app/assets/stylesheets/theme-saas.css */
  .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 3309, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3312, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 3314, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3316, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  /* line 3319, app/assets/stylesheets/theme-saas.css */
  .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 3322, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3325, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 3329, app/assets/stylesheets/theme-saas.css */
  .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 3335, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3338, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 3340, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3342, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  /* line 3345, app/assets/stylesheets/theme-saas.css */
  .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 3348, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3351, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 3355, app/assets/stylesheets/theme-saas.css */
  .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: 1200px) {
  /* line 3361, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 3364, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 3366, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3368, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  /* line 3371, app/assets/stylesheets/theme-saas.css */
  .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 3374, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3377, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 3380, app/assets/stylesheets/theme-saas.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 3383, app/assets/stylesheets/theme-saas.css */
.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 3387, app/assets/stylesheets/theme-saas.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 3389, app/assets/stylesheets/theme-saas.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3391, app/assets/stylesheets/theme-saas.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3394, app/assets/stylesheets/theme-saas.css */
.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 3397, app/assets/stylesheets/theme-saas.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 3400, app/assets/stylesheets/theme-saas.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3403, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-brand {
  color: #495057;
}

/* line 3405, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #495057;
}

/* line 3408, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(73, 80, 87, 0.5);
}

/* line 3410, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(73, 80, 87, 0.9);
}

/* line 3412, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(73, 80, 87, 0.3);
}

/* line 3415, app/assets/stylesheets/theme-saas.css */
.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: #495057;
}

/* line 3421, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-toggler {
  color: rgba(73, 80, 87, 0.5);
  border-color: rgba(73, 80, 87, 0.1);
}

/* line 3425, app/assets/stylesheets/theme-saas.css */
.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%2873, 80, 87, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3428, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-text {
  color: rgba(73, 80, 87, 0.5);
}

/* line 3430, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-text a {
  color: #495057;
}

/* line 3432, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #495057;
}

/* line 3435, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 3437, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 3440, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3442, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 3444, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 3447, app/assets/stylesheets/theme-saas.css */
.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 3453, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 3457, app/assets/stylesheets/theme-saas.css */
.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 3460, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3462, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 3464, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 3467, app/assets/stylesheets/theme-saas.css */
.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 rgba(0, 0, 0, 0.125);
  border-radius: 0.625rem;
}

/* line 3477, app/assets/stylesheets/theme-saas.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 3480, app/assets/stylesheets/theme-saas.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 3483, app/assets/stylesheets/theme-saas.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}

/* line 3487, app/assets/stylesheets/theme-saas.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px);
}

/* line 3492, app/assets/stylesheets/theme-saas.css */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

/* line 3497, app/assets/stylesheets/theme-saas.css */
.card-title {
  margin-bottom: 2rem;
}

/* line 3500, app/assets/stylesheets/theme-saas.css */
.card-subtitle {
  margin-top: -1rem;
  margin-bottom: 0;
}

/* line 3504, app/assets/stylesheets/theme-saas.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3507, app/assets/stylesheets/theme-saas.css */
.card-link:hover {
  text-decoration: none;
}

/* line 3510, app/assets/stylesheets/theme-saas.css */
.card-link + .card-link {
  margin-left: 2rem;
}

/* line 3513, app/assets/stylesheets/theme-saas.css */
.card-header {
  padding: 2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 3518, app/assets/stylesheets/theme-saas.css */
.card-header:first-child {
  border-radius: calc(0.625rem - 1px) calc(0.625rem - 1px) 0 0;
}

/* line 3520, app/assets/stylesheets/theme-saas.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 3524, app/assets/stylesheets/theme-saas.css */
.card > .card-footer:last-child {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

/* line 3529, app/assets/stylesheets/theme-saas.css */
.card-footer {
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  padding: 0.75rem 1.25rem;
}

/* line 3535, app/assets/stylesheets/theme-saas.css */
.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -2rem;
  margin-left: -1rem;
  border-bottom: 0;
}

/* line 3541, app/assets/stylesheets/theme-saas.css */
.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 3545, app/assets/stylesheets/theme-saas.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 3553, app/assets/stylesheets/theme-saas.css */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 3559, app/assets/stylesheets/theme-saas.css */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}

/* line 3564, app/assets/stylesheets/theme-saas.css */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px);
}

/* line 3569, app/assets/stylesheets/theme-saas.css */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 3573, app/assets/stylesheets/theme-saas.css */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 3578, app/assets/stylesheets/theme-saas.css */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 3584, app/assets/stylesheets/theme-saas.css */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 3588, app/assets/stylesheets/theme-saas.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 3591, app/assets/stylesheets/theme-saas.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 3594, app/assets/stylesheets/theme-saas.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3597, app/assets/stylesheets/theme-saas.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3600, app/assets/stylesheets/theme-saas.css */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 3603, app/assets/stylesheets/theme-saas.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 3606, app/assets/stylesheets/theme-saas.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3609, app/assets/stylesheets/theme-saas.css */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 3612, app/assets/stylesheets/theme-saas.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 3616, app/assets/stylesheets/theme-saas.css */
.card-columns .card {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  /* line 3620, app/assets/stylesheets/theme-saas.css */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 3629, app/assets/stylesheets/theme-saas.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 3633, app/assets/stylesheets/theme-saas.css */
.accordion > .card {
  overflow: hidden;
}

/* line 3635, app/assets/stylesheets/theme-saas.css */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3639, app/assets/stylesheets/theme-saas.css */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3642, app/assets/stylesheets/theme-saas.css */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 3646, app/assets/stylesheets/theme-saas.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  list-style: none;
  background-color: rgba(15, 102, 220, 0.1);
  border-radius: 200rem;
}

/* line 3655, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item {
  display: flex;
}

/* line 3657, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}

/* line 3659, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.25rem;
  color: #6c757d;
  content: "/";
}

/* line 3664, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 3666, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 3668, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item.active {
  color: #adb5bd;
}

/* line 3671, app/assets/stylesheets/theme-saas.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
}

/* line 3679, app/assets/stylesheets/theme-saas.css */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0F66DC;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 3688, app/assets/stylesheets/theme-saas.css */
.page-link:hover {
  z-index: 2;
  color: #0a4594;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 3694, app/assets/stylesheets/theme-saas.css */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 102, 220, 0.25);
}

/* line 3699, app/assets/stylesheets/theme-saas.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

/* line 3704, app/assets/stylesheets/theme-saas.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

/* line 3708, app/assets/stylesheets/theme-saas.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0F66DC;
  border-color: #0F66DC;
}

/* line 3714, app/assets/stylesheets/theme-saas.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 3721, app/assets/stylesheets/theme-saas.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 3726, app/assets/stylesheets/theme-saas.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

/* line 3730, app/assets/stylesheets/theme-saas.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

/* line 3734, app/assets/stylesheets/theme-saas.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 3739, app/assets/stylesheets/theme-saas.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 3743, app/assets/stylesheets/theme-saas.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 3747, app/assets/stylesheets/theme-saas.css */
.badge {
  display: inline-block;
  padding: 0.5em 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
  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 3759, app/assets/stylesheets/theme-saas.css */
  .badge {
    transition: none;
  }
}

/* line 3761, app/assets/stylesheets/theme-saas.css */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 3763, app/assets/stylesheets/theme-saas.css */
.badge:empty {
  display: none;
}

/* line 3766, app/assets/stylesheets/theme-saas.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 3770, app/assets/stylesheets/theme-saas.css */
.badge-pill {
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

/* line 3775, app/assets/stylesheets/theme-saas.css */
.badge-primary {
  color: #fff;
  background-color: #0F66DC;
}

/* line 3778, app/assets/stylesheets/theme-saas.css */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0c50ac;
}

/* line 3781, app/assets/stylesheets/theme-saas.css */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 102, 220, 0.5);
}

/* line 3785, app/assets/stylesheets/theme-saas.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 3788, app/assets/stylesheets/theme-saas.css */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 3791, app/assets/stylesheets/theme-saas.css */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 3795, app/assets/stylesheets/theme-saas.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 3798, app/assets/stylesheets/theme-saas.css */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 3801, app/assets/stylesheets/theme-saas.css */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 3805, app/assets/stylesheets/theme-saas.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 3808, app/assets/stylesheets/theme-saas.css */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 3811, app/assets/stylesheets/theme-saas.css */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 3815, app/assets/stylesheets/theme-saas.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 3818, app/assets/stylesheets/theme-saas.css */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 3821, app/assets/stylesheets/theme-saas.css */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3825, app/assets/stylesheets/theme-saas.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 3828, app/assets/stylesheets/theme-saas.css */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 3831, app/assets/stylesheets/theme-saas.css */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3835, app/assets/stylesheets/theme-saas.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 3838, app/assets/stylesheets/theme-saas.css */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 3841, app/assets/stylesheets/theme-saas.css */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3845, app/assets/stylesheets/theme-saas.css */
.badge-dark {
  color: #fff;
  background-color: #212529;
}

/* line 3848, app/assets/stylesheets/theme-saas.css */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0a0c0d;
}

/* line 3851, app/assets/stylesheets/theme-saas.css */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

/* line 3855, app/assets/stylesheets/theme-saas.css */
.badge-primary-2 {
  color: #212529;
  background-color: #F28233;
}

/* line 3858, app/assets/stylesheets/theme-saas.css */
a.badge-primary-2:hover, a.badge-primary-2:focus {
  color: #212529;
  background-color: #e4670e;
}

/* line 3861, app/assets/stylesheets/theme-saas.css */
a.badge-primary-2:focus, a.badge-primary-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 130, 51, 0.5);
}

/* line 3865, app/assets/stylesheets/theme-saas.css */
.badge-primary-3 {
  color: #fff;
  background-color: #031328;
}

/* line 3868, app/assets/stylesheets/theme-saas.css */
a.badge-primary-3:hover, a.badge-primary-3:focus {
  color: #fff;
  background-color: black;
}

/* line 3871, app/assets/stylesheets/theme-saas.css */
a.badge-primary-3:focus, a.badge-primary-3.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 19, 40, 0.5);
}

/* line 3875, app/assets/stylesheets/theme-saas.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.625rem;
}

@media (min-width: 576px) {
  /* line 3881, app/assets/stylesheets/theme-saas.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 3884, app/assets/stylesheets/theme-saas.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 3889, app/assets/stylesheets/theme-saas.css */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
}

/* line 3896, app/assets/stylesheets/theme-saas.css */
.alert-heading {
  color: inherit;
}

/* line 3899, app/assets/stylesheets/theme-saas.css */
.alert-link {
  font-weight: 600;
}

/* line 3902, app/assets/stylesheets/theme-saas.css */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 3904, app/assets/stylesheets/theme-saas.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 3911, app/assets/stylesheets/theme-saas.css */
.alert-primary {
  color: #0e5eca;
  background-color: #e2edfb;
  border-color: #a9c8f2;
}

/* line 3915, app/assets/stylesheets/theme-saas.css */
.alert-primary hr {
  border-top-color: #93baef;
}

/* line 3917, app/assets/stylesheets/theme-saas.css */
.alert-primary .alert-link {
  color: #0b489a;
}

/* line 3920, app/assets/stylesheets/theme-saas.css */
.alert-secondary {
  color: #636c73;
  background-color: #edeeef;
  border-color: #cacdd0;
}

/* line 3924, app/assets/stylesheets/theme-saas.css */
.alert-secondary hr {
  border-top-color: #bcc0c4;
}

/* line 3926, app/assets/stylesheets/theme-saas.css */
.alert-secondary .alert-link {
  color: #4b5258;
}

/* line 3929, app/assets/stylesheets/theme-saas.css */
.alert-success {
  color: #259a3f;
  background-color: #e5f4e9;
  border-color: #b2dfbc;
}

/* line 3933, app/assets/stylesheets/theme-saas.css */
.alert-success hr {
  border-top-color: #a0d8ac;
}

/* line 3935, app/assets/stylesheets/theme-saas.css */
.alert-success .alert-link {
  color: #1b712e;
}

/* line 3938, app/assets/stylesheets/theme-saas.css */
.alert-info {
  color: #1595a9;
  background-color: #e3f4f6;
  border-color: #abdee5;
}

/* line 3942, app/assets/stylesheets/theme-saas.css */
.alert-info hr {
  border-top-color: #98d6df;
}

/* line 3944, app/assets/stylesheets/theme-saas.css */
.alert-info .alert-link {
  color: #0f6d7c;
}

/* line 3947, app/assets/stylesheets/theme-saas.css */
.alert-warning {
  color: #ebb206;
  background-color: #fff8e1;
  border-color: #ffe9a6;
}

/* line 3951, app/assets/stylesheets/theme-saas.css */
.alert-warning hr {
  border-top-color: #ffe38d;
}

/* line 3953, app/assets/stylesheets/theme-saas.css */
.alert-warning .alert-link {
  color: #b98c05;
}

/* line 3956, app/assets/stylesheets/theme-saas.css */
.alert-danger {
  color: #ca313f;
  background-color: #fbe7e9;
  border-color: #f2b6bc;
}

/* line 3960, app/assets/stylesheets/theme-saas.css */
.alert-danger hr {
  border-top-color: #eea0a8;
}

/* line 3962, app/assets/stylesheets/theme-saas.css */
.alert-danger .alert-link {
  color: #a12732;
}

/* line 3965, app/assets/stylesheets/theme-saas.css */
.alert-light {
  color: #e4e5e6;
  background-color: #fefefe;
  border-color: #fcfdfd;
}

/* line 3969, app/assets/stylesheets/theme-saas.css */
.alert-light hr {
  border-top-color: #edf3f3;
}

/* line 3971, app/assets/stylesheets/theme-saas.css */
.alert-light .alert-link {
  color: #cacccd;
}

/* line 3974, app/assets/stylesheets/theme-saas.css */
.alert-dark {
  color: #1e2226;
  background-color: #e4e5e5;
  border-color: #afb1b2;
}

/* line 3978, app/assets/stylesheets/theme-saas.css */
.alert-dark hr {
  border-top-color: #a2a4a5;
}

/* line 3980, app/assets/stylesheets/theme-saas.css */
.alert-dark .alert-link {
  color: #08090a;
}

/* line 3983, app/assets/stylesheets/theme-saas.css */
.alert-primary-2 {
  color: #df782f;
  background-color: #fdf0e7;
  border-color: #fad2b6;
}

/* line 3987, app/assets/stylesheets/theme-saas.css */
.alert-primary-2 hr {
  border-top-color: #f8c39e;
}

/* line 3989, app/assets/stylesheets/theme-saas.css */
.alert-primary-2 .alert-link {
  color: #be601d;
}

/* line 3992, app/assets/stylesheets/theme-saas.css */
.alert-primary-3 {
  color: #031125;
  background-color: #e1e3e5;
  border-color: #a4aab2;
}

/* line 3996, app/assets/stylesheets/theme-saas.css */
.alert-primary-3 hr {
  border-top-color: #969da6;
}

/* line 3998, app/assets/stylesheets/theme-saas.css */
.alert-primary-3 .alert-link {
  color: black;
}

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

/* line 4013, app/assets/stylesheets/theme-saas.css */
.progress {
  display: flex;
  height: 0.375rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 10rem;
}

/* line 4022, app/assets/stylesheets/theme-saas.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0F66DC;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4033, app/assets/stylesheets/theme-saas.css */
  .progress-bar {
    transition: none;
  }
}

/* line 4036, app/assets/stylesheets/theme-saas.css */
.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: 0.375rem 0.375rem;
}

/* line 4040, app/assets/stylesheets/theme-saas.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4044, app/assets/stylesheets/theme-saas.css */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 4048, app/assets/stylesheets/theme-saas.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 4052, app/assets/stylesheets/theme-saas.css */
.media-body {
  flex: 1;
}

/* line 4055, app/assets/stylesheets/theme-saas.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.3125rem;
}

/* line 4062, app/assets/stylesheets/theme-saas.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4066, app/assets/stylesheets/theme-saas.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: rgba(15, 102, 220, 0.05);
}

/* line 4071, app/assets/stylesheets/theme-saas.css */
.list-group-item-action:active {
  color: #495057;
  background-color: #e9ecef;
}

/* line 4075, app/assets/stylesheets/theme-saas.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 4081, app/assets/stylesheets/theme-saas.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 4084, app/assets/stylesheets/theme-saas.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 4087, app/assets/stylesheets/theme-saas.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 4091, app/assets/stylesheets/theme-saas.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0F66DC;
  border-color: #0F66DC;
}

/* line 4096, app/assets/stylesheets/theme-saas.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4098, app/assets/stylesheets/theme-saas.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 4102, app/assets/stylesheets/theme-saas.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 4104, app/assets/stylesheets/theme-saas.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.3125rem;
  border-top-right-radius: 0;
}

/* line 4107, app/assets/stylesheets/theme-saas.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0;
}

/* line 4110, app/assets/stylesheets/theme-saas.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4112, app/assets/stylesheets/theme-saas.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 4115, app/assets/stylesheets/theme-saas.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 4120, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 4122, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0;
  }
  /* line 4125, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 4128, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4130, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4133, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 4138, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 4140, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0;
  }
  /* line 4143, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 4146, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4148, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4151, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 4156, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 4158, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0;
  }
  /* line 4161, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 4164, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4166, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4169, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 4174, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 4176, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0;
  }
  /* line 4179, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 4182, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4184, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4187, app/assets/stylesheets/theme-saas.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 4191, app/assets/stylesheets/theme-saas.css */
.list-group-flush {
  border-radius: 0;
}

/* line 4193, app/assets/stylesheets/theme-saas.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 4195, app/assets/stylesheets/theme-saas.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4198, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary {
  color: #083572;
  background-color: #bcd4f5;
}

/* line 4201, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #083572;
  background-color: #a6c6f2;
}

/* line 4204, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #083572;
  border-color: #083572;
}

/* line 4209, app/assets/stylesheets/theme-saas.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 4212, app/assets/stylesheets/theme-saas.css */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 4215, app/assets/stylesheets/theme-saas.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4220, app/assets/stylesheets/theme-saas.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 4223, app/assets/stylesheets/theme-saas.css */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 4226, app/assets/stylesheets/theme-saas.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4231, app/assets/stylesheets/theme-saas.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 4234, app/assets/stylesheets/theme-saas.css */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 4237, app/assets/stylesheets/theme-saas.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4242, app/assets/stylesheets/theme-saas.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 4245, app/assets/stylesheets/theme-saas.css */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 4248, app/assets/stylesheets/theme-saas.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4253, app/assets/stylesheets/theme-saas.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 4256, app/assets/stylesheets/theme-saas.css */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 4259, app/assets/stylesheets/theme-saas.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4264, app/assets/stylesheets/theme-saas.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 4267, app/assets/stylesheets/theme-saas.css */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 4270, app/assets/stylesheets/theme-saas.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4275, app/assets/stylesheets/theme-saas.css */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}

/* line 4278, app/assets/stylesheets/theme-saas.css */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}

/* line 4281, app/assets/stylesheets/theme-saas.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

/* line 4286, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary-2 {
  color: #7e441b;
  background-color: #fbdcc6;
}

/* line 4289, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary-2.list-group-item-action:hover, .list-group-item-primary-2.list-group-item-action:focus {
  color: #7e441b;
  background-color: #f9cdae;
}

/* line 4292, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary-2.list-group-item-action.active {
  color: #fff;
  background-color: #7e441b;
  border-color: #7e441b;
}

/* line 4297, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary-3 {
  color: #020a15;
  background-color: #b8bdc3;
}

/* line 4300, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary-3.list-group-item-action:hover, .list-group-item-primary-3.list-group-item-action:focus {
  color: #020a15;
  background-color: #aab0b7;
}

/* line 4303, app/assets/stylesheets/theme-saas.css */
.list-group-item-primary-3.list-group-item-action.active {
  color: #fff;
  background-color: #020a15;
  border-color: #020a15;
}

/* line 4308, app/assets/stylesheets/theme-saas.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 4316, app/assets/stylesheets/theme-saas.css */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 4319, app/assets/stylesheets/theme-saas.css */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 4322, app/assets/stylesheets/theme-saas.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 4327, app/assets/stylesheets/theme-saas.css */
a.close.disabled {
  pointer-events: none;
}

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

/* line 4342, app/assets/stylesheets/theme-saas.css */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 4344, app/assets/stylesheets/theme-saas.css */
.toast.showing {
  opacity: 1;
}

/* line 4346, app/assets/stylesheets/theme-saas.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 4349, app/assets/stylesheets/theme-saas.css */
.toast.hide {
  display: none;
}

/* line 4352, app/assets/stylesheets/theme-saas.css */
.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);
}

/* line 4361, app/assets/stylesheets/theme-saas.css */
.toast-body {
  padding: 0.75rem;
}

/* line 4364, app/assets/stylesheets/theme-saas.css */
.modal-open {
  overflow: hidden;
}

/* line 4366, app/assets/stylesheets/theme-saas.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4370, app/assets/stylesheets/theme-saas.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 4381, app/assets/stylesheets/theme-saas.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 4386, app/assets/stylesheets/theme-saas.css */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4390, app/assets/stylesheets/theme-saas.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 4392, app/assets/stylesheets/theme-saas.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 4394, app/assets/stylesheets/theme-saas.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 4397, app/assets/stylesheets/theme-saas.css */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 4400, app/assets/stylesheets/theme-saas.css */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 4403, app/assets/stylesheets/theme-saas.css */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 4406, app/assets/stylesheets/theme-saas.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 4409, app/assets/stylesheets/theme-saas.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 4413, app/assets/stylesheets/theme-saas.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 4420, app/assets/stylesheets/theme-saas.css */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 4424, app/assets/stylesheets/theme-saas.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 4426, app/assets/stylesheets/theme-saas.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 4429, app/assets/stylesheets/theme-saas.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  outline: 0;
}

/* line 4441, app/assets/stylesheets/theme-saas.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 4449, app/assets/stylesheets/theme-saas.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4451, app/assets/stylesheets/theme-saas.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 4454, app/assets/stylesheets/theme-saas.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}

/* line 4462, app/assets/stylesheets/theme-saas.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 4466, app/assets/stylesheets/theme-saas.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 4470, app/assets/stylesheets/theme-saas.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 4475, app/assets/stylesheets/theme-saas.css */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.625rem - 1px);
  border-bottom-left-radius: calc(0.625rem - 1px);
}

/* line 4484, app/assets/stylesheets/theme-saas.css */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 4487, app/assets/stylesheets/theme-saas.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 4495, app/assets/stylesheets/theme-saas.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 4498, app/assets/stylesheets/theme-saas.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 4500, app/assets/stylesheets/theme-saas.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 4502, app/assets/stylesheets/theme-saas.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 4504, app/assets/stylesheets/theme-saas.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 4509, app/assets/stylesheets/theme-saas.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 4513, app/assets/stylesheets/theme-saas.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 4518, app/assets/stylesheets/theme-saas.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 4521, app/assets/stylesheets/theme-saas.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 4543, app/assets/stylesheets/theme-saas.css */
.tooltip.show {
  opacity: 1;
}

/* line 4545, app/assets/stylesheets/theme-saas.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.4rem;
}

/* line 4550, app/assets/stylesheets/theme-saas.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4556, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 4558, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 4560, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.25rem 0;
  border-top-color: #212529;
}

/* line 4565, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 4567, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.5rem;
}

/* line 4571, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.25rem 0.4rem 0.25rem 0;
  border-right-color: #212529;
}

/* line 4576, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 4578, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 4580, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.25rem 0.4rem;
  border-bottom-color: #212529;
}

/* line 4585, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 4587, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.5rem;
}

/* line 4591, app/assets/stylesheets/theme-saas.css */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.25rem 0 0.25rem 0.4rem;
  border-left-color: #212529;
}

/* line 4596, app/assets/stylesheets/theme-saas.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #212529;
  border-radius: 0.3125rem;
}

/* line 4604, app/assets/stylesheets/theme-saas.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.3125rem;
}

/* line 4631, app/assets/stylesheets/theme-saas.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: 0 0.3125rem;
}

/* line 4637, app/assets/stylesheets/theme-saas.css */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4644, app/assets/stylesheets/theme-saas.css */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0;
}

/* line 4646, app/assets/stylesheets/theme-saas.css */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: -1px;
}

/* line 4648, app/assets/stylesheets/theme-saas.css */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0 0 0;
  border-top-color: #dee2e6;
}

/* line 4652, app/assets/stylesheets/theme-saas.css */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0 0 0;
  border-top-color: transparent;
}

/* line 4657, app/assets/stylesheets/theme-saas.css */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0;
}

/* line 4659, app/assets/stylesheets/theme-saas.css */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: -1px;
  width: 0;
  height: 0;
  margin: 0.3125rem 0;
}

/* line 4664, app/assets/stylesheets/theme-saas.css */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0 0 0 0;
  border-right-color: #dee2e6;
}

/* line 4668, app/assets/stylesheets/theme-saas.css */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0 0 0 0;
  border-right-color: transparent;
}

/* line 4673, app/assets/stylesheets/theme-saas.css */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0;
}

/* line 4675, app/assets/stylesheets/theme-saas.css */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: -1px;
}

/* line 4677, app/assets/stylesheets/theme-saas.css */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0 0 0;
  border-bottom-color: #dee2e6;
}

/* line 4681, app/assets/stylesheets/theme-saas.css */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0 0 0;
  border-bottom-color: transparent;
}

/* line 4685, app/assets/stylesheets/theme-saas.css */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  margin-left: 0;
  content: "";
  border-bottom: 1px solid #fff;
}

/* line 4695, app/assets/stylesheets/theme-saas.css */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0;
}

/* line 4697, app/assets/stylesheets/theme-saas.css */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: -1px;
  width: 0;
  height: 0;
  margin: 0.3125rem 0;
}

/* line 4702, app/assets/stylesheets/theme-saas.css */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0 0 0 0;
  border-left-color: #dee2e6;
}

/* line 4706, app/assets/stylesheets/theme-saas.css */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0 0 0 0;
  border-left-color: transparent;
}

/* line 4711, app/assets/stylesheets/theme-saas.css */
.popover-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}

/* line 4720, app/assets/stylesheets/theme-saas.css */
.popover-header:empty {
  display: none;
}

/* line 4723, app/assets/stylesheets/theme-saas.css */
.popover-body {
  padding: 1rem 1rem;
  color: #495057;
}

/* line 4727, app/assets/stylesheets/theme-saas.css */
.carousel {
  position: relative;
}

/* line 4730, app/assets/stylesheets/theme-saas.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 4733, app/assets/stylesheets/theme-saas.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 4737, app/assets/stylesheets/theme-saas.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 4742, app/assets/stylesheets/theme-saas.css */
.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 4752, app/assets/stylesheets/theme-saas.css */
  .carousel-item {
    transition: none;
  }
}

/* line 4755, app/assets/stylesheets/theme-saas.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 4760, app/assets/stylesheets/theme-saas.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 4764, app/assets/stylesheets/theme-saas.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 4768, app/assets/stylesheets/theme-saas.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 4773, app/assets/stylesheets/theme-saas.css */
.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 4779, app/assets/stylesheets/theme-saas.css */
.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 4785, app/assets/stylesheets/theme-saas.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 4789, app/assets/stylesheets/theme-saas.css */
.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4804, app/assets/stylesheets/theme-saas.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 4807, app/assets/stylesheets/theme-saas.css */
.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 4815, app/assets/stylesheets/theme-saas.css */
.carousel-control-prev {
  left: 0;
}

/* line 4818, app/assets/stylesheets/theme-saas.css */
.carousel-control-next {
  right: 0;
}

/* line 4821, app/assets/stylesheets/theme-saas.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 4828, app/assets/stylesheets/theme-saas.css */
.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 4831, app/assets/stylesheets/theme-saas.css */
.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 4834, app/assets/stylesheets/theme-saas.css */
.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 4846, app/assets/stylesheets/theme-saas.css */
.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 4862, app/assets/stylesheets/theme-saas.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 4864, app/assets/stylesheets/theme-saas.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 4867, app/assets/stylesheets/theme-saas.css */
.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 4886, app/assets/stylesheets/theme-saas.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 4897, app/assets/stylesheets/theme-saas.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 4916, app/assets/stylesheets/theme-saas.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 4927, app/assets/stylesheets/theme-saas.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 4931, app/assets/stylesheets/theme-saas.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4934, app/assets/stylesheets/theme-saas.css */
.align-top {
  vertical-align: top !important;
}

/* line 4937, app/assets/stylesheets/theme-saas.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 4940, app/assets/stylesheets/theme-saas.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 4943, app/assets/stylesheets/theme-saas.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 4946, app/assets/stylesheets/theme-saas.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 4949, app/assets/stylesheets/theme-saas.css */
.bg-primary {
  background-color: #0F66DC !important;
}

/* line 4952, app/assets/stylesheets/theme-saas.css */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0c50ac !important;
}

/* line 4957, app/assets/stylesheets/theme-saas.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 4960, app/assets/stylesheets/theme-saas.css */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 4965, app/assets/stylesheets/theme-saas.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 4968, app/assets/stylesheets/theme-saas.css */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 4973, app/assets/stylesheets/theme-saas.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 4976, app/assets/stylesheets/theme-saas.css */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 4981, app/assets/stylesheets/theme-saas.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 4984, app/assets/stylesheets/theme-saas.css */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 4989, app/assets/stylesheets/theme-saas.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 4992, app/assets/stylesheets/theme-saas.css */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 4997, app/assets/stylesheets/theme-saas.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 5000, app/assets/stylesheets/theme-saas.css */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 5005, app/assets/stylesheets/theme-saas.css */
.bg-dark {
  background-color: #212529 !important;
}

/* line 5008, app/assets/stylesheets/theme-saas.css */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 5013, app/assets/stylesheets/theme-saas.css */
.bg-primary-2 {
  background-color: #F28233 !important;
}

/* line 5016, app/assets/stylesheets/theme-saas.css */
a.bg-primary-2:hover, a.bg-primary-2:focus,
button.bg-primary-2:hover,
button.bg-primary-2:focus {
  background-color: #e4670e !important;
}

/* line 5021, app/assets/stylesheets/theme-saas.css */
.bg-primary-3 {
  background-color: #031328 !important;
}

/* line 5024, app/assets/stylesheets/theme-saas.css */
a.bg-primary-3:hover, a.bg-primary-3:focus,
button.bg-primary-3:hover,
button.bg-primary-3:focus {
  background-color: black !important;
}

/* line 5029, app/assets/stylesheets/theme-saas.css */
.bg-white {
  background-color: #fff !important;
}

/* line 5032, app/assets/stylesheets/theme-saas.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5035, app/assets/stylesheets/theme-saas.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 5038, app/assets/stylesheets/theme-saas.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 5041, app/assets/stylesheets/theme-saas.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 5044, app/assets/stylesheets/theme-saas.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 5047, app/assets/stylesheets/theme-saas.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 5050, app/assets/stylesheets/theme-saas.css */
.border-0 {
  border: 0 !important;
}

/* line 5053, app/assets/stylesheets/theme-saas.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5056, app/assets/stylesheets/theme-saas.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5059, app/assets/stylesheets/theme-saas.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5062, app/assets/stylesheets/theme-saas.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5065, app/assets/stylesheets/theme-saas.css */
.border-primary {
  border-color: #0F66DC !important;
}

/* line 5068, app/assets/stylesheets/theme-saas.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 5071, app/assets/stylesheets/theme-saas.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 5074, app/assets/stylesheets/theme-saas.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 5077, app/assets/stylesheets/theme-saas.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 5080, app/assets/stylesheets/theme-saas.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 5083, app/assets/stylesheets/theme-saas.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 5086, app/assets/stylesheets/theme-saas.css */
.border-dark {
  border-color: #212529 !important;
}

/* line 5089, app/assets/stylesheets/theme-saas.css */
.border-primary-2 {
  border-color: #F28233 !important;
}

/* line 5092, app/assets/stylesheets/theme-saas.css */
.border-primary-3 {
  border-color: #031328 !important;
}

/* line 5095, app/assets/stylesheets/theme-saas.css */
.border-white {
  border-color: #fff !important;
}

/* line 5098, app/assets/stylesheets/theme-saas.css */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 5101, app/assets/stylesheets/theme-saas.css */
.rounded {
  border-radius: 0.3125rem !important;
}

/* line 5104, app/assets/stylesheets/theme-saas.css */
.rounded-top {
  border-top-left-radius: 0.3125rem !important;
  border-top-right-radius: 0.3125rem !important;
}

/* line 5108, app/assets/stylesheets/theme-saas.css */
.rounded-right {
  border-top-right-radius: 0.3125rem !important;
  border-bottom-right-radius: 0.3125rem !important;
}

/* line 5112, app/assets/stylesheets/theme-saas.css */
.rounded-bottom {
  border-bottom-right-radius: 0.3125rem !important;
  border-bottom-left-radius: 0.3125rem !important;
}

/* line 5116, app/assets/stylesheets/theme-saas.css */
.rounded-left {
  border-top-left-radius: 0.3125rem !important;
  border-bottom-left-radius: 0.3125rem !important;
}

/* line 5120, app/assets/stylesheets/theme-saas.css */
.rounded-lg {
  border-radius: 0.625rem !important;
}

/* line 5123, app/assets/stylesheets/theme-saas.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5126, app/assets/stylesheets/theme-saas.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 5129, app/assets/stylesheets/theme-saas.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5132, app/assets/stylesheets/theme-saas.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 576px) {
  /* line 5138, app/assets/stylesheets/theme-saas.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 5140, app/assets/stylesheets/theme-saas.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 5142, app/assets/stylesheets/theme-saas.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 5144, app/assets/stylesheets/theme-saas.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 5146, app/assets/stylesheets/theme-saas.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 5148, app/assets/stylesheets/theme-saas.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 5150, app/assets/stylesheets/theme-saas.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5152, app/assets/stylesheets/theme-saas.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 5154, app/assets/stylesheets/theme-saas.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 5158, app/assets/stylesheets/theme-saas.css */
  .d-md-none {
    display: none !important;
  }
  /* line 5160, app/assets/stylesheets/theme-saas.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 5162, app/assets/stylesheets/theme-saas.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 5164, app/assets/stylesheets/theme-saas.css */
  .d-md-block {
    display: block !important;
  }
  /* line 5166, app/assets/stylesheets/theme-saas.css */
  .d-md-table {
    display: table !important;
  }
  /* line 5168, app/assets/stylesheets/theme-saas.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 5170, app/assets/stylesheets/theme-saas.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 5172, app/assets/stylesheets/theme-saas.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 5174, app/assets/stylesheets/theme-saas.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 5178, app/assets/stylesheets/theme-saas.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 5180, app/assets/stylesheets/theme-saas.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 5182, app/assets/stylesheets/theme-saas.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 5184, app/assets/stylesheets/theme-saas.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 5186, app/assets/stylesheets/theme-saas.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 5188, app/assets/stylesheets/theme-saas.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 5190, app/assets/stylesheets/theme-saas.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 5192, app/assets/stylesheets/theme-saas.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 5194, app/assets/stylesheets/theme-saas.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 5198, app/assets/stylesheets/theme-saas.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 5200, app/assets/stylesheets/theme-saas.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 5202, app/assets/stylesheets/theme-saas.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 5204, app/assets/stylesheets/theme-saas.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 5206, app/assets/stylesheets/theme-saas.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 5208, app/assets/stylesheets/theme-saas.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 5210, app/assets/stylesheets/theme-saas.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 5212, app/assets/stylesheets/theme-saas.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 5214, app/assets/stylesheets/theme-saas.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 5218, app/assets/stylesheets/theme-saas.css */
  .d-print-none {
    display: none !important;
  }
  /* line 5220, app/assets/stylesheets/theme-saas.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 5222, app/assets/stylesheets/theme-saas.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 5224, app/assets/stylesheets/theme-saas.css */
  .d-print-block {
    display: block !important;
  }
  /* line 5226, app/assets/stylesheets/theme-saas.css */
  .d-print-table {
    display: table !important;
  }
  /* line 5228, app/assets/stylesheets/theme-saas.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 5230, app/assets/stylesheets/theme-saas.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 5232, app/assets/stylesheets/theme-saas.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 5234, app/assets/stylesheets/theme-saas.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 5237, app/assets/stylesheets/theme-saas.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 5243, app/assets/stylesheets/theme-saas.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 5246, app/assets/stylesheets/theme-saas.css */
.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 5259, app/assets/stylesheets/theme-saas.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 5262, app/assets/stylesheets/theme-saas.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5265, app/assets/stylesheets/theme-saas.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5268, app/assets/stylesheets/theme-saas.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5271, app/assets/stylesheets/theme-saas.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 5274, app/assets/stylesheets/theme-saas.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5277, app/assets/stylesheets/theme-saas.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5280, app/assets/stylesheets/theme-saas.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5283, app/assets/stylesheets/theme-saas.css */
.flex-row {
  flex-direction: row !important;
}

/* line 5286, app/assets/stylesheets/theme-saas.css */
.flex-column {
  flex-direction: column !important;
}

/* line 5289, app/assets/stylesheets/theme-saas.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 5292, app/assets/stylesheets/theme-saas.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 5295, app/assets/stylesheets/theme-saas.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 5298, app/assets/stylesheets/theme-saas.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 5301, app/assets/stylesheets/theme-saas.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 5304, app/assets/stylesheets/theme-saas.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 5307, app/assets/stylesheets/theme-saas.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 5310, app/assets/stylesheets/theme-saas.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 5313, app/assets/stylesheets/theme-saas.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 5316, app/assets/stylesheets/theme-saas.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 5319, app/assets/stylesheets/theme-saas.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 5322, app/assets/stylesheets/theme-saas.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 5325, app/assets/stylesheets/theme-saas.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 5328, app/assets/stylesheets/theme-saas.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 5331, app/assets/stylesheets/theme-saas.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 5334, app/assets/stylesheets/theme-saas.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 5337, app/assets/stylesheets/theme-saas.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 5340, app/assets/stylesheets/theme-saas.css */
.align-items-center {
  align-items: center !important;
}

/* line 5343, app/assets/stylesheets/theme-saas.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 5346, app/assets/stylesheets/theme-saas.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 5349, app/assets/stylesheets/theme-saas.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 5352, app/assets/stylesheets/theme-saas.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 5355, app/assets/stylesheets/theme-saas.css */
.align-content-center {
  align-content: center !important;
}

/* line 5358, app/assets/stylesheets/theme-saas.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 5361, app/assets/stylesheets/theme-saas.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 5364, app/assets/stylesheets/theme-saas.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 5367, app/assets/stylesheets/theme-saas.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 5370, app/assets/stylesheets/theme-saas.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 5373, app/assets/stylesheets/theme-saas.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 5376, app/assets/stylesheets/theme-saas.css */
.align-self-center {
  align-self: center !important;
}

/* line 5379, app/assets/stylesheets/theme-saas.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 5382, app/assets/stylesheets/theme-saas.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 5386, app/assets/stylesheets/theme-saas.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 5388, app/assets/stylesheets/theme-saas.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 5390, app/assets/stylesheets/theme-saas.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 5392, app/assets/stylesheets/theme-saas.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 5394, app/assets/stylesheets/theme-saas.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5396, app/assets/stylesheets/theme-saas.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5398, app/assets/stylesheets/theme-saas.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5400, app/assets/stylesheets/theme-saas.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 5402, app/assets/stylesheets/theme-saas.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 5404, app/assets/stylesheets/theme-saas.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 5406, app/assets/stylesheets/theme-saas.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5408, app/assets/stylesheets/theme-saas.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5410, app/assets/stylesheets/theme-saas.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 5412, app/assets/stylesheets/theme-saas.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 5414, app/assets/stylesheets/theme-saas.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 5416, app/assets/stylesheets/theme-saas.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 5418, app/assets/stylesheets/theme-saas.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 5420, app/assets/stylesheets/theme-saas.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 5422, app/assets/stylesheets/theme-saas.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 5424, app/assets/stylesheets/theme-saas.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 5426, app/assets/stylesheets/theme-saas.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 5428, app/assets/stylesheets/theme-saas.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 5430, app/assets/stylesheets/theme-saas.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 5432, app/assets/stylesheets/theme-saas.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 5434, app/assets/stylesheets/theme-saas.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 5436, app/assets/stylesheets/theme-saas.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 5438, app/assets/stylesheets/theme-saas.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 5440, app/assets/stylesheets/theme-saas.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 5442, app/assets/stylesheets/theme-saas.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 5444, app/assets/stylesheets/theme-saas.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 5446, app/assets/stylesheets/theme-saas.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 5448, app/assets/stylesheets/theme-saas.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 5450, app/assets/stylesheets/theme-saas.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 5452, app/assets/stylesheets/theme-saas.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 5456, app/assets/stylesheets/theme-saas.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 5458, app/assets/stylesheets/theme-saas.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 5460, app/assets/stylesheets/theme-saas.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 5462, app/assets/stylesheets/theme-saas.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 5464, app/assets/stylesheets/theme-saas.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5466, app/assets/stylesheets/theme-saas.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5468, app/assets/stylesheets/theme-saas.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5470, app/assets/stylesheets/theme-saas.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 5472, app/assets/stylesheets/theme-saas.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 5474, app/assets/stylesheets/theme-saas.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 5476, app/assets/stylesheets/theme-saas.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5478, app/assets/stylesheets/theme-saas.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5480, app/assets/stylesheets/theme-saas.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 5482, app/assets/stylesheets/theme-saas.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 5484, app/assets/stylesheets/theme-saas.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 5486, app/assets/stylesheets/theme-saas.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 5488, app/assets/stylesheets/theme-saas.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 5490, app/assets/stylesheets/theme-saas.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 5492, app/assets/stylesheets/theme-saas.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 5494, app/assets/stylesheets/theme-saas.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 5496, app/assets/stylesheets/theme-saas.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 5498, app/assets/stylesheets/theme-saas.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 5500, app/assets/stylesheets/theme-saas.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 5502, app/assets/stylesheets/theme-saas.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 5504, app/assets/stylesheets/theme-saas.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 5506, app/assets/stylesheets/theme-saas.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 5508, app/assets/stylesheets/theme-saas.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 5510, app/assets/stylesheets/theme-saas.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 5512, app/assets/stylesheets/theme-saas.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 5514, app/assets/stylesheets/theme-saas.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 5516, app/assets/stylesheets/theme-saas.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 5518, app/assets/stylesheets/theme-saas.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 5520, app/assets/stylesheets/theme-saas.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 5522, app/assets/stylesheets/theme-saas.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 5526, app/assets/stylesheets/theme-saas.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 5528, app/assets/stylesheets/theme-saas.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 5530, app/assets/stylesheets/theme-saas.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 5532, app/assets/stylesheets/theme-saas.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 5534, app/assets/stylesheets/theme-saas.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5536, app/assets/stylesheets/theme-saas.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5538, app/assets/stylesheets/theme-saas.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5540, app/assets/stylesheets/theme-saas.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 5542, app/assets/stylesheets/theme-saas.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 5544, app/assets/stylesheets/theme-saas.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 5546, app/assets/stylesheets/theme-saas.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5548, app/assets/stylesheets/theme-saas.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5550, app/assets/stylesheets/theme-saas.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 5552, app/assets/stylesheets/theme-saas.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 5554, app/assets/stylesheets/theme-saas.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 5556, app/assets/stylesheets/theme-saas.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 5558, app/assets/stylesheets/theme-saas.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 5560, app/assets/stylesheets/theme-saas.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 5562, app/assets/stylesheets/theme-saas.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 5564, app/assets/stylesheets/theme-saas.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 5566, app/assets/stylesheets/theme-saas.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 5568, app/assets/stylesheets/theme-saas.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 5570, app/assets/stylesheets/theme-saas.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 5572, app/assets/stylesheets/theme-saas.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 5574, app/assets/stylesheets/theme-saas.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 5576, app/assets/stylesheets/theme-saas.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 5578, app/assets/stylesheets/theme-saas.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 5580, app/assets/stylesheets/theme-saas.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 5582, app/assets/stylesheets/theme-saas.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 5584, app/assets/stylesheets/theme-saas.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 5586, app/assets/stylesheets/theme-saas.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 5588, app/assets/stylesheets/theme-saas.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 5590, app/assets/stylesheets/theme-saas.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 5592, app/assets/stylesheets/theme-saas.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 5596, app/assets/stylesheets/theme-saas.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 5598, app/assets/stylesheets/theme-saas.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 5600, app/assets/stylesheets/theme-saas.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 5602, app/assets/stylesheets/theme-saas.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 5604, app/assets/stylesheets/theme-saas.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 5606, app/assets/stylesheets/theme-saas.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 5608, app/assets/stylesheets/theme-saas.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 5610, app/assets/stylesheets/theme-saas.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 5612, app/assets/stylesheets/theme-saas.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 5614, app/assets/stylesheets/theme-saas.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 5616, app/assets/stylesheets/theme-saas.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 5618, app/assets/stylesheets/theme-saas.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 5620, app/assets/stylesheets/theme-saas.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 5622, app/assets/stylesheets/theme-saas.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 5624, app/assets/stylesheets/theme-saas.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 5626, app/assets/stylesheets/theme-saas.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 5628, app/assets/stylesheets/theme-saas.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 5630, app/assets/stylesheets/theme-saas.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 5632, app/assets/stylesheets/theme-saas.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 5634, app/assets/stylesheets/theme-saas.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 5636, app/assets/stylesheets/theme-saas.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 5638, app/assets/stylesheets/theme-saas.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 5640, app/assets/stylesheets/theme-saas.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 5642, app/assets/stylesheets/theme-saas.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 5644, app/assets/stylesheets/theme-saas.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 5646, app/assets/stylesheets/theme-saas.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 5648, app/assets/stylesheets/theme-saas.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 5650, app/assets/stylesheets/theme-saas.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 5652, app/assets/stylesheets/theme-saas.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 5654, app/assets/stylesheets/theme-saas.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 5656, app/assets/stylesheets/theme-saas.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 5658, app/assets/stylesheets/theme-saas.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 5660, app/assets/stylesheets/theme-saas.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 5662, app/assets/stylesheets/theme-saas.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5665, app/assets/stylesheets/theme-saas.css */
.float-left {
  float: left !important;
}

/* line 5668, app/assets/stylesheets/theme-saas.css */
.float-right {
  float: right !important;
}

/* line 5671, app/assets/stylesheets/theme-saas.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5675, app/assets/stylesheets/theme-saas.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 5677, app/assets/stylesheets/theme-saas.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 5679, app/assets/stylesheets/theme-saas.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5683, app/assets/stylesheets/theme-saas.css */
  .float-md-left {
    float: left !important;
  }
  /* line 5685, app/assets/stylesheets/theme-saas.css */
  .float-md-right {
    float: right !important;
  }
  /* line 5687, app/assets/stylesheets/theme-saas.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5691, app/assets/stylesheets/theme-saas.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 5693, app/assets/stylesheets/theme-saas.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 5695, app/assets/stylesheets/theme-saas.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5699, app/assets/stylesheets/theme-saas.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 5701, app/assets/stylesheets/theme-saas.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 5703, app/assets/stylesheets/theme-saas.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 5706, app/assets/stylesheets/theme-saas.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

/* line 5712, app/assets/stylesheets/theme-saas.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 5718, app/assets/stylesheets/theme-saas.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 5724, app/assets/stylesheets/theme-saas.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 5727, app/assets/stylesheets/theme-saas.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5730, app/assets/stylesheets/theme-saas.css */
.position-static {
  position: static !important;
}

/* line 5733, app/assets/stylesheets/theme-saas.css */
.position-relative {
  position: relative !important;
}

/* line 5736, app/assets/stylesheets/theme-saas.css */
.position-absolute {
  position: absolute !important;
}

/* line 5739, app/assets/stylesheets/theme-saas.css */
.position-fixed {
  position: fixed !important;
}

/* line 5742, app/assets/stylesheets/theme-saas.css */
.position-sticky {
  position: sticky !important;
}

/* line 5746, app/assets/stylesheets/theme-saas.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 5753, app/assets/stylesheets/theme-saas.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 5761, app/assets/stylesheets/theme-saas.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5767, app/assets/stylesheets/theme-saas.css */
.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 5778, app/assets/stylesheets/theme-saas.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 5786, app/assets/stylesheets/theme-saas.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05) !important;
}

/* line 5789, app/assets/stylesheets/theme-saas.css */
.shadow {
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.08) !important;
}

/* line 5792, app/assets/stylesheets/theme-saas.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 5795, app/assets/stylesheets/theme-saas.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 5798, app/assets/stylesheets/theme-saas.css */
.w-25 {
  width: 25% !important;
}

/* line 5801, app/assets/stylesheets/theme-saas.css */
.w-50 {
  width: 50% !important;
}

/* line 5804, app/assets/stylesheets/theme-saas.css */
.w-75 {
  width: 75% !important;
}

/* line 5807, app/assets/stylesheets/theme-saas.css */
.w-100 {
  width: 100% !important;
}

/* line 5810, app/assets/stylesheets/theme-saas.css */
.w-auto {
  width: auto !important;
}

/* line 5813, app/assets/stylesheets/theme-saas.css */
.h-25 {
  height: 25% !important;
}

/* line 5816, app/assets/stylesheets/theme-saas.css */
.h-50 {
  height: 50% !important;
}

/* line 5819, app/assets/stylesheets/theme-saas.css */
.h-75 {
  height: 75% !important;
}

/* line 5822, app/assets/stylesheets/theme-saas.css */
.h-100 {
  height: 100% !important;
}

/* line 5825, app/assets/stylesheets/theme-saas.css */
.h-auto {
  height: auto !important;
}

/* line 5828, app/assets/stylesheets/theme-saas.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 5831, app/assets/stylesheets/theme-saas.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 5834, app/assets/stylesheets/theme-saas.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 5837, app/assets/stylesheets/theme-saas.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 5840, app/assets/stylesheets/theme-saas.css */
.vw-100 {
  width: 100vw !important;
}

/* line 5843, app/assets/stylesheets/theme-saas.css */
.vh-100 {
  height: 100vh !important;
}

/* line 5846, app/assets/stylesheets/theme-saas.css */
.m-0 {
  margin: 0 !important;
}

/* line 5849, app/assets/stylesheets/theme-saas.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 5853, app/assets/stylesheets/theme-saas.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 5857, app/assets/stylesheets/theme-saas.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 5861, app/assets/stylesheets/theme-saas.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 5865, app/assets/stylesheets/theme-saas.css */
.m-1 {
  margin: 0.375rem !important;
}

/* line 5868, app/assets/stylesheets/theme-saas.css */
.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

/* line 5872, app/assets/stylesheets/theme-saas.css */
.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

/* line 5876, app/assets/stylesheets/theme-saas.css */
.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

/* line 5880, app/assets/stylesheets/theme-saas.css */
.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

/* line 5884, app/assets/stylesheets/theme-saas.css */
.m-2 {
  margin: 0.75rem !important;
}

/* line 5887, app/assets/stylesheets/theme-saas.css */
.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

/* line 5891, app/assets/stylesheets/theme-saas.css */
.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

/* line 5895, app/assets/stylesheets/theme-saas.css */
.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

/* line 5899, app/assets/stylesheets/theme-saas.css */
.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

/* line 5903, app/assets/stylesheets/theme-saas.css */
.m-3 {
  margin: 1.5rem !important;
}

/* line 5906, app/assets/stylesheets/theme-saas.css */
.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

/* line 5910, app/assets/stylesheets/theme-saas.css */
.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

/* line 5914, app/assets/stylesheets/theme-saas.css */
.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

/* line 5918, app/assets/stylesheets/theme-saas.css */
.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

/* line 5922, app/assets/stylesheets/theme-saas.css */
.m-4 {
  margin: 2.25rem !important;
}

/* line 5925, app/assets/stylesheets/theme-saas.css */
.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

/* line 5929, app/assets/stylesheets/theme-saas.css */
.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

/* line 5933, app/assets/stylesheets/theme-saas.css */
.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

/* line 5937, app/assets/stylesheets/theme-saas.css */
.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

/* line 5941, app/assets/stylesheets/theme-saas.css */
.m-5 {
  margin: 3rem !important;
}

/* line 5944, app/assets/stylesheets/theme-saas.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 5948, app/assets/stylesheets/theme-saas.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 5952, app/assets/stylesheets/theme-saas.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 5956, app/assets/stylesheets/theme-saas.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 5960, app/assets/stylesheets/theme-saas.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 5963, app/assets/stylesheets/theme-saas.css */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 5967, app/assets/stylesheets/theme-saas.css */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 5971, app/assets/stylesheets/theme-saas.css */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 5975, app/assets/stylesheets/theme-saas.css */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 5979, app/assets/stylesheets/theme-saas.css */
.m-7 {
  margin: 6rem !important;
}

/* line 5982, app/assets/stylesheets/theme-saas.css */
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

/* line 5986, app/assets/stylesheets/theme-saas.css */
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

/* line 5990, app/assets/stylesheets/theme-saas.css */
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

/* line 5994, app/assets/stylesheets/theme-saas.css */
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

/* line 5998, app/assets/stylesheets/theme-saas.css */
.p-0 {
  padding: 0 !important;
}

/* line 6001, app/assets/stylesheets/theme-saas.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 6005, app/assets/stylesheets/theme-saas.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 6009, app/assets/stylesheets/theme-saas.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 6013, app/assets/stylesheets/theme-saas.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 6017, app/assets/stylesheets/theme-saas.css */
.p-1 {
  padding: 0.375rem !important;
}

/* line 6020, app/assets/stylesheets/theme-saas.css */
.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

/* line 6024, app/assets/stylesheets/theme-saas.css */
.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

/* line 6028, app/assets/stylesheets/theme-saas.css */
.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

/* line 6032, app/assets/stylesheets/theme-saas.css */
.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

/* line 6036, app/assets/stylesheets/theme-saas.css */
.p-2 {
  padding: 0.75rem !important;
}

/* line 6039, app/assets/stylesheets/theme-saas.css */
.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

/* line 6043, app/assets/stylesheets/theme-saas.css */
.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

/* line 6047, app/assets/stylesheets/theme-saas.css */
.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

/* line 6051, app/assets/stylesheets/theme-saas.css */
.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

/* line 6055, app/assets/stylesheets/theme-saas.css */
.p-3 {
  padding: 1.5rem !important;
}

/* line 6058, app/assets/stylesheets/theme-saas.css */
.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

/* line 6062, app/assets/stylesheets/theme-saas.css */
.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

/* line 6066, app/assets/stylesheets/theme-saas.css */
.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

/* line 6070, app/assets/stylesheets/theme-saas.css */
.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

/* line 6074, app/assets/stylesheets/theme-saas.css */
.p-4 {
  padding: 2.25rem !important;
}

/* line 6077, app/assets/stylesheets/theme-saas.css */
.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

/* line 6081, app/assets/stylesheets/theme-saas.css */
.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

/* line 6085, app/assets/stylesheets/theme-saas.css */
.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

/* line 6089, app/assets/stylesheets/theme-saas.css */
.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

/* line 6093, app/assets/stylesheets/theme-saas.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6096, app/assets/stylesheets/theme-saas.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 6100, app/assets/stylesheets/theme-saas.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 6104, app/assets/stylesheets/theme-saas.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 6108, app/assets/stylesheets/theme-saas.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 6112, app/assets/stylesheets/theme-saas.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 6115, app/assets/stylesheets/theme-saas.css */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 6119, app/assets/stylesheets/theme-saas.css */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 6123, app/assets/stylesheets/theme-saas.css */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 6127, app/assets/stylesheets/theme-saas.css */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 6131, app/assets/stylesheets/theme-saas.css */
.p-7 {
  padding: 6rem !important;
}

/* line 6134, app/assets/stylesheets/theme-saas.css */
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

/* line 6138, app/assets/stylesheets/theme-saas.css */
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

/* line 6142, app/assets/stylesheets/theme-saas.css */
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

/* line 6146, app/assets/stylesheets/theme-saas.css */
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

/* line 6150, app/assets/stylesheets/theme-saas.css */
.m-n1 {
  margin: -0.375rem !important;
}

/* line 6153, app/assets/stylesheets/theme-saas.css */
.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important;
}

/* line 6157, app/assets/stylesheets/theme-saas.css */
.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important;
}

/* line 6161, app/assets/stylesheets/theme-saas.css */
.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important;
}

/* line 6165, app/assets/stylesheets/theme-saas.css */
.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important;
}

/* line 6169, app/assets/stylesheets/theme-saas.css */
.m-n2 {
  margin: -0.75rem !important;
}

/* line 6172, app/assets/stylesheets/theme-saas.css */
.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important;
}

/* line 6176, app/assets/stylesheets/theme-saas.css */
.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important;
}

/* line 6180, app/assets/stylesheets/theme-saas.css */
.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important;
}

/* line 6184, app/assets/stylesheets/theme-saas.css */
.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important;
}

/* line 6188, app/assets/stylesheets/theme-saas.css */
.m-n3 {
  margin: -1.5rem !important;
}

/* line 6191, app/assets/stylesheets/theme-saas.css */
.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

/* line 6195, app/assets/stylesheets/theme-saas.css */
.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

/* line 6199, app/assets/stylesheets/theme-saas.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

/* line 6203, app/assets/stylesheets/theme-saas.css */
.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

/* line 6207, app/assets/stylesheets/theme-saas.css */
.m-n4 {
  margin: -2.25rem !important;
}

/* line 6210, app/assets/stylesheets/theme-saas.css */
.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important;
}

/* line 6214, app/assets/stylesheets/theme-saas.css */
.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important;
}

/* line 6218, app/assets/stylesheets/theme-saas.css */
.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important;
}

/* line 6222, app/assets/stylesheets/theme-saas.css */
.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important;
}

/* line 6226, app/assets/stylesheets/theme-saas.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 6229, app/assets/stylesheets/theme-saas.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 6233, app/assets/stylesheets/theme-saas.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 6237, app/assets/stylesheets/theme-saas.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 6241, app/assets/stylesheets/theme-saas.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 6245, app/assets/stylesheets/theme-saas.css */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 6248, app/assets/stylesheets/theme-saas.css */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 6252, app/assets/stylesheets/theme-saas.css */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 6256, app/assets/stylesheets/theme-saas.css */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 6260, app/assets/stylesheets/theme-saas.css */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 6264, app/assets/stylesheets/theme-saas.css */
.m-n7 {
  margin: -6rem !important;
}

/* line 6267, app/assets/stylesheets/theme-saas.css */
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

/* line 6271, app/assets/stylesheets/theme-saas.css */
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

/* line 6275, app/assets/stylesheets/theme-saas.css */
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

/* line 6279, app/assets/stylesheets/theme-saas.css */
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

/* line 6283, app/assets/stylesheets/theme-saas.css */
.m-auto {
  margin: auto !important;
}

/* line 6286, app/assets/stylesheets/theme-saas.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 6290, app/assets/stylesheets/theme-saas.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 6294, app/assets/stylesheets/theme-saas.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 6298, app/assets/stylesheets/theme-saas.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6303, app/assets/stylesheets/theme-saas.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6305, app/assets/stylesheets/theme-saas.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6308, app/assets/stylesheets/theme-saas.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6311, app/assets/stylesheets/theme-saas.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6314, app/assets/stylesheets/theme-saas.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6317, app/assets/stylesheets/theme-saas.css */
  .m-sm-1 {
    margin: 0.375rem !important;
  }
  /* line 6319, app/assets/stylesheets/theme-saas.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.375rem !important;
  }
  /* line 6322, app/assets/stylesheets/theme-saas.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.375rem !important;
  }
  /* line 6325, app/assets/stylesheets/theme-saas.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 6328, app/assets/stylesheets/theme-saas.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.375rem !important;
  }
  /* line 6331, app/assets/stylesheets/theme-saas.css */
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  /* line 6333, app/assets/stylesheets/theme-saas.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.75rem !important;
  }
  /* line 6336, app/assets/stylesheets/theme-saas.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.75rem !important;
  }
  /* line 6339, app/assets/stylesheets/theme-saas.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6342, app/assets/stylesheets/theme-saas.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.75rem !important;
  }
  /* line 6345, app/assets/stylesheets/theme-saas.css */
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  /* line 6347, app/assets/stylesheets/theme-saas.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1.5rem !important;
  }
  /* line 6350, app/assets/stylesheets/theme-saas.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  /* line 6353, app/assets/stylesheets/theme-saas.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6356, app/assets/stylesheets/theme-saas.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  /* line 6359, app/assets/stylesheets/theme-saas.css */
  .m-sm-4 {
    margin: 2.25rem !important;
  }
  /* line 6361, app/assets/stylesheets/theme-saas.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 2.25rem !important;
  }
  /* line 6364, app/assets/stylesheets/theme-saas.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2.25rem !important;
  }
  /* line 6367, app/assets/stylesheets/theme-saas.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 6370, app/assets/stylesheets/theme-saas.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2.25rem !important;
  }
  /* line 6373, app/assets/stylesheets/theme-saas.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6375, app/assets/stylesheets/theme-saas.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6378, app/assets/stylesheets/theme-saas.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6381, app/assets/stylesheets/theme-saas.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6384, app/assets/stylesheets/theme-saas.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6387, app/assets/stylesheets/theme-saas.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 6389, app/assets/stylesheets/theme-saas.css */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 6392, app/assets/stylesheets/theme-saas.css */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 6395, app/assets/stylesheets/theme-saas.css */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 6398, app/assets/stylesheets/theme-saas.css */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 6401, app/assets/stylesheets/theme-saas.css */
  .m-sm-7 {
    margin: 6rem !important;
  }
  /* line 6403, app/assets/stylesheets/theme-saas.css */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }
  /* line 6406, app/assets/stylesheets/theme-saas.css */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }
  /* line 6409, app/assets/stylesheets/theme-saas.css */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }
  /* line 6412, app/assets/stylesheets/theme-saas.css */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }
  /* line 6415, app/assets/stylesheets/theme-saas.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6417, app/assets/stylesheets/theme-saas.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6420, app/assets/stylesheets/theme-saas.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6423, app/assets/stylesheets/theme-saas.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6426, app/assets/stylesheets/theme-saas.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6429, app/assets/stylesheets/theme-saas.css */
  .p-sm-1 {
    padding: 0.375rem !important;
  }
  /* line 6431, app/assets/stylesheets/theme-saas.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.375rem !important;
  }
  /* line 6434, app/assets/stylesheets/theme-saas.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.375rem !important;
  }
  /* line 6437, app/assets/stylesheets/theme-saas.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 6440, app/assets/stylesheets/theme-saas.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.375rem !important;
  }
  /* line 6443, app/assets/stylesheets/theme-saas.css */
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  /* line 6445, app/assets/stylesheets/theme-saas.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.75rem !important;
  }
  /* line 6448, app/assets/stylesheets/theme-saas.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.75rem !important;
  }
  /* line 6451, app/assets/stylesheets/theme-saas.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6454, app/assets/stylesheets/theme-saas.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.75rem !important;
  }
  /* line 6457, app/assets/stylesheets/theme-saas.css */
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  /* line 6459, app/assets/stylesheets/theme-saas.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1.5rem !important;
  }
  /* line 6462, app/assets/stylesheets/theme-saas.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1.5rem !important;
  }
  /* line 6465, app/assets/stylesheets/theme-saas.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6468, app/assets/stylesheets/theme-saas.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1.5rem !important;
  }
  /* line 6471, app/assets/stylesheets/theme-saas.css */
  .p-sm-4 {
    padding: 2.25rem !important;
  }
  /* line 6473, app/assets/stylesheets/theme-saas.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 2.25rem !important;
  }
  /* line 6476, app/assets/stylesheets/theme-saas.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 2.25rem !important;
  }
  /* line 6479, app/assets/stylesheets/theme-saas.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 6482, app/assets/stylesheets/theme-saas.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 2.25rem !important;
  }
  /* line 6485, app/assets/stylesheets/theme-saas.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6487, app/assets/stylesheets/theme-saas.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6490, app/assets/stylesheets/theme-saas.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6493, app/assets/stylesheets/theme-saas.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6496, app/assets/stylesheets/theme-saas.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 6499, app/assets/stylesheets/theme-saas.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 6501, app/assets/stylesheets/theme-saas.css */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 6504, app/assets/stylesheets/theme-saas.css */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 6507, app/assets/stylesheets/theme-saas.css */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 6510, app/assets/stylesheets/theme-saas.css */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 6513, app/assets/stylesheets/theme-saas.css */
  .p-sm-7 {
    padding: 6rem !important;
  }
  /* line 6515, app/assets/stylesheets/theme-saas.css */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }
  /* line 6518, app/assets/stylesheets/theme-saas.css */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }
  /* line 6521, app/assets/stylesheets/theme-saas.css */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }
  /* line 6524, app/assets/stylesheets/theme-saas.css */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }
  /* line 6527, app/assets/stylesheets/theme-saas.css */
  .m-sm-n1 {
    margin: -0.375rem !important;
  }
  /* line 6529, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 6532, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 6535, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 6538, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 6541, app/assets/stylesheets/theme-saas.css */
  .m-sm-n2 {
    margin: -0.75rem !important;
  }
  /* line 6543, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 6546, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 6549, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 6552, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 6555, app/assets/stylesheets/theme-saas.css */
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  /* line 6557, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 6560, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 6563, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6566, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 6569, app/assets/stylesheets/theme-saas.css */
  .m-sm-n4 {
    margin: -2.25rem !important;
  }
  /* line 6571, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 6574, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 6577, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 6580, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 6583, app/assets/stylesheets/theme-saas.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 6585, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 6588, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 6591, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6594, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 6597, app/assets/stylesheets/theme-saas.css */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 6599, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 6602, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 6605, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 6608, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 6611, app/assets/stylesheets/theme-saas.css */
  .m-sm-n7 {
    margin: -6rem !important;
  }
  /* line 6613, app/assets/stylesheets/theme-saas.css */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }
  /* line 6616, app/assets/stylesheets/theme-saas.css */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }
  /* line 6619, app/assets/stylesheets/theme-saas.css */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 6622, app/assets/stylesheets/theme-saas.css */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !important;
  }
  /* line 6625, app/assets/stylesheets/theme-saas.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6627, app/assets/stylesheets/theme-saas.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 6630, app/assets/stylesheets/theme-saas.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 6633, app/assets/stylesheets/theme-saas.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6636, app/assets/stylesheets/theme-saas.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 6641, app/assets/stylesheets/theme-saas.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6643, app/assets/stylesheets/theme-saas.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 6646, app/assets/stylesheets/theme-saas.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 6649, app/assets/stylesheets/theme-saas.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6652, app/assets/stylesheets/theme-saas.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 6655, app/assets/stylesheets/theme-saas.css */
  .m-md-1 {
    margin: 0.375rem !important;
  }
  /* line 6657, app/assets/stylesheets/theme-saas.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.375rem !important;
  }
  /* line 6660, app/assets/stylesheets/theme-saas.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.375rem !important;
  }
  /* line 6663, app/assets/stylesheets/theme-saas.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 6666, app/assets/stylesheets/theme-saas.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.375rem !important;
  }
  /* line 6669, app/assets/stylesheets/theme-saas.css */
  .m-md-2 {
    margin: 0.75rem !important;
  }
  /* line 6671, app/assets/stylesheets/theme-saas.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.75rem !important;
  }
  /* line 6674, app/assets/stylesheets/theme-saas.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.75rem !important;
  }
  /* line 6677, app/assets/stylesheets/theme-saas.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6680, app/assets/stylesheets/theme-saas.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.75rem !important;
  }
  /* line 6683, app/assets/stylesheets/theme-saas.css */
  .m-md-3 {
    margin: 1.5rem !important;
  }
  /* line 6685, app/assets/stylesheets/theme-saas.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1.5rem !important;
  }
  /* line 6688, app/assets/stylesheets/theme-saas.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1.5rem !important;
  }
  /* line 6691, app/assets/stylesheets/theme-saas.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6694, app/assets/stylesheets/theme-saas.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1.5rem !important;
  }
  /* line 6697, app/assets/stylesheets/theme-saas.css */
  .m-md-4 {
    margin: 2.25rem !important;
  }
  /* line 6699, app/assets/stylesheets/theme-saas.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 2.25rem !important;
  }
  /* line 6702, app/assets/stylesheets/theme-saas.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 2.25rem !important;
  }
  /* line 6705, app/assets/stylesheets/theme-saas.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 6708, app/assets/stylesheets/theme-saas.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 2.25rem !important;
  }
  /* line 6711, app/assets/stylesheets/theme-saas.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6713, app/assets/stylesheets/theme-saas.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6716, app/assets/stylesheets/theme-saas.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6719, app/assets/stylesheets/theme-saas.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6722, app/assets/stylesheets/theme-saas.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6725, app/assets/stylesheets/theme-saas.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 6727, app/assets/stylesheets/theme-saas.css */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 6730, app/assets/stylesheets/theme-saas.css */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 6733, app/assets/stylesheets/theme-saas.css */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 6736, app/assets/stylesheets/theme-saas.css */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 6739, app/assets/stylesheets/theme-saas.css */
  .m-md-7 {
    margin: 6rem !important;
  }
  /* line 6741, app/assets/stylesheets/theme-saas.css */
  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }
  /* line 6744, app/assets/stylesheets/theme-saas.css */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }
  /* line 6747, app/assets/stylesheets/theme-saas.css */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }
  /* line 6750, app/assets/stylesheets/theme-saas.css */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }
  /* line 6753, app/assets/stylesheets/theme-saas.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6755, app/assets/stylesheets/theme-saas.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 6758, app/assets/stylesheets/theme-saas.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 6761, app/assets/stylesheets/theme-saas.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6764, app/assets/stylesheets/theme-saas.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 6767, app/assets/stylesheets/theme-saas.css */
  .p-md-1 {
    padding: 0.375rem !important;
  }
  /* line 6769, app/assets/stylesheets/theme-saas.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.375rem !important;
  }
  /* line 6772, app/assets/stylesheets/theme-saas.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.375rem !important;
  }
  /* line 6775, app/assets/stylesheets/theme-saas.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 6778, app/assets/stylesheets/theme-saas.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.375rem !important;
  }
  /* line 6781, app/assets/stylesheets/theme-saas.css */
  .p-md-2 {
    padding: 0.75rem !important;
  }
  /* line 6783, app/assets/stylesheets/theme-saas.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.75rem !important;
  }
  /* line 6786, app/assets/stylesheets/theme-saas.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.75rem !important;
  }
  /* line 6789, app/assets/stylesheets/theme-saas.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6792, app/assets/stylesheets/theme-saas.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.75rem !important;
  }
  /* line 6795, app/assets/stylesheets/theme-saas.css */
  .p-md-3 {
    padding: 1.5rem !important;
  }
  /* line 6797, app/assets/stylesheets/theme-saas.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1.5rem !important;
  }
  /* line 6800, app/assets/stylesheets/theme-saas.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1.5rem !important;
  }
  /* line 6803, app/assets/stylesheets/theme-saas.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6806, app/assets/stylesheets/theme-saas.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1.5rem !important;
  }
  /* line 6809, app/assets/stylesheets/theme-saas.css */
  .p-md-4 {
    padding: 2.25rem !important;
  }
  /* line 6811, app/assets/stylesheets/theme-saas.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 2.25rem !important;
  }
  /* line 6814, app/assets/stylesheets/theme-saas.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 2.25rem !important;
  }
  /* line 6817, app/assets/stylesheets/theme-saas.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 6820, app/assets/stylesheets/theme-saas.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 2.25rem !important;
  }
  /* line 6823, app/assets/stylesheets/theme-saas.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6825, app/assets/stylesheets/theme-saas.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6828, app/assets/stylesheets/theme-saas.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6831, app/assets/stylesheets/theme-saas.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6834, app/assets/stylesheets/theme-saas.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 6837, app/assets/stylesheets/theme-saas.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 6839, app/assets/stylesheets/theme-saas.css */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 6842, app/assets/stylesheets/theme-saas.css */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 6845, app/assets/stylesheets/theme-saas.css */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 6848, app/assets/stylesheets/theme-saas.css */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 6851, app/assets/stylesheets/theme-saas.css */
  .p-md-7 {
    padding: 6rem !important;
  }
  /* line 6853, app/assets/stylesheets/theme-saas.css */
  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }
  /* line 6856, app/assets/stylesheets/theme-saas.css */
  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }
  /* line 6859, app/assets/stylesheets/theme-saas.css */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }
  /* line 6862, app/assets/stylesheets/theme-saas.css */
  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }
  /* line 6865, app/assets/stylesheets/theme-saas.css */
  .m-md-n1 {
    margin: -0.375rem !important;
  }
  /* line 6867, app/assets/stylesheets/theme-saas.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 6870, app/assets/stylesheets/theme-saas.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 6873, app/assets/stylesheets/theme-saas.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 6876, app/assets/stylesheets/theme-saas.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 6879, app/assets/stylesheets/theme-saas.css */
  .m-md-n2 {
    margin: -0.75rem !important;
  }
  /* line 6881, app/assets/stylesheets/theme-saas.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 6884, app/assets/stylesheets/theme-saas.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 6887, app/assets/stylesheets/theme-saas.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 6890, app/assets/stylesheets/theme-saas.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 6893, app/assets/stylesheets/theme-saas.css */
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  /* line 6895, app/assets/stylesheets/theme-saas.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 6898, app/assets/stylesheets/theme-saas.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 6901, app/assets/stylesheets/theme-saas.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6904, app/assets/stylesheets/theme-saas.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 6907, app/assets/stylesheets/theme-saas.css */
  .m-md-n4 {
    margin: -2.25rem !important;
  }
  /* line 6909, app/assets/stylesheets/theme-saas.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 6912, app/assets/stylesheets/theme-saas.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 6915, app/assets/stylesheets/theme-saas.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 6918, app/assets/stylesheets/theme-saas.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 6921, app/assets/stylesheets/theme-saas.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 6923, app/assets/stylesheets/theme-saas.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 6926, app/assets/stylesheets/theme-saas.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 6929, app/assets/stylesheets/theme-saas.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6932, app/assets/stylesheets/theme-saas.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 6935, app/assets/stylesheets/theme-saas.css */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 6937, app/assets/stylesheets/theme-saas.css */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 6940, app/assets/stylesheets/theme-saas.css */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 6943, app/assets/stylesheets/theme-saas.css */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 6946, app/assets/stylesheets/theme-saas.css */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 6949, app/assets/stylesheets/theme-saas.css */
  .m-md-n7 {
    margin: -6rem !important;
  }
  /* line 6951, app/assets/stylesheets/theme-saas.css */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }
  /* line 6954, app/assets/stylesheets/theme-saas.css */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }
  /* line 6957, app/assets/stylesheets/theme-saas.css */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 6960, app/assets/stylesheets/theme-saas.css */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !important;
  }
  /* line 6963, app/assets/stylesheets/theme-saas.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6965, app/assets/stylesheets/theme-saas.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 6968, app/assets/stylesheets/theme-saas.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 6971, app/assets/stylesheets/theme-saas.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6974, app/assets/stylesheets/theme-saas.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 6979, app/assets/stylesheets/theme-saas.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6981, app/assets/stylesheets/theme-saas.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6984, app/assets/stylesheets/theme-saas.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6987, app/assets/stylesheets/theme-saas.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6990, app/assets/stylesheets/theme-saas.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6993, app/assets/stylesheets/theme-saas.css */
  .m-lg-1 {
    margin: 0.375rem !important;
  }
  /* line 6995, app/assets/stylesheets/theme-saas.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.375rem !important;
  }
  /* line 6998, app/assets/stylesheets/theme-saas.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.375rem !important;
  }
  /* line 7001, app/assets/stylesheets/theme-saas.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 7004, app/assets/stylesheets/theme-saas.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.375rem !important;
  }
  /* line 7007, app/assets/stylesheets/theme-saas.css */
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  /* line 7009, app/assets/stylesheets/theme-saas.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.75rem !important;
  }
  /* line 7012, app/assets/stylesheets/theme-saas.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.75rem !important;
  }
  /* line 7015, app/assets/stylesheets/theme-saas.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 7018, app/assets/stylesheets/theme-saas.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.75rem !important;
  }
  /* line 7021, app/assets/stylesheets/theme-saas.css */
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  /* line 7023, app/assets/stylesheets/theme-saas.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1.5rem !important;
  }
  /* line 7026, app/assets/stylesheets/theme-saas.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  /* line 7029, app/assets/stylesheets/theme-saas.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7032, app/assets/stylesheets/theme-saas.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  /* line 7035, app/assets/stylesheets/theme-saas.css */
  .m-lg-4 {
    margin: 2.25rem !important;
  }
  /* line 7037, app/assets/stylesheets/theme-saas.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 2.25rem !important;
  }
  /* line 7040, app/assets/stylesheets/theme-saas.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2.25rem !important;
  }
  /* line 7043, app/assets/stylesheets/theme-saas.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 7046, app/assets/stylesheets/theme-saas.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2.25rem !important;
  }
  /* line 7049, app/assets/stylesheets/theme-saas.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 7051, app/assets/stylesheets/theme-saas.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 7054, app/assets/stylesheets/theme-saas.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 7057, app/assets/stylesheets/theme-saas.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7060, app/assets/stylesheets/theme-saas.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 7063, app/assets/stylesheets/theme-saas.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 7065, app/assets/stylesheets/theme-saas.css */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 7068, app/assets/stylesheets/theme-saas.css */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 7071, app/assets/stylesheets/theme-saas.css */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7074, app/assets/stylesheets/theme-saas.css */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 7077, app/assets/stylesheets/theme-saas.css */
  .m-lg-7 {
    margin: 6rem !important;
  }
  /* line 7079, app/assets/stylesheets/theme-saas.css */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }
  /* line 7082, app/assets/stylesheets/theme-saas.css */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }
  /* line 7085, app/assets/stylesheets/theme-saas.css */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }
  /* line 7088, app/assets/stylesheets/theme-saas.css */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }
  /* line 7091, app/assets/stylesheets/theme-saas.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7093, app/assets/stylesheets/theme-saas.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 7096, app/assets/stylesheets/theme-saas.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 7099, app/assets/stylesheets/theme-saas.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 7102, app/assets/stylesheets/theme-saas.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 7105, app/assets/stylesheets/theme-saas.css */
  .p-lg-1 {
    padding: 0.375rem !important;
  }
  /* line 7107, app/assets/stylesheets/theme-saas.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.375rem !important;
  }
  /* line 7110, app/assets/stylesheets/theme-saas.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.375rem !important;
  }
  /* line 7113, app/assets/stylesheets/theme-saas.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 7116, app/assets/stylesheets/theme-saas.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.375rem !important;
  }
  /* line 7119, app/assets/stylesheets/theme-saas.css */
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  /* line 7121, app/assets/stylesheets/theme-saas.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.75rem !important;
  }
  /* line 7124, app/assets/stylesheets/theme-saas.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.75rem !important;
  }
  /* line 7127, app/assets/stylesheets/theme-saas.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 7130, app/assets/stylesheets/theme-saas.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.75rem !important;
  }
  /* line 7133, app/assets/stylesheets/theme-saas.css */
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  /* line 7135, app/assets/stylesheets/theme-saas.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1.5rem !important;
  }
  /* line 7138, app/assets/stylesheets/theme-saas.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1.5rem !important;
  }
  /* line 7141, app/assets/stylesheets/theme-saas.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7144, app/assets/stylesheets/theme-saas.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1.5rem !important;
  }
  /* line 7147, app/assets/stylesheets/theme-saas.css */
  .p-lg-4 {
    padding: 2.25rem !important;
  }
  /* line 7149, app/assets/stylesheets/theme-saas.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 2.25rem !important;
  }
  /* line 7152, app/assets/stylesheets/theme-saas.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 2.25rem !important;
  }
  /* line 7155, app/assets/stylesheets/theme-saas.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 7158, app/assets/stylesheets/theme-saas.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 2.25rem !important;
  }
  /* line 7161, app/assets/stylesheets/theme-saas.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 7163, app/assets/stylesheets/theme-saas.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 7166, app/assets/stylesheets/theme-saas.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 7169, app/assets/stylesheets/theme-saas.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7172, app/assets/stylesheets/theme-saas.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 7175, app/assets/stylesheets/theme-saas.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 7177, app/assets/stylesheets/theme-saas.css */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 7180, app/assets/stylesheets/theme-saas.css */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 7183, app/assets/stylesheets/theme-saas.css */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 7186, app/assets/stylesheets/theme-saas.css */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 7189, app/assets/stylesheets/theme-saas.css */
  .p-lg-7 {
    padding: 6rem !important;
  }
  /* line 7191, app/assets/stylesheets/theme-saas.css */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }
  /* line 7194, app/assets/stylesheets/theme-saas.css */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }
  /* line 7197, app/assets/stylesheets/theme-saas.css */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }
  /* line 7200, app/assets/stylesheets/theme-saas.css */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }
  /* line 7203, app/assets/stylesheets/theme-saas.css */
  .m-lg-n1 {
    margin: -0.375rem !important;
  }
  /* line 7205, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 7208, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 7211, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 7214, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 7217, app/assets/stylesheets/theme-saas.css */
  .m-lg-n2 {
    margin: -0.75rem !important;
  }
  /* line 7219, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 7222, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 7225, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 7228, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 7231, app/assets/stylesheets/theme-saas.css */
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  /* line 7233, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 7236, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 7239, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7242, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 7245, app/assets/stylesheets/theme-saas.css */
  .m-lg-n4 {
    margin: -2.25rem !important;
  }
  /* line 7247, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 7250, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 7253, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 7256, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 7259, app/assets/stylesheets/theme-saas.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 7261, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 7264, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 7267, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7270, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 7273, app/assets/stylesheets/theme-saas.css */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 7275, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 7278, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 7281, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7284, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 7287, app/assets/stylesheets/theme-saas.css */
  .m-lg-n7 {
    margin: -6rem !important;
  }
  /* line 7289, app/assets/stylesheets/theme-saas.css */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }
  /* line 7292, app/assets/stylesheets/theme-saas.css */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }
  /* line 7295, app/assets/stylesheets/theme-saas.css */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 7298, app/assets/stylesheets/theme-saas.css */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !important;
  }
  /* line 7301, app/assets/stylesheets/theme-saas.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 7303, app/assets/stylesheets/theme-saas.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 7306, app/assets/stylesheets/theme-saas.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 7309, app/assets/stylesheets/theme-saas.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 7312, app/assets/stylesheets/theme-saas.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 7317, app/assets/stylesheets/theme-saas.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 7319, app/assets/stylesheets/theme-saas.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 7322, app/assets/stylesheets/theme-saas.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 7325, app/assets/stylesheets/theme-saas.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 7328, app/assets/stylesheets/theme-saas.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 7331, app/assets/stylesheets/theme-saas.css */
  .m-xl-1 {
    margin: 0.375rem !important;
  }
  /* line 7333, app/assets/stylesheets/theme-saas.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.375rem !important;
  }
  /* line 7336, app/assets/stylesheets/theme-saas.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.375rem !important;
  }
  /* line 7339, app/assets/stylesheets/theme-saas.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 7342, app/assets/stylesheets/theme-saas.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.375rem !important;
  }
  /* line 7345, app/assets/stylesheets/theme-saas.css */
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  /* line 7347, app/assets/stylesheets/theme-saas.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.75rem !important;
  }
  /* line 7350, app/assets/stylesheets/theme-saas.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.75rem !important;
  }
  /* line 7353, app/assets/stylesheets/theme-saas.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 7356, app/assets/stylesheets/theme-saas.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.75rem !important;
  }
  /* line 7359, app/assets/stylesheets/theme-saas.css */
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  /* line 7361, app/assets/stylesheets/theme-saas.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1.5rem !important;
  }
  /* line 7364, app/assets/stylesheets/theme-saas.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  /* line 7367, app/assets/stylesheets/theme-saas.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7370, app/assets/stylesheets/theme-saas.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  /* line 7373, app/assets/stylesheets/theme-saas.css */
  .m-xl-4 {
    margin: 2.25rem !important;
  }
  /* line 7375, app/assets/stylesheets/theme-saas.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 2.25rem !important;
  }
  /* line 7378, app/assets/stylesheets/theme-saas.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2.25rem !important;
  }
  /* line 7381, app/assets/stylesheets/theme-saas.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 7384, app/assets/stylesheets/theme-saas.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2.25rem !important;
  }
  /* line 7387, app/assets/stylesheets/theme-saas.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 7389, app/assets/stylesheets/theme-saas.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 7392, app/assets/stylesheets/theme-saas.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 7395, app/assets/stylesheets/theme-saas.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7398, app/assets/stylesheets/theme-saas.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 7401, app/assets/stylesheets/theme-saas.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 7403, app/assets/stylesheets/theme-saas.css */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 7406, app/assets/stylesheets/theme-saas.css */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 7409, app/assets/stylesheets/theme-saas.css */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7412, app/assets/stylesheets/theme-saas.css */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 7415, app/assets/stylesheets/theme-saas.css */
  .m-xl-7 {
    margin: 6rem !important;
  }
  /* line 7417, app/assets/stylesheets/theme-saas.css */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }
  /* line 7420, app/assets/stylesheets/theme-saas.css */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }
  /* line 7423, app/assets/stylesheets/theme-saas.css */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 7426, app/assets/stylesheets/theme-saas.css */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }
  /* line 7429, app/assets/stylesheets/theme-saas.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 7431, app/assets/stylesheets/theme-saas.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 7434, app/assets/stylesheets/theme-saas.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 7437, app/assets/stylesheets/theme-saas.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 7440, app/assets/stylesheets/theme-saas.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 7443, app/assets/stylesheets/theme-saas.css */
  .p-xl-1 {
    padding: 0.375rem !important;
  }
  /* line 7445, app/assets/stylesheets/theme-saas.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.375rem !important;
  }
  /* line 7448, app/assets/stylesheets/theme-saas.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.375rem !important;
  }
  /* line 7451, app/assets/stylesheets/theme-saas.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 7454, app/assets/stylesheets/theme-saas.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.375rem !important;
  }
  /* line 7457, app/assets/stylesheets/theme-saas.css */
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  /* line 7459, app/assets/stylesheets/theme-saas.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.75rem !important;
  }
  /* line 7462, app/assets/stylesheets/theme-saas.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.75rem !important;
  }
  /* line 7465, app/assets/stylesheets/theme-saas.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 7468, app/assets/stylesheets/theme-saas.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.75rem !important;
  }
  /* line 7471, app/assets/stylesheets/theme-saas.css */
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  /* line 7473, app/assets/stylesheets/theme-saas.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1.5rem !important;
  }
  /* line 7476, app/assets/stylesheets/theme-saas.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1.5rem !important;
  }
  /* line 7479, app/assets/stylesheets/theme-saas.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7482, app/assets/stylesheets/theme-saas.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1.5rem !important;
  }
  /* line 7485, app/assets/stylesheets/theme-saas.css */
  .p-xl-4 {
    padding: 2.25rem !important;
  }
  /* line 7487, app/assets/stylesheets/theme-saas.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 2.25rem !important;
  }
  /* line 7490, app/assets/stylesheets/theme-saas.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 2.25rem !important;
  }
  /* line 7493, app/assets/stylesheets/theme-saas.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 7496, app/assets/stylesheets/theme-saas.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 2.25rem !important;
  }
  /* line 7499, app/assets/stylesheets/theme-saas.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 7501, app/assets/stylesheets/theme-saas.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 7504, app/assets/stylesheets/theme-saas.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 7507, app/assets/stylesheets/theme-saas.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 7510, app/assets/stylesheets/theme-saas.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 7513, app/assets/stylesheets/theme-saas.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 7515, app/assets/stylesheets/theme-saas.css */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 7518, app/assets/stylesheets/theme-saas.css */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 7521, app/assets/stylesheets/theme-saas.css */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 7524, app/assets/stylesheets/theme-saas.css */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 7527, app/assets/stylesheets/theme-saas.css */
  .p-xl-7 {
    padding: 6rem !important;
  }
  /* line 7529, app/assets/stylesheets/theme-saas.css */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }
  /* line 7532, app/assets/stylesheets/theme-saas.css */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }
  /* line 7535, app/assets/stylesheets/theme-saas.css */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 7538, app/assets/stylesheets/theme-saas.css */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }
  /* line 7541, app/assets/stylesheets/theme-saas.css */
  .m-xl-n1 {
    margin: -0.375rem !important;
  }
  /* line 7543, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 7546, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 7549, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 7552, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 7555, app/assets/stylesheets/theme-saas.css */
  .m-xl-n2 {
    margin: -0.75rem !important;
  }
  /* line 7557, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 7560, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 7563, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 7566, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 7569, app/assets/stylesheets/theme-saas.css */
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  /* line 7571, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 7574, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 7577, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7580, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 7583, app/assets/stylesheets/theme-saas.css */
  .m-xl-n4 {
    margin: -2.25rem !important;
  }
  /* line 7585, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 7588, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 7591, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 7594, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 7597, app/assets/stylesheets/theme-saas.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 7599, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 7602, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 7605, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 7608, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 7611, app/assets/stylesheets/theme-saas.css */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 7613, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 7616, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 7619, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7622, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 7625, app/assets/stylesheets/theme-saas.css */
  .m-xl-n7 {
    margin: -6rem !important;
  }
  /* line 7627, app/assets/stylesheets/theme-saas.css */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }
  /* line 7630, app/assets/stylesheets/theme-saas.css */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }
  /* line 7633, app/assets/stylesheets/theme-saas.css */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 7636, app/assets/stylesheets/theme-saas.css */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !important;
  }
  /* line 7639, app/assets/stylesheets/theme-saas.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 7641, app/assets/stylesheets/theme-saas.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 7644, app/assets/stylesheets/theme-saas.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 7647, app/assets/stylesheets/theme-saas.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 7650, app/assets/stylesheets/theme-saas.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7654, app/assets/stylesheets/theme-saas.css */
.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 7665, app/assets/stylesheets/theme-saas.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 7668, app/assets/stylesheets/theme-saas.css */
.text-justify {
  text-align: justify !important;
}

/* line 7671, app/assets/stylesheets/theme-saas.css */
.text-wrap {
  white-space: normal !important;
}

/* line 7674, app/assets/stylesheets/theme-saas.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 7677, app/assets/stylesheets/theme-saas.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7682, app/assets/stylesheets/theme-saas.css */
.text-left {
  text-align: left !important;
}

/* line 7685, app/assets/stylesheets/theme-saas.css */
.text-right {
  text-align: right !important;
}

/* line 7688, app/assets/stylesheets/theme-saas.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 7692, app/assets/stylesheets/theme-saas.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 7694, app/assets/stylesheets/theme-saas.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 7696, app/assets/stylesheets/theme-saas.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 7700, app/assets/stylesheets/theme-saas.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 7702, app/assets/stylesheets/theme-saas.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 7704, app/assets/stylesheets/theme-saas.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 7708, app/assets/stylesheets/theme-saas.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 7710, app/assets/stylesheets/theme-saas.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 7712, app/assets/stylesheets/theme-saas.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 7716, app/assets/stylesheets/theme-saas.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 7718, app/assets/stylesheets/theme-saas.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 7720, app/assets/stylesheets/theme-saas.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 7723, app/assets/stylesheets/theme-saas.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 7726, app/assets/stylesheets/theme-saas.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 7729, app/assets/stylesheets/theme-saas.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 7732, app/assets/stylesheets/theme-saas.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 7735, app/assets/stylesheets/theme-saas.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 7738, app/assets/stylesheets/theme-saas.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 7741, app/assets/stylesheets/theme-saas.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 7744, app/assets/stylesheets/theme-saas.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 7747, app/assets/stylesheets/theme-saas.css */
.font-italic {
  font-style: italic !important;
}

/* line 7750, app/assets/stylesheets/theme-saas.css */
.text-white {
  color: #fff !important;
}

/* line 7753, app/assets/stylesheets/theme-saas.css */
.text-primary {
  color: #0F66DC !important;
}

/* line 7756, app/assets/stylesheets/theme-saas.css */
a.text-primary:hover, a.text-primary:focus {
  color: #0a4594 !important;
}

/* line 7759, app/assets/stylesheets/theme-saas.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 7762, app/assets/stylesheets/theme-saas.css */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 7765, app/assets/stylesheets/theme-saas.css */
.text-success {
  color: #28a745 !important;
}

/* line 7768, app/assets/stylesheets/theme-saas.css */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 7771, app/assets/stylesheets/theme-saas.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 7774, app/assets/stylesheets/theme-saas.css */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 7777, app/assets/stylesheets/theme-saas.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 7780, app/assets/stylesheets/theme-saas.css */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 7783, app/assets/stylesheets/theme-saas.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 7786, app/assets/stylesheets/theme-saas.css */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 7789, app/assets/stylesheets/theme-saas.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 7792, app/assets/stylesheets/theme-saas.css */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 7795, app/assets/stylesheets/theme-saas.css */
.text-dark {
  color: #212529 !important;
}

/* line 7798, app/assets/stylesheets/theme-saas.css */
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

/* line 7801, app/assets/stylesheets/theme-saas.css */
.text-primary-2 {
  color: #F28233 !important;
}

/* line 7804, app/assets/stylesheets/theme-saas.css */
a.text-primary-2:hover, a.text-primary-2:focus {
  color: #cc5c0d !important;
}

/* line 7807, app/assets/stylesheets/theme-saas.css */
.text-primary-3 {
  color: #031328 !important;
}

/* line 7810, app/assets/stylesheets/theme-saas.css */
a.text-primary-3:hover, a.text-primary-3:focus {
  color: black !important;
}

/* line 7813, app/assets/stylesheets/theme-saas.css */
.text-body {
  color: #495057 !important;
}

/* line 7816, app/assets/stylesheets/theme-saas.css */
.text-muted {
  color: #adb5bd !important;
}

/* line 7819, app/assets/stylesheets/theme-saas.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 7822, app/assets/stylesheets/theme-saas.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 7825, app/assets/stylesheets/theme-saas.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7832, app/assets/stylesheets/theme-saas.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 7835, app/assets/stylesheets/theme-saas.css */
.text-break {
  word-wrap: break-word !important;
}

/* line 7838, app/assets/stylesheets/theme-saas.css */
.text-reset {
  color: inherit !important;
}

/* line 7841, app/assets/stylesheets/theme-saas.css */
.visible {
  visibility: visible !important;
}

/* line 7844, app/assets/stylesheets/theme-saas.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 7848, app/assets/stylesheets/theme-saas.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 7853, app/assets/stylesheets/theme-saas.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 7855, app/assets/stylesheets/theme-saas.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 7857, app/assets/stylesheets/theme-saas.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 7859, app/assets/stylesheets/theme-saas.css */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 7863, app/assets/stylesheets/theme-saas.css */
  thead {
    display: table-header-group;
  }
  /* line 7865, app/assets/stylesheets/theme-saas.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 7868, app/assets/stylesheets/theme-saas.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 7873, app/assets/stylesheets/theme-saas.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 7878, app/assets/stylesheets/theme-saas.css */
  body {
    min-width: 992px !important;
  }
  /* line 7880, app/assets/stylesheets/theme-saas.css */
  .container {
    min-width: 992px !important;
  }
  /* line 7882, app/assets/stylesheets/theme-saas.css */
  .navbar {
    display: none;
  }
  /* line 7884, app/assets/stylesheets/theme-saas.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 7886, app/assets/stylesheets/theme-saas.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 7888, app/assets/stylesheets/theme-saas.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 7891, app/assets/stylesheets/theme-saas.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 7894, app/assets/stylesheets/theme-saas.css */
  .table-dark {
    color: inherit;
  }
  /* line 7896, app/assets/stylesheets/theme-saas.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 7901, app/assets/stylesheets/theme-saas.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 7905, app/assets/stylesheets/theme-saas.css */
section {
  position: relative;
}

/* line 7908, app/assets/stylesheets/theme-saas.css */
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 7914, app/assets/stylesheets/theme-saas.css */
.bg-image:not([class*='absolute']) {
  position: absolute;
}

/* line 7916, app/assets/stylesheets/theme-saas.css */
.bg-image + .card-body {
  position: relative;
  z-index: 1;
}

/* line 7920, app/assets/stylesheets/theme-saas.css */
img.bg-image {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 7923, app/assets/stylesheets/theme-saas.css */
.btn {
  letter-spacing: -.02em;
}

/* line 7925, app/assets/stylesheets/theme-saas.css */
.btn.btn-sm, .btn-group-sm > .btn {
  letter-spacing: 0;
}

/* line 7927, app/assets/stylesheets/theme-saas.css */
.btn > span {
  display: inline-block;
  vertical-align: middle;
}

/* line 7930, app/assets/stylesheets/theme-saas.css */
.btn > .icon:first-child {
  margin-right: .5rem;
}

/* line 7932, app/assets/stylesheets/theme-saas.css */
.btn > .icon:last-child {
  margin-left: .5rem;
}

/* line 7934, app/assets/stylesheets/theme-saas.css */
.btn > .icon.d-block {
  margin: 0 auto;
  margin-bottom: .75rem;
  height: 2rem;
}

/* line 7938, app/assets/stylesheets/theme-saas.css */
.btn.btn-sm > .icon, .btn-group-sm > .btn > .icon {
  height: 1rem;
}

/* line 7940, app/assets/stylesheets/theme-saas.css */
.btn:focus {
  box-shadow: none !important;
}

/* line 7943, app/assets/stylesheets/theme-saas.css */
[class*='-flex'] > .btn {
  flex-shrink: 0;
}

/* line 7946, app/assets/stylesheets/theme-saas.css */
.btn.btn-primary * {
  fill: #fff;
}

/* line 7949, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary:hover * {
  fill: #fff;
}

/* line 7952, app/assets/stylesheets/theme-saas.css */
.btn.btn-secondary * {
  fill: #fff;
}

/* line 7955, app/assets/stylesheets/theme-saas.css */
.btn-outline-secondary:hover * {
  fill: #fff;
}

/* line 7958, app/assets/stylesheets/theme-saas.css */
.btn.btn-success * {
  fill: #fff;
}

/* line 7961, app/assets/stylesheets/theme-saas.css */
.btn-outline-success:hover * {
  fill: #fff;
}

/* line 7964, app/assets/stylesheets/theme-saas.css */
.btn.btn-info * {
  fill: #fff;
}

/* line 7967, app/assets/stylesheets/theme-saas.css */
.btn-outline-info:hover * {
  fill: #fff;
}

/* line 7970, app/assets/stylesheets/theme-saas.css */
.btn.btn-warning * {
  fill: #212529;
}

/* line 7973, app/assets/stylesheets/theme-saas.css */
.btn-outline-warning:hover * {
  fill: #212529;
}

/* line 7976, app/assets/stylesheets/theme-saas.css */
.btn.btn-danger * {
  fill: #fff;
}

/* line 7979, app/assets/stylesheets/theme-saas.css */
.btn-outline-danger:hover * {
  fill: #fff;
}

/* line 7982, app/assets/stylesheets/theme-saas.css */
.btn.btn-light * {
  fill: #212529;
}

/* line 7985, app/assets/stylesheets/theme-saas.css */
.btn-outline-light:hover * {
  fill: #212529;
}

/* line 7988, app/assets/stylesheets/theme-saas.css */
.btn.btn-dark * {
  fill: #fff;
}

/* line 7991, app/assets/stylesheets/theme-saas.css */
.btn-outline-dark:hover * {
  fill: #fff;
}

/* line 7994, app/assets/stylesheets/theme-saas.css */
.btn.btn-primary-2 * {
  fill: #212529;
}

/* line 7997, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-2:hover * {
  fill: #212529;
}

/* line 8000, app/assets/stylesheets/theme-saas.css */
.btn.btn-primary-3 * {
  fill: #fff;
}

/* line 8003, app/assets/stylesheets/theme-saas.css */
.btn-outline-primary-3:hover * {
  fill: #fff;
}

/* line 8006, app/assets/stylesheets/theme-saas.css */
.btn-light {
  border-color: #dee2e6;
  background: #f8f9fa;
}

/* line 8010, app/assets/stylesheets/theme-saas.css */
.btn-white {
  background: #fff;
  color: #0F66DC;
}

/* line 8013, app/assets/stylesheets/theme-saas.css */
.btn-white > .icon path {
  fill: #0F66DC;
}

/* line 8015, app/assets/stylesheets/theme-saas.css */
.btn-white:hover {
  color: #0F66DC;
  background: rgba(255, 255, 255, 0.9);
}

/* line 8019, app/assets/stylesheets/theme-saas.css */
.btn-outline-white {
  border-color: #dee2e6;
}

/* line 8022, app/assets/stylesheets/theme-saas.css */
.btn-round {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 8030, app/assets/stylesheets/theme-saas.css */
.btn-round > .icon:only-child {
  margin: 0;
}

/* line 8032, app/assets/stylesheets/theme-saas.css */
.btn-round > .icon.icon-sm {
  height: 1rem;
}

/* line 8034, app/assets/stylesheets/theme-saas.css */
.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
  width: 2rem;
  height: 2rem;
}

/* line 8037, app/assets/stylesheets/theme-saas.css */
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  width: 3.75rem;
  height: 3.75rem;
}

/* line 8040, app/assets/stylesheets/theme-saas.css */
.btn-round.btn-xlg {
  width: 4.5rem;
  height: 4.5rem;
}

/* line 8043, app/assets/stylesheets/theme-saas.css */
.btn-round.btn-lg > .icon, .btn-group-lg > .btn-round.btn > .icon, .btn-round.btn-xlg > .icon {
  height: 2rem;
}

/* line 8046, app/assets/stylesheets/theme-saas.css */
.btn-loading:not(.btn-loading-animate) > span {
  vertical-align: baseline;
}

/* line 8049, app/assets/stylesheets/theme-saas.css */
.btn-loading .icon {
  display: none;
}

/* line 8052, app/assets/stylesheets/theme-saas.css */
.btn-loading.btn-loading-animate .icon {
  display: inline-block;
}

/* line 8054, app/assets/stylesheets/theme-saas.css */
.btn-loading.btn-loading-animate .icon path {
  animation: spin .5s infinite linear;
  transform-origin: 12px;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

/* line 8071, app/assets/stylesheets/theme-saas.css */
.btn.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1020;
}

/* line 8077, app/assets/stylesheets/theme-saas.css */
.card {
  margin-bottom: 1.5rem;
}

/* line 8079, app/assets/stylesheets/theme-saas.css */
.card.card-sm.card-body {
  padding: 1.5rem;
}

/* line 8081, app/assets/stylesheets/theme-saas.css */
.card[class*='bg-primary']:not([class*='hover-bg-primary']) {
  border-color: rgba(0, 0, 0, 0);
}

/* line 8083, app/assets/stylesheets/theme-saas.css */
.card[class*='hover-'] {
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 8085, app/assets/stylesheets/theme-saas.css */
.card > .bg-image {
  border-radius: 0.625rem;
}

@media (min-width: 576px) {
  /* line 8089, app/assets/stylesheets/theme-saas.css */
  .card.card-lg.card-body {
    padding: 3rem;
  }
}

@media (max-width: 767.98px) {
  /* line 8093, app/assets/stylesheets/theme-saas.css */
  .card {
    margin-bottom: 0.75rem;
  }
}

/* line 8096, app/assets/stylesheets/theme-saas.css */
.card + .card {
  margin-top: 1.5rem;
}

/* line 8099, app/assets/stylesheets/theme-saas.css */
.card.card-sm + .card-sm {
  margin-top: 0.75rem;
}

/* line 8102, app/assets/stylesheets/theme-saas.css */
a.card {
  color: #495057;
  font-weight: 400;
  transition: all 0.1s ease;
}

/* line 8106, app/assets/stylesheets/theme-saas.css */
a.card[class*='hover-shadow']:hover {
  transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
}

@media (min-width: 768px) {
  /* line 8110, app/assets/stylesheets/theme-saas.css */
  .card-icon-2 {
    min-height: 22rem;
  }
}

/* line 8113, app/assets/stylesheets/theme-saas.css */
.card-icon-3 {
  overflow: hidden;
}

/* line 8115, app/assets/stylesheets/theme-saas.css */
.card-icon-3 h3 {
  margin-bottom: 1rem;
}

/* line 8117, app/assets/stylesheets/theme-saas.css */
.card-icon-3 .badge {
  position: absolute;
  top: 3rem;
  right: 3rem;
  max-height: 1.5rem;
}

@media (min-width: 768px) {
  /* line 8124, app/assets/stylesheets/theme-saas.css */
  .card-icon-3 {
    min-height: 28rem;
  }
  /* line 8126, app/assets/stylesheets/theme-saas.css */
  .card-icon-3 .icon-round {
    transform: scale(2.5);
    position: relative;
    bottom: 1rem;
    right: 1rem;
  }
}

/* line 8132, app/assets/stylesheets/theme-saas.css */
.card-customer-1 h4 {
  margin-bottom: .75rem;
}

/* line 8135, app/assets/stylesheets/theme-saas.css */
.card-article-wide {
  overflow: hidden;
}

/* line 8137, app/assets/stylesheets/theme-saas.css */
.card-article-wide .card-img-top {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  /* line 8142, app/assets/stylesheets/theme-saas.css */
  .card-article-wide {
    min-height: 22.5rem;
  }
  /* line 8144, app/assets/stylesheets/theme-saas.css */
  .card-article-wide .card-img-top {
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

/* line 8147, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle {
  outline: none;
  cursor: pointer;
}

/* line 8150, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle:after {
  display: none !important;
}

/* line 8152, app/assets/stylesheets/theme-saas.css */
.dropdown-toggle.btn > .icon:last-child {
  transform: rotateZ(-90deg);
  margin: 0;
}

/* line 8156, app/assets/stylesheets/theme-saas.css */
.dropright .dropdown-toggle.btn > .icon:last-child {
  transform: rotateZ(180deg);
}

/* line 8159, app/assets/stylesheets/theme-saas.css */
.dropup .dropdown-toggle.btn > .icon:last-child {
  transform: rotateZ(90deg);
}

/* line 8162, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle:before {
  display: none;
}

/* line 8165, app/assets/stylesheets/theme-saas.css */
.dropleft .dropdown-toggle.btn > .icon:first-child {
  transform: rotateZ(0deg);
}

/* line 8168, app/assets/stylesheets/theme-saas.css */
.dropdown-item {
  font-weight: 600;
  transition: color 0.1s ease;
}

/* line 8172, app/assets/stylesheets/theme-saas.css */
.dropdown-header {
  font-size: inherit;
  padding-bottom: 0;
}

/* line 8176, app/assets/stylesheets/theme-saas.css */
.dropdown-menu {
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
}

/* line 8178, app/assets/stylesheets/theme-saas.css */
.dropdown-menu h6 {
  margin-bottom: 1rem;
}

/* line 8180, app/assets/stylesheets/theme-saas.css */
.dropdown-menu.text-light .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}

/* line 8182, app/assets/stylesheets/theme-saas.css */
.dropdown-menu.text-light .dropdown-item:hover, .dropdown-menu.text-light .dropdown-item:active {
  color: #fff;
}

/* line 8185, app/assets/stylesheets/theme-saas.css */
[data-dropdown-content] .dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 8189, app/assets/stylesheets/theme-saas.css */
.dropdown-divider {
  margin: 0;
}

/* line 8192, app/assets/stylesheets/theme-saas.css */
[data-toggle="dropdown-grid"] + .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  width: 100vw;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  margin-top: 0;
}

/* line 8204, app/assets/stylesheets/theme-saas.css */
[data-toggle="dropdown-grid"] + .dropdown-menu .dropdown-menu {
  top: 0;
  margin-top: 0;
}

/* line 8207, app/assets/stylesheets/theme-saas.css */
[data-toggle="dropdown-grid"] + .dropdown-menu .card {
  margin-bottom: 0;
}

/* line 8209, app/assets/stylesheets/theme-saas.css */
[data-toggle="dropdown-grid"] + .dropdown-menu .card.card-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 8213, app/assets/stylesheets/theme-saas.css */
.dropdown-menu.row {
  pointer-events: none;
}

/* line 8215, app/assets/stylesheets/theme-saas.css */
.dropdown-menu.row.show {
  display: flex;
}

@media (min-width: 992px) {
  /* line 8219, app/assets/stylesheets/theme-saas.css */
  .dropdown-menu.row [class*='col'] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 8223, app/assets/stylesheets/theme-saas.css */
[data-dropdown-content] {
  pointer-events: all;
}

/* line 8226, app/assets/stylesheets/theme-saas.css */
.dropdown-menu .dropdown {
  position: relative;
}

/* line 8228, app/assets/stylesheets/theme-saas.css */
.dropdown-menu .dropdown .dropdown-toggle {
  padding-right: 3rem;
}

/* line 8230, app/assets/stylesheets/theme-saas.css */
.dropdown-menu .dropdown .dropdown-toggle .icon {
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: absolute;
  right: 0;
  transform: rotateZ(180deg);
}

/* line 8235, app/assets/stylesheets/theme-saas.css */
.dropdown-menu .dropdown .dropdown-toggle:focus .icon {
  opacity: 1;
  transform: rotateZ(180deg) translateX(-4px);
}

@media (max-width: 991.98px) {
  /* line 8240, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .dropdown-menu, .navbar-expand-lg [data-dropdown-content] {
    left: 0 !important;
  }
  /* line 8242, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg [data-toggle="dropdown-grid"] + .dropdown-menu {
    top: auto;
    width: auto;
    position: relative;
  }
  /* line 8246, app/assets/stylesheets/theme-saas.css */
  .navbar-expand-lg .dropdown-menu .dropdown .dropdown-toggle .icon {
    transform: rotateZ(270deg);
  }
}

/* line 8249, app/assets/stylesheets/theme-saas.css */
body[data-dropdown-grid-hover="true"] [data-toggle="dropdown-grid"]:hover:before, body[data-dropdown-grid-hover="true"] [data-dropdown-content]:not(.container):hover:before, [data-toggle="dropdown-grid"][data-hover="true"]:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3rem;
  top: 100%;
  left: 0;
}

/* line 8257, app/assets/stylesheets/theme-saas.css */
body[data-dropdown-grid-hover="true"] [data-toggle="dropdown-grid"] + .dropdown-menu [data-toggle="dropdown-grid"]:hover:before, body[data-dropdown-grid-hover="true"] [data-dropdown-content]:not(.container) + .dropdown-menu [data-toggle="dropdown-grid"]:hover:before, [data-toggle="dropdown-grid"][data-hover="true"] + .dropdown-menu [data-toggle="dropdown-grid"]:hover:before {
  width: 140%;
  height: 110%;
  top: 0;
  left: -20%;
}

/* line 8263, app/assets/stylesheets/theme-saas.css */
[data-dropdown-content]:not(.container):hover:before {
  top: -1.5rem;
  left: -1.5rem;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  padding: 3rem;
}

@media (min-width: 992px) {
  /* line 8271, app/assets/stylesheets/theme-saas.css */
  .dropdown-grid-menu {
    background: #fff;
    border-radius: 0.3125rem;
    border: 1px solid #dee2e6;
    padding: 1.125rem 1.125rem;
    box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.08);
    min-width: 10rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 8280, app/assets/stylesheets/theme-saas.css */
  .dropdown-grid-menu {
    padding-left: 0.75rem;
    border-left: 1px solid #dee2e6;
  }
  /* line 8283, app/assets/stylesheets/theme-saas.css */
  .navbar-dark .dropdown-grid-menu {
    border-color: rgba(255, 255, 255, 0.25);
  }
}

/* line 8286, app/assets/stylesheets/theme-saas.css */
footer {
  padding: 6rem 0;
}

/* line 8289, app/assets/stylesheets/theme-saas.css */
.row[class*='flex-'][class*='-column'] > [class*='col'][class*='my-']:first-child {
  margin-top: 0 !important;
}

/* line 8292, app/assets/stylesheets/theme-saas.css */
.row[class*='flex-'][class*='-column'] > [class*='col'][class*='my-']:last-child {
  margin-bottom: 0 !important;
}

@media all and (max-width: 767px) {
  /* line 8296, app/assets/stylesheets/theme-saas.css */
  .row:not(.no-gutters) > [class*='col-6']:nth-child(odd) {
    padding-right: 0.375rem;
  }
  /* line 8298, app/assets/stylesheets/theme-saas.css */
  .row:not(.no-gutters) > [class*='col-6']:nth-child(even) {
    padding-left: 0.375rem;
  }
}

@media (min-width: 576px) {
  /* line 8302, app/assets/stylesheets/theme-saas.css */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 8307, app/assets/stylesheets/theme-saas.css */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* line 8311, app/assets/stylesheets/theme-saas.css */
.row-tight {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

/* line 8314, app/assets/stylesheets/theme-saas.css */
.row-tight > [class*='col'] {
  padding: 0 0.375rem;
}

/* line 8317, app/assets/stylesheets/theme-saas.css */
img[class*='flex-'][class*='-grow-1'] {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 8320, app/assets/stylesheets/theme-saas.css */
img {
  max-width: 100%;
}

/* line 8323, app/assets/stylesheets/theme-saas.css */
.navbar {
  border-bottom: 1px solid rgba(3, 19, 40, 0.08);
  width: 100%;
}

/* line 8326, app/assets/stylesheets/theme-saas.css */
.navbar[data-overlay] {
  position: absolute;
}

/* line 8328, app/assets/stylesheets/theme-saas.css */
.navbar[data-sticky="top"] {
  transition: all 0.2s ease;
}

/* line 8330, app/assets/stylesheets/theme-saas.css */
.navbar.scrolled.navbar-dark[data-sticky="top"] {
  background: #031328;
  border-bottom-color: rgba(0, 0, 0, 0);
}

/* line 8333, app/assets/stylesheets/theme-saas.css */
.navbar.scrolled.navbar-light[data-sticky="top"] {
  background: #fff !important;
}

/* line 8335, app/assets/stylesheets/theme-saas.css */
.navbar[data-overlay], .navbar[data-sticky="top"] {
  z-index: 999;
}

/* line 8337, app/assets/stylesheets/theme-saas.css */
.navbar.scrolled[data-overlay], .navbar.scrolled[data-sticky="top"] {
  z-index: 1030;
}

/* line 8339, app/assets/stylesheets/theme-saas.css */
.navbar .dropdown-menu {
  z-index: 1060;
}

/* line 8341, app/assets/stylesheets/theme-saas.css */
.navbar .nav-link {
  transition: color 0.2s ease;
}

/* line 8344, app/assets/stylesheets/theme-saas.css */
.navbar-container {
  position: relative;
}

/* line 8347, app/assets/stylesheets/theme-saas.css */
.navbar-light .navbar-toggler svg path {
  fill: #212529;
}

/* line 8350, app/assets/stylesheets/theme-saas.css */
.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 8352, app/assets/stylesheets/theme-saas.css */
.navbar-dark .navbar-toggler svg path {
  fill: #fff;
}

/* line 8354, app/assets/stylesheets/theme-saas.css */
.navbar-dark.navbar-toggled-show .dropdown-toggle > svg.bg-dark * {
  fill: #fff;
}

/* line 8357, app/assets/stylesheets/theme-saas.css */
.navbar-toggler {
  border: none;
  position: relative;
}

/* line 8360, app/assets/stylesheets/theme-saas.css */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-close {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

/* line 8363, app/assets/stylesheets/theme-saas.css */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-open {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}

/* line 8367, app/assets/stylesheets/theme-saas.css */
.navbar-toggler-open, .navbar-toggler-close {
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
  transform: scale(1);
}

/* line 8372, app/assets/stylesheets/theme-saas.css */
.navbar-toggler-close {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  /* line 8378, app/assets/stylesheets/theme-saas.css */
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8381, app/assets/stylesheets/theme-saas.css */
  .navbar .dropdown-menu {
    margin-top: 1rem;
  }
}

/* line 8384, app/assets/stylesheets/theme-saas.css */
nav.navbar-toggled-show[data-overlay] {
  background: #fff;
}

/* line 8386, app/assets/stylesheets/theme-saas.css */
nav.navbar-toggled-show.navbar-dark[data-overlay] {
  background: #031328;
}

/* line 8388, app/assets/stylesheets/theme-saas.css */
nav.navbar-toggled-show.navbar-dark[data-overlay] .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}

/* line 8390, app/assets/stylesheets/theme-saas.css */
nav.navbar-toggled-show.navbar-dark[data-overlay] .dropdown-item:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 8394, app/assets/stylesheets/theme-saas.css */
  .navbar-collapse {
    max-height: 100vh;
    overflow-y: scroll;
  }
}

@media (max-width: 991.98px) {
  /* line 8399, app/assets/stylesheets/theme-saas.css */
  .nav-item.dropdown .col-auto {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 8404, app/assets/stylesheets/theme-saas.css */
.nav-link.disabled {
  opacity: .25;
}

/* line 8407, app/assets/stylesheets/theme-saas.css */
section .nav-link, footer .nav-link {
  transition: opacity 0.2s linear;
}

/* line 8409, app/assets/stylesheets/theme-saas.css */
section .nav-link:not(.active):not(.disabled):not(:hover), footer .nav-link:not(.active):not(.disabled):not(:hover) {
  opacity: .5;
}

/* line 8411, app/assets/stylesheets/theme-saas.css */
section .nav-link .icon, footer .nav-link .icon {
  transform: translate3d(0, 0, 0);
}

/* line 8413, app/assets/stylesheets/theme-saas.css */
section .nav-link[aria-expanded="true"], footer .nav-link[aria-expanded="true"] {
  opacity: 1 !important;
}

/* line 8416, app/assets/stylesheets/theme-saas.css */
section:not(.text-light) .nav-link, footer:not(.text-light) .nav-link {
  color: #212529;
}

/* line 8419, app/assets/stylesheets/theme-saas.css */
.nav-link.btn.active {
  background: #0F66DC;
  color: #fff;
}

/* line 8423, app/assets/stylesheets/theme-saas.css */
.nav-link.btn-light.active, .nav-link.btn-light:active {
  background: #f8f9fa !important;
  border-color: #dee2e6 !important;
}

/* line 8427, app/assets/stylesheets/theme-saas.css */
.nav-link.btn-light:not(.active) {
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

/* line 8431, app/assets/stylesheets/theme-saas.css */
.nav-link.btn-light .icon * {
  fill: #0F66DC;
}

/* line 8434, app/assets/stylesheets/theme-saas.css */
.nav-link .icon-round {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .75rem;
}

/* line 8439, app/assets/stylesheets/theme-saas.css */
.nav-link:not(.active):not(:active) .icon-round {
  background-color: transparent !important;
}

/* line 8442, app/assets/stylesheets/theme-saas.css */
.nav.flex-column {
  flex-flow: column;
}

/* line 8444, app/assets/stylesheets/theme-saas.css */
.nav.flex-column .nav-link {
  padding-left: 0;
  padding-top: 0;
}

/* line 8448, app/assets/stylesheets/theme-saas.css */
.nav-link[data-toggle="collapse"] > .icon {
  transform: rotateZ(-90deg);
  position: relative;
  right: .25rem;
}

/* line 8453, app/assets/stylesheets/theme-saas.css */
img[data-inject-svg] {
  opacity: 0;
}

/* line 8456, app/assets/stylesheets/theme-saas.css */
svg.icon * {
  fill: #0F66DC;
}

/* line 8459, app/assets/stylesheets/theme-saas.css */
svg.icon[class*='bg-'] {
  background: none !important;
}

/* line 8462, app/assets/stylesheets/theme-saas.css */
svg.bg-white * {
  fill: #fff;
}

/* line 8465, app/assets/stylesheets/theme-saas.css */
svg.bg-primary * {
  fill: #0F66DC;
}

/* line 8468, app/assets/stylesheets/theme-saas.css */
svg.bg-primary-alt * {
  fill: #f1f6fd;
}

/* line 8471, app/assets/stylesheets/theme-saas.css */
svg.bg-secondary * {
  fill: #6c757d;
}

/* line 8474, app/assets/stylesheets/theme-saas.css */
svg.bg-secondary-alt * {
  fill: #f6f7f7;
}

/* line 8477, app/assets/stylesheets/theme-saas.css */
svg.bg-success * {
  fill: #28a745;
}

/* line 8480, app/assets/stylesheets/theme-saas.css */
svg.bg-success-alt * {
  fill: #f2faf4;
}

/* line 8483, app/assets/stylesheets/theme-saas.css */
svg.bg-info * {
  fill: #17a2b8;
}

/* line 8486, app/assets/stylesheets/theme-saas.css */
svg.bg-info-alt * {
  fill: #f1f9fb;
}

/* line 8489, app/assets/stylesheets/theme-saas.css */
svg.bg-warning * {
  fill: #ffc107;
}

/* line 8492, app/assets/stylesheets/theme-saas.css */
svg.bg-warning-alt * {
  fill: #fffbf0;
}

/* line 8495, app/assets/stylesheets/theme-saas.css */
svg.bg-danger * {
  fill: #dc3545;
}

/* line 8498, app/assets/stylesheets/theme-saas.css */
svg.bg-danger-alt * {
  fill: #fdf3f4;
}

/* line 8501, app/assets/stylesheets/theme-saas.css */
svg.bg-light * {
  fill: #f8f9fa;
}

/* line 8504, app/assets/stylesheets/theme-saas.css */
svg.bg-light-alt * {
  fill: white;
}

/* line 8507, app/assets/stylesheets/theme-saas.css */
svg.bg-dark * {
  fill: #212529;
}

/* line 8510, app/assets/stylesheets/theme-saas.css */
svg.bg-dark-alt * {
  fill: #f2f2f2;
}

/* line 8513, app/assets/stylesheets/theme-saas.css */
svg.bg-primary-2 * {
  fill: #F28233;
}

/* line 8516, app/assets/stylesheets/theme-saas.css */
svg.bg-primary-2-alt * {
  fill: #fef8f3;
}

/* line 8519, app/assets/stylesheets/theme-saas.css */
svg.bg-primary-3 * {
  fill: #031328;
}

/* line 8522, app/assets/stylesheets/theme-saas.css */
svg.bg-primary-3-alt * {
  fill: #f0f1f2;
}

/* line 8525, app/assets/stylesheets/theme-saas.css */
.text-light svg.icon:not([class*='bg-']) * {
  fill: #fff;
}

/* line 8528, app/assets/stylesheets/theme-saas.css */
.text-primary svg.icon:not([class*='bg-']) * {
  fill: #0F66DC;
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url(/../fonts/Inter-UI-upright.var.woff2) format("woff2-variations"), url(/../fonts/Inter-UI-Regular.woff2) format("woff2"), url(/../fonts/Inter-UI-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url(/../fonts/Inter-UI.var.woff2) format("woff2-variations"), url(/../fonts/Inter-UI-Italic.woff2) format("woff2"), url(/../fonts/Inter-UI-Italic.woff) format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url(/../fonts/Inter-UI-upright.var.woff2) format("woff2-variations"), url(/../fonts/Inter-UI-Medium.woff2) format("woff2"), url(/../fonts/Inter-UI-Medium.woff) format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url(/../fonts/Inter-UI.var.woff2) format("woff2-variations"), url(/../fonts/Inter-UI-MediumItalic.woff2) format("woff2"), url(/../fonts/Inter-UI-MediumItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url(/../fonts/Inter-UI-upright.var.woff2) format("woff2-variations"), url(/../fonts/Inter-UI-Bold.woff2) format("woff2"), url(/../fonts/Inter-UI-Bold.woff) format("woff");
}

/* line 8571, app/assets/stylesheets/theme-saas.css */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 8575, app/assets/stylesheets/theme-saas.css */
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .display-1, .display-2, .display-3, .display-4 {
  letter-spacing: -.03em;
}

/* line 8578, app/assets/stylesheets/theme-saas.css */
h5, .h5 {
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  /* line 8582, app/assets/stylesheets/theme-saas.css */
  html {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  /* line 8586, app/assets/stylesheets/theme-saas.css */
  html {
    font-size: .875rem;
  }
}

@media (max-width: 991.98px) {
  /* line 8590, app/assets/stylesheets/theme-saas.css */
  .display-2 {
    font-size: 3.5rem;
  }
}

/* line 8593, app/assets/stylesheets/theme-saas.css */
.display-1, .display-2, .display-3, .display-4 {
  color: #212529;
}

/* line 8596, app/assets/stylesheets/theme-saas.css */
.display-1, .display-2, .display-3, .display-4 {
  margin-bottom: 1.5rem;
  line-height: 1;
}

/* line 8600, app/assets/stylesheets/theme-saas.css */
.display-4 {
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  /* line 8604, app/assets/stylesheets/theme-saas.css */
  .display-3 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media (max-width: 767.98px) {
  /* line 8609, app/assets/stylesheets/theme-saas.css */
  .display-4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

/* line 8613, app/assets/stylesheets/theme-saas.css */
h5 {
  margin-bottom: 0.75rem;
}

/* line 8616, app/assets/stylesheets/theme-saas.css */
h6 {
  line-height: 1.375rem;
}

/* line 8619, app/assets/stylesheets/theme-saas.css */
a {
  font-weight: 600;
  color: #0F66DC;
}

/* line 8622, app/assets/stylesheets/theme-saas.css */
a.lead {
  font-weight: 600;
}

/* line 8625, app/assets/stylesheets/theme-saas.css */
small, .text-small {
  font-weight: 600;
}

/* line 8628, app/assets/stylesheets/theme-saas.css */
.text-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 8632, app/assets/stylesheets/theme-saas.css */
small {
  display: inline-block;
  line-height: 1.1875rem;
}

/* line 8635, app/assets/stylesheets/theme-saas.css */
small.text-uppercase {
  letter-spacing: .08em;
}

/* line 8638, app/assets/stylesheets/theme-saas.css */
strong {
  font-weight: 600;
}

/* line 8641, app/assets/stylesheets/theme-saas.css */
.text-light a:not(.btn), .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6, .text-light .display-1, .text-light .display-2, .text-light .display-3, .text-light .display-4 {
  color: #fff;
}

/* line 8644, app/assets/stylesheets/theme-saas.css */
.text-light .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 8647, app/assets/stylesheets/theme-saas.css */
.highlight {
  display: inline;
  background: rgba(242, 130, 51, 0.2);
}

/* line 8651, app/assets/stylesheets/theme-saas.css */
.alert {
  word-break: break-word;
}

/* line 8654, app/assets/stylesheets/theme-saas.css */
.o-hidden {
  overflow: hidden;
}

/* line 8657, app/assets/stylesheets/theme-saas.css */
.o-visible {
  overflow: visible;
}

@media (min-width: 992px) {
  /* line 8661, app/assets/stylesheets/theme-saas.css */
  .o-lg-visible {
    overflow: visible;
  }
}

/* line 8664, app/assets/stylesheets/theme-saas.css */
.opacity-0 {
  opacity: 0;
}

/* line 8667, app/assets/stylesheets/theme-saas.css */
.opacity-10 {
  opacity: 0.1;
}

/* line 8670, app/assets/stylesheets/theme-saas.css */
.opacity-20 {
  opacity: 0.2;
}

/* line 8673, app/assets/stylesheets/theme-saas.css */
.opacity-30 {
  opacity: 0.3;
}

/* line 8676, app/assets/stylesheets/theme-saas.css */
.opacity-40 {
  opacity: 0.4;
}

/* line 8679, app/assets/stylesheets/theme-saas.css */
.opacity-50 {
  opacity: 0.5;
}

/* line 8682, app/assets/stylesheets/theme-saas.css */
.opacity-60 {
  opacity: 0.6;
}

/* line 8685, app/assets/stylesheets/theme-saas.css */
.opacity-70 {
  opacity: 0.7;
}

/* line 8688, app/assets/stylesheets/theme-saas.css */
.opacity-80 {
  opacity: 0.8;
}

/* line 8691, app/assets/stylesheets/theme-saas.css */
.opacity-90 {
  opacity: 0.9;
}

/* line 8694, app/assets/stylesheets/theme-saas.css */
section {
  padding: 6rem 0;
}

/* line 8697, app/assets/stylesheets/theme-saas.css */
.h-0 {
  height: 0;
}

/* line 8700, app/assets/stylesheets/theme-saas.css */
.min-vh-10 {
  min-height: 10vh;
}

/* line 8703, app/assets/stylesheets/theme-saas.css */
.min-vh-20 {
  min-height: 20vh;
}

/* line 8706, app/assets/stylesheets/theme-saas.css */
.min-vh-30 {
  min-height: 30vh;
}

/* line 8709, app/assets/stylesheets/theme-saas.css */
.min-vh-40 {
  min-height: 40vh;
}

/* line 8712, app/assets/stylesheets/theme-saas.css */
.min-vh-50 {
  min-height: 50vh;
}

/* line 8715, app/assets/stylesheets/theme-saas.css */
.min-vh-60 {
  min-height: 60vh;
}

/* line 8718, app/assets/stylesheets/theme-saas.css */
.min-vh-70 {
  min-height: 70vh;
}

/* line 8721, app/assets/stylesheets/theme-saas.css */
.min-vh-80 {
  min-height: 80vh;
}

/* line 8724, app/assets/stylesheets/theme-saas.css */
.min-vh-90 {
  min-height: 90vh;
}

/* line 8727, app/assets/stylesheets/theme-saas.css */
.min-vh-100 {
  min-height: 100vh;
}

@media (min-width: 768px) {
  /* line 8731, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-10 {
    min-height: 10vh;
  }
  /* line 8733, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-20 {
    min-height: 20vh;
  }
  /* line 8735, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-30 {
    min-height: 30vh;
  }
  /* line 8737, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-40 {
    min-height: 40vh;
  }
  /* line 8739, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-50 {
    min-height: 50vh;
  }
  /* line 8741, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-60 {
    min-height: 60vh;
  }
  /* line 8743, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-70 {
    min-height: 70vh;
  }
  /* line 8745, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-80 {
    min-height: 80vh;
  }
  /* line 8747, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-90 {
    min-height: 90vh;
  }
  /* line 8749, app/assets/stylesheets/theme-saas.css */
  .min-vh-md-100 {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  /* line 8753, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-10 {
    min-height: 10vh;
  }
  /* line 8755, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-20 {
    min-height: 20vh;
  }
  /* line 8757, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-30 {
    min-height: 30vh;
  }
  /* line 8759, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-40 {
    min-height: 40vh;
  }
  /* line 8761, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-50 {
    min-height: 50vh;
  }
  /* line 8763, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-60 {
    min-height: 60vh;
  }
  /* line 8765, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-70 {
    min-height: 70vh;
  }
  /* line 8767, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-80 {
    min-height: 80vh;
  }
  /* line 8769, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-90 {
    min-height: 90vh;
  }
  /* line 8771, app/assets/stylesheets/theme-saas.css */
  .min-vh-lg-100 {
    min-height: 100vh;
  }
}

/* line 8774, app/assets/stylesheets/theme-saas.css */
.min-vw-10 {
  min-width: 10vw;
}

/* line 8777, app/assets/stylesheets/theme-saas.css */
.min-vw-20 {
  min-width: 20vw;
}

/* line 8780, app/assets/stylesheets/theme-saas.css */
.min-vw-30 {
  min-width: 30vw;
}

/* line 8783, app/assets/stylesheets/theme-saas.css */
.min-vw-40 {
  min-width: 40vw;
}

/* line 8786, app/assets/stylesheets/theme-saas.css */
.min-vw-50 {
  min-width: 50vw;
}

/* line 8789, app/assets/stylesheets/theme-saas.css */
.min-vw-60 {
  min-width: 60vw;
}

/* line 8792, app/assets/stylesheets/theme-saas.css */
.min-vw-70 {
  min-width: 70vw;
}

/* line 8795, app/assets/stylesheets/theme-saas.css */
.min-vw-80 {
  min-width: 80vw;
}

/* line 8798, app/assets/stylesheets/theme-saas.css */
.min-vw-90 {
  min-width: 90vw;
}

/* line 8801, app/assets/stylesheets/theme-saas.css */
.min-vw-100 {
  min-width: 100vw;
}

/* line 8804, app/assets/stylesheets/theme-saas.css */
.text-white p a {
  color: #fff;
}

/* line 8807, app/assets/stylesheets/theme-saas.css */
.text-strikethrough {
  text-decoration: line-through;
}

/* line 8810, app/assets/stylesheets/theme-saas.css */
.overlay .container {
  z-index: 1;
  position: relative;
}

/* line 8814, app/assets/stylesheets/theme-saas.css */
.overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

/* line 8823, app/assets/stylesheets/theme-saas.css */
.overlay .divider {
  z-index: 1;
}

/* line 8826, app/assets/stylesheets/theme-saas.css */
.overlay.card:after {
  border-radius: 0 0 0.625rem 0.625rem;
}

/* line 8829, app/assets/stylesheets/theme-saas.css */
.overlay > .position-absolute {
  z-index: 2;
}

/* line 8832, app/assets/stylesheets/theme-saas.css */
.shadow-3d {
  box-shadow: 0.5rem 0.5rem 0 rgba(233, 236, 239, 0.5);
}

/* line 8835, app/assets/stylesheets/theme-saas.css */
.bg-primary-alt {
  background: #f1f6fd;
}

/* line 8838, app/assets/stylesheets/theme-saas.css */
.bg-primary-2-alt {
  background: #fef8f3;
}

/* line 8841, app/assets/stylesheets/theme-saas.css */
.bg-primary-3-alt {
  background: #f0f1f2;
}

/* line 8844, app/assets/stylesheets/theme-saas.css */
img.rounded, div.rounded {
  border-radius: 0.625rem !important;
}

/* line 8847, app/assets/stylesheets/theme-saas.css */
.rounded-sm, img.rounded-sm {
  border-radius: 0.3125rem !important;
}

/* line 8850, app/assets/stylesheets/theme-saas.css */
.bg-primary-3.border-bottom {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* line 8853, app/assets/stylesheets/theme-saas.css */
.position-relative {
  z-index: 1;
}

/* line 8856, app/assets/stylesheets/theme-saas.css */
.position-absolute[style] {
  z-index: 2;
}

/* line 8859, app/assets/stylesheets/theme-saas.css */
.sticky-top {
  top: 1.5rem;
}

/* line 8862, app/assets/stylesheets/theme-saas.css */
.top-0 {
  top: 0;
  bottom: auto;
}

/* line 8866, app/assets/stylesheets/theme-saas.css */
.layer-1 {
  z-index: 1;
}

/* line 8869, app/assets/stylesheets/theme-saas.css */
.layer-2 {
  z-index: 2;
}

/* line 8872, app/assets/stylesheets/theme-saas.css */
.layer-3 {
  z-index: 3;
}

/* line 8875, app/assets/stylesheets/theme-saas.css */
.layer-4 {
  z-index: 4;
}

/* line 8878, app/assets/stylesheets/theme-saas.css */
[class*='layer-'] {
  position: relative;
}

/* line 8881, app/assets/stylesheets/theme-saas.css */
.blend-mode-multiply {
  mix-blend-mode: multiply;
}

/* line 8884, app/assets/stylesheets/theme-saas.css */
.flip-x {
  transform: scaleX(-1);
}

/* line 8887, app/assets/stylesheets/theme-saas.css */
.flip-y {
  transform: scaleY(-1);
}

/* line 8890, app/assets/stylesheets/theme-saas.css */
.rotate-left {
  transform: rotateZ(-1deg);
}

/* line 8892, app/assets/stylesheets/theme-saas.css */
.rotate-left.mobile-screenshot {
  transform: rotateZ(-5deg);
}

/* line 8895, app/assets/stylesheets/theme-saas.css */
.rotate-right {
  transform: rotateZ(1deg);
}

/* line 8898, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

/* line 8901, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

/* line 8904, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] .aos-animate[data-aos] {
  transition-delay: 50ms;
}

/* line 8907, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

/* line 8910, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

/* line 8913, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] .aos-animate[data-aos] {
  transition-delay: .1s;
}

/* line 8916, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

/* line 8919, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

/* line 8922, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] .aos-animate[data-aos] {
  transition-delay: .15s;
}

/* line 8925, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

/* line 8928, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

/* line 8931, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] .aos-animate[data-aos] {
  transition-delay: .2s;
}

/* line 8934, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

/* line 8937, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

/* line 8940, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] .aos-animate[data-aos] {
  transition-delay: .25s;
}

/* line 8943, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

/* line 8946, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

/* line 8949, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] .aos-animate[data-aos] {
  transition-delay: .3s;
}

/* line 8952, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

/* line 8955, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

/* line 8958, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] .aos-animate[data-aos] {
  transition-delay: .35s;
}

/* line 8961, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

/* line 8964, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

/* line 8967, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] .aos-animate[data-aos] {
  transition-delay: .4s;
}

/* line 8970, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

/* line 8973, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

/* line 8976, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] .aos-animate[data-aos] {
  transition-delay: .45s;
}

/* line 8979, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

/* line 8982, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

/* line 8985, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] .aos-animate[data-aos] {
  transition-delay: .5s;
}

/* line 8988, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

/* line 8991, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

/* line 8994, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] .aos-animate[data-aos] {
  transition-delay: .55s;
}

/* line 8997, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

/* line 9000, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

/* line 9003, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] .aos-animate[data-aos] {
  transition-delay: .6s;
}

/* line 9006, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

/* line 9009, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

/* line 9012, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] .aos-animate[data-aos] {
  transition-delay: .65s;
}

/* line 9015, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

/* line 9018, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

/* line 9021, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] .aos-animate[data-aos] {
  transition-delay: .7s;
}

/* line 9024, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

/* line 9027, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

/* line 9030, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] .aos-animate[data-aos] {
  transition-delay: .75s;
}

/* line 9033, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

/* line 9036, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

/* line 9039, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] .aos-animate[data-aos] {
  transition-delay: .8s;
}

/* line 9042, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

/* line 9045, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

/* line 9048, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] .aos-animate[data-aos] {
  transition-delay: .85s;
}

/* line 9051, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

/* line 9054, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

/* line 9057, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] .aos-animate[data-aos] {
  transition-delay: .9s;
}

/* line 9060, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

/* line 9063, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

/* line 9066, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] .aos-animate[data-aos] {
  transition-delay: .95s;
}

/* line 9069, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

/* line 9072, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

/* line 9075, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] .aos-animate[data-aos] {
  transition-delay: 1s;
}

/* line 9078, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

/* line 9081, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

/* line 9084, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] .aos-animate[data-aos] {
  transition-delay: 1.05s;
}

/* line 9087, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

/* line 9090, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

/* line 9093, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] .aos-animate[data-aos] {
  transition-delay: 1.1s;
}

/* line 9096, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

/* line 9099, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

/* line 9102, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] .aos-animate[data-aos] {
  transition-delay: 1.15s;
}

/* line 9105, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

/* line 9108, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

/* line 9111, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] .aos-animate[data-aos] {
  transition-delay: 1.2s;
}

/* line 9114, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

/* line 9117, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

/* line 9120, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] .aos-animate[data-aos] {
  transition-delay: 1.25s;
}

/* line 9123, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

/* line 9126, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

/* line 9129, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] .aos-animate[data-aos] {
  transition-delay: 1.3s;
}

/* line 9132, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

/* line 9135, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

/* line 9138, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] .aos-animate[data-aos] {
  transition-delay: 1.35s;
}

/* line 9141, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

/* line 9144, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

/* line 9147, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] .aos-animate[data-aos] {
  transition-delay: 1.4s;
}

/* line 9150, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

/* line 9153, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

/* line 9156, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] .aos-animate[data-aos] {
  transition-delay: 1.45s;
}

/* line 9159, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

/* line 9162, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

/* line 9165, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] .aos-animate[data-aos] {
  transition-delay: 1.5s;
}

/* line 9168, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

/* line 9171, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

/* line 9174, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] .aos-animate[data-aos] {
  transition-delay: 1.55s;
}

/* line 9177, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

/* line 9180, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

/* line 9183, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] .aos-animate[data-aos] {
  transition-delay: 1.6s;
}

/* line 9186, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

/* line 9189, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

/* line 9192, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] .aos-animate[data-aos] {
  transition-delay: 1.65s;
}

/* line 9195, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

/* line 9198, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

/* line 9201, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] .aos-animate[data-aos] {
  transition-delay: 1.7s;
}

/* line 9204, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

/* line 9207, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

/* line 9210, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] .aos-animate[data-aos] {
  transition-delay: 1.75s;
}

/* line 9213, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

/* line 9216, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

/* line 9219, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] .aos-animate[data-aos] {
  transition-delay: 1.8s;
}

/* line 9222, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

/* line 9225, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

/* line 9228, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] .aos-animate[data-aos] {
  transition-delay: 1.85s;
}

/* line 9231, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

/* line 9234, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

/* line 9237, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] .aos-animate[data-aos] {
  transition-delay: 1.9s;
}

/* line 9240, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

/* line 9243, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

/* line 9246, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] .aos-animate[data-aos] {
  transition-delay: 1.95s;
}

/* line 9249, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

/* line 9252, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

/* line 9255, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] .aos-animate[data-aos] {
  transition-delay: 2s;
}

/* line 9258, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

/* line 9261, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

/* line 9264, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] .aos-animate[data-aos] {
  transition-delay: 2.05s;
}

/* line 9267, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

/* line 9270, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

/* line 9273, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] .aos-animate[data-aos] {
  transition-delay: 2.1s;
}

/* line 9276, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

/* line 9279, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

/* line 9282, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] .aos-animate[data-aos] {
  transition-delay: 2.15s;
}

/* line 9285, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

/* line 9288, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

/* line 9291, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] .aos-animate[data-aos] {
  transition-delay: 2.2s;
}

/* line 9294, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

/* line 9297, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

/* line 9300, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] .aos-animate[data-aos] {
  transition-delay: 2.25s;
}

/* line 9303, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

/* line 9306, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

/* line 9309, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] .aos-animate[data-aos] {
  transition-delay: 2.3s;
}

/* line 9312, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

/* line 9315, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

/* line 9318, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] .aos-animate[data-aos] {
  transition-delay: 2.35s;
}

/* line 9321, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

/* line 9324, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

/* line 9327, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] .aos-animate[data-aos] {
  transition-delay: 2.4s;
}

/* line 9330, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

/* line 9333, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

/* line 9336, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] .aos-animate[data-aos] {
  transition-delay: 2.45s;
}

/* line 9339, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

/* line 9342, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

/* line 9345, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] .aos-animate[data-aos] {
  transition-delay: 2.5s;
}

/* line 9348, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

/* line 9351, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

/* line 9354, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] .aos-animate[data-aos] {
  transition-delay: 2.55s;
}

/* line 9357, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

/* line 9360, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

/* line 9363, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] .aos-animate[data-aos] {
  transition-delay: 2.6s;
}

/* line 9366, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

/* line 9369, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

/* line 9372, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] .aos-animate[data-aos] {
  transition-delay: 2.65s;
}

/* line 9375, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

/* line 9378, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

/* line 9381, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] .aos-animate[data-aos] {
  transition-delay: 2.7s;
}

/* line 9384, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

/* line 9387, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

/* line 9390, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] .aos-animate[data-aos] {
  transition-delay: 2.75s;
}

/* line 9393, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

/* line 9396, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

/* line 9399, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] .aos-animate[data-aos] {
  transition-delay: 2.8s;
}

/* line 9402, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

/* line 9405, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

/* line 9408, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] .aos-animate[data-aos] {
  transition-delay: 2.85s;
}

/* line 9411, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

/* line 9414, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

/* line 9417, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] .aos-animate[data-aos] {
  transition-delay: 2.9s;
}

/* line 9420, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

/* line 9423, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

/* line 9426, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] .aos-animate[data-aos] {
  transition-delay: 2.95s;
}

/* line 9429, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

/* line 9432, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

/* line 9435, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] .aos-animate[data-aos] {
  transition-delay: 3s;
}

/* line 9438, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 9441, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

/* line 9444, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

/* line 9447, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

/* line 9450, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

/* line 9453, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 9456, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 9459, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 9462, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 9465, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 9468, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 9471, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 9474, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 9477, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 9480, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 9483, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 9486, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 9489, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 9492, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 9495, app/assets/stylesheets/theme-saas.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 9498, app/assets/stylesheets/theme-saas.css */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

/* line 9502, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

/* line 9506, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

/* line 9509, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

/* line 9512, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

/* line 9515, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

/* line 9518, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

/* line 9521, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

/* line 9524, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

/* line 9527, app/assets/stylesheets/theme-saas.css */
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/* line 9530, app/assets/stylesheets/theme-saas.css */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

/* line 9534, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

/* line 9538, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-in] {
  transform: scale(0.6);
}

/* line 9541, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

/* line 9544, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

/* line 9547, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

/* line 9550, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

/* line 9553, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-out] {
  transform: scale(1.2);
}

/* line 9556, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

/* line 9559, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

/* line 9562, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

/* line 9565, app/assets/stylesheets/theme-saas.css */
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/* line 9568, app/assets/stylesheets/theme-saas.css */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

/* line 9571, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos^=slide][data-aos^=slide] {
  transform: translateZ(0);
}

/* line 9574, app/assets/stylesheets/theme-saas.css */
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

/* line 9577, app/assets/stylesheets/theme-saas.css */
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

/* line 9580, app/assets/stylesheets/theme-saas.css */
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

/* line 9583, app/assets/stylesheets/theme-saas.css */
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/* line 9586, app/assets/stylesheets/theme-saas.css */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

/* line 9591, app/assets/stylesheets/theme-saas.css */
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

/* line 9594, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(0);
}

/* line 9597, app/assets/stylesheets/theme-saas.css */
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

/* line 9600, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(0);
}

/* line 9603, app/assets/stylesheets/theme-saas.css */
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

/* line 9606, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(0);
}

/* line 9609, app/assets/stylesheets/theme-saas.css */
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

/* line 9612, app/assets/stylesheets/theme-saas.css */
.aos-animate[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(0);
}

/* line 9615, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9624, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title > .icon {
  transition: transform 0.1s ease;
}

/* line 9626, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title > * {
  transition: color 0.1s ease;
}

/* line 9628, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title .h6 + .icon {
  height: 1rem;
}

/* line 9630, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title[aria-expanded="true"] > .icon {
  transform: rotateZ(45deg);
}

/* line 9632, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title[aria-expanded="true"] > *, .accordion-panel-title:hover > * {
  color: #0F66DC;
}

/* line 9634, app/assets/stylesheets/theme-saas.css */
.accordion-panel-title[aria-expanded="true"] > * path, .accordion-panel-title:hover > * path {
  fill: #0F66DC;
}

/* line 9637, app/assets/stylesheets/theme-saas.css */
.article p.lead:first-child {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}

/* line 9641, app/assets/stylesheets/theme-saas.css */
.article p + h4 {
  margin-top: 3rem;
}

/* line 9644, app/assets/stylesheets/theme-saas.css */
.article p:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 9647, app/assets/stylesheets/theme-saas.css */
.article blockquote {
  margin: 3rem 0;
}

/* line 9650, app/assets/stylesheets/theme-saas.css */
.article p + h5 {
  margin-top: 2.25rem;
}

/* line 9653, app/assets/stylesheets/theme-saas.css */
.article ul {
  padding-left: 1.5rem;
}

/* line 9655, app/assets/stylesheets/theme-saas.css */
.article ul > li {
  margin-bottom: 0.75rem;
}

/* line 9658, app/assets/stylesheets/theme-saas.css */
article ol > li:not(:last-child) {
  margin-bottom: 3rem;
}

/* line 9661, app/assets/stylesheets/theme-saas.css */
figure {
  text-align: center;
  margin: 3rem 0;
}

/* line 9665, app/assets/stylesheets/theme-saas.css */
figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #adb5bd;
}

/* line 9671, app/assets/stylesheets/theme-saas.css */
blockquote {
  position: relative;
  border-radius: 0.625rem;
  padding: 3rem;
}

/* line 9675, app/assets/stylesheets/theme-saas.css */
blockquote .btn {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}

/* line 9680, app/assets/stylesheets/theme-saas.css */
.comments {
  list-style: none;
  padding-left: 0;
}

/* line 9683, app/assets/stylesheets/theme-saas.css */
.comments .comment:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 9685, app/assets/stylesheets/theme-saas.css */
.comments .comment .comments {
  margin-top: 1.5rem;
}

/* line 9687, app/assets/stylesheets/theme-saas.css */
.comments .comment .comment {
  padding-left: 2.25rem;
  border-left: 4px solid #dee2e6;
}

/* line 9691, app/assets/stylesheets/theme-saas.css */
.list-articles {
  margin-bottom: 0;
}

/* line 9693, app/assets/stylesheets/theme-saas.css */
.list-articles > li:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 9696, app/assets/stylesheets/theme-saas.css */
.col-lg-3 .list-articles img {
  min-height: 3.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 9699, app/assets/stylesheets/theme-saas.css */
.col-lg-3 .list-articles img.rounded {
  border-radius: 0.3125rem !important;
}

/* line 9702, app/assets/stylesheets/theme-saas.css */
.col-lg-4 .list-articles img {
  min-height: 6.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 9705, app/assets/stylesheets/theme-saas.css */
.col-lg-4 .list-articles img.rounded {
  border-radius: 0.3125rem !important;
}

@media (min-width: 768px) {
  /* line 9709, app/assets/stylesheets/theme-saas.css */
  .article-portfolio > *:not(figure) {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 9713, app/assets/stylesheets/theme-saas.css */
  .article-portfolio figure {
    margin: 6rem 0;
  }
}

/* line 9716, app/assets/stylesheets/theme-saas.css */
.avatar {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

/* line 9721, app/assets/stylesheets/theme-saas.css */
.avatar.avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 9724, app/assets/stylesheets/theme-saas.css */
.avatar.avatar-lg {
  width: 4.5rem;
  height: 4.5rem;
}

/* line 9727, app/assets/stylesheets/theme-saas.css */
.avatar.avatar-xlg {
  width: 7.5rem;
  height: 7.5rem;
}

@media (min-width: 992px) {
  /* line 9732, app/assets/stylesheets/theme-saas.css */
  .avatar.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

/* line 9736, app/assets/stylesheets/theme-saas.css */
.avatars {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

/* line 9741, app/assets/stylesheets/theme-saas.css */
.avatars > li {
  position: relative;
}

/* line 9743, app/assets/stylesheets/theme-saas.css */
.avatars > li:not(:last-child) {
  margin-right: -0.75rem;
}

/* line 9745, app/assets/stylesheets/theme-saas.css */
.avatars .avatar {
  border: 2px solid #fff;
}

/* line 9748, app/assets/stylesheets/theme-saas.css */
.avatar-author {
  display: flex;
}

/* line 9750, app/assets/stylesheets/theme-saas.css */
.avatar-author h6 {
  margin-bottom: 0;
}

/* line 9753, app/assets/stylesheets/theme-saas.css */
.badge {
  text-transform: uppercase;
  letter-spacing: .02em;
  position: relative;
  bottom: 1px;
  vertical-align: middle;
}

/* line 9759, app/assets/stylesheets/theme-saas.css */
.badge .icon {
  height: .75rem;
  vertical-align: top;
}

/* line 9762, app/assets/stylesheets/theme-saas.css */
.badge.position-absolute {
  bottom: auto;
}

/* line 9764, app/assets/stylesheets/theme-saas.css */
.badge.badge-top {
  position: absolute;
  top: -0.75rem;
  bottom: auto;
}

/* line 9769, app/assets/stylesheets/theme-saas.css */
.breadcrumb {
  display: inline-flex;
  font-weight: 600;
}

/* line 9773, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item {
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

/* line 9778, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item a {
  transition: opacity 0.1s linear;
}

/* line 9780, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item a:not(:hover) {
  opacity: .75;
}

/* line 9782, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item + .breadcrumb-item:before {
  content: '';
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.4444 8.41358C14.7776 8.2281 15.1875 8.46907 15.1875 8.85048V15.1495C15.1875 15.5309 14.7776 15.7719 14.4444 15.5864L8.78505 12.4369C8.44258 12.2463 8.44258 11.7537 8.78505 11.5631L14.4444 8.41358Z' fill='%23495057'/></svg>");
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin-right: 0.25rem;
  transform: rotateZ(180deg);
  opacity: .2;
}

/* line 9791, app/assets/stylesheets/theme-saas.css */
.breadcrumb-item .icon {
  transform: rotateZ(180deg);
  height: 1rem;
  margin-left: .25rem;
  opacity: .2;
}

/* line 9797, app/assets/stylesheets/theme-saas.css */
.text-light .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9800, app/assets/stylesheets/theme-saas.css */
.text-light .breadcrumb-item + .breadcrumb-item:before {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.4444 8.41358C14.7776 8.2281 15.1875 8.46907 15.1875 8.85048V15.1495C15.1875 15.5309 14.7776 15.7719 14.4444 15.5864L8.78505 12.4369C8.44258 12.2463 8.44258 11.7537 8.78505 11.5631L14.4444 8.41358Z' fill='%23FFFFFF'/></svg>");
}

/* line 9803, app/assets/stylesheets/theme-saas.css */
.text-light .breadcrumb {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
  /* line 9807, app/assets/stylesheets/theme-saas.css */
  .breadcrumb-item + .breadcrumb-item:before {
    position: relative;
    top: 3px;
    margin-left: .5rem;
  }
}

/* line 9812, app/assets/stylesheets/theme-saas.css */
.decoration:not(.position-relative) {
  position: absolute;
}

/* line 9815, app/assets/stylesheets/theme-saas.css */
.decoration svg {
  background: none !important;
}

/* line 9818, app/assets/stylesheets/theme-saas.css */
.decoration.top {
  top: 0;
}

/* line 9821, app/assets/stylesheets/theme-saas.css */
.decoration.left {
  left: 0;
}

/* line 9824, app/assets/stylesheets/theme-saas.css */
.decoration.right {
  right: 0;
}

/* line 9827, app/assets/stylesheets/theme-saas.css */
.decoration.middle-y {
  top: 50%;
}

/* line 9830, app/assets/stylesheets/theme-saas.css */
.decoration.middle-x {
  left: 50%;
}

/* line 9833, app/assets/stylesheets/theme-saas.css */
.decoration.bottom {
  bottom: 0;
}

/* line 9836, app/assets/stylesheets/theme-saas.css */
.decoration.scale-2 svg {
  transform: scale(2);
}

/* line 9839, app/assets/stylesheets/theme-saas.css */
.decoration.scale-3 svg {
  transform: scale(3);
}

/* line 9842, app/assets/stylesheets/theme-saas.css */
.decoration.scale-4 svg {
  transform: scale(4);
}

/* line 9845, app/assets/stylesheets/theme-saas.css */
.decoration.scale-5 svg {
  transform: scale(5);
}

/* line 9848, app/assets/stylesheets/theme-saas.css */
.decoration-check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9853, app/assets/stylesheets/theme-saas.css */
.decoration-check .decoration {
  position: relative;
  max-width: 250px;
}

/* line 9856, app/assets/stylesheets/theme-saas.css */
.decoration-check .icon {
  position: absolute;
  height: 4rem;
}

/* line 9860, app/assets/stylesheets/theme-saas.css */
.mobile-screenshot {
  position: relative;
}

/* line 9862, app/assets/stylesheets/theme-saas.css */
.mobile-screenshot > img:first-child {
  padding: 7%;
}

/* line 9864, app/assets/stylesheets/theme-saas.css */
.mobile-screenshot > img:last-child {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 9870, app/assets/stylesheets/theme-saas.css */
.divider {
  position: relative;
}

/* line 9872, app/assets/stylesheets/theme-saas.css */
.divider svg {
  background: none !important;
  height: 6vw;
}

/* line 9875, app/assets/stylesheets/theme-saas.css */
.divider svg:not([class*='bg']) path {
  fill: #fff;
}

/* line 9877, app/assets/stylesheets/theme-saas.css */
.divider:not(:first-child) {
  top: 1px;
}

/* line 9879, app/assets/stylesheets/theme-saas.css */
.divider:first-child {
  bottom: 1px;
}

/* line 9881, app/assets/stylesheets/theme-saas.css */
.divider.divider-vertical {
  height: 100vh;
  width: 6rem;
  top: 0;
  left: 1px;
}

/* line 9886, app/assets/stylesheets/theme-saas.css */
.divider.divider-vertical svg {
  height: 100vh;
  width: 6rem;
}

/* line 9890, app/assets/stylesheets/theme-saas.css */
section.has-divider {
  padding: 0;
}

/* line 9892, app/assets/stylesheets/theme-saas.css */
section.has-divider .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 9896, app/assets/stylesheets/theme-saas.css */
body.compensate-for-scrollbar {
  overflow: hidden;
}

/* line 9899, app/assets/stylesheets/theme-saas.css */
.fancybox-active {
  height: auto;
}

/* line 9902, app/assets/stylesheets/theme-saas.css */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

/* line 9909, app/assets/stylesheets/theme-saas.css */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

/* line 9922, app/assets/stylesheets/theme-saas.css */
.fancybox-container * {
  box-sizing: border-box;
}

/* line 9925, app/assets/stylesheets/theme-saas.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 9932, app/assets/stylesheets/theme-saas.css */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 9936, app/assets/stylesheets/theme-saas.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 9943, app/assets/stylesheets/theme-saas.css */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 9947, app/assets/stylesheets/theme-saas.css */
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

/* line 9955, app/assets/stylesheets/theme-saas.css */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

/* line 9960, app/assets/stylesheets/theme-saas.css */
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9978, app/assets/stylesheets/theme-saas.css */
.fancybox-toolbar {
  right: 0;
  top: 0;
}

/* line 9982, app/assets/stylesheets/theme-saas.css */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

/* line 9988, app/assets/stylesheets/theme-saas.css */
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

/* line 9991, app/assets/stylesheets/theme-saas.css */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

/* line 10008, app/assets/stylesheets/theme-saas.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

/* line 10016, app/assets/stylesheets/theme-saas.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

/* line 10019, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

/* line 10023, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--image:before {
  display: none;
}

/* line 10026, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--html {
  padding: 6px;
}

/* line 10029, app/assets/stylesheets/theme-saas.css */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

/* line 10041, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

/* line 10062, app/assets/stylesheets/theme-saas.css */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

/* line 10065, app/assets/stylesheets/theme-saas.css */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

/* line 10068, app/assets/stylesheets/theme-saas.css */
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

/* line 10072, app/assets/stylesheets/theme-saas.css */
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

/* line 10076, app/assets/stylesheets/theme-saas.css */
.fancybox-container [data-selectable=true] {
  cursor: text;
}

/* line 10079, app/assets/stylesheets/theme-saas.css */
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 10096, app/assets/stylesheets/theme-saas.css */
.fancybox-spaceball {
  z-index: 1;
}

/* line 10099, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

/* line 10105, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--video .fancybox-content {
  background: #000;
}

/* line 10108, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

/* line 10111, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

/* line 10114, app/assets/stylesheets/theme-saas.css */
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 10124, app/assets/stylesheets/theme-saas.css */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 10129, app/assets/stylesheets/theme-saas.css */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

/* line 10136, app/assets/stylesheets/theme-saas.css */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* line 10143, app/assets/stylesheets/theme-saas.css */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

/* line 10159, app/assets/stylesheets/theme-saas.css */
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

/* line 10162, app/assets/stylesheets/theme-saas.css */
.fancybox-button:hover {
  color: #fff;
}

/* line 10165, app/assets/stylesheets/theme-saas.css */
.fancybox-button:focus {
  outline: none;
}

/* line 10168, app/assets/stylesheets/theme-saas.css */
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

/* line 10171, app/assets/stylesheets/theme-saas.css */
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* line 10176, app/assets/stylesheets/theme-saas.css */
.fancybox-button div {
  height: 100%;
}

/* line 10179, app/assets/stylesheets/theme-saas.css */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

/* line 10186, app/assets/stylesheets/theme-saas.css */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* line 10190, app/assets/stylesheets/theme-saas.css */
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

/* line 10193, app/assets/stylesheets/theme-saas.css */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* line 10206, app/assets/stylesheets/theme-saas.css */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

/* line 10219, app/assets/stylesheets/theme-saas.css */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

/* line 10223, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

/* line 10229, app/assets/stylesheets/theme-saas.css */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

/* line 10232, app/assets/stylesheets/theme-saas.css */
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* line 10235, app/assets/stylesheets/theme-saas.css */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

/* line 10243, app/assets/stylesheets/theme-saas.css */
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

/* line 10246, app/assets/stylesheets/theme-saas.css */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

/* line 10250, app/assets/stylesheets/theme-saas.css */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* line 10254, app/assets/stylesheets/theme-saas.css */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/* line 10266, app/assets/stylesheets/theme-saas.css */
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

/* line 10280, app/assets/stylesheets/theme-saas.css */
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

/* line 10284, app/assets/stylesheets/theme-saas.css */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 10288, app/assets/stylesheets/theme-saas.css */
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

/* line 10313, app/assets/stylesheets/theme-saas.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* line 10316, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

/* line 10320, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 10324, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

/* line 10328, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10332, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* line 10335, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

/* line 10339, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

/* line 10343, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

/* line 10347, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

/* line 10351, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

/* line 10355, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* line 10359, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 10363, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 10367, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

/* line 10371, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 10374, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 10377, app/assets/stylesheets/theme-saas.css */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  /* line 10381, app/assets/stylesheets/theme-saas.css */
  .fancybox-caption {
    padding: 12px;
  }
  /* line 10383, app/assets/stylesheets/theme-saas.css */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* line 10386, app/assets/stylesheets/theme-saas.css */
  .fancybox-slide--image {
    padding: 6px 0;
  }
  /* line 10388, app/assets/stylesheets/theme-saas.css */
  .fancybox-close-small {
    right: -6px;
  }
  /* line 10390, app/assets/stylesheets/theme-saas.css */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* line 10400, app/assets/stylesheets/theme-saas.css */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

/* line 10407, app/assets/stylesheets/theme-saas.css */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

/* line 10413, app/assets/stylesheets/theme-saas.css */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 10417, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* line 10435, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

/* line 10438, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 10441, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 10444, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 10447, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 10450, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 10453, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 10456, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 10459, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

/* line 10467, app/assets/stylesheets/theme-saas.css */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 10470, app/assets/stylesheets/theme-saas.css */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* line 10482, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

/* line 10497, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 10501, app/assets/stylesheets/theme-saas.css */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 10504, app/assets/stylesheets/theme-saas.css */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 10507, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 10520, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

/* line 10523, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

/* line 10526, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 10531, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 10535, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

/* line 10555, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

/* line 10567, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

/* line 10570, app/assets/stylesheets/theme-saas.css */
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  /* line 10574, app/assets/stylesheets/theme-saas.css */
  .fancybox-thumbs {
    width: 110px;
  }
  /* line 10576, app/assets/stylesheets/theme-saas.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  /* line 10578, app/assets/stylesheets/theme-saas.css */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* line 10581, app/assets/stylesheets/theme-saas.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 10602, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 10607, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 10611, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 10615, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 10620, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 10624, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 10628, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 10631, app/assets/stylesheets/theme-saas.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 10634, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10639, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 10642, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 10646, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 10649, app/assets/stylesheets/theme-saas.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 10659, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 10663, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 10667, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 10671, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 10675, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 10678, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 10681, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 10684, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 10687, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 10690, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 10693, app/assets/stylesheets/theme-saas.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 10696, app/assets/stylesheets/theme-saas.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 10700, app/assets/stylesheets/theme-saas.css */
.flatpickr-months {
  display: flex;
}

/* line 10703, app/assets/stylesheets/theme-saas.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;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 10718, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  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 10729, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 10732, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 10735, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 10744, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 10753, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 10756, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 10759, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 10763, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 10767, app/assets/stylesheets/theme-saas.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 10771, app/assets/stylesheets/theme-saas.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 10774, app/assets/stylesheets/theme-saas.css */
.numInputWrapper input {
  width: 100%;
}

/* line 10777, app/assets/stylesheets/theme-saas.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 10780, app/assets/stylesheets/theme-saas.css */
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 10784, app/assets/stylesheets/theme-saas.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 10796, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 10799, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 10802, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 10807, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 10811, app/assets/stylesheets/theme-saas.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 10817, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 10820, app/assets/stylesheets/theme-saas.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 10826, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 10830, app/assets/stylesheets/theme-saas.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 10833, app/assets/stylesheets/theme-saas.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 10836, app/assets/stylesheets/theme-saas.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 10839, app/assets/stylesheets/theme-saas.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(0, 0, 0);
}

/* line 10854, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 10862, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 10865, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 10870, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 10873, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 10876, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 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 10896, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 10899, app/assets/stylesheets/theme-saas.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 10905, app/assets/stylesheets/theme-saas.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 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 10928, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 10931, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 10934, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 10939, app/assets/stylesheets/theme-saas.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 10948, app/assets/stylesheets/theme-saas.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 10952, app/assets/stylesheets/theme-saas.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 10964, app/assets/stylesheets/theme-saas.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 10967, app/assets/stylesheets/theme-saas.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 10974, app/assets/stylesheets/theme-saas.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 10977, app/assets/stylesheets/theme-saas.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(0, 0, 0);
  opacity: 1;
}

/* line 10993, app/assets/stylesheets/theme-saas.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 10996, app/assets/stylesheets/theme-saas.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 11015, app/assets/stylesheets/theme-saas.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 11021, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 11024, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 11029, app/assets/stylesheets/theme-saas.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 11035, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 11038, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 11041, app/assets/stylesheets/theme-saas.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 11044, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 11047, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 11051, app/assets/stylesheets/theme-saas.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 11057, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 11061, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 11065, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 11068, app/assets/stylesheets/theme-saas.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 11071, app/assets/stylesheets/theme-saas.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 11074, app/assets/stylesheets/theme-saas.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 11078, app/assets/stylesheets/theme-saas.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 11083, app/assets/stylesheets/theme-saas.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 11092, app/assets/stylesheets/theme-saas.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 11098, app/assets/stylesheets/theme-saas.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 11103, app/assets/stylesheets/theme-saas.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 11114, app/assets/stylesheets/theme-saas.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11119, app/assets/stylesheets/theme-saas.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 11125, app/assets/stylesheets/theme-saas.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 11128, app/assets/stylesheets/theme-saas.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 11131, app/assets/stylesheets/theme-saas.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 11134, app/assets/stylesheets/theme-saas.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 11137, app/assets/stylesheets/theme-saas.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 11155, app/assets/stylesheets/theme-saas.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 11158, app/assets/stylesheets/theme-saas.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 11161, app/assets/stylesheets/theme-saas.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 11165, app/assets/stylesheets/theme-saas.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;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 11178, app/assets/stylesheets/theme-saas.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 11185, app/assets/stylesheets/theme-saas.css */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 11188, app/assets/stylesheets/theme-saas.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 11207, app/assets/stylesheets/theme-saas.css */
.flatpickr-months {
  margin: 0.75rem 0;
}

/* line 11209, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  height: auto;
  position: relative;
}

/* line 11212, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #0F66DC;
}

/* line 11214, app/assets/stylesheets/theme-saas.css */
.flatpickr-months .flatpickr-month {
  color: #495057;
}

/* line 11217, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month {
  padding: 13px 0 0 0;
  font-size: 115%;
}

/* line 11220, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month span.cur-month {
  font-weight: 600;
}

/* line 11222, app/assets/stylesheets/theme-saas.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(15, 102, 220, 0.15);
}

/* line 11225, app/assets/stylesheets/theme-saas.css */
.numInputWrapper:hover {
  background: rgba(15, 102, 220, 0.15);
}

/* line 11228, app/assets/stylesheets/theme-saas.css */
.flatpickr-day {
  border-radius: 0.3125rem;
  font-weight: 500;
  color: #495057;
}

/* line 11232, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.today {
  border-color: #0F66DC;
}

/* line 11234, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.today:hover {
  background: #0F66DC;
  border-color: #0F66DC;
}

/* line 11237, app/assets/stylesheets/theme-saas.css */
.flatpickr-day:hover {
  background: rgba(15, 102, 220, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

/* line 11241, app/assets/stylesheets/theme-saas.css */
span.flatpickr-weekday {
  color: #495057;
}

/* line 11244, app/assets/stylesheets/theme-saas.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: #0F66DC;
  border-color: #0F66DC;
}

/* line 11248, app/assets/stylesheets/theme-saas.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 #0F66DC;
}

/* line 11251, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 0.3125rem 0 0 0.3125rem;
}

/* line 11254, app/assets/stylesheets/theme-saas.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
/* line 11260, app/assets/stylesheets/theme-saas.css */
.flickity-enabled {
  position: relative;
}

/* line 11263, app/assets/stylesheets/theme-saas.css */
.flickity-enabled:focus {
  outline: none;
}

/* line 11266, app/assets/stylesheets/theme-saas.css */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 11271, app/assets/stylesheets/theme-saas.css */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
/* line 11277, app/assets/stylesheets/theme-saas.css */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 11284, app/assets/stylesheets/theme-saas.css */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

/* line 11289, app/assets/stylesheets/theme-saas.css */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
/* line 11294, app/assets/stylesheets/theme-saas.css */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

/* line 11300, app/assets/stylesheets/theme-saas.css */
.flickity-button:hover {
  background: white;
  cursor: pointer;
}

/* line 11304, app/assets/stylesheets/theme-saas.css */
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

/* line 11308, app/assets/stylesheets/theme-saas.css */
.flickity-button:active {
  opacity: 0.6;
}

/* line 11311, app/assets/stylesheets/theme-saas.css */
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* line 11317, app/assets/stylesheets/theme-saas.css */
.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
/* line 11321, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

/* line 11329, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 11332, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/* line 11336, app/assets/stylesheets/theme-saas.css */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 11340, app/assets/stylesheets/theme-saas.css */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 11344, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
/* line 11352, app/assets/stylesheets/theme-saas.css */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 11362, app/assets/stylesheets/theme-saas.css */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 11365, app/assets/stylesheets/theme-saas.css */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* line 11375, app/assets/stylesheets/theme-saas.css */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* line 11378, app/assets/stylesheets/theme-saas.css */
[data-flickity]:not(.flickity-enabled) {
  opacity: 0;
}

/* line 11381, app/assets/stylesheets/theme-saas.css */
.flickity-page-dots {
  bottom: -2.125rem;
}

/* line 11383, app/assets/stylesheets/theme-saas.css */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 10rem;
  margin: 0 5px;
  background: #495057;
  opacity: .2;
  transition: transform 0.2s linear, opacity 0.2s linear;
}

/* line 11391, app/assets/stylesheets/theme-saas.css */
.flickity-page-dots .dot.is-selected {
  transform: scale(1.33333);
}

/* line 11394, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button {
  padding: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  width: 3rem;
  height: 3rem;
  transition: opacity 0.2s linear, box-shadow 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 11404, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.8517 18.1136C14.9506 18.2121 15 18.3402 15 18.4977C15 18.6356 14.9506 18.7538 14.8517 18.8523C14.7331 18.9508 14.6045 19 14.4661 19C14.3277 19 14.209 18.9508 14.1102 18.8523L8.14831 12.8841C8.04944 12.7659 8 12.6379 8 12.5C8 12.3621 8.04944 12.2341 8.14831 12.1159L14.1102 6.14773C14.209 6.04924 14.3277 6 14.4661 6C14.6045 6 14.7331 6.04924 14.8517 6.14773C14.9506 6.24621 15 6.37424 15 6.53182C15 6.6697 14.9506 6.78788 14.8517 6.88636L9.42373 12.5L14.8517 18.1136Z' fill='%230F66DC'/></svg>");
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background-size: cover;
}

/* line 11411, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button.previous {
  left: -4.5rem;
}

/* line 11413, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button.next {
  right: -4.5rem;
}

/* line 11415, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button.next:after {
  transform: rotateZ(180deg);
}

/* line 11417, app/assets/stylesheets/theme-saas.css */
.flickity-prev-next-button:hover {
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
}

/* line 11420, app/assets/stylesheets/theme-saas.css */
.flickity-button-icon {
  display: none;
}

@media (max-width: 1199.98px) {
  /* line 11424, app/assets/stylesheets/theme-saas.css */
  .flickity-prev-next-button {
    display: none;
  }
}

/* line 11427, app/assets/stylesheets/theme-saas.css */
.controls-light[data-flickity] .flickity-page-dots .dot {
  background: #fff;
}

/* line 11430, app/assets/stylesheets/theme-saas.css */
.controls-inside:not(:hover) .flickity-prev-next-button {
  opacity: 0;
}

/* line 11433, app/assets/stylesheets/theme-saas.css */
.controls-inside .flickity-page-dots {
  position: absolute;
  bottom: 1.5rem;
}

/* line 11437, app/assets/stylesheets/theme-saas.css */
.controls-inside .flickity-prev-next-button.previous, .arrows-inside .flickity-prev-next-button.previous {
  left: 1.5rem;
}

/* line 11440, app/assets/stylesheets/theme-saas.css */
.controls-inside .flickity-prev-next-button.next, .arrows-inside .flickity-prev-next-button.next {
  right: 1.5rem;
}

/* line 11443, app/assets/stylesheets/theme-saas.css */
.carousel-cell {
  width: 100%;
}

/* line 11446, app/assets/stylesheets/theme-saas.css */
.highlight-selected .carousel-cell {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* line 11448, app/assets/stylesheets/theme-saas.css */
.highlight-selected .carousel-cell:not(.is-selected) {
  transform: scale(0.9);
  opacity: .25;
}

/* line 11452, app/assets/stylesheets/theme-saas.css */
.slider-phone > img {
  display: none;
  pointer-events: none;
}

@media (min-width: 768px) {
  /* line 11457, app/assets/stylesheets/theme-saas.css */
  .slider-phone {
    position: relative;
  }
  /* line 11459, app/assets/stylesheets/theme-saas.css */
  .slider-phone > img {
    position: absolute;
    display: block;
    z-index: 1;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  /* line 11465, app/assets/stylesheets/theme-saas.css */
  .slider-phone .carousel-cell img {
    transition: 0.2s opacity ease, 0.2s transform ease;
    transform: scale(0.86) translate3d(0, -4.55%, 0);
  }
  /* line 11468, app/assets/stylesheets/theme-saas.css */
  .slider-phone .carousel-cell:not(.is-selected) img {
    opacity: .1;
    transform: scale(0.8);
  }
  /* line 11471, app/assets/stylesheets/theme-saas.css */
  .slider-phone .flickity-viewport {
    overflow: visible;
  }
}

@media (min-width: 992px) {
  /* line 11475, app/assets/stylesheets/theme-saas.css */
  .slider-phone .carousel-cell img {
    border-radius: 1.5rem;
  }
}

/* line 11478, app/assets/stylesheets/theme-saas.css */
.form-control {
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

/* line 11480, app/assets/stylesheets/theme-saas.css */
.form-control:disabled {
  opacity: .5;
}

/* line 11482, app/assets/stylesheets/theme-saas.css */
.form-control[readonly] {
  background: #fff;
}

/* line 11485, app/assets/stylesheets/theme-saas.css */
.form-group label.custom-control-label {
  color: #495057;
}

/* line 11487, app/assets/stylesheets/theme-saas.css */
.form-group label.custom-control-label:before, .form-group label.custom-control-label:after {
  top: 0.125rem;
}

/* line 11490, app/assets/stylesheets/theme-saas.css */
.form-group.rounded {
  border-radius: 0.3125rem !important;
}

/* line 11493, app/assets/stylesheets/theme-saas.css */
.text-light .form-group > label {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767.98px) {
  /* line 11497, app/assets/stylesheets/theme-saas.css */
  .form-control {
    font-size: 16px;
  }
}

/* line 11500, app/assets/stylesheets/theme-saas.css */
.input-group .icon * {
  fill: #212529 !important;
}

/* line 11503, app/assets/stylesheets/theme-saas.css */
.input-group .input-group-text {
  font-weight: 600;
}

/* line 11506, app/assets/stylesheets/theme-saas.css */
.form-group {
  position: relative;
}

/* line 11508, app/assets/stylesheets/theme-saas.css */
.form-group .custom-select {
  cursor: pointer;
  background: none;
}

/* line 11511, app/assets/stylesheets/theme-saas.css */
.form-group .custom-select + .icon {
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  transform: rotateZ(-90deg);
}

/* line 11517, app/assets/stylesheets/theme-saas.css */
.form-group .custom-select + .icon path {
  fill: #212529;
}

/* line 11519, app/assets/stylesheets/theme-saas.css */
.form-group .custom-select.custom-select-lg + .icon {
  top: 1.2rem;
}

/* line 11522, app/assets/stylesheets/theme-saas.css */
.custom-control label {
  cursor: pointer;
}

/* line 11525, app/assets/stylesheets/theme-saas.css */
.custom-radio {
  line-height: 1.3125rem;
  min-height: 1.3125rem;
}

/* line 11529, app/assets/stylesheets/theme-saas.css */
.custom-control-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 11534, app/assets/stylesheets/theme-saas.css */
.custom-control-label:before {
  border: 1px solid #dee2e6;
}

/* line 11536, app/assets/stylesheets/theme-saas.css */
.custom-control-label.text-small:before, .custom-control-label.text-small:after {
  top: 0.125rem;
}

/* line 11539, app/assets/stylesheets/theme-saas.css */
.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #0F66DC;
}

/* line 11542, app/assets/stylesheets/theme-saas.css */
.custom-control {
  padding-left: 1.875rem;
}

/* line 11544, app/assets/stylesheets/theme-saas.css */
.custom-control .custom-control-label:before, .custom-control .custom-control-label:after {
  left: -1.875rem;
}

/* line 11547, app/assets/stylesheets/theme-saas.css */
.custom-switch {
  padding-left: 3.75rem;
}

/* line 11549, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-label:before {
  height: 1.5rem;
  left: -3.75rem;
  top: 0;
}

/* line 11553, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-label:after {
  top: 0.25rem;
  left: -3.375rem;
  background-color: white;
  border: 1px solid #dee2e6;
}

/* line 11558, app/assets/stylesheets/theme-saas.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(1.25rem);
  border-color: white;
}

/* line 11562, app/assets/stylesheets/theme-saas.css */
.custom-range-labels {
  margin-top: .25rem;
  display: flex;
  justify-content: space-between;
}

/* line 11566, app/assets/stylesheets/theme-saas.css */
.custom-range-labels > span {
  font-size: 0.75rem;
  min-width: 13px;
  text-align: center;
  color: #adb5bd;
  font-weight: 600;
  display: block;
}

/* line 11573, app/assets/stylesheets/theme-saas.css */
.custom-range-labels > span:before {
  content: '';
  height: .125rem;
  width: 2px;
  height: .4rem;
  background: #adb5bd;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
  opacity: .5;
}

/* line 11583, app/assets/stylesheets/theme-saas.css */
.custom-range-labels > span:first-child:before, .custom-range-labels > span:last-child:before {
  height: .6rem;
}

/* line 11586, app/assets/stylesheets/theme-saas.css */
[data-recaptcha]:not([data-size="invisible"]) {
  margin-bottom: 0.75rem;
}

/* line 11589, app/assets/stylesheets/theme-saas.css */
.grecaptcha-badge {
  display: none;
}

/* line 11592, app/assets/stylesheets/theme-saas.css */
.header-inner {
  padding: 0;
  display: block;
}

/* line 11595, app/assets/stylesheets/theme-saas.css */
.header-inner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 11601, app/assets/stylesheets/theme-saas.css */
  .header-desktop-app .row:last-of-type {
    margin-bottom: -22.5rem;
    z-index: 2;
    position: relative;
  }
  /* line 11605, app/assets/stylesheets/theme-saas.css */
  .header-desktop-app + section {
    padding-top: 22.5rem;
  }
}

/* line 11608, app/assets/stylesheets/theme-saas.css */
[class*='hover-'] {
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

/* line 11611, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary:hover {
  background: #0F66DC;
  border-color: #0F66DC;
  color: #fff;
}

/* line 11615, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary:hover h1, .hover-bg-primary:hover h2, .hover-bg-primary:hover h3, .hover-bg-primary:hover h5, .hover-bg-primary:hover h6, .hover-bg-primary:hover h5, .hover-bg-primary:hover .h1, .hover-bg-primary:hover .h2, .hover-bg-primary:hover .h3, .hover-bg-primary:hover .h4, .hover-bg-primary:hover .h5, .hover-bg-primary:hover .h6 {
  color: #fff;
}

/* line 11617, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary:hover .icon-round {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* line 11619, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary:hover .icon * {
  fill: #fff;
}

/* line 11622, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-2:hover {
  background: #F28233;
  border-color: #F28233;
  color: #212529;
}

/* line 11626, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-2:hover h1, .hover-bg-primary-2:hover h2, .hover-bg-primary-2:hover h3, .hover-bg-primary-2:hover h5, .hover-bg-primary-2:hover h6, .hover-bg-primary-2:hover h5, .hover-bg-primary-2:hover .h1, .hover-bg-primary-2:hover .h2, .hover-bg-primary-2:hover .h3, .hover-bg-primary-2:hover .h4, .hover-bg-primary-2:hover .h5, .hover-bg-primary-2:hover .h6 {
  color: #212529;
}

/* line 11628, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-2:hover .icon-round {
  background: rgba(33, 37, 41, 0.1) !important;
}

/* line 11630, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-2:hover .icon * {
  fill: #212529;
}

/* line 11633, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-3:hover {
  background: #031328;
  border-color: #031328;
  color: #fff;
}

/* line 11637, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-3:hover h1, .hover-bg-primary-3:hover h2, .hover-bg-primary-3:hover h3, .hover-bg-primary-3:hover h5, .hover-bg-primary-3:hover h6, .hover-bg-primary-3:hover h5, .hover-bg-primary-3:hover .h1, .hover-bg-primary-3:hover .h2, .hover-bg-primary-3:hover .h3, .hover-bg-primary-3:hover .h4, .hover-bg-primary-3:hover .h5, .hover-bg-primary-3:hover .h6 {
  color: #fff;
}

/* line 11639, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-3:hover .icon-round {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* line 11641, app/assets/stylesheets/theme-saas.css */
.hover-bg-primary-3:hover .icon * {
  fill: #fff;
}

/* line 11644, app/assets/stylesheets/theme-saas.css */
.hover-shadow-3d {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* line 11646, app/assets/stylesheets/theme-saas.css */
.hover-shadow-3d:hover {
  box-shadow: 0.5rem 0.5rem 0 rgba(233, 236, 239, 0.5);
  transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
}

/* line 11650, app/assets/stylesheets/theme-saas.css */
.hover-shadow-sm {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* line 11652, app/assets/stylesheets/theme-saas.css */
.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
}

/* line 11655, app/assets/stylesheets/theme-saas.css */
.hover-arrow:after {
  display: inline-block;
  margin-left: .375rem;
  transition: transform 0.2s ease;
  content: '->';
}

/* line 11661, app/assets/stylesheets/theme-saas.css */
.hover-arrow:hover:after {
  transform: translate3d(6px, 0, 0);
}

/* line 11664, app/assets/stylesheets/theme-saas.css */
.icon {
  flex-shrink: 0;
  width: auto;
  height: 1.5rem;
}

/* line 11668, app/assets/stylesheets/theme-saas.css */
.icon.icon-md {
  height: 2.25rem;
}

/* line 11670, app/assets/stylesheets/theme-saas.css */
.icon.icon-lg {
  height: 3rem;
}

/* line 11672, app/assets/stylesheets/theme-saas.css */
.icon.icon-sm {
  height: 0.75rem;
}

/* line 11675, app/assets/stylesheets/theme-saas.css */
.icon-round {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 11683, app/assets/stylesheets/theme-saas.css */
.icon-round > .icon {
  height: 2.25rem;
}

/* line 11685, app/assets/stylesheets/theme-saas.css */
.icon-round.bg-primary {
  background: rgba(15, 102, 220, 0.1) !important;
}

/* line 11687, app/assets/stylesheets/theme-saas.css */
.icon-round.bg-primary-2 {
  background: rgba(242, 130, 51, 0.1) !important;
}

/* line 11689, app/assets/stylesheets/theme-saas.css */
.icon-round.bg-primary-3 {
  background: rgba(3, 19, 40, 0.1) !important;
}

/* line 11691, app/assets/stylesheets/theme-saas.css */
.icon-round.bg-white {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* line 11693, app/assets/stylesheets/theme-saas.css */
.icon-round.icon-round-xs {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 11696, app/assets/stylesheets/theme-saas.css */
.icon-round.icon-round-xs > .icon {
  height: 1.5rem;
}

/* line 11698, app/assets/stylesheets/theme-saas.css */
.icon-round.icon-round-sm {
  width: 3rem;
  height: 3rem;
}

/* line 11701, app/assets/stylesheets/theme-saas.css */
.icon-round.icon-round-sm > .icon {
  height: 1.5rem;
}

/* line 11703, app/assets/stylesheets/theme-saas.css */
.icon-round.icon-round-xs {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 11706, app/assets/stylesheets/theme-saas.css */
.icon-round.icon-round-xs > .icon {
  height: 1rem;
}

@media (min-width: 992px) {
  /* line 11710, app/assets/stylesheets/theme-saas.css */
  .icon-round.icon-round-lg {
    width: 6rem;
    height: 6rem;
  }
  /* line 11713, app/assets/stylesheets/theme-saas.css */
  .icon-round.icon-round-lg > .icon {
    height: 3rem;
  }
}

/* line 11716, app/assets/stylesheets/theme-saas.css */
.image-collage {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 11720, app/assets/stylesheets/theme-saas.css */
.image-collage > a {
  z-index: 1;
  position: relative;
  transition: transform 0.1s linear;
}

/* line 11724, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(1), .image-collage > a:nth-child(3) {
  position: absolute;
  z-index: 2;
}

/* line 11727, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(1) img, .image-collage > a:nth-child(3) img {
  max-width: 345px;
}

/* line 11729, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(1) {
  top: -3rem;
  right: 0;
  transform: rotateZ(10deg);
}

/* line 11733, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(1):hover {
  transform: rotateZ(12deg) translate3d(0, -10px, 0);
}

/* line 11735, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(3) {
  transform: rotateZ(-10deg);
  bottom: -3rem;
  left: 0;
}

/* line 11739, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(3):hover {
  transform: rotateZ(-12deg) translate3d(0, -10px, 0);
}

/* line 11741, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(2) img {
  max-width: 384px;
}

/* line 11743, app/assets/stylesheets/theme-saas.css */
.image-collage > a:nth-child(2):hover {
  transform: rotateZ(-2deg) translate3d(0, -10px, 0);
}

@media (max-width: 991.98px) {
  /* line 11747, app/assets/stylesheets/theme-saas.css */
  .image-collage > a:nth-child(2) img {
    max-width: 100%;
  }
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
/* line 11755, app/assets/stylesheets/theme-saas.css */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* line 11766, app/assets/stylesheets/theme-saas.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 11772, app/assets/stylesheets/theme-saas.css */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

/* line 11778, app/assets/stylesheets/theme-saas.css */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

/* line 11784, app/assets/stylesheets/theme-saas.css */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

/* line 11791, app/assets/stylesheets/theme-saas.css */
.irs-handle.type_last {
  z-index: 2;
}

/* line 11794, app/assets/stylesheets/theme-saas.css */
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

/* line 11800, app/assets/stylesheets/theme-saas.css */
.irs-min {
  left: 0;
}

/* line 11803, app/assets/stylesheets/theme-saas.css */
.irs-max {
  right: 0;
}

/* line 11806, app/assets/stylesheets/theme-saas.css */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 11816, app/assets/stylesheets/theme-saas.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 11824, app/assets/stylesheets/theme-saas.css */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 11827, app/assets/stylesheets/theme-saas.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

/* line 11835, app/assets/stylesheets/theme-saas.css */
.irs-grid-pol.small {
  height: 4px;
}

/* line 11838, app/assets/stylesheets/theme-saas.css */
.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: #000;
}

/* line 11849, app/assets/stylesheets/theme-saas.css */
.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 11860, app/assets/stylesheets/theme-saas.css */
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

/* line 11865, app/assets/stylesheets/theme-saas.css */
.irs-disabled {
  opacity: 0.4;
}

/* line 11868, app/assets/stylesheets/theme-saas.css */
.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 11886, app/assets/stylesheets/theme-saas.css */
.irs--flat {
  height: 40px;
}

/* line 11889, app/assets/stylesheets/theme-saas.css */
.irs--flat.irs-with-grid {
  height: 60px;
}

/* line 11892, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 11898, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

/* line 11903, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 11906, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

/* line 11911, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

/* line 11917, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

/* line 11927, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

/* line 11931, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 11942, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

/* line 11953, app/assets/stylesheets/theme-saas.css */
.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: #ed5565;
}

/* line 11968, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

/* line 11971, app/assets/stylesheets/theme-saas.css */
.irs--flat .irs-grid-text {
  color: #999;
}

/* line 11974, app/assets/stylesheets/theme-saas.css */
.irs--big {
  height: 55px;
}

/* line 11977, app/assets/stylesheets/theme-saas.css */
.irs--big.irs-with-grid {
  height: 70px;
}

/* line 11980, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

/* line 11988, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* line 11996, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

/* line 11999, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

/* line 12004, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

/* line 12014, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

/* line 12020, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

/* line 12029, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

/* line 12039, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-grid-pol {
  background-color: #428bca;
}

/* line 12042, app/assets/stylesheets/theme-saas.css */
.irs--big .irs-grid-text {
  color: #428bca;
}

/* line 12045, app/assets/stylesheets/theme-saas.css */
.irs--modern {
  height: 55px;
}

/* line 12048, app/assets/stylesheets/theme-saas.css */
.irs--modern.irs-with-grid {
  height: 55px;
}

/* line 12051, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

/* line 12060, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

/* line 12066, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

/* line 12069, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

/* line 12074, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 12083, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

/* line 12094, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

/* line 12106, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

/* line 12117, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

/* line 12123, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

/* line 12127, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

/* line 12131, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

/* line 12142, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

/* line 12153, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .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: #20b426;
}

/* line 12168, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-grid {
  height: 25px;
}

/* line 12171, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

/* line 12174, app/assets/stylesheets/theme-saas.css */
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 12178, app/assets/stylesheets/theme-saas.css */
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

/* line 12183, app/assets/stylesheets/theme-saas.css */
.irs--sharp.irs-with-grid {
  height: 57px;
}

/* line 12186, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

/* line 12192, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

/* line 12197, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

/* line 12200, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 12205, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

/* line 12211, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

/* line 12221, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

/* line 12225, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

/* line 12229, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

/* line 12240, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

/* line 12251, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .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: #a804b2;
}

/* line 12266, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-grid {
  height: 25px;
}

/* line 12269, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

/* line 12272, app/assets/stylesheets/theme-saas.css */
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 12276, app/assets/stylesheets/theme-saas.css */
.irs--round {
  height: 50px;
}

/* line 12279, app/assets/stylesheets/theme-saas.css */
.irs--round.irs-with-grid {
  height: 65px;
}

/* line 12282, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

/* line 12288, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

/* line 12293, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 12296, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

/* line 12301, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

/* line 12310, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 12314, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 12324, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

/* line 12335, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .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: #006cfa;
}

/* line 12350, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-grid {
  height: 25px;
}

/* line 12353, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-grid-pol {
  background-color: #dedede;
}

/* line 12356, app/assets/stylesheets/theme-saas.css */
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 12360, app/assets/stylesheets/theme-saas.css */
.irs--square {
  height: 50px;
}

/* line 12363, app/assets/stylesheets/theme-saas.css */
.irs--square.irs-with-grid {
  height: 60px;
}

/* line 12366, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

/* line 12371, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

/* line 12376, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

/* line 12381, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

/* line 12389, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 12393, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 12402, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

/* line 12412, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-grid {
  height: 25px;
}

/* line 12415, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-grid-pol {
  background-color: #dedede;
}

/* line 12418, app/assets/stylesheets/theme-saas.css */
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* line 12422, app/assets/stylesheets/theme-saas.css */
.irs--theme {
  height: 40px;
}

/* line 12424, app/assets/stylesheets/theme-saas.css */
.irs--theme.irs-with-grid {
  height: 60px;
}

/* line 12426, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-line {
  height: 12px;
  top: 25px;
}

/* line 12429, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}

/* line 12432, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-line-mid {
  height: 12px;
  background-position: 0 0;
}

/* line 12435, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}

/* line 12438, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-bar {
  height: 6px;
  top: 27px;
  background-color: #0F66DC;
  border-radius: 200px;
}

/* line 12443, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

/* line 12448, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

/* line 12453, app/assets/stylesheets/theme-saas.css */
.irs--theme .lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

/* line 12455, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
}

/* line 12460, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-slider.state_hover,
.irs--theme .irs-slider:hover {
  background-position: 0 -150px;
}

/* line 12463, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-min,
.irs--theme .irs-max {
  opacity: 0;
}

/* line 12466, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-from,
.irs--theme .irs-to,
.irs--theme .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #212529;
  border-radius: 4px;
}

/* line 12476, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-from:after,
.irs--theme .irs-to:after,
.irs--theme .irs-single:after {
  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: #212529;
}

/* line 12490, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-grid {
  bottom: -8px;
}

/* line 12492, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-grid-pol {
  background: #adb5bd;
}

/* line 12494, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-grid-text {
  margin-top: .5rem;
  color: #adb5bd;
  font-size: 0.75rem;
  font-weight: 600;
  bottom: -8px;
}

/* line 12500, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-handle {
  top: 22px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 12510, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-handle.state_hover {
  background-color: #0F66DC;
}

/* line 12512, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-handle > i:first-child {
  display: none;
}

/* line 12514, app/assets/stylesheets/theme-saas.css */
.irs--theme .irs-handle.state_hover > i:first-child,
.irs--theme .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

/* line 12518, app/assets/stylesheets/theme-saas.css */
.jarallax {
  position: relative;
  z-index: 0;
}

/* line 12522, app/assets/stylesheets/theme-saas.css */
.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 12533, app/assets/stylesheets/theme-saas.css */
.list-group-item.row {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  transition: color 0.2s ease;
}

/* line 12538, app/assets/stylesheets/theme-saas.css */
.list-group-item.row h5 {
  transition: color 0.2s ease;
}

/* line 12540, app/assets/stylesheets/theme-saas.css */
.list-group-item.row:hover {
  background: none;
  color: #0F66DC;
}

/* line 12543, app/assets/stylesheets/theme-saas.css */
.list-group-item.row:hover h5 {
  color: #0F66DC;
}

/* line 12546, app/assets/stylesheets/theme-saas.css */
.list-group-item.list-group-item-action {
  transition: background-color 0.2s ease;
}

/* line 12549, app/assets/stylesheets/theme-saas.css */
.list-group-flush:last-child .list-group-item.row:last-child {
  border-bottom: 1px solid #dee2e6;
}

/* line 12552, app/assets/stylesheets/theme-saas.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 1px solid #dee2e6;
}

/* line 12555, app/assets/stylesheets/theme-saas.css */
div[data-maps-api-key] div.map-marker, div[data-maps-api-key] div.map-style {
  display: none;
}

/* line 12558, app/assets/stylesheets/theme-saas.css */
.gm-err-title, .gm-err-message {
  color: #e0e0e0;
  margin: 0;
}

/* line 12561, app/assets/stylesheets/theme-saas.css */
.gm-err-title:after, .gm-err-message:after {
  content: 'Enter a valid Google Maps API Key';
  color: #616161;
  display: block;
}

/* line 12566, app/assets/stylesheets/theme-saas.css */
.gm-err-message:after {
  content: 'Please consult the Google Maps API documentation on how to obtain an API key.';
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 12605, app/assets/stylesheets/theme-saas.css */
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

/* line 12618, app/assets/stylesheets/theme-saas.css */
.plyr video,
.plyr audio {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

/* line 12624, app/assets/stylesheets/theme-saas.css */
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/* line 12628, app/assets/stylesheets/theme-saas.css */
.plyr:focus {
  outline: 0;
}

/* line 12631, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui {
  box-sizing: border-box;
}

/* line 12633, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

/* line 12638, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

/* line 12644, app/assets/stylesheets/theme-saas.css */
.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

/* line 12652, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

/* line 12655, app/assets/stylesheets/theme-saas.css */
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

/* line 12668, app/assets/stylesheets/theme-saas.css */
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

/* line 12676, app/assets/stylesheets/theme-saas.css */
.plyr__captions .plyr__caption div {
  display: inline;
}

/* line 12678, app/assets/stylesheets/theme-saas.css */
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 12681, app/assets/stylesheets/theme-saas.css */
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  /* line 12685, app/assets/stylesheets/theme-saas.css */
  .plyr__captions {
    font-size: 18px;
  }
}

/* line 12688, app/assets/stylesheets/theme-saas.css */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 12691, app/assets/stylesheets/theme-saas.css */
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

/* line 12694, app/assets/stylesheets/theme-saas.css */
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

/* line 12705, app/assets/stylesheets/theme-saas.css */
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

/* line 12711, app/assets/stylesheets/theme-saas.css */
.plyr__control:focus {
  outline: 0;
}

/* line 12713, app/assets/stylesheets/theme-saas.css */
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

/* line 12717, app/assets/stylesheets/theme-saas.css */
a.plyr__control {
  text-decoration: none;
}

/* line 12719, app/assets/stylesheets/theme-saas.css */
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

/* line 12722, app/assets/stylesheets/theme-saas.css */
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

/* line 12728, app/assets/stylesheets/theme-saas.css */
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #1aafff;
  color: #fff;
}

/* line 12732, app/assets/stylesheets/theme-saas.css */
.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

/* line 12736, app/assets/stylesheets/theme-saas.css */
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #1aafff;
  color: #fff;
}

/* line 12740, app/assets/stylesheets/theme-saas.css */
.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 12753, app/assets/stylesheets/theme-saas.css */
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

/* line 12756, app/assets/stylesheets/theme-saas.css */
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background: #1aafff;
}

/* line 12759, app/assets/stylesheets/theme-saas.css */
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

/* line 12763, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/* line 12766, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

/* line 12769, app/assets/stylesheets/theme-saas.css */
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

/* line 12774, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__menu,
.plyr__controls .plyr__volume {
  margin-left: 5px;
}

/* line 12780, app/assets/stylesheets/theme-saas.css */
.plyr__controls .plyr__menu + .plyr__control,
.plyr__controls > .plyr__control + .plyr__menu,
.plyr__controls > .plyr__control + .plyr__control,
.plyr__controls .plyr__progress + .plyr__control {
  margin-left: 2px;
}

/* line 12785, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr='pause'] {
  margin-left: 0;
  margin-right: auto;
}

/* line 12789, app/assets/stylesheets/theme-saas.css */
.plyr__controls:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 12792, app/assets/stylesheets/theme-saas.css */
  .plyr__controls > .plyr__control,
.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume {
    margin-left: 10px;
  }
}

/* line 12799, app/assets/stylesheets/theme-saas.css */
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

/* line 12805, app/assets/stylesheets/theme-saas.css */
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  /* line 12818, app/assets/stylesheets/theme-saas.css */
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

/* line 12821, app/assets/stylesheets/theme-saas.css */
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

/* line 12826, app/assets/stylesheets/theme-saas.css */
.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

/* line 12832, app/assets/stylesheets/theme-saas.css */
.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

/* line 12838, app/assets/stylesheets/theme-saas.css */
.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 12842, app/assets/stylesheets/theme-saas.css */
.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 12854, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

/* line 12859, app/assets/stylesheets/theme-saas.css */
.plyr__menu {
  display: flex;
  position: relative;
}

/* line 12862, app/assets/stylesheets/theme-saas.css */
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

/* line 12864, app/assets/stylesheets/theme-saas.css */
.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}

/* line 12866, app/assets/stylesheets/theme-saas.css */
.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}

/* line 12868, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

/* line 12883, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 12886, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

/* line 12895, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container [role='menu'] {
  padding: 7px;
}

/* line 12897, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}

/* line 12900, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}

/* line 12903, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 12914, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

/* line 12918, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 12924, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

/* line 12926, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

/* line 12929, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

/* line 12931, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

/* line 12938, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

/* line 12941, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 12952, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

/* line 12954, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
}

/* line 12956, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
  border-radius: 100%;
}

/* line 12958, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

/* line 12967, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

/* line 12977, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #1aafff;
}

/* line 12979, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* line 12982, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__control.plyr__tab-focus[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

/* line 12984, app/assets/stylesheets/theme-saas.css */
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

/* line 12993, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

/* line 13006, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

/* line 13016, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: -4px;
}

/* line 13029, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

/* line 13038, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
}

/* line 13048, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px;
}

/* line 13052, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

/* line 13062, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

/* line 13071, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

/* line 13081, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 14px;
  margin-top: 0;
}

/* line 13092, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}

/* line 13094, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']:focus {
  outline: 0;
}

/* line 13096, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}

/* line 13098, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input.plyr__tab-focus[type='range']::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

/* line 13101, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input.plyr__tab-focus[type='range']::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

/* line 13104, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input.plyr__tab-focus[type='range']::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

/* line 13108, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 13111, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 13114, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 13117, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 13120, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 13123, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 13126, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 13129, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 13132, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 13135, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 13138, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 13141, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 13144, app/assets/stylesheets/theme-saas.css */
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

/* line 13158, app/assets/stylesheets/theme-saas.css */
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

/* line 13161, app/assets/stylesheets/theme-saas.css */
.plyr__time {
  font-size: 14px;
}

/* line 13164, app/assets/stylesheets/theme-saas.css */
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 13169, app/assets/stylesheets/theme-saas.css */
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* line 13172, app/assets/stylesheets/theme-saas.css */
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 13175, app/assets/stylesheets/theme-saas.css */
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

/* line 13195, app/assets/stylesheets/theme-saas.css */
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 13208, app/assets/stylesheets/theme-saas.css */
.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

/* line 13214, app/assets/stylesheets/theme-saas.css */
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

/* line 13217, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

/* line 13222, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

/* line 13226, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

/* line 13231, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

/* line 13236, app/assets/stylesheets/theme-saas.css */
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control.plyr__tab-focus:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control.plyr__tab-focus:last-child .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

/* line 13247, app/assets/stylesheets/theme-saas.css */
.plyr--video {
  background: #000;
  overflow: hidden;
}

/* line 13250, app/assets/stylesheets/theme-saas.css */
.plyr--video.plyr--menu-open {
  overflow: visible;
}

/* line 13253, app/assets/stylesheets/theme-saas.css */
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 13260, app/assets/stylesheets/theme-saas.css */
.plyr__progress {
  flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative;
}

/* line 13265, app/assets/stylesheets/theme-saas.css */
.plyr__progress input[type='range'], .plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}

/* line 13269, app/assets/stylesheets/theme-saas.css */
.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}

/* line 13272, app/assets/stylesheets/theme-saas.css */
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

/* line 13276, app/assets/stylesheets/theme-saas.css */
.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 50%;
}

/* line 13288, app/assets/stylesheets/theme-saas.css */
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

/* line 13292, app/assets/stylesheets/theme-saas.css */
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
}

/* line 13296, app/assets/stylesheets/theme-saas.css */
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

/* line 13302, app/assets/stylesheets/theme-saas.css */
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

/* line 13307, app/assets/stylesheets/theme-saas.css */
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

/* line 13311, app/assets/stylesheets/theme-saas.css */
.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}

/* line 13314, app/assets/stylesheets/theme-saas.css */
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

/* line 13322, app/assets/stylesheets/theme-saas.css */
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 13325, app/assets/stylesheets/theme-saas.css */
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}

/* line 13328, app/assets/stylesheets/theme-saas.css */
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

/* line 13333, app/assets/stylesheets/theme-saas.css */
.plyr__volume input[type='range'] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  /* line 13338, app/assets/stylesheets/theme-saas.css */
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  /* line 13341, app/assets/stylesheets/theme-saas.css */
  .plyr__volume {
    max-width: 110px;
  }
}

/* line 13344, app/assets/stylesheets/theme-saas.css */
.plyr--is-ios .plyr__volume {
  display: none !important;
}

/* line 13347, app/assets/stylesheets/theme-saas.css */
.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important;
}

/* line 13350, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13357, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13364, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13371, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13377, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 13379, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen video {
  height: 100%;
}

/* line 13381, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 13383, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}

/* line 13385, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13388, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13391, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13394, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13397, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

/* line 13399, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

/* line 13401, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

/* line 13403, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}
.plyr:fullscreen .plyr__video-embed {
  overflow: visible;
}

/* line 13405, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-webkit-full-screen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13409, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-moz-full-screen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13413, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-ms-fullscreen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13417, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-ms-fullscreen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr.plyr--vimeo:fullscreen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13421, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13423, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13425, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13427, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13429, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13431, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13433, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13435, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13437, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-webkit-full-screen {
  cursor: none;
}

/* line 13439, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-moz-full-screen {
  cursor: none;
}

/* line 13441, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-ms-fullscreen {
  cursor: none;
}

/* line 13443, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-ms-fullscreen {
  cursor: none;
}
.plyr.plyr--hide-controls:fullscreen {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 13446, app/assets/stylesheets/theme-saas.css */
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  /* line 13448, app/assets/stylesheets/theme-saas.css */
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  /* line 13450, app/assets/stylesheets/theme-saas.css */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  /* line 13452, app/assets/stylesheets/theme-saas.css */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
/* line 13456, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13462, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 13464, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13467, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

/* line 13469, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-webkit-full-screen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13473, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13475, app/assets/stylesheets/theme-saas.css */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13477, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-webkit-full-screen {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 13480, app/assets/stylesheets/theme-saas.css */
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
/* line 13484, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13490, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen video {
  height: 100%;
}

/* line 13492, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13495, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

/* line 13497, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-moz-full-screen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13501, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13503, app/assets/stylesheets/theme-saas.css */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13505, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-moz-full-screen {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 13508, app/assets/stylesheets/theme-saas.css */
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */
/* line 13512, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 13518, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 13520, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13523, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

/* line 13525, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--vimeo:-ms-fullscreen .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13529, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13531, app/assets/stylesheets/theme-saas.css */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13533, app/assets/stylesheets/theme-saas.css */
.plyr.plyr--hide-controls:-ms-fullscreen {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 13536, app/assets/stylesheets/theme-saas.css */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

/* line 13539, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

/* line 13551, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback video {
  height: 100%;
}

/* line 13553, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 13556, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible;
}

/* line 13558, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 13562, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 13564, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 13566, app/assets/stylesheets/theme-saas.css */
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 13569, app/assets/stylesheets/theme-saas.css */
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

/* line 13572, app/assets/stylesheets/theme-saas.css */
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 13582, app/assets/stylesheets/theme-saas.css */
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 13587, app/assets/stylesheets/theme-saas.css */
.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

/* line 13599, app/assets/stylesheets/theme-saas.css */
.plyr__ads::after:empty {
  display: none;
}

/* line 13602, app/assets/stylesheets/theme-saas.css */
.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

/* line 13614, app/assets/stylesheets/theme-saas.css */
.plyr--no-transition {
  transition: none !important;
}

/* line 13617, app/assets/stylesheets/theme-saas.css */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 13626, app/assets/stylesheets/theme-saas.css */
.plyr [hidden] {
  display: none !important;
}

/* line 13629, app/assets/stylesheets/theme-saas.css */
.plyr {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 13632, app/assets/stylesheets/theme-saas.css */
.plyr__poster {
  background-size: cover !important;
}

/* line 13635, app/assets/stylesheets/theme-saas.css */
button.plyr__control--overlaid {
  background: #0F66DC;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
}

/* line 13640, app/assets/stylesheets/theme-saas.css */
button.plyr__control--overlaid svg {
  transform: scaleX(0.75);
  margin: 0 auto;
}

/* line 13643, app/assets/stylesheets/theme-saas.css */
button.plyr__control--overlaid:hover {
  background: #0d5bc4;
}

/* line 13646, app/assets/stylesheets/theme-saas.css */
.plyr--video .plyr__control:hover {
  background: #0d5bc4;
}

/* line 13649, app/assets/stylesheets/theme-saas.css */
.plyr--full-ui input[type='range'] {
  color: #0F66DC;
}

/* line 13652, app/assets/stylesheets/theme-saas.css */
div.rounded video, div.rounded .plyr {
  border-radius: 0.625rem;
  overflow: hidden;
}

/* line 13656, app/assets/stylesheets/theme-saas.css */
div.rounded .plyr__controls {
  border-radius: 0 0 0.625rem 0.625rem;
}

/* line 13659, app/assets/stylesheets/theme-saas.css */
.plyr__video-wrapper, .plyr__poster, .plyr--video {
  background: transparent;
}

/* line 13662, app/assets/stylesheets/theme-saas.css */
.video-poster {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 13667, app/assets/stylesheets/theme-saas.css */
.video-poster .btn {
  position: absolute;
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
/* line 13675, app/assets/stylesheets/theme-saas.css */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 13695, app/assets/stylesheets/theme-saas.css */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

/* line 13700, app/assets/stylesheets/theme-saas.css */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

/* line 13704, app/assets/stylesheets/theme-saas.css */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  /* line 13710, app/assets/stylesheets/theme-saas.css */
  code[class*="language-"],
pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
/* line 13715, app/assets/stylesheets/theme-saas.css */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

/* line 13720, app/assets/stylesheets/theme-saas.css */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
/* line 13725, app/assets/stylesheets/theme-saas.css */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

/* line 13730, app/assets/stylesheets/theme-saas.css */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

/* line 13736, app/assets/stylesheets/theme-saas.css */
.token.punctuation {
  color: #999;
}

/* line 13739, app/assets/stylesheets/theme-saas.css */
.token.namespace {
  opacity: .7;
}

/* line 13742, app/assets/stylesheets/theme-saas.css */
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

/* line 13751, app/assets/stylesheets/theme-saas.css */
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

/* line 13759, app/assets/stylesheets/theme-saas.css */
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  /* This background color was intended by the author of this theme. */
  background: rgba(255, 255, 255, 0.5);
}

/* line 13768, app/assets/stylesheets/theme-saas.css */
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

/* line 13773, app/assets/stylesheets/theme-saas.css */
.token.function,
.token.class-name {
  color: #DD4A68;
}

/* line 13777, app/assets/stylesheets/theme-saas.css */
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

/* line 13782, app/assets/stylesheets/theme-saas.css */
.token.important,
.token.bold {
  font-weight: bold;
}

/* line 13786, app/assets/stylesheets/theme-saas.css */
.token.italic {
  font-style: italic;
}

/* line 13789, app/assets/stylesheets/theme-saas.css */
.token.entity {
  cursor: help;
}

/* line 13792, app/assets/stylesheets/theme-saas.css */
pre[class*='language-'], code[class*='language-'] {
  background: #eef4fd;
  color: #212529;
  border: none;
}

/* line 13797, app/assets/stylesheets/theme-saas.css */
article pre[class*='language-'] {
  margin: 1rem 0;
  border-radius: 0.3125rem;
}

/* line 13801, app/assets/stylesheets/theme-saas.css */
pre[class*="language-"] {
  padding: 1.5rem;
}

/* line 13804, app/assets/stylesheets/theme-saas.css */
body {
  transition: opacity 0.4s ease;
}

/* line 13806, app/assets/stylesheets/theme-saas.css */
body.fade-page {
  opacity: 0;
}

/* line 13809, app/assets/stylesheets/theme-saas.css */
.popover {
  font-weight: 600;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 13813, app/assets/stylesheets/theme-saas.css */
.popover-header {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 0.875rem;
}

/* line 13818, app/assets/stylesheets/theme-saas.css */
.popover-body {
  padding-top: .5rem;
}

/* line 13821, app/assets/stylesheets/theme-saas.css */
.popover-image {
  position: relative;
}

/* line 13824, app/assets/stylesheets/theme-saas.css */
.popover-hotspot {
  cursor: pointer;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  position: absolute;
  animation: hotspotPulse 2s ease infinite alternate;
}

@keyframes hotspotPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.5;
  }
}

/* line 13849, app/assets/stylesheets/theme-saas.css */
.pricing-table {
  border-bottom: 1px solid #dee2e6;
}

/* line 13851, app/assets/stylesheets/theme-saas.css */
.pricing-table thead th {
  border-top: 0;
  border-bottom-width: 1px;
}

/* line 13854, app/assets/stylesheets/theme-saas.css */
.pricing-table th, .pricing-table td {
  padding: 1.5rem;
}

/* line 13856, app/assets/stylesheets/theme-saas.css */
.pricing-table td, .pricing-table th {
  vertical-align: middle;
}

/* line 13858, app/assets/stylesheets/theme-saas.css */
.pricing-table th:not(:last-child), .pricing-table td:not(:last-child) {
  border-right: 1px solid #dee2e6;
}

/* line 13860, app/assets/stylesheets/theme-saas.css */
.pricing-table tbody tr {
  transition: background-color 0.2s ease;
}

/* line 13863, app/assets/stylesheets/theme-saas.css */
.pricing-table-competitors thead {
  text-align: center;
}

/* line 13865, app/assets/stylesheets/theme-saas.css */
.pricing-table-competitors thead th {
  border-top: 0;
  vertical-align: middle;
}

/* line 13869, app/assets/stylesheets/theme-saas.css */
.pricing-table-competitors tbody .icon-round {
  margin: 0 auto;
}

/* line 13872, app/assets/stylesheets/theme-saas.css */
.pricing-table-competitors tbody th {
  max-width: 120px;
}

/* line 13875, app/assets/stylesheets/theme-saas.css */
.pricing-ticket:before, .pricing-ticket:after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  left: -0.75rem;
}

/* line 13886, app/assets/stylesheets/theme-saas.css */
.pricing-ticket:after {
  left: auto;
  right: -0.75rem;
}

/* line 13890, app/assets/stylesheets/theme-saas.css */
.process-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}

/* line 13901, app/assets/stylesheets/theme-saas.css */
.process-circle:empty:after {
  content: '';
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 13906, app/assets/stylesheets/theme-saas.css */
.process-circle.bg-primary:empty {
  background: rgba(15, 102, 220, 0.05) !important;
}

/* line 13908, app/assets/stylesheets/theme-saas.css */
.process-circle.bg-primary:empty:after {
  background-color: #0F66DC;
}

/* line 13910, app/assets/stylesheets/theme-saas.css */
.process-circle.bg-primary-2:empty {
  background: rgba(242, 130, 51, 0.05) !important;
}

/* line 13912, app/assets/stylesheets/theme-saas.css */
.process-circle.bg-primary-2:empty:after {
  background-color: #F28233;
}

/* line 13914, app/assets/stylesheets/theme-saas.css */
.process-circle.bg-primary-3:empty {
  background: rgba(3, 19, 40, 0.05) !important;
}

/* line 13916, app/assets/stylesheets/theme-saas.css */
.process-circle.bg-primary-3:empty:after {
  background-color: #031328;
}

/* line 13919, app/assets/stylesheets/theme-saas.css */
.process-vertical {
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
}

/* line 13925, app/assets/stylesheets/theme-saas.css */
.process-vertical li {
  display: flex;
  align-items: center;
}

/* line 13928, app/assets/stylesheets/theme-saas.css */
.process-vertical li .process-circle {
  margin-right: 1.5rem;
}

/* line 13930, app/assets/stylesheets/theme-saas.css */
.process-vertical li:not(:last-child) {
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 13935, app/assets/stylesheets/theme-saas.css */
  .process-vertical li {
    width: 50%;
    margin-left: 50%;
  }
  /* line 13938, app/assets/stylesheets/theme-saas.css */
  .process-vertical li .process-circle {
    margin-left: -1.5rem;
  }
  /* line 13940, app/assets/stylesheets/theme-saas.css */
  .process-vertical li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 0;
    margin-right: 50%;
  }
  /* line 13945, app/assets/stylesheets/theme-saas.css */
  .process-vertical li:nth-child(even) .process-circle {
    margin-right: -1.5rem;
    margin-left: 1.5rem;
  }
  /* line 13948, app/assets/stylesheets/theme-saas.css */
  .process-vertical li:not(:last-child) {
    padding-bottom: 4.5rem;
    margin-bottom: 0;
  }
  /* line 13951, app/assets/stylesheets/theme-saas.css */
  .process-vertical li:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 3rem;
    background: #dee2e6;
    position: absolute;
    top: 4.125rem;
  }
  /* line 13959, app/assets/stylesheets/theme-saas.css */
  .text-light .process-vertical li:not(:last-child):after {
    background: rgba(255, 255, 255, 0.25);
  }
}

/* line 13962, app/assets/stylesheets/theme-saas.css */
.progress-bar {
  font-weight: 600;
}

/* line 13964, app/assets/stylesheets/theme-saas.css */
.progress-bar:only-child {
  border-radius: 10rem;
}

/* line 13967, app/assets/stylesheets/theme-saas.css */
.progress {
  height: auto;
  min-height: 0.375rem;
}

/* line 13971, app/assets/stylesheets/theme-saas.css */
progress.reading-position {
  transition: opacity 0.2s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #F28233;
}

/* line 13984, app/assets/stylesheets/theme-saas.css */
progress.reading-position.reading-position-hidden {
  opacity: 0;
}

/* line 13987, app/assets/stylesheets/theme-saas.css */
progress.reading-position::-webkit-progress-bar {
  background-color: transparent;
}

/* line 13990, app/assets/stylesheets/theme-saas.css */
progress.reading-position::-webkit-progress-value {
  background-color: #F28233;
}

/* line 13993, app/assets/stylesheets/theme-saas.css */
progress.reading-position::-moz-progress-bar {
  background-color: #F28233;
}

/* line 13996, app/assets/stylesheets/theme-saas.css */
.article-progress {
  width: 100%;
  position: fixed;
  z-index: 998;
}

/* line 14000, app/assets/stylesheets/theme-saas.css */
.article-progress .article-progress-wrapper {
  background: #fff;
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s ease;
  border-bottom: 1px solid #dee2e6;
}

/* line 14005, app/assets/stylesheets/theme-saas.css */
.article-progress .reading-position-hidden + .article-progress-wrapper, .article-progress .reading-position[value="0"] + .article-progress-wrapper {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

/* line 14010, app/assets/stylesheets/theme-saas.css */
.navbar-container:not([style]) + .article-progress {
  top: 0;
}

/* line 14013, app/assets/stylesheets/theme-saas.css */
.table-dark th {
  color: #fff;
}

/* line 14016, app/assets/stylesheets/theme-saas.css */
.table thead th {
  border-bottom-width: 1px;
}

/* line 14019, app/assets/stylesheets/theme-saas.css */
article table {
  margin-bottom: 1.5rem;
  border-top: 1px solid #dee2e6;
}

/* line 14022, app/assets/stylesheets/theme-saas.css */
article table td {
  vertical-align: top;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

/* line 14026, app/assets/stylesheets/theme-saas.css */
article table td:not(:last-child) {
  white-space: nowrap;
  padding-right: 1.5rem;
}

/* line 14029, app/assets/stylesheets/theme-saas.css */
article table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.5rem;
}

/* line 14033, app/assets/stylesheets/theme-saas.css */
article table tr {
  border-bottom: 1px solid #dee2e6;
}

/* line 14036, app/assets/stylesheets/theme-saas.css */
.tooltip {
  font-weight: 600;
}

/* line 14039, app/assets/stylesheets/theme-saas.css */
.user img {
  border-radius: 50%;
  max-height: 3rem;
}

/* line 14043, app/assets/stylesheets/theme-saas.css */
.user [data-scribe="component:author"] {
  display: none;
}

/* line 14046, app/assets/stylesheets/theme-saas.css */
.timePosted > a {
  color: #adb5bd;
}

/* line 14049, app/assets/stylesheets/theme-saas.css */
.tweet {
  word-break: break-word;
}

/* line 14052, app/assets/stylesheets/theme-saas.css */
.step-circles {
  border-bottom: none;
}

/* line 14054, app/assets/stylesheets/theme-saas.css */
.step-circles .nav-link {
  border: 0;
  position: relative;
  padding: 0;
  width: 3rem;
  height: 3rem;
  background: rgba(15, 102, 220, 0.1);
  border-radius: 50%;
  color: #0F66DC !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transition: background-color 0.2s ease;
}

/* line 14068, app/assets/stylesheets/theme-saas.css */
.step-circles .nav-link:hover {
  background: rgba(15, 102, 220, 0.15);
}

/* line 14070, app/assets/stylesheets/theme-saas.css */
.step-circles .nav-item {
  margin: 0 1.5rem;
  opacity: .5;
}

/* line 14073, app/assets/stylesheets/theme-saas.css */
.step-circles .nav-item.active .nav-link {
  background: #0F66DC;
  color: #fff !important;
}

/* line 14076, app/assets/stylesheets/theme-saas.css */
.step-circles .nav-item.active, .step-circles .nav-item.done {
  opacity: 1;
}

/* line 14078, app/assets/stylesheets/theme-saas.css */
.step-circles .nav-item:not(:last-child) .nav-link:after {
  content: '';
  width: 3rem;
  height: 4px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 102, 220, 0.1);
  pointer-events: none;
}

/* line 14089, app/assets/stylesheets/theme-saas.css */
.wizard > ul:not(.step-circles) .btn {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

/* line 14092, app/assets/stylesheets/theme-saas.css */
.wizard > ul:not(.step-circles) > li.active .btn {
  opacity: 1 !important;
  background: #0F66DC;
  color: #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 14098, app/assets/stylesheets/theme-saas.css */
  .card .card-img-overlay {
    top: 0;
  }
  /* line 14100, app/assets/stylesheets/theme-saas.css */
  .card > a {
    flex-shrink: 0;
  }
  /* line 14102, app/assets/stylesheets/theme-saas.css */
  .card.justify-content-end .card-img-overlay {
    top: auto;
    bottom: 0;
  }
  /* line 14105, app/assets/stylesheets/theme-saas.css */
  .card:not([class*='col-']) {
    width: 100%;
  }
  /* line 14107, app/assets/stylesheets/theme-saas.css */
  .card > div {
    max-width: 100%;
  }
  /* line 14109, app/assets/stylesheets/theme-saas.css */
  .card.card-article-wide .card-body {
    width: 100%;
  }
  /* line 14111, app/assets/stylesheets/theme-saas.css */
  .flex-column > img.flex-grow-1 {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 14114, app/assets/stylesheets/theme-saas.css */
  .icon {
    flex-shrink: 0 !important;
  }
  /* line 14116, app/assets/stylesheets/theme-saas.css */
  .icon-logo {
    width: auto !important;
    max-width: 6rem !important;
  }
  /* line 14119, app/assets/stylesheets/theme-saas.css */
  svg.icon {
    width: 1.5rem;
  }
  /* line 14121, app/assets/stylesheets/theme-saas.css */
  svg.icon.icon-md {
    width: 2.25rem;
  }
  /* line 14123, app/assets/stylesheets/theme-saas.css */
  svg.icon.icon-lg {
    width: 3rem;
  }
  /* line 14125, app/assets/stylesheets/theme-saas.css */
  svg.icon.icon-sm {
    width: 0.75rem;
  }
  /* line 14127, app/assets/stylesheets/theme-saas.css */
  img {
    flex-shrink: 0;
  }
  /* line 14129, app/assets/stylesheets/theme-saas.css */
  img.flex-grow-1 {
    flex-grow: 0 !important;
  }
  /* line 14131, app/assets/stylesheets/theme-saas.css */
  .list-group {
    width: 100%;
  }
  /* line 14133, app/assets/stylesheets/theme-saas.css */
  .row {
    width: 100%;
  }
  /* line 14135, app/assets/stylesheets/theme-saas.css */
  .text-image-2 {
    display: block;
  }
  /* line 14137, app/assets/stylesheets/theme-saas.css */
  .text-image-2 .bg-white {
    bottom: 0;
    right: 0;
  }
  /* line 14140, app/assets/stylesheets/theme-saas.css */
  .video-cover .video-play-icon {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  /* line 14143, app/assets/stylesheets/theme-saas.css */
  .video-play-icon:after {
    content: 'Play';
    bottom: 51px;
    right: 5px;
    font-size: .5rem;
  }
  /* line 14148, app/assets/stylesheets/theme-saas.css */
  .progress-bar {
    display: block;
    height: 6px;
  }
  /* line 14151, app/assets/stylesheets/theme-saas.css */
  .video-poster .btn-round {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 14154, app/assets/stylesheets/theme-saas.css */
  .process-vertical li:not(:last-child):after {
    display: none;
  }
  /* line 14156, app/assets/stylesheets/theme-saas.css */
  .flickity-button-icon {
    display: block;
  }
  /* line 14158, app/assets/stylesheets/theme-saas.css */
  .min-vh-100 {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  /* line 14162, app/assets/stylesheets/theme-saas.css */
  .docs-sidebar {
    height: calc(100vh - 4.5625rem);
    overflow-y: scroll;
    position: sticky;
    top: 4.5625rem;
  }
  /* line 14168, app/assets/stylesheets/theme-saas.css */
  #docs-index {
    display: block !important;
  }
}

/* line 14171, app/assets/stylesheets/theme-saas.css */
.docs-dl {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #dee2e6;
}

/* line 14175, app/assets/stylesheets/theme-saas.css */
.docs-dl p {
  margin-bottom: 0;
}

/* line 14177, app/assets/stylesheets/theme-saas.css */
.docs-dl > dt, .docs-dl > dd {
  margin: 0;
  padding: .5rem;
  border-bottom: 1px solid #dee2e6;
}

/* line 14182, app/assets/stylesheets/theme-saas.css */
.alert p {
  margin-bottom: 0;
}

/* line 14185, app/assets/stylesheets/theme-saas.css */
.code-snippet {
  position: relative;
}

/* line 14187, app/assets/stylesheets/theme-saas.css */
.code-snippet .btn-clipboard {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  opacity: 0;
}

/* line 14192, app/assets/stylesheets/theme-saas.css */
.code-snippet:hover .btn-clipboard {
  opacity: 1;
}

/* line 14195, app/assets/stylesheets/theme-saas.css */
.docs-graphic .btn {
  margin: .5rem;
}

/* line 14198, app/assets/stylesheets/theme-saas.css */
.docs-graphic:not(:hover) .btn {
  opacity: 0;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, node_modules/bootstrap/scss/_root.scss */
:root {
  --blue: #171F40;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #13BCBC;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #171F40;
  --secondary: #13BCBC;
  --success: #28a745;
  --info: #13BCBC;
  --warning: #fd7e14;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Roboto", Georgia, Times, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #0e8e8e;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #074848;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Plus Jakarta Sans", "M PLUS Rounded 1c", Helvetica, Arial, serif;
  font-weight: 500;
  line-height: 1.2;
  color: #171F40;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */
a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/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: 15px;
  padding-left: 15px;
}

/* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #555;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bec0ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #868b9c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #b0b2bf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0b2bf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bdecec;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #84dcdc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #a9e6e6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a9e6e6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bdecec;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #84dcdc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #a9e6e6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a9e6e6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fedbbd;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #febc85;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fecda4;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fecda4;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

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

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

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #394c9e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 52, node_modules/bootstrap/scss/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(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, node_modules/bootstrap/scss/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: #34ce57;
  background-color: #34ce57;
}

/* line 166, node_modules/bootstrap/scss/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(40, 167, 69, 0.25);
}

/* line 170, node_modules/bootstrap/scss/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: #28a745;
}

/* line 180, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 52, node_modules/bootstrap/scss/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(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

/* line 93, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, node_modules/bootstrap/scss/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: #e4606d;
  background-color: #e4606d;
}

/* line 166, node_modules/bootstrap/scss/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(220, 53, 69, 0.25);
}

/* line 170, node_modules/bootstrap/scss/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: #dc3545;
}

/* line 180, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #555;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #171F40;
  border-color: #171F40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0d1124;
  border-color: #0a0d1a;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0d1124;
  border-color: #0a0d1a;
  box-shadow: 0 0 0 0.2rem rgba(58, 65, 93, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #171F40;
  border-color: #171F40;
}

/* line 43, node_modules/bootstrap/scss/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: #0a0d1a;
  border-color: #060811;
}

/* line 53, node_modules/bootstrap/scss/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(58, 65, 93, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #0f9999;
  border-color: #0e8e8e;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #0f9999;
  border-color: #0e8e8e;
  box-shadow: 0 0 0 0.2rem rgba(54, 198, 198, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 43, node_modules/bootstrap/scss/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: #0e8e8e;
  border-color: #0d8282;
}

/* line 53, node_modules/bootstrap/scss/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(54, 198, 198, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, node_modules/bootstrap/scss/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: #1e7e34;
  border-color: #1c7430;
}

/* line 53, node_modules/bootstrap/scss/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(72, 180, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #0f9999;
  border-color: #0e8e8e;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0f9999;
  border-color: #0e8e8e;
  box-shadow: 0 0 0 0.2rem rgba(54, 198, 198, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 43, node_modules/bootstrap/scss/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: #0e8e8e;
  border-color: #0d8282;
}

/* line 53, node_modules/bootstrap/scss/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(54, 198, 198, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #dc6502;
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #cf5f02;
}

/* line 53, node_modules/bootstrap/scss/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(220, 113, 23, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, node_modules/bootstrap/scss/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: #bd2130;
  border-color: #b21f2d;
}

/* line 53, node_modules/bootstrap/scss/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(225, 83, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, node_modules/bootstrap/scss/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(216, 217, 219, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, node_modules/bootstrap/scss/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: #1d2124;
  border-color: #171a1d;
}

/* line 53, node_modules/bootstrap/scss/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(82, 88, 93, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #171F40;
  border-color: #171F40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #171F40;
  border-color: #171F40;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #171F40;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #171F40;
  border-color: #171F40;
}

/* line 92, node_modules/bootstrap/scss/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(23, 31, 64, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #13BCBC;
  border-color: #13BCBC;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 188, 188, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #13BCBC;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #13BCBC;
  border-color: #13BCBC;
}

/* line 92, node_modules/bootstrap/scss/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(19, 188, 188, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #28a745;
  border-color: #28a745;
}

/* line 92, node_modules/bootstrap/scss/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(40, 167, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #13BCBC;
  border-color: #13BCBC;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 188, 188, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #13BCBC;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #fff;
  background-color: #13BCBC;
  border-color: #13BCBC;
}

/* line 92, node_modules/bootstrap/scss/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(19, 188, 188, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #fd7e14;
  border-color: #fd7e14;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fd7e14;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 92, node_modules/bootstrap/scss/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(253, 126, 20, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #dc3545;
  border-color: #dc3545;
}

/* line 92, node_modules/bootstrap/scss/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(220, 53, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, node_modules/bootstrap/scss/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(248, 249, 250, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/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: #343a40;
  border-color: #343a40;
}

/* line 92, node_modules/bootstrap/scss/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(52, 58, 64, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0e8e8e;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #074848;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #171F40;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, node_modules/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

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

/* line 134, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, node_modules/bootstrap/scss/_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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #171F40;
  background-color: #171F40;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #394c9e;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #4b62be;
  border-color: #4b62be;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_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 #adb5bd;
}

/* line 99, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #171F40;
  background-color: #171F40;
}

/* line 133, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(23, 31, 64, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(23, 31, 64, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(23, 31, 64, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, node_modules/bootstrap/scss/_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: #adb5bd;
  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, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

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

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(23, 31, 64, 0.5);
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #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 #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #394c9e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #394c9e;
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

/* line 385, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 399, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 402, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #171F40;
  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, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #4b62be;
}

/* line 422, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #171F40;
  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, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #4b62be;
}

/* line 448, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #171F40;
  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, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #4b62be;
}

/* line 477, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

/* line 500, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #171F40;
}

/* line 97, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, node_modules/bootstrap/scss/_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: 1200px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_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 rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

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

/* line 183, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

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

@media (min-width: 576px) {
  /* line 243, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0e8e8e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #074848;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #171F40;
  border-color: #171F40;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #171F40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0a0d1a;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 31, 64, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #13BCBC;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #0e8e8e;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 188, 188, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #13BCBC;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0e8e8e;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 188, 188, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #fd7e14;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #dc6502;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #0c1021;
  background-color: #d1d2d9;
  border-color: #bec0ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #b0b2bf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: black;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #0a6262;
  background-color: #d0f2f2;
  border-color: #bdecec;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #a9e6e6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #053434;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  color: #0a6262;
  background-color: #d0f2f2;
  border-color: #bdecec;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #a9e6e6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #053434;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #84420a;
  background-color: #ffe5d0;
  border-color: #fedbbd;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #fecda4;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #552a06;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 9, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #171F40;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #555;
  background-color: #e9ecef;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #171F40;
  border-color: #171F40;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #0c1021;
  background-color: #bec0ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0c1021;
  background-color: #b0b2bf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0c1021;
  border-color: #0c1021;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #0a6262;
  background-color: #bdecec;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0a6262;
  background-color: #a9e6e6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0a6262;
  border-color: #0a6262;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0a6262;
  background-color: #bdecec;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0a6262;
  background-color: #a9e6e6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0a6262;
  border-color: #0a6262;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #84420a;
  background-color: #fedbbd;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #84420a;
  background-color: #fecda4;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #84420a;
  border-color: #84420a;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, node_modules/bootstrap/scss/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, node_modules/bootstrap/scss/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

/* line 36, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Roboto", Georgia, Times, 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;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_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: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_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: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_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: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_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: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Plus Jakarta Sans", "Roboto", Georgia, Times, 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 rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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 #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #171F40;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #555;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_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, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #171F40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0a0d1a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #13BCBC !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0e8e8e !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #13BCBC !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0e8e8e !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fd7e14 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dc6502 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #171F40 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #13BCBC !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #13BCBC !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #fd7e14 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/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, node_modules/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #171F40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #030408 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #13BCBC !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #0c7777 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #13BCBC !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0c7777 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #fd7e14 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #c35a02 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #555 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, node_modules/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, node_modules/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, node_modules/bootstrap/scss/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, node_modules/bootstrap/scss/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, node_modules/bootstrap/scss/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, node_modules/bootstrap/scss/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, node_modules/bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, node_modules/bootstrap/scss/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, node_modules/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, node_modules/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, node_modules/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, node_modules/bootstrap/scss/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, node_modules/bootstrap/scss/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, node_modules/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, node_modules/bootstrap/scss/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, node_modules/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap_form-4.5.0/app/assets/stylesheets/rails_bootstrap_forms.css */
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/bootstrap_form-4.5.0/app/assets/stylesheets/rails_bootstrap_forms.css */
.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}

/* The switch - the box around the slider */
/* line 2, app/assets/stylesheets/static-switch.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
  margin-bottom: 0px;
  /* The slider */
}

/* line 9, app/assets/stylesheets/static-switch.scss */
.switch .checker {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 16, app/assets/stylesheets/static-switch.scss */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
}

/* line 29, app/assets/stylesheets/static-switch.scss */
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
}

/* line 43, app/assets/stylesheets/static-switch.scss */
.switch.checked .slider {
  background-color: #2196F3;
}

/* line 47, app/assets/stylesheets/static-switch.scss */
.switch.checked .slider:before {
  transform: translateX(20px);
}

/* line 1, app/assets/stylesheets/components.scss */
.floating-call-btn {
  position: fixed;
  background-color: black;
  left: 3rem;
  bottom: 3rem;
  min-width: calc(250px - 6rem);
  border-radius: 1rem;
}

/* line 9, app/assets/stylesheets/components.scss */
.floating-call-btn span {
  color: white;
}

/* line 14, app/assets/stylesheets/components.scss */
#sticky-notes {
  display: block !important;
  background-color: #ffff88 !important;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  /******************************************
  *
  *   Modalbox v1.2 - jQuery
  *
  ******************************************/
}

/* line 23, app/assets/stylesheets/components.scss */
#sticky-notes #copy-to-clipboard {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 10px;
}

/* line 30, app/assets/stylesheets/components.scss */
#sticky-notes .form-group {
  height: 100%;
}

/* line 33, app/assets/stylesheets/components.scss */
#sticky-notes .form-group textarea {
  height: 100%;
  background-color: #ffff88;
  resize: none;
}

/* line 38, app/assets/stylesheets/components.scss */
#sticky-notes .form-group textarea:focus {
  background-color: #ffff88;
}

/* line 50, app/assets/stylesheets/components.scss */
#sticky-notes .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 63, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_top {
  position: absolute;
  background-color: red;
  left: 4px;
  right: 4px;
  height: 4px;
  top: 0;
  cursor: n-resize;
  opacity: 0.0;
}

/* line 74, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_bottom {
  position: absolute;
  background-color: red;
  left: 4px;
  right: 4px;
  height: 4px;
  bottom: 0;
  cursor: s-resize;
  opacity: 0.0;
}

/* line 85, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_left {
  position: absolute;
  background-color: red;
  top: 4px;
  bottom: 4px;
  width: 4px;
  left: 0px;
  cursor: w-resize;
  opacity: 0.0;
}

/* line 96, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_right {
  position: absolute;
  background-color: red;
  top: 4px;
  bottom: 4px;
  width: 4px;
  right: 0px;
  cursor: e-resize;
  opacity: 0.0;
}

/* line 107, app/assets/stylesheets/components.scss */
#sticky-notes .titlebar {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  height: 30px;
}

/* line 115, app/assets/stylesheets/components.scss */
#sticky-notes .titlebar_left {
  position: absolute;
  left: 0px;
  right: 30px;
  height: 30px;
  cursor: move;
  right: 0px;
  /* customized */
}

/* line 124, app/assets/stylesheets/components.scss */
#sticky-notes .titlebar_right {
  position: absolute;
  width: 30px;
  right: 0px;
  height: 30px;
  color: black;
  cursor: default;
  display: none;
  /* customized */
}

/* line 134, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_top_left {
  position: absolute;
  background-color: blue;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  cursor: nw-resize;
  opacity: 0.0;
}

/* line 145, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_top_right {
  position: absolute;
  background-color: blue;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 4px;
  cursor: ne-resize;
  opacity: 0.0;
}

/* line 156, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_bottom_left {
  position: absolute;
  background-color: blue;
  bottom: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  cursor: sw-resize;
  opacity: 0.0;
}

/* line 167, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_bottom_right {
  position: absolute;
  background-color: blue;
  bottom: 0px;
  right: 0px;
  width: 4px;
  height: 4px;
  cursor: se-resize;
  opacity: 0.0;
}

/* line 178, app/assets/stylesheets/components.scss */
#sticky-notes .titlebar_title {
  margin: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 186, app/assets/stylesheets/components.scss */
#sticky-notes .mdl_box_body {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 34px;
  bottom: 4px;
  overflow: hidden;
}

/* line 195, app/assets/stylesheets/components.scss */
#sticky-notes .titlebar_right .close {
  margin: 5px;
  margin-left: 11px;
  font-weight: bold;
}

/* line 201, app/assets/stylesheets/components.scss */
#sticky-notes .parent {
  position: relative;
  margin: 50px;
  overflow: hidden;
  height: 200px;
  width: 180px;
  background: #ddd;
}

/* line 210, app/assets/stylesheets/components.scss */
#sticky-notes .scrollable {
  overflow-y: scroll;
  position: absolute;
  padding: 0 17px 0 0;
  width: 180px;
  height: 100%;
}

/* line 218, app/assets/stylesheets/components.scss */
#sticky-notes .scrollbar {
  position: absolute;
  overflow: auto;
  top: 0px;
  right: 0px;
  z-index: 2;
  background: #444;
  width: 7px;
  border-radius: 5px;
}

/* line 229, app/assets/stylesheets/components.scss */
#sticky-notes .b_scroll {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2;
  background: #444;
  width: 7px;
  border-radius: 5px;
  bottom: 0;
}

/* Rename this file and the element id when fully transitioned */
/* line 7, app/assets/stylesheets/beta.scss */
#beta aside, #beta aside + div {
  transition: 0.2s all;
}

/* line 12, app/assets/stylesheets/beta.scss */
#beta.shrinked aside {
  min-width: 0px !important;
  flex-basis: 0px;
  visibility: hidden;
  padding: 0px !important;
}

/* line 19, app/assets/stylesheets/beta.scss */
#beta.shrinked aside + div {
  flex-basis: calc(100vw - 420px);
  flex-grow: 0 !important;
  margin-left: -20px;
}

/* line 26, app/assets/stylesheets/beta.scss */
#beta .root-card {
  min-height: calc(100vh - 10rem);
}

/* line 30, app/assets/stylesheets/beta.scss */
#beta .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

/* line 37, app/assets/stylesheets/beta.scss */
#beta .accordion .card {
  border-radius: 15px;
}

/* line 41, app/assets/stylesheets/beta.scss */
#beta .accordion .card-header .title {
  font-size: 17px;
  font-weight: 600;
}

/* line 46, app/assets/stylesheets/beta.scss */
#beta .accordion .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

/* line 51, app/assets/stylesheets/beta.scss */
#beta .accordion .card-header {
  cursor: pointer;
  border-bottom: none;
}

/* line 56, app/assets/stylesheets/beta.scss */
#beta .accordion .card {
  border: 1px solid #ddd;
}

/* line 60, app/assets/stylesheets/beta.scss */
#beta .accordion .card-body {
  border-top: 1px solid #ddd;
}

/* line 64, app/assets/stylesheets/beta.scss */
#beta .accordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

/* line 68, app/assets/stylesheets/beta.scss */
#beta .card {
  border-radius: 16px;
  border: none;
}

/* line 72, app/assets/stylesheets/beta.scss */
#beta .card.card-rect {
  border-radius: 0px;
}

/* line 77, app/assets/stylesheets/beta.scss */
#beta h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

/* line 83, app/assets/stylesheets/beta.scss */
#beta h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05px;
}

/* line 89, app/assets/stylesheets/beta.scss */
#beta a {
  color: #ff5d39;
}

/* line 94, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .sub-nav {
  margin-top: -10px;
  margin-bottom: 0px;
  padding-left: 35px;
}

/* line 99, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .sub-nav .nav-link {
  padding: 5px 0px;
  font-size: 14px !important;
}

/* line 103, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .sub-nav .nav-link.active {
  color: #ff5d39;
}

/* line 109, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #85868F;
}

/* line 114, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item .nav-link img.icon {
  display: inline-block;
  margin-right: 13px;
  margin-top: -3px;
  height: 18px !important;
}

/* line 121, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item .nav-link img.icon.active {
  display: none;
  height: 18px !important;
}

/* line 126, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item .nav-link:hover {
  color: #ff5d39;
}

/* line 129, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item .nav-link:hover img.icon {
  display: none;
}

/* line 133, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item .nav-link:hover img.icon.active {
  display: inline-block;
}

/* line 139, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item:not(:last-child) {
  margin-bottom: 10px;
}

/* line 143, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
  color: #ff5d39;
}

/* line 147, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item.active .nav-link img.icon {
  display: none;
}

/* line 151, app/assets/stylesheets/beta.scss */
#beta .navbar-nav .nav-item.active .nav-link img.icon.active {
  display: inline-block;
}

/* line 157, app/assets/stylesheets/beta.scss */
#beta .btn.btn-primary {
  border: 1px solid #ff5d39;
  background: #ff5d39;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

/* line 167, app/assets/stylesheets/beta.scss */
#beta .btn.btn-primary span {
  color: white;
}

/* line 172, app/assets/stylesheets/beta.scss */
#beta .btn.btn-secondary {
  border: 1px solid #00644B;
  background: #00644B;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

/* line 182, app/assets/stylesheets/beta.scss */
#beta .btn.btn-secondary span {
  color: white;
}

/* line 187, app/assets/stylesheets/beta.scss */
#beta .btn.btn-neutral {
  background-color: transparent;
  border-radius: 1rem;
  border: 1px solid #ccc;
  color: #000215;
}

/* line 193, app/assets/stylesheets/beta.scss */
#beta .btn.btn-neutral span {
  color: #000215;
}

/* line 198, app/assets/stylesheets/beta.scss */
#beta .btn.btn-black {
  background-color: #000215;
  border-radius: 1rem;
}

/* line 202, app/assets/stylesheets/beta.scss */
#beta .btn.btn-black span {
  color: white;
}

/* line 207, app/assets/stylesheets/beta.scss */
#beta .btn.btn-lg, #beta .btn-group-lg > .btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1px;
}

/* line 213, app/assets/stylesheets/beta.scss */
#beta .btn.btn-crud {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #E0E1E3;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #5C5D69;
}

/* line 228, app/assets/stylesheets/beta.scss */
#beta .btn.btn-md {
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
}

/* line 234, app/assets/stylesheets/beta.scss */
#beta .btn.btn-sm, #beta .btn-group-sm > .btn {
  padding: 4px 6px;
  font-weight: 400;
  font-size: 12px;
}

/* line 240, app/assets/stylesheets/beta.scss */
#beta .btn.btn-primary-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #ff5d39;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #ff5d39;
}

/* line 255, app/assets/stylesheets/beta.scss */
#beta .victory-chart__value {
  font-weight: 700;
  font-size: 16px;
}

/* line 261, app/assets/stylesheets/beta.scss */
#beta .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 6px;
}

/* line 266, app/assets/stylesheets/beta.scss */
#beta .form-check-input + label {
  margin-left: 8px;
}

/* line 272, app/assets/stylesheets/beta.scss */
#beta a.sortable::after {
  content: '↓↑';
  margin-left: 3px;
}

/* line 277, app/assets/stylesheets/beta.scss */
#beta a.sortable.asc::after {
  content: '↓';
  color: #ff5d39;
}

/* line 282, app/assets/stylesheets/beta.scss */
#beta a.sortable.desc::after {
  content: '↑';
  color: #ff5d39;
}

/* line 288, app/assets/stylesheets/beta.scss */
#beta .nav-tabs {
  justify-content: center;
}

/* line 291, app/assets/stylesheets/beta.scss */
#beta .nav-tabs .nav-link {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 297, app/assets/stylesheets/beta.scss */
#beta .tab-pane .card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}

/* line 305, app/assets/stylesheets/beta.scss */
#beta .badge-primary {
  background-color: #ff5d39;
  color: white;
}

/* line 310, app/assets/stylesheets/beta.scss */
#beta .badge-secondary {
  background-color: #00644B;
  color: white;
}

/* line 315, app/assets/stylesheets/beta.scss */
#beta .badge-white {
  background-color: white;
  color: #000215;
}

/* line 320, app/assets/stylesheets/beta.scss */
#beta .table-container-default {
  border: 1px solid #EBEBEC;
  border-radius: 12px;
  overflow: hidden;
  color: #000215;
}

/* line 326, app/assets/stylesheets/beta.scss */
#beta .table-container-default h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 32px;
  margin-bottom: 0px;
}

/* line 333, app/assets/stylesheets/beta.scss */
#beta .table-container-default table {
  border-spacing: 0;
  width: 100%;
}

/* line 339, app/assets/stylesheets/beta.scss */
#beta .table-container-default table tr :last-child td {
  border-bottom: 0;
}

/* line 345, app/assets/stylesheets/beta.scss */
#beta .table-container-default table th,
#beta .table-container-default table td {
  margin: 0;
  padding: 0.5rem;
}

/* line 350, app/assets/stylesheets/beta.scss */
#beta .table-container-default table th :last-child,
#beta .table-container-default table td :last-child {
  border-right: 0;
}

/* line 355, app/assets/stylesheets/beta.scss */
#beta .table-container-default table td {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* line 360, app/assets/stylesheets/beta.scss */
#beta .table-container-default table th {
  border-right: none;
  font-size: 16px;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 369, app/assets/stylesheets/beta.scss */
#beta .table-container-default table tbody tr:nth-child(odd) {
  background-color: #F5F5F6;
}

/* line 374, app/assets/stylesheets/beta.scss */
#beta .table-container-default table th:first-child, #beta .table-container-default table td:first-child {
  padding-left: 2rem;
}

/* line 378, app/assets/stylesheets/beta.scss */
#beta .table-container-default table th:last-child, #beta .table-container-default table td:last-child {
  padding-right: 2rem;
}

/* line 384, app/assets/stylesheets/beta.scss */
#beta nav.pagy-nav.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 24px;
  padding-left: 0;
}

/* line 392, app/assets/stylesheets/beta.scss */
#beta nav.pagy-nav.pagination span.page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  color: #ff5d39;
  text-decoration: none;
  cursor: pointer;
}

/* line 403, app/assets/stylesheets/beta.scss */
#beta nav.pagy-nav.pagination span.page.prev, #beta nav.pagy-nav.pagination span.page.next {
  width: auto;
  padding: 0 5px;
  margin: 0 10px;
}

/* line 409, app/assets/stylesheets/beta.scss */
#beta nav.pagy-nav.pagination span.page.active {
  background-color: #ff5d39;
  border-radius: 50%;
  color: #FFFFFF !important;
  font-weight: bold;
  width: 20px;
  height: 20px;
  padding: 0;
}

/* line 419, app/assets/stylesheets/beta.scss */
#beta nav.pagy-nav.pagination span.page.disabled {
  color: #adb5bd !important;
  pointer-events: none;
  cursor: default;
  background-color: transparent !important;
  border: none;
}

/* line 427, app/assets/stylesheets/beta.scss */
#beta nav.pagy-nav.pagination span.page a {
  color: inherit !important;
  text-decoration: none !important;
}

/* line 434, app/assets/stylesheets/beta.scss */
#beta #call_map {
  color: #5C5D69;
}

/* line 441, app/assets/stylesheets/beta.scss */
#beta #call_map a.section-switch {
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
  color: #5C5D69;
  border: 1px solid #E0E1E3;
}

/* line 449, app/assets/stylesheets/beta.scss */
#beta #call_map a.section-switch.active, #beta #call_map a.section-switch.expanded {
  background-color: #00644B;
  color: #FFFFFF;
  font-weight: 700;
  border: none !important;
}

/* line 458, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body {
  border: 1px solid #EBEBEC;
  border-radius: 16px;
  padding: 24px !important;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 466, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body dt {
  font-weight: 500;
}

/* line 471, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body a.section-switch.active {
  background-color: #00644B;
}

/* line 476, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body dl dt:not(:first-of-type) {
  margin-top: 20px !important;
}

/* line 480, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body .custom-control.custom-checkbox {
  padding-left: 30px;
}

/* line 483, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body .custom-control.custom-checkbox .custom-control-label.text-success {
  color: #20A383 !important;
}

/* line 487, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body .custom-control.custom-checkbox .custom-control-input {
  margin-right: 8px !important;
}

/* line 491, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00644B;
  background-color: #00644B;
}

/* line 497, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body ul.call-map-section {
  margin-left: 0px !important;
  margin-top: 20px !important;
}

/* line 501, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body ul.call-map-section .nav-item {
  margin-bottom: 0px !important;
}

/* line 506, app/assets/stylesheets/beta.scss */
#beta #call_map .card.card-body ul.call-map-section + .tab-content dl dt:first-of-type {
  margin-top: 20px !important;
}

/* line 514, app/assets/stylesheets/beta.scss */
#beta .card-border {
  border: 1px solid #EBEBEC;
  border-radius: 16px;
  padding: 24px !important;
}

/* line 521, app/assets/stylesheets/beta.scss */
#beta .form-group label {
  font-size: 16px;
}

/* line 526, app/assets/stylesheets/beta.scss */
#beta input.form-control, #beta select.form-control {
  height: auto;
  padding: 9px 12px;
  border: 1px solid #EBEBEC;
  border-radius: 12px;
  font-size: 16px;
}

/* line 534, app/assets/stylesheets/beta.scss */
#beta ul.plain {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

/* line 540, app/assets/stylesheets/beta.scss */
#beta .no-content-width {
  width: 0;
}

/* line 546, app/assets/stylesheets/beta.scss */
#beta.mini .card.card-form {
  padding: 30px;
}

/* line 551, app/assets/stylesheets/beta.scss */
.btn-primary {
  background-color: #FE5D39;
  border-color: #FE5D39;
}

/* line 555, app/assets/stylesheets/beta.scss */
.btn-primary.text-white-hover:hover {
  color: #fff !important;
}

/* line 561, app/assets/stylesheets/beta.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #e54b2a;
  border-color: #e54b2a;
}

/* line 566, app/assets/stylesheets/beta.scss */
.btn-outline-primary {
  color: #FE5D39;
  border-color: #FE5D39;
}

/* line 570, app/assets/stylesheets/beta.scss */
.btn-outline-primary.text-white-hover:hover {
  color: #fff !important;
}

/* line 576, app/assets/stylesheets/beta.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #FE5D39;
  border-color: #FE5D39;
  color: white;
}

/* line 584, app/assets/stylesheets/beta.scss */
.btn-outline-secondary.text-white-hover:hover {
  color: #fff !important;
}

/* line 589, app/assets/stylesheets/beta.scss */
.btn-outline-secondary.text-dark-hover:hover {
  color: #212529 !important;
}

/* line 595, app/assets/stylesheets/beta.scss */
.accordion > .card {
  margin-bottom: 0 !important;
}

/* line 598, app/assets/stylesheets/beta.scss */
.accordion > .card + .card {
  margin-top: 0 !important;
}

/* line 602, app/assets/stylesheets/beta.scss */
#beta .accordion {
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}

/* line 608, app/assets/stylesheets/beta.scss */
#beta .accordion .card {
  border: none;
  border-radius: 0;
}

/* line 613, app/assets/stylesheets/beta.scss */
#beta .accordion .card:not(:first-child) {
  border-top: 1px solid #ddd;
}

/* line 617, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header {
  background-color: #fff;
  padding: 1rem 1.25rem;
  border-bottom: none;
  cursor: pointer;
}

/* line 624, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header h5 {
  margin-bottom: 0;
}

/* line 628, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header .btn.btn-link {
  padding: 0;
  text-decoration: none;
  color: #212529;
}

/* line 634, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header .btn.btn-link:hover,
#beta .accordion .card .card-header .btn.btn-link:focus,
#beta .accordion .card .card-header .btn.btn-link[aria-expanded="true"] {
  color: var(--primary, #0F66DC);
  text-decoration: none;
}

/* line 641, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header .accicon {
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #85868F;
}

/* line 646, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header .btn.btn-link:hover .accicon,
#beta .accordion .card .card-header .btn.btn-link:focus .accicon,
#beta .accordion .card .card-header .btn.btn-link[aria-expanded="true"] .accicon {
  color: var(--primary, #0F66DC);
}

/* line 652, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-header .btn.btn-link[aria-expanded="true"] .rotate-icon.accicon {
  transform: rotate(180deg);
}

/* line 656, app/assets/stylesheets/beta.scss */
#beta .accordion .card .card-body {
  border-top: 1px solid #ddd;
  padding: 1.25rem;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, node_modules/@fortawesome/fontawesome-free/scss/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1305, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1306, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1307, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1308, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1309, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1310, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1311, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1312, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1313, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1314, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1315, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1316, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1317, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1318, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1319, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1320, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1321, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1322, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1323, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1324, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1325, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1326, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1327, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1328, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1329, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1330, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1331, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1332, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1333, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1334, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1335, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1336, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1337, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1338, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1339, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1340, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1341, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1342, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1343, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1344, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1345, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1346, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1347, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1348, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1349, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1350, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1351, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1352, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1353, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1354, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1355, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1356, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1357, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1358, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1359, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1360, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1361, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1362, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1363, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1364, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1365, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1366, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1367, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1368, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1369, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1370, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1371, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1372, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1373, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1374, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1375, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1376, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1377, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1378, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1379, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1380, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1381, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1382, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1383, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1384, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1385, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1386, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1387, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1388, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1389, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1390, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1391, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1392, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1393, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1394, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1395, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1396, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1397, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1398, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1399, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1400, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1401, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1402, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1403, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1404, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1405, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1406, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1407, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1408, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1409, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1410, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1411, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1412, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1413, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1414, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1415, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1416, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1417, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1418, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1419, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1420, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1421, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1422, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1423, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1424, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1425, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1426, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1427, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1428, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1429, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1430, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1431, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1432, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1433, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1434, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1435, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1436, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1437, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1438, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1439, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1440, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1441, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1442, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1443, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1444, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1445, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1446, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1447, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1448, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1449, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1450, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1451, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1452, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1453, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1454, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1455, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1456, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1457, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1458, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1459, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1460, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1461, node_modules/@fortawesome/fontawesome-free/scss/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, node_modules/@fortawesome/fontawesome-free/scss/_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, node_modules/@fortawesome/fontawesome-free/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-7a37648ada598c39c701d21959be03df4f9a59c007cf75924e11d39aff525055.eot);
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-7a37648ada598c39c701d21959be03df4f9a59c007cf75924e11d39aff525055.eot?#iefix) format("embedded-opentype"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-f5026be631da1d42c1b77b32b7dfd17a02d384706bb34560836fbee0f86bfd47.woff2) format("woff2"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-1259f9daf735c728a517ac6f5b8feab10e038f20868512fb90ef40f4bfa4ac40.woff) format("woff"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-2ac30b7606993a3800e42b12ac1a161b0d945ac207b330ae2f41ef6c2a6801da.ttf) format("truetype"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-e22a2fcd7738352457ed3ce5d68615291eca4bed75fd8c326aa0f586ad0de33c.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-91009e2c2780ec51d88ef24102ab2242baecefc069dcc3dec0749760e14d4911.eot);
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-91009e2c2780ec51d88ef24102ab2242baecefc069dcc3dec0749760e14d4911.eot?#iefix) format("embedded-opentype"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-62681b560e8bb352cdfc307bb95b23bd623d08c707d1c2d7c109e601310f1fd0.woff2) format("woff2"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-8e074f84668b6ff27be2470798a47bdaa7f0cd0de47c63497e43fb34812fa60c.woff) format("woff"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-2eba64658dba8e3d64580a6af781b02e61f199c92cb7f942ec28e3e4ef34b7f2.ttf) format("truetype"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-726cba0debb29f46f6be094af0cd781ae7c470e4b8dac0dff6d4439341f530c1.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-f2854b7e27862faf63d01f8d38987eb6878c042920a88159bd9e71fa28a5e8de.eot);
  src: url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-f2854b7e27862faf63d01f8d38987eb6878c042920a88159bd9e71fa28a5e8de.eot?#iefix) format("embedded-opentype"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-3160281217602d5158ef4f4dc5b87538900d2122b9869ba83eb33ba13c2c50b7.woff2) format("woff2"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-a51374bbe38b1d9794167a58711d54c194e9973c081feb17356a6125ee52ecfb.woff) format("woff"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-2fa3000a8bd34d6fa23d1bef26d1816e2efdd602e18f6d5105fb0bb2c339b95f.ttf) format("truetype"), url(/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-cac6061979b4488baaf579d66dc112459ae7468732830450147590ee7544c56e.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 1, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-glass:before {
  content: "\f000";
}

/* line 3, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 8, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 12, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-o:before {
  content: "\f005";
}

/* line 14, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-remove:before {
  content: "\f00d";
}

/* line 16, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-close:before {
  content: "\f00d";
}

/* line 18, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gear:before {
  content: "\f013";
}

/* line 20, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 24, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-trash-o:before {
  content: "\f2ed";
}

/* line 26, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 30, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-o:before {
  content: "\f15b";
}

/* line 32, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 36, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-clock-o:before {
  content: "\f017";
}

/* line 38, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 42, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

/* line 44, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 48, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

/* line 50, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-play-circle-o:before {
  content: "\f144";
}

/* line 56, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-repeat:before {
  content: "\f01e";
}

/* line 58, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rotate-right:before {
  content: "\f01e";
}

/* line 60, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-refresh:before {
  content: "\f021";
}

/* line 62, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 67, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dedent:before {
  content: "\f03b";
}

/* line 69, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-video-camera:before {
  content: "\f03d";
}

/* line 71, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 75, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-picture-o:before {
  content: "\f03e";
}

/* line 77, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 81, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-photo:before {
  content: "\f03e";
}

/* line 83, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 87, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-image:before {
  content: "\f03e";
}

/* line 89, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pencil:before {
  content: "\f303";
}

/* line 91, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-map-marker:before {
  content: "\f3c5";
}

/* line 93, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 97, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 99, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 103, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-share-square-o:before {
  content: "\f14d";
}

/* line 105, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 109, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-check-square-o:before {
  content: "\f14a";
}

/* line 111, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrows:before {
  content: "\f0b2";
}

/* line 113, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 117, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-times-circle-o:before {
  content: "\f057";
}

/* line 119, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 123, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-check-circle-o:before {
  content: "\f058";
}

/* line 125, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mail-forward:before {
  content: "\f064";
}

/* line 127, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-expand:before {
  content: "\f424";
}

/* line 129, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-compress:before {
  content: "\f422";
}

/* line 131, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 136, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 141, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-warning:before {
  content: "\f071";
}

/* line 143, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar:before {
  content: "\f073";
}

/* line 145, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrows-v:before {
  content: "\f338";
}

/* line 147, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrows-h:before {
  content: "\f337";
}

/* line 149, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 153, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bar-chart:before {
  content: "\f080";
}

/* line 155, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 159, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 161, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 166, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 171, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gears:before {
  content: "\f085";
}

/* line 173, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 177, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

/* line 179, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 183, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

/* line 185, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 189, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-heart-o:before {
  content: "\f004";
}

/* line 191, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sign-out:before {
  content: "\f2f5";
}

/* line 193, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 197, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 199, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 201, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-external-link:before {
  content: "\f35d";
}

/* line 203, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sign-in:before {
  content: "\f2f6";
}

/* line 205, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 210, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 214, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-lemon-o:before {
  content: "\f094";
}

/* line 216, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 220, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-square-o:before {
  content: "\f0c8";
}

/* line 222, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 226, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bookmark-o:before {
  content: "\f02e";
}

/* line 228, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 233, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 237, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook:before {
  content: "\f39e";
}

/* line 239, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 243, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook-f:before {
  content: "\f39e";
}

/* line 245, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 250, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 255, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-feed:before {
  content: "\f09e";
}

/* line 257, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 261, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 263, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 267, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 269, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 273, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 275, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 279, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 281, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 285, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 287, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrows-alt:before {
  content: "\f31e";
}

/* line 289, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-group:before {
  content: "\f0c0";
}

/* line 291, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-chain:before {
  content: "\f0c1";
}

/* line 293, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-scissors:before {
  content: "\f0c4";
}

/* line 295, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 299, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-files-o:before {
  content: "\f0c5";
}

/* line 301, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 305, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 307, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-navicon:before {
  content: "\f0c9";
}

/* line 309, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-reorder:before {
  content: "\f0c9";
}

/* line 311, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 316, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 321, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 326, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 330, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus:before {
  content: "\f0d5";
}

/* line 332, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 336, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-money:before {
  content: "\f3d1";
}

/* line 338, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-unsorted:before {
  content: "\f0dc";
}

/* line 340, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 342, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-asc:before {
  content: "\f0de";
}

/* line 344, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 348, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-linkedin:before {
  content: "\f0e1";
}

/* line 350, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rotate-left:before {
  content: "\f0e2";
}

/* line 352, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-legal:before {
  content: "\f0e3";
}

/* line 354, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-tachometer:before {
  content: "\f3fd";
}

/* line 356, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dashboard:before {
  content: "\f3fd";
}

/* line 358, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 362, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-comment-o:before {
  content: "\f075";
}

/* line 364, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 368, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-comments-o:before {
  content: "\f086";
}

/* line 370, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-flash:before {
  content: "\f0e7";
}

/* line 372, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 377, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 381, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-paste:before {
  content: "\f328";
}

/* line 383, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 387, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 389, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-exchange:before {
  content: "\f362";
}

/* line 391, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cloud-download:before {
  content: "\f381";
}

/* line 393, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cloud-upload:before {
  content: "\f382";
}

/* line 395, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 399, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bell-o:before {
  content: "\f0f3";
}

/* line 401, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cutlery:before {
  content: "\f2e7";
}

/* line 403, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 407, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-text-o:before {
  content: "\f15c";
}

/* line 409, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 413, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-building-o:before {
  content: "\f1ad";
}

/* line 415, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 419, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 421, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-tablet:before {
  content: "\f3fa";
}

/* line 423, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mobile:before {
  content: "\f3cd";
}

/* line 425, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

/* line 427, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 431, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-circle-o:before {
  content: "\f111";
}

/* line 433, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mail-reply:before {
  content: "\f3e5";
}

/* line 435, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 440, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 444, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-folder-o:before {
  content: "\f07b";
}

/* line 446, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 450, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-folder-open-o:before {
  content: "\f07c";
}

/* line 452, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 456, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-smile-o:before {
  content: "\f118";
}

/* line 458, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 462, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-frown-o:before {
  content: "\f119";
}

/* line 464, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 468, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-meh-o:before {
  content: "\f11a";
}

/* line 470, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 474, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 476, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 480, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-flag-o:before {
  content: "\f024";
}

/* line 482, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 484, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 488, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-half-o:before {
  content: "\f089";
}

/* line 490, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 494, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-half-empty:before {
  content: "\f089";
}

/* line 496, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 500, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-star-half-full:before {
  content: "\f089";
}

/* line 502, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-code-fork:before {
  content: "\f126";
}

/* line 504, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-chain-broken:before {
  content: "\f127";
}

/* line 506, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-shield:before {
  content: "\f3ed";
}

/* line 508, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 512, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-o:before {
  content: "\f133";
}

/* line 514, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 519, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 524, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 529, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ticket:before {
  content: "\f3ff";
}

/* line 531, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 535, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-minus-square-o:before {
  content: "\f146";
}

/* line 537, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-level-up:before {
  content: "\f3bf";
}

/* line 539, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-level-down:before {
  content: "\f3be";
}

/* line 541, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pencil-square:before {
  content: "\f14b";
}

/* line 543, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-external-link-square:before {
  content: "\f360";
}

/* line 545, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 550, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 554, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 556, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 560, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-down:before {
  content: "\f150";
}

/* line 562, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 566, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 568, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 572, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-up:before {
  content: "\f151";
}

/* line 574, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 578, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 580, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 584, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-right:before {
  content: "\f152";
}

/* line 586, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-eur:before {
  content: "\f153";
}

/* line 588, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-euro:before {
  content: "\f153";
}

/* line 590, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gbp:before {
  content: "\f154";
}

/* line 592, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-usd:before {
  content: "\f155";
}

/* line 594, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dollar:before {
  content: "\f155";
}

/* line 596, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-inr:before {
  content: "\f156";
}

/* line 598, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rupee:before {
  content: "\f156";
}

/* line 600, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-jpy:before {
  content: "\f157";
}

/* line 602, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cny:before {
  content: "\f157";
}

/* line 604, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rmb:before {
  content: "\f157";
}

/* line 606, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yen:before {
  content: "\f157";
}

/* line 608, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rub:before {
  content: "\f158";
}

/* line 610, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ruble:before {
  content: "\f158";
}

/* line 612, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rouble:before {
  content: "\f158";
}

/* line 614, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-krw:before {
  content: "\f159";
}

/* line 616, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-won:before {
  content: "\f159";
}

/* line 618, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 623, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 627, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bitcoin:before {
  content: "\f15a";
}

/* line 629, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-text:before {
  content: "\f15c";
}

/* line 631, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 633, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

/* line 635, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 637, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

/* line 639, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 641, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

/* line 643, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 648, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 653, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 658, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 663, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 667, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-youtube-play:before {
  content: "\f167";
}

/* line 669, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 674, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 679, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 684, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 689, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 694, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 699, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 703, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bitbucket-square:before {
  content: "\f171";
}

/* line 705, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 710, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 715, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-long-arrow-down:before {
  content: "\f309";
}

/* line 717, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

/* line 719, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

/* line 721, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

/* line 723, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 728, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 733, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 738, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 743, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 748, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 753, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 758, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 763, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 768, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 772, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gittip:before {
  content: "\f184";
}

/* line 774, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 778, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sun-o:before {
  content: "\f185";
}

/* line 780, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 784, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-moon-o:before {
  content: "\f186";
}

/* line 786, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 791, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 796, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 801, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 806, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 811, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 815, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

/* line 817, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 821, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

/* line 823, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 827, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 829, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 833, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-toggle-left:before {
  content: "\f191";
}

/* line 835, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 839, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 841, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 846, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-try:before {
  content: "\f195";
}

/* line 848, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-turkish-lira:before {
  content: "\f195";
}

/* line 850, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 854, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

/* line 856, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 861, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 866, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 871, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-institution:before {
  content: "\f19c";
}

/* line 873, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bank:before {
  content: "\f19c";
}

/* line 875, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mortar-board:before {
  content: "\f19d";
}

/* line 877, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 882, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 887, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 892, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 897, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 902, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 907, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 912, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 917, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 922, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 927, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 932, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 937, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-spoon:before {
  content: "\f2e5";
}

/* line 939, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 944, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 949, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 954, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 959, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-automobile:before {
  content: "\f1b9";
}

/* line 961, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 965, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-envelope-o:before {
  content: "\f0e0";
}

/* line 967, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 972, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 977, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 982, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 986, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 988, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 992, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 994, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 998, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1000, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1004, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1006, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1010, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1012, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1016, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

/* line 1018, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1022, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

/* line 1024, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1028, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1030, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1034, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

/* line 1036, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1040, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1042, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1046, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

/* line 1048, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1052, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1054, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1058, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

/* line 1060, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1064, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1066, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1071, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1076, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1081, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1086, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1090, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-bouy:before {
  content: "\f1cd";
}

/* line 1092, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1096, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-buoy:before {
  content: "\f1cd";
}

/* line 1098, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1102, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-life-saver:before {
  content: "\f1cd";
}

/* line 1104, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1108, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-support:before {
  content: "\f1cd";
}

/* line 1110, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1112, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1117, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1121, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ra:before {
  content: "\f1d0";
}

/* line 1123, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1127, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-resistance:before {
  content: "\f1d0";
}

/* line 1129, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1134, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1138, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ge:before {
  content: "\f1d1";
}

/* line 1140, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1145, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1150, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1155, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1159, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

/* line 1161, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1165, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yc-square:before {
  content: "\f1d4";
}

/* line 1167, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1172, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1177, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1182, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1186, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wechat:before {
  content: "\f1d7";
}

/* line 1188, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-send:before {
  content: "\f1d8";
}

/* line 1190, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1194, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

/* line 1196, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1200, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-send-o:before {
  content: "\f1d8";
}

/* line 1202, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1206, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-circle-thin:before {
  content: "\f111";
}

/* line 1208, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-header:before {
  content: "\f1dc";
}

/* line 1210, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sliders:before {
  content: "\f1de";
}

/* line 1212, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1216, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1218, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1222, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 1224, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1229, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1234, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1239, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1243, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1245, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1250, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1255, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1260, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1265, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1270, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1275, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1280, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1285, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1289, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

/* line 1291, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-trash:before {
  content: "\f2ed";
}

/* line 1293, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1298, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1300, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1302, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pie-chart:before {
  content: "\f200";
}

/* line 1304, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-line-chart:before {
  content: "\f201";
}

/* line 1306, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1311, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1316, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1321, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1326, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1330, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc:before {
  content: "\f20a";
}

/* line 1332, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ils:before {
  content: "\f20b";
}

/* line 1334, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-shekel:before {
  content: "\f20b";
}

/* line 1336, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sheqel:before {
  content: "\f20b";
}

/* line 1338, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1342, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-meanpath:before {
  content: "\f2b4";
}

/* line 1344, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1349, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1354, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1359, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1364, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1369, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1374, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1379, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1384, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1389, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1393, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-diamond:before {
  content: "\f3a5";
}

/* line 1395, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-intersex:before {
  content: "\f224";
}

/* line 1397, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1401, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-facebook-official:before {
  content: "\f09a";
}

/* line 1403, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1408, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1413, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hotel:before {
  content: "\f236";
}

/* line 1415, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1420, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1425, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1430, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1434, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yc:before {
  content: "\f23b";
}

/* line 1436, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1441, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1446, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1451, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-battery-4:before {
  content: "\f240";
}

/* line 1453, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-battery:before {
  content: "\f240";
}

/* line 1455, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-battery-3:before {
  content: "\f241";
}

/* line 1457, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-battery-2:before {
  content: "\f242";
}

/* line 1459, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-battery-1:before {
  content: "\f243";
}

/* line 1461, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-battery-0:before {
  content: "\f244";
}

/* line 1463, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1468, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1473, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1477, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-sticky-note-o:before {
  content: "\f249";
}

/* line 1479, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1484, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1489, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1494, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1498, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hourglass-o:before {
  content: "\f254";
}

/* line 1500, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hourglass-1:before {
  content: "\f251";
}

/* line 1502, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hourglass-2:before {
  content: "\f252";
}

/* line 1504, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hourglass-3:before {
  content: "\f253";
}

/* line 1506, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1510, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1512, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1516, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-grab-o:before {
  content: "\f255";
}

/* line 1518, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1522, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1524, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1528, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-stop-o:before {
  content: "\f256";
}

/* line 1530, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1534, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1536, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1540, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1542, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1546, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1548, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1552, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1554, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1558, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1560, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1565, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1570, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1575, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1580, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1585, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1590, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1595, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1600, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1605, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1610, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1615, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1620, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1625, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1630, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-television:before {
  content: "\f26c";
}

/* line 1632, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1637, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1642, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1647, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1651, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1653, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1657, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1659, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1663, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1665, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1669, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1671, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1675, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-map-o:before {
  content: "\f279";
}

/* line 1677, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-commenting:before {
  content: "\f4ad";
}

/* line 1679, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1683, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-commenting-o:before {
  content: "\f4ad";
}

/* line 1685, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1690, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1694, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vimeo:before {
  content: "\f27d";
}

/* line 1696, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1701, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1706, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1711, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1716, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

/* line 1718, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1723, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1728, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1733, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1738, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1743, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1748, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1753, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1757, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

/* line 1759, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1763, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

/* line 1765, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1770, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1775, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1780, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1785, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1790, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1795, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1799, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

/* line 1801, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1805, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-question-circle-o:before {
  content: "\f059";
}

/* line 1807, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 1809, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

/* line 1811, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-deafness:before {
  content: "\f2a4";
}

/* line 1813, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 1815, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1820, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1825, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-signing:before {
  content: "\f2a7";
}

/* line 1827, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1832, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1837, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1842, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1847, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1852, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1857, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1862, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1867, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1872, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1876, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 1878, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1882, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

/* line 1884, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1889, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1893, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-fa:before {
  content: "\f2b4";
}

/* line 1895, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1899, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 1901, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1905, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

/* line 1907, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1912, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1916, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-address-book-o:before {
  content: "\f2b9";
}

/* line 1918, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vcard:before {
  content: "\f2bb";
}

/* line 1920, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1924, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-address-card-o:before {
  content: "\f2bb";
}

/* line 1926, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1930, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-vcard-o:before {
  content: "\f2bb";
}

/* line 1932, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1936, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

/* line 1938, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1942, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-user-o:before {
  content: "\f007";
}

/* line 1944, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1949, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-drivers-license:before {
  content: "\f2c2";
}

/* line 1951, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1955, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-id-card-o:before {
  content: "\f2c2";
}

/* line 1957, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1961, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

/* line 1963, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1968, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1973, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1978, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

/* line 1980, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thermometer:before {
  content: "\f2c7";
}

/* line 1982, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

/* line 1984, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

/* line 1986, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

/* line 1988, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

/* line 1990, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bathtub:before {
  content: "\f2cd";
}

/* line 1992, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-s15:before {
  content: "\f2cd";
}

/* line 1994, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1999, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2004, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-times-rectangle:before {
  content: "\f410";
}

/* line 2006, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2010, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-window-close-o:before {
  content: "\f410";
}

/* line 2012, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2016, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

/* line 2018, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2023, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2028, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2033, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2038, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2043, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2047, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-eercast:before {
  content: "\f2da";
}

/* line 2049, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2053, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2055, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2060, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2065, node_modules/@fortawesome/fontawesome-free/scss/_shims.scss */
.fa.fa-cab:before {
  content: "\f1ba";
}

/* line 1, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 186, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 192, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 217, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 221, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 254, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 266, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 276, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 282, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 293, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 297, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 301, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 305, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 311, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 315, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 322, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 328, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 332, node_modules/bootstrap-daterangepicker/daterangepicker.css */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 339, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }
  /* line 343, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 347, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 351, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 355, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 359, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 364, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 369, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 375, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 379, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 385, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 389, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 395, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 399, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 403, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 407, node_modules/bootstrap-daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* line 1, node_modules/rc-slider/assets/index.css */
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 11, node_modules/rc-slider/assets/index.css */
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 15, node_modules/rc-slider/assets/index.css */
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}

/* line 22, node_modules/rc-slider/assets/index.css */
.rc-slider-track,
.rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}

/* line 29, node_modules/rc-slider/assets/index.css */
.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  transform: translateY(-5px);
}

/* line 37, node_modules/rc-slider/assets/index.css */
.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: grab;
  opacity: 0.8;
  touch-action: pan-x;
}

/* line 52, node_modules/rc-slider/assets/index.css */
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}

/* line 56, node_modules/rc-slider/assets/index.css */
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}

/* line 60, node_modules/rc-slider/assets/index.css */
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}

/* line 64, node_modules/rc-slider/assets/index.css */
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

/* line 68, node_modules/rc-slider/assets/index.css */
.rc-slider-handle:hover {
  border-color: #57c5f7;
}

/* line 71, node_modules/rc-slider/assets/index.css */
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}

/* line 77, node_modules/rc-slider/assets/index.css */
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

/* line 84, node_modules/rc-slider/assets/index.css */
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

/* line 92, node_modules/rc-slider/assets/index.css */
.rc-slider-mark-text-active {
  color: #666;
}

/* line 95, node_modules/rc-slider/assets/index.css */
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

/* line 101, node_modules/rc-slider/assets/index.css */
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}

/* line 112, node_modules/rc-slider/assets/index.css */
.rc-slider-dot-active {
  border-color: #96dbfa;
}

/* line 115, node_modules/rc-slider/assets/index.css */
.rc-slider-dot-reverse {
  margin-right: -4px;
}

/* line 118, node_modules/rc-slider/assets/index.css */
.rc-slider-disabled {
  background-color: #e9e9e9;
}

/* line 121, node_modules/rc-slider/assets/index.css */
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

/* line 124, node_modules/rc-slider/assets/index.css */
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}

/* line 131, node_modules/rc-slider/assets/index.css */
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

/* line 135, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

/* line 140, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}

/* line 144, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}

/* line 149, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-bottom: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  transform: translateX(-5px);
}

/* line 156, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}

/* line 163, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

/* line 168, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}

/* line 172, node_modules/rc-slider/assets/index.css */
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}

/* line 175, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

/* line 182, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

/* line 188, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

/* line 193, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

/* line 197, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 202, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

/* line 227, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 235, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 239, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-hidden {
  display: none;
}

/* line 242, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

/* line 245, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

/* line 258, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 265, node_modules/rc-slider/assets/index.css */
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-center, .rnc__notification-container--bottom-full, .rnc__notification-container--bottom-left, .rnc__notification-container--bottom-right, .rnc__notification-container--center, .rnc__notification-container--top-center, .rnc__notification-container--top-full, .rnc__notification-container--top-left, .rnc__notification-container--top-right {
  min-width: 325px;
  pointer-events: all;
  position: absolute;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-center, .rnc__notification-container--center, .rnc__notification-container--top-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: calc(50% - 175px);
  max-width: 350px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--center {
  height: 100%;
  pointer-events: none;
  top: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-full, .rnc__notification-container--top-full {
  min-width: 100%;
  width: 100%;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-full {
  bottom: 0;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__util--flex-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 325px;
  pointer-events: all;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--top-center {
  top: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-center {
  bottom: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--top-left {
  left: 20px;
  top: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--top-right {
  right: 20px;
  top: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-left {
  bottom: 20px;
  left: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-right {
  bottom: 20px;
  right: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--mobile-bottom, .rnc__notification-container--mobile-top {
  pointer-events: all;
  position: absolute;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--mobile-top {
  left: 20px;
  right: 20px;
  top: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--mobile-bottom {
  bottom: 20px;
  left: 20px;
  margin-bottom: -15px;
  right: 20px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--default {
  background-color: #007bff;
  border-left: 8px solid #0562c7;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--default .rnc__notification-timer {
  background-color: #007bff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--default .rnc__notification-timer-filler {
  background-color: #fff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--default .rnc__notification-close-mark {
  background-color: #007bff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--success {
  background-color: #28a745;
  border-left: 8px solid #1f8838;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--success .rnc__notification-timer {
  background-color: #28a745;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--success .rnc__notification-timer-filler {
  background-color: #fff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--success .rnc__notification-close-mark {
  background-color: #28a745;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--danger {
  background-color: #dc3545;
  border-left: 8px solid #bd1120;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--danger .rnc__notification-timer {
  background-color: #dc3545;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--danger .rnc__notification-timer-filler {
  background-color: #fff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--danger .rnc__notification-close-mark {
  background-color: #dc3545;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--info {
  background-color: #17a2b8;
  border-left: 8px solid #138b9e;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--info .rnc__notification-timer {
  background-color: #17a2b8;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--info .rnc__notification-timer-filler {
  background-color: #fff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--info .rnc__notification-close-mark {
  background-color: #17a2b8;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--warning {
  background-color: #eab000;
  border-left: 8px solid #ce9c09;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--warning .rnc__notification-timer {
  background-color: #eab000;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--warning .rnc__notification-timer-filler {
  background-color: #fff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--warning .rnc__notification-close-mark {
  background-color: #eab000;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--awesome {
  background-color: #685dc3;
  border-left: 8px solid #4c3fb1;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--awesome .rnc__notification-timer {
  background-color: #685dc3;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--awesome .rnc__notification-timer-filler {
  background-color: #fff;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item--awesome .rnc__notification-close-mark {
  background-color: #685dc3;
}

@keyframes timer {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__base {
  height: 100%;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9000;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-item {
  border-radius: 3px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-full .rnc__notification-item, .rnc__notification-container--top-full .rnc__notification-item {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-full .rnc__notification, .rnc__notification-container--top-full .rnc__notification {
  width: 100% !important;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-timer {
  margin-top: 10px;
  width: 100%;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-timer, .rnc__notification-timer-filler {
  border-radius: 5px;
  height: 3px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-message {
  word-wrap: break-word;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 0;
  max-width: calc(100% - 15px);
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-content {
  display: inline-block;
  padding: 8px 15px;
  width: 100%;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-close-mark {
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-close-mark:after {
  color: #fff;
  content: "\D7";
  font-size: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--mobile-bottom .notification, .rnc__notification-container--mobile-bottom .rnc__notification-item, .rnc__notification-container--mobile-top .notification, .rnc__notification-container--mobile-top .rnc__notification-item {
  max-width: 100%;
  width: 100%;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-right .notification, .rnc__notification-container--top-right .notification {
  margin-left: auto;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--bottom-left .notification, .rnc__notification-container--top-left .notification {
  margin-right: auto;
}

/* line 1, node_modules/react-notifications-component/dist/theme.css */
.rnc__notification-container--mobile-bottom .notification, .rnc__notification-container--mobile-top .notification {
  margin-left: auto;
  margin-right: auto;
}

/* pages (beta) */
/* line 2, app/assets/stylesheets/pages/call_details.scss */
#call-details .block-title {
  font-weight: 700;
  font-size: 16px;
  color: #000215;
  margin-bottom: 18px;
  margin-top: 32px;
}

/* line 10, app/assets/stylesheets/pages/call_details.scss */
#call-details textarea.form-control {
  border: 1px solid #EBEBEC;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  padding: 24px;
  color: #000215;
}

/* line 18, app/assets/stylesheets/pages/call_details.scss */
#call-details textarea.form-control:focus {
  border: #000215;
}

/* line 24, app/assets/stylesheets/pages/call_details.scss */
#call-details #notes .note {
  border: 1px solid #EBEBEC;
  border-radius: 16px;
  padding: 24px !important;
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
}

/* line 32, app/assets/stylesheets/pages/call_details.scss */
#call-details #notes .note .author {
  font-weight: 700;
  font-size: 14px;
  color: #1B1B47;
}

/* line 37, app/assets/stylesheets/pages/call_details.scss */
#call-details #notes .note .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #1B1B47;
  margin-top: 24px;
}

/* line 44, app/assets/stylesheets/pages/call_details.scss */
#call-details #notes .note .time {
  font-weight: 400;
  font-size: 12px;
  color: #ADAEB4;
  margin-top: 20px;
}

/* line 53, app/assets/stylesheets/pages/call_details.scss */
#call-details #notes .new-note .form-group {
  margin-bottom: 0px;
}

/* line 59, app/assets/stylesheets/pages/call_details.scss */
#call-details .btn.btn-primary {
  background: #FF5D39;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

/* line 68, app/assets/stylesheets/pages/call_details.scss */
#call-details .btn.btn-primary.btn-submit {
  margin-top: 12px;
}

/* line 73, app/assets/stylesheets/pages/call_details.scss */
#call-details wave {
  overflow: hidden !important;
}

/* line 2, app/assets/stylesheets/pages/scorecards.scss */
#scorecards .btn-submit {
  margin-top: 12px;
}

/* line 12, app/assets/stylesheets/pages/scorecards.scss */
#scorecard label {
  font-weight: 500;
  font-size: 16px;
  color: #000215;
}

/* line 22, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .form-control {
  border: 1px solid #EBEBEC;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 16px;
  color: #000215;
}

/* line 30, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .form-control:focus {
  border: #000215;
}

/* line 36, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .settings-section .form-check {
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .auto-score-section {
  border: 1px solid #EBEBEC !important;
  border-radius: 12px;
}

/* line 45, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .auto-score-section .form-check {
  margin-bottom: 1rem;
}

/* line 48, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .auto-score-section .form-check label {
  font-weight: 500;
}

/* line 54, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .form-check-input-lg {
  transform: scale(1.2);
  margin-right: 0.5rem;
}

/* line 59, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .form-check {
  display: flex;
  align-items: center;
}

/* line 63, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .form-check label {
  margin-bottom: 0;
  padding-top: 2px;
}

/* line 69, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .ai-scoring-section {
  border: 1px solid #EBEBEC;
  border-radius: 12px;
}

/* line 73, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .ai-scoring-section .monospace-font {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', monospace;
  font-size: 14px;
  line-height: 1.5;
}

/* line 80, app/assets/stylesheets/pages/scorecards.scss */
#scorecard .btn-submit {
  width: 150px;
}

/* line 2, app/assets/stylesheets/pages/agent_reviews.scss */
#agent-reviews .page-body {
  max-width: 800px;
}

/* line 6, app/assets/stylesheets/pages/agent_reviews.scss */
#agent-reviews .manager-context-switch {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/pages/agent_reviews.scss */
#agent-reviews .manager-context-switch .current {
  border-radius: 12px;
  padding: 12px 16px;
  background-color: #ff5d39;
  color: white;
  margin-right: 10px;
  font-weight: 600;
}

/* line 2, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper {
  border: 1px solid #EBEBEC;
  border-radius: 12px;
  overflow: hidden;
  color: #000215;
}

/* line 8, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 32px;
  margin-bottom: 0px;
}

/* line 15, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table {
  border-spacing: 0;
  width: 100%;
}

/* line 20, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table thead a {
  color: #000215;
}

/* line 27, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table tr :last-child td {
  border-bottom: 0;
}

/* line 33, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table th,
#live-calls .table-wrapper table td {
  margin: 0;
  padding: 0.5rem;
}

/* line 38, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table th :last-child,
#live-calls .table-wrapper table td :last-child {
  border-right: 0;
}

/* line 43, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table td {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* line 48, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table th {
  border-right: none;
  font-size: 16px;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 57, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table tbody tr:nth-child(odd) {
  background-color: #F5F5F6;
}

/* line 62, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table th:first-child, #live-calls .table-wrapper table td:first-child {
  padding-left: 2rem;
}

/* line 66, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table th:last-child, #live-calls .table-wrapper table td:last-child {
  padding-right: 2rem;
}

/* line 70, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .table-wrapper table.with-title th {
  padding-top: 0;
}

/* line 76, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .no-entry {
  font-size: 16px;
  font-weight: 500;
  color: #85868F;
}

/* line 83, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 88, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 94, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator .status-dot.online {
  background-color: #28a745;
}

/* line 98, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator .status-dot.on-call {
  background-color: #007bff;
  animation: pulse-call 2s infinite;
}

/* line 103, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator .status-dot.on-call-not-logged-in {
  background-color: #ff9800;
  animation: pulse-warning 2s infinite;
}

/* line 108, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator .status-dot.offline {
  background-color: #dc3545;
}

/* line 113, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-indicator .status-text {
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 121, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .agent-info .agent-name {
  font-weight: 500;
}

/* line 125, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .agent-info .agent-email {
  font-size: 0.75rem;
  color: #8B8B9B;
  margin-top: 2px;
}

@keyframes pulse-call {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

@keyframes pulse-warning {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(255, 152, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
  }
}

/* line 159, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .status-col {
  width: 10%;
}

/* line 160, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .agent-col {
  width: 25%;
}

/* line 161, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .manager-col {
  width: 15%;
}

/* line 162, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .signin-col {
  width: 20%;
}

/* line 163, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .activity-col {
  width: 30%;
}

/* line 166, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .activity-on-call {
  display: flex;
  align-items: center;
  color: #007bff;
  font-weight: 500;
}

/* line 172, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .activity-on-call .activity-duration {
  font-weight: normal;
  color: #6c757d;
}

/* line 179, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .activity-idle a {
  text-decoration: none;
}

/* line 181, app/assets/stylesheets/pages/live_calls.scss */
#live-calls .activity-idle a:hover {
  text-decoration: underline;
}

/* line 2, app/assets/stylesheets/pages/current_call.scss */
#current-call .panels-wrapper {
  display: flex;
}

/* line 6, app/assets/stylesheets/pages/current_call.scss */
#current-call #call_map {
  flex-grow: 1;
  flex-basis: 0;
}

/* line 11, app/assets/stylesheets/pages/current_call.scss */
#current-call #prompts-lib {
  width: 50%;
  max-width: 500px;
  margin-left: 20px;
}

/* line 16, app/assets/stylesheets/pages/current_call.scss */
#current-call #prompts-lib.hidden {
  display: none;
}

/* line 21, app/assets/stylesheets/pages/current_call.scss */
#current-call #customer_transcript_display {
  width: 100%;
  font-size: 14px;
  background: white;
  height: 150px;
  overflow-y: auto;
}

/* line 28, app/assets/stylesheets/pages/current_call.scss */
#current-call #customer_transcript_display .finals {
  white-space: pre-wrap;
}

/* line 32, app/assets/stylesheets/pages/current_call.scss */
#current-call #customer_transcript_display .current {
  padding-bottom: 12px;
  color: #0a6262;
  opacity: 0.7;
}

/* line 38, app/assets/stylesheets/pages/current_call.scss */
#current-call #customer_transcript_display.is-sticky {
  position: fixed;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 45, app/assets/stylesheets/pages/current_call.scss */
#current-call #customer_transcript_display.is-sticky.with-sticky-tabs {
  top: 75px;
}

/* line 50, app/assets/stylesheets/pages/current_call.scss */
#current-call .agent-guidelines.narrow {
  display: none;
}

@media (max-width: 1100px) {
  /* line 55, app/assets/stylesheets/pages/current_call.scss */
  #current-call .panels-wrapper {
    flex-wrap: wrap;
  }
  /* line 59, app/assets/stylesheets/pages/current_call.scss */
  #current-call #prompts-lib {
    width: 100%;
    max-width: 1100px;
    margin-top: 20px;
    margin-left: 0px;
  }
  /* line 66, app/assets/stylesheets/pages/current_call.scss */
  #current-call .agent-guidelines {
    display: none;
  }
  /* line 69, app/assets/stylesheets/pages/current_call.scss */
  #current-call .agent-guidelines.narrow {
    display: block;
  }
}

/* line 75, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompt-search {
  position: relative;
}

/* line 78, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompt-search .btn-clear {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

/* line 86, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompts-collapsed {
  display: flex;
  flex-direction: column;
}

/* line 90, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompts-collapsed .prompt {
  order: 2;
}

/* line 93, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompts-collapsed .prompt.search-focus {
  order: 1;
  border-width: 3px;
}

/* line 100, app/assets/stylesheets/pages/current_call.scss */
#current-call .d-none-violation-prompt {
  display: none;
}

@media (min-width: 1200px) {
  /* line 105, app/assets/stylesheets/pages/current_call.scss */
  #current-call .container-xl, #current-call .container-lg, #current-call .container-md, #current-call .container-sm, #current-call .container {
    max-width: 1500px;
  }
}

/* line 111, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompt .trix-content {
  max-height: 250px;
  overflow-y: auto;
}

/* line 117, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompt .prompt-content span[style*="background-color"] {
  display: inline-block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 2px 4px !important;
  margin: 0 !important;
}

/* line 124, app/assets/stylesheets/pages/current_call.scss */
#current-call .prompt .prompt-content p {
  display: block !important;
  margin: 0 0 0.5em 0 !important;
}

/* line 132, app/assets/stylesheets/pages/current_call.scss */
body:has(#customer_transcript_display.is-sticky):not(:has(.nav-pills-sticky.is-sticky)) #current-call .prompt.whole-prompt-scroll {
  max-height: calc(100vh - 200px) !important;
}

/* line 137, app/assets/stylesheets/pages/current_call.scss */
body:has(.nav-pills-sticky.is-sticky):not(:has(#customer_transcript_display.is-sticky)) #current-call .prompt.whole-prompt-scroll {
  max-height: calc(100vh - 150px) !important;
}

/* line 142, app/assets/stylesheets/pages/current_call.scss */
body:has(#customer_transcript_display.is-sticky):has(.nav-pills-sticky.is-sticky) #current-call .prompt.whole-prompt-scroll {
  max-height: calc(100vh - 270px) !important;
}

/* line 147, app/assets/stylesheets/pages/current_call.scss */
#current-call #fixed-action-panel {
  position: fixed;
  top: 25%;
  right: -48px;
  z-index: 1030;
  transform: rotate(90deg);
}

/* line 154, app/assets/stylesheets/pages/current_call.scss */
#current-call #fixed-action-panel #recordStartStopButton {
  border-radius: 0 0 12px 12px;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 42px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}

/* line 4, app/assets/stylesheets/pages/agent_scorecards.scss */
#agent_scorecards table tbody tr:nth-child(odd) {
  background-color: white;
}

/* line 7, app/assets/stylesheets/pages/agent_scorecards.scss */
#agent_scorecards table tbody tr:nth-child(even) {
  background-color: #F0F0F0;
}

/* line 17, app/assets/stylesheets/pages/agent_scorecards.scss */
#benchmarking table tbody tr:nth-child(odd) {
  background-color: white;
}

/* line 20, app/assets/stylesheets/pages/agent_scorecards.scss */
#benchmarking table tbody tr:nth-child(even) {
  background-color: #F0F0F0;
}

/* line 1, app/assets/stylesheets/pages/scored_calls.scss */
.scored-calls-select__menu {
  z-index: 10;
}

/* line 6, app/assets/stylesheets/pages/scored_calls.scss */
#scored-calls .btn.trends-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* Export Wizard Styles */
/* line 2, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.export-wizard {
  margin-bottom: 2rem;
}

/* line 6, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-progress {
  position: relative;
  margin-bottom: 2rem;
}

/* line 11, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-steps {
  margin-top: 0.5rem;
  width: 100%;
}

/* line 16, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 20%;
  text-align: center;
}

/* line 26, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* line 39, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-step.active .step-number {
  background-color: #FE5D39;
  color: white;
}

/* line 44, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.step-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6c757d;
  transition: all 0.3s ease;
}

/* line 51, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-step.active .step-title {
  color: #FE5D39;
  font-weight: 600;
}

/* line 56, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-content {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 62, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-step-title {
  color: #171F40;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
}

/* line 68, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.wizard-navigation {
  margin-top: 1.5rem;
}

/* Column Selection Styles */
/* line 73, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.selected-item {
  background-color: rgba(254, 93, 57, 0.1);
  border-radius: 0.25rem;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.list-card-body {
  max-height: 400px;
  overflow-y: auto;
}

/* Form Styles */
/* line 85, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.form-group label {
  font-weight: 500;
}

/* line 89, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.form-text.text-muted {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

/* Custom Switch Styling */
/* line 95, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FE5D39;
  border-color: #FE5D39;
}

/* Drag and Drop Styling */
/* line 101, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
[data-rbd-draggable-context-id] {
  margin-bottom: 0.5rem;
}

/* line 105, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
[data-rbd-draggable-context-id]:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Button Styling */
/* line 110, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.btn-primary {
  background-color: #FE5D39;
  border-color: #FE5D39;
}

/* line 115, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #e54b2a;
  border-color: #e54b2a;
}

/* line 120, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.btn-outline-primary {
  color: #FE5D39;
  border-color: #FE5D39;
}

/* line 125, app/assets/stylesheets/pages/scored_calls_export_wizard.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #FE5D39;
  border-color: #FE5D39;
  color: white;
}

/* line 1, app/assets/stylesheets/pages/coaching_report.scss */
.coaching-report-simple {
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/pages/coaching_report.scss */
.performance-summary-card {
  background: linear-gradient(135deg, #fff 0%, #f8fafb 100%);
  border: 1px solid #e1e8ed;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/pages/coaching_report.scss */
.performance-summary-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

/* line 21, app/assets/stylesheets/pages/coaching_report.scss */
.performance-header {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: white;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 32, app/assets/stylesheets/pages/coaching_report.scss */
.performance-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* line 43, app/assets/stylesheets/pages/coaching_report.scss */
.performance-title {
  flex-grow: 1;
  margin: 0;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 1.25rem;
}

/* line 51, app/assets/stylesheets/pages/coaching_report.scss */
.performance-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 61, app/assets/stylesheets/pages/coaching_report.scss */
.calls-analyzed {
  color: white;
}

/* line 65, app/assets/stylesheets/pages/coaching_report.scss */
.performance-content {
  padding: 2rem;
}

/* line 69, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  animation: fadeInText 0.6s ease-out;
}

/* line 79, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div {
  margin-bottom: 1rem;
  opacity: 0;
  animation: slideInUp 0.8s ease-out forwards;
}

/* line 85, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:nth-child(1) {
  animation-delay: 0.1s;
}

/* line 86, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 87, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:nth-child(3) {
  animation-delay: 0.3s;
}

/* line 88, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:nth-child(4) {
  animation-delay: 0.4s;
}

/* line 89, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:nth-child(5) {
  animation-delay: 0.5s;
}

/* line 90, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:nth-child(n+6) {
  animation-delay: 0.6s;
}

/* line 92, app/assets/stylesheets/pages/coaching_report.scss */
.summary-sentence {
  padding: 0.25rem 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* line 98, app/assets/stylesheets/pages/coaching_report.scss */
.summary-sentence:hover {
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.08) 0%, transparent 100%);
  padding-left: 0.5rem;
  margin-left: -0.5rem;
  transform: translateX(4px);
}

/* line 106, app/assets/stylesheets/pages/coaching_report.scss */
.summary-sentence.sentence-1 {
  font-weight: 500;
  color: #1f2937;
}

/* line 112, app/assets/stylesheets/pages/coaching_report.scss */
.summary-sentence {
  position: relative;
}

/* line 117, app/assets/stylesheets/pages/coaching_report.scss */
.summary-sentence:has([class*="quote"]),
.summary-sentence:contains('"'),
.summary-sentence:contains("'") {
  border-left: 3px solid rgba(79, 70, 229, 0.2);
  padding-left: 1rem;
  margin-left: -1rem;
  background: rgba(79, 70, 229, 0.02);
}

/* line 126, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:last-child {
  margin-bottom: 0;
}

/* line 131, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:first-child::first-letter {
  font-size: 1.4em;
  font-weight: 700;
  color: #4f46e5;
  float: left;
  line-height: 1;
  margin-right: 0.1em;
  margin-top: 0.1em;
}

/* line 142, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div {
  position: relative;
}

/* line 146, app/assets/stylesheets/pages/coaching_report.scss */
.ai-summary-text div:hover {
  background: linear-gradient(90deg, rgba(79, 70, 229, 0.05) 0%, transparent 100%);
  border-radius: 4px;
  padding: 0.25rem;
  margin: -0.25rem;
  transition: all 0.3s ease;
}

/* line 154, app/assets/stylesheets/pages/coaching_report.scss */
.summary-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  animation: fadeInText 0.6s ease-out;
}

/* line 163, app/assets/stylesheets/pages/coaching_report.scss */
.summary-text div {
  margin-bottom: 0.75rem;
  padding: 0.25rem 0;
  transition: all 0.3s ease;
}

/* line 169, app/assets/stylesheets/pages/coaching_report.scss */
.summary-text div:hover {
  background: rgba(107, 114, 128, 0.05);
  border-radius: 4px;
  padding: 0.5rem;
  margin: -0.25rem;
}

/* line 176, app/assets/stylesheets/pages/coaching_report.scss */
.summary-text div:last-child {
  margin-bottom: 0;
}

/* line 180, app/assets/stylesheets/pages/coaching_report.scss */
.summary-attribution {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1rem;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  border-radius: 8px;
  border-left: 4px solid #4f46e5;
  position: relative;
  overflow: hidden;
  animation: slideInUp 1s ease-out 0.4s both;
}

/* line 195, app/assets/stylesheets/pages/coaching_report.scss */
.summary-attribution::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.1), transparent);
  animation: shimmer 2s infinite;
  animation-delay: 1s;
}

/* line 207, app/assets/stylesheets/pages/coaching_report.scss */
.summary-attribution i {
  color: #4f46e5;
  animation: pulse 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 244, app/assets/stylesheets/pages/coaching_report.scss */
.placeholder-content {
  text-align: center;
  padding: 2rem 1rem;
  color: #9ca3af;
}

/* line 250, app/assets/stylesheets/pages/coaching_report.scss */
.placeholder-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}

/* line 256, app/assets/stylesheets/pages/coaching_report.scss */
.placeholder-text p {
  margin-bottom: 0.5rem;
}

/* line 260, app/assets/stylesheets/pages/coaching_report.scss */
.report-header {
  padding-bottom: 1.5rem;
}

/* line 264, app/assets/stylesheets/pages/coaching_report.scss */
.header-info {
  color: #333;
}

/* line 268, app/assets/stylesheets/pages/coaching_report.scss */
.header-info strong {
  font-weight: 600;
}

/* line 272, app/assets/stylesheets/pages/coaching_report.scss */
.summary-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1.25rem;
  height: 100%;
}

/* line 280, app/assets/stylesheets/pages/coaching_report.scss */
.summary-card .card-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
}

/* line 286, app/assets/stylesheets/pages/coaching_report.scss */
.summary-card .card-content {
  color: #666;
  line-height: 1.5;
}

/* line 291, app/assets/stylesheets/pages/coaching_report.scss */
.summary-card .card-content p {
  margin-bottom: 0;
}

/* line 295, app/assets/stylesheets/pages/coaching_report.scss */
.section-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

/* line 301, app/assets/stylesheets/pages/coaching_report.scss */
.count-badge {
  background-color: #ff6b35;
  color: white;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
}

/* line 309, app/assets/stylesheets/pages/coaching_report.scss */
.item-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

/* line 317, app/assets/stylesheets/pages/coaching_report.scss */
.item-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 326, app/assets/stylesheets/pages/coaching_report.scss */
.item-header:hover {
  background-color: #f8f9fa;
}

/* line 330, app/assets/stylesheets/pages/coaching_report.scss */
.item-name {
  font-weight: 500;
  color: #333;
  flex-grow: 1;
}

/* line 336, app/assets/stylesheets/pages/coaching_report.scss */
.action-link {
  color: #ff6b35;
  font-weight: 500;
  text-decoration: none;
}

/* line 342, app/assets/stylesheets/pages/coaching_report.scss */
.action-link:hover {
  color: #e55a2b;
  text-decoration: none;
}

/* line 347, app/assets/stylesheets/pages/coaching_report.scss */
.item-details {
  padding: 0 1rem 1rem 1rem;
  border-top: 1px solid #f1f1f1;
  background-color: #fafafa;
}

/* line 353, app/assets/stylesheets/pages/coaching_report.scss */
.quote-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
}

/* line 361, app/assets/stylesheets/pages/coaching_report.scss */
.quote-item:last-child {
  border-bottom: none;
}

/* line 365, app/assets/stylesheets/pages/coaching_report.scss */
.quote-text {
  color: #666;
  flex-grow: 1;
  margin-right: 1rem;
}

/* line 372, app/assets/stylesheets/pages/coaching_report.scss */
.view-link {
  color: #ff6b35;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

/* line 379, app/assets/stylesheets/pages/coaching_report.scss */
.view-link:hover {
  color: #e55a2b;
  text-decoration: none;
}

/* line 384, app/assets/stylesheets/pages/coaching_report.scss */
.calls-section {
  padding-top: 2rem;
}

/* line 388, app/assets/stylesheets/pages/coaching_report.scss */
.calls-header .item-card {
  margin-bottom: 0;
}

/* line 392, app/assets/stylesheets/pages/coaching_report.scss */
.call-item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 1rem;
}

/* line 399, app/assets/stylesheets/pages/coaching_report.scss */
.call-date {
  font-weight: 600;
  color: #333;
}

/* line 404, app/assets/stylesheets/pages/coaching_report.scss */
.call-date a {
  color: #ff6b35;
}

/* line 408, app/assets/stylesheets/pages/coaching_report.scss */
.call-date a:hover {
  color: #e55a2b;
}

/* line 412, app/assets/stylesheets/pages/coaching_report.scss */
.detail-row {
  margin-bottom: 0.25rem;
  color: #666;
}

/* line 417, app/assets/stylesheets/pages/coaching_report.scss */
.detail-label {
  font-weight: 500;
}

/* line 421, app/assets/stylesheets/pages/coaching_report.scss */
.calls-footer {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}

/* line 427, app/assets/stylesheets/pages/coaching_report.scss */
.empty-message {
  text-align: center;
  padding: 2rem 1rem;
  color: #999;
}

/* line 434, app/assets/stylesheets/pages/coaching_report.scss */
.score-badge {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

/* line 441, app/assets/stylesheets/pages/coaching_report.scss */
.criterion-card {
  background: #fff;
  transition: box-shadow 0.2s ease;
}

/* line 446, app/assets/stylesheets/pages/coaching_report.scss */
.criterion-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 450, app/assets/stylesheets/pages/coaching_report.scss */
.criterion-header {
  border-bottom: 1px solid #f1f1f1;
}

/* line 454, app/assets/stylesheets/pages/coaching_report.scss */
.criterion-details {
  background-color: #fafafa;
}

/* line 458, app/assets/stylesheets/pages/coaching_report.scss */
.rationale-summary,
.coaching-summary {
  background: #f8f9fa;
  padding: 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

/* line 466, app/assets/stylesheets/pages/coaching_report.scss */
.coaching-summary {
  background: #f8f9fa;
  padding: 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

/* line 473, app/assets/stylesheets/pages/coaching_report.scss */
.examples-section {
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
}

/* line 478, app/assets/stylesheets/pages/coaching_report.scss */
.small-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5rem;
}

/* line 485, app/assets/stylesheets/pages/coaching_report.scss */
.score-display {
  background: #f8f9fa !important;
  border: 2px solid #007bff !important;
}

/* line 490, app/assets/stylesheets/pages/coaching_report.scss */
.criteria-list .criterion-card {
  border-left: 3px solid #e9ecef;
}

/* line 494, app/assets/stylesheets/pages/coaching_report.scss */
.criteria-list .criterion-card:has(.badge-success) {
  border-left-color: #28a745;
}

/* line 498, app/assets/stylesheets/pages/coaching_report.scss */
.criteria-list .criterion-card:has(.badge-danger) {
  border-left-color: #dc3545;
}

/* line 502, app/assets/stylesheets/pages/coaching_report.scss */
.criteria-list .criterion-card:has(.badge-warning) {
  border-left-color: #ffc107;
}

/* line 506, app/assets/stylesheets/pages/coaching_report.scss */
.criteria-list .criterion-card:has(.badge-info) {
  border-left-color: #17a2b8;
}

@media (max-width: 768px) {
  /* line 511, app/assets/stylesheets/pages/coaching_report.scss */
  .summary-section .col-lg-4 {
    margin-bottom: 1rem;
  }
  /* line 515, app/assets/stylesheets/pages/coaching_report.scss */
  .main-content .col-lg-6 {
    margin-bottom: 2rem;
  }
  /* line 519, app/assets/stylesheets/pages/coaching_report.scss */
  .item-header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 524, app/assets/stylesheets/pages/coaching_report.scss */
  .action-link {
    margin-top: 0.5rem;
  }
  /* line 528, app/assets/stylesheets/pages/coaching_report.scss */
  .criterion-header .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 533, app/assets/stylesheets/pages/coaching_report.scss */
  .score-badge {
    margin-top: 0.5rem;
  }
}

/* line 46, app/assets/stylesheets/application.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 52, app/assets/stylesheets/application.scss */
main {
  flex: 1;
}

/* line 56, app/assets/stylesheets/application.scss */
.container {
  position: relative;
}

/* line 61, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4,
h5 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  letter-spacing: -1px;
}

/* line 69, app/assets/stylesheets/application.scss */
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: white;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

/* line 75, app/assets/stylesheets/application.scss */
h1,
h2,
h3 {
  font-weight: 700;
}

/* line 80, app/assets/stylesheets/application.scss */
h1 small,
h2 small,
h3 small {
  color: #555;
}

/* line 88, app/assets/stylesheets/application.scss */
p strong,
p em,
li strong,
li em {
  color: #171F40;
}

/* line 92, app/assets/stylesheets/application.scss */
.text-white p strong, .text-white p em, .text-white li strong, .text-white li em {
  color: rgba(255, 255, 255, 0.9);
}

/* line 98, app/assets/stylesheets/application.scss */
em {
  display: inline-block;
  padding: 0 .4rem;
  background-color: rgba(253, 126, 20, 0.2);
  font-style: normal;
}

/* line 104, app/assets/stylesheets/application.scss */
.trix-content em {
  padding: 0;
  font-style: italic;
  background-color: transparent;
}

/* line 112, app/assets/stylesheets/application.scss */
footer {
  opacity: .9;
  font-size: 90%;
  padding: 0 !important;
}

/* line 117, app/assets/stylesheets/application.scss */
footer p {
  opacity: .6;
}

/* line 121, app/assets/stylesheets/application.scss */
footer a {
  color: #ff5d39;
}

/* line 124, app/assets/stylesheets/application.scss */
footer a:hover {
  color: #ff5d39;
}

/* line 131, app/assets/stylesheets/application.scss */
.lead .text-white {
  color: rgba(255, 255, 255, 0.9);
}

/* line 135, app/assets/stylesheets/application.scss */
.text-white .text-muted {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 139, app/assets/stylesheets/application.scss */
.text-white .form-text.text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 144, app/assets/stylesheets/application.scss */
.rounded-list {
  margin-left: .75rem;
  counter-reset: li;
  list-style: none;
}

/* line 149, app/assets/stylesheets/application.scss */
.rounded-list li {
  position: relative;
  margin-bottom: 1.5rem;
}

/* line 153, app/assets/stylesheets/application.scss */
.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -3rem;
  top: .25rem;
  color: white;
  background: #13BCBC;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  border-radius: 2rem;
}

/* line 172, app/assets/stylesheets/application.scss */
.pagination span {
  margin: 0 1rem;
}

/* line 178, app/assets/stylesheets/application.scss */
.navbar .nav-item {
  margin-left: 1rem;
}

/* line 183, app/assets/stylesheets/application.scss */
.rails-bootstrap-forms-error-summary {
  margin-bottom: 0 !important;
}

/* line 187, app/assets/stylesheets/application.scss */
label.required:after {
  content: " *";
  color: #ff5d39;
}

/* line 193, app/assets/stylesheets/application.scss */
.avatar {
  border-radius: 100px;
  background-size: cover;
  overflow: hidden;
}

/* line 200, app/assets/stylesheets/application.scss */
[data-toggle="collapse"] .fa-chevron-up {
  display: inline-block;
}

/* line 204, app/assets/stylesheets/application.scss */
[data-toggle="collapse"] .fa-chevron-down {
  display: none;
}

/* line 209, app/assets/stylesheets/application.scss */
.collapsed[data-toggle="collapse"] .fa-chevron-up {
  display: none;
}

/* line 213, app/assets/stylesheets/application.scss */
.collapsed[data-toggle="collapse"] .fa-chevron-down {
  display: inline-block;
}

/* line 219, app/assets/stylesheets/application.scss */
.sortable-chosen {
  background: #ffff99;
}

/* line 222, app/assets/stylesheets/application.scss */
.sortable-chosen .sortable {
  display: none;
}

/* line 227, app/assets/stylesheets/application.scss */
.alert-opaque {
  opacity: 0.4;
}

/* line 230, app/assets/stylesheets/application.scss */
.alert-opaque .prompt-content,
.alert-opaque .prompt-follow-ups {
  display: none;
}

/* line 236, app/assets/stylesheets/application.scss */
.countdown-full-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 200px;
  animation: zoominoutsinglefeatured 1s infinite;
  z-index: 999999;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
    content: "3";
  }
  50% {
    transform: scale(1.4, 1.4);
    content: "2";
  }
  100% {
    transform: scale(1, 1);
    content: "1";
  }
}

/* line 272, app/assets/stylesheets/application.scss */
.nav-tabs {
  flex-wrap: nowrap;
}

/* line 275, app/assets/stylesheets/application.scss */
.nav-tabs .nav-link {
  height: 100%;
}

/* line 280, app/assets/stylesheets/application.scss */
.nowrap {
  white-space: nowrap;
}

/* line 284, app/assets/stylesheets/application.scss */
.uploading-full-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -300px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 200px;
  z-index: 999999;
}

/* Adjustments for smaller screens */
@media screen and (max-width: 768px) {
  /* line 304, app/assets/stylesheets/application.scss */
  .uploading-full-screen {
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: calc(-40%);
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 315, app/assets/stylesheets/application.scss */
  .uploading-full-screen {
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: calc(-45%);
    font-size: 16px;
  }
}

/* line 326, app/assets/stylesheets/application.scss */
.new-contact-fields {
  display: inline;
}

/* line 329, app/assets/stylesheets/application.scss */
.new-contact-fields .form-group {
  margin-bottom: 0 !important;
}

/* line 333, app/assets/stylesheets/application.scss */
.new-contact-fields .form-group,
.new-contact-fields .form-control,
.new-contact-fields .select2,
.new-contact-fields .select2-selection--single {
  display: inline-block !important;
  text-align: left !important;
}

/* line 341, app/assets/stylesheets/application.scss */
.new-contact-fields .form-control,
.new-contact-fields .select2 {
  width: 200px;
  margin: 0 1rem;
  font-size: 1rem !important;
}

/* line 348, app/assets/stylesheets/application.scss */
.new-contact-fields .select2 {
  top: 3px;
}

/* line 354, app/assets/stylesheets/application.scss */
.app section {
  padding: 0;
}

/* line 358, app/assets/stylesheets/application.scss */
.app .nav-pills .nav-item {
  background-color: white;
  margin-bottom: 1rem;
}

/* line 364, app/assets/stylesheets/application.scss */
.app .prompt-content {
  margin-bottom: 1rem;
}

/* line 367, app/assets/stylesheets/application.scss */
.app .prompt-content:last-child {
  margin-bottom: 0;
}

/* line 373, app/assets/stylesheets/application.scss */
.app .prompts-expanded {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}

/* line 377, app/assets/stylesheets/application.scss */
.app .prompts-expanded:empty {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 385, app/assets/stylesheets/application.scss */
.filter-form label {
  margin-bottom: 0;
}

/* line 389, app/assets/stylesheets/application.scss */
.filter-form .range-wrap {
  position: relative;
}

/* line 393, app/assets/stylesheets/application.scss */
.filter-form .range-wrap:hover .bubble {
  display: block;
}

/* line 399, app/assets/stylesheets/application.scss */
.filter-form .range {
  width: 100%;
  padding: 0;
}

/* line 404, app/assets/stylesheets/application.scss */
.filter-form .bubble {
  display: none;
  background: #171F40;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  font-weight: bold;
}

/* line 417, app/assets/stylesheets/application.scss */
.filter-form .bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #171F40;
  top: -1px;
  left: 50%;
}

/* line 429, app/assets/stylesheets/application.scss */
#call_map label > span {
  display: block;
  margin: 0 0 1rem;
}

/* line 433, app/assets/stylesheets/application.scss */
#call_map label > span:last-child {
  margin: 0;
}

/* line 439, app/assets/stylesheets/application.scss */
#call_map label span[style*="color"] {
  display: inline !important;
}

/* line 443, app/assets/stylesheets/application.scss */
#call_map dt {
  font-weight: normal;
}

/* line 447, app/assets/stylesheets/application.scss */
#call_map ul,
#call_map ol {
  margin-bottom: 0;
}

/* line 452, app/assets/stylesheets/application.scss */
#call_map strong,
#call_map em {
  color: inherit;
}

/* line 469, app/assets/stylesheets/application.scss */
.call-map-guide-section-fields .card-header .form-group,
.call-map-guide-fields .card-header .form-group {
  margin-bottom: 0;
}

/* line 476, app/assets/stylesheets/application.scss */
.call-map-assignment-fields .form-group {
  margin-bottom: 0;
}

/* line 481, app/assets/stylesheets/application.scss */
.card-shadow {
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.1);
  border: none;
}

/* line 489, app/assets/stylesheets/application.scss */
.violating-agent {
  background: rgba(255, 0, 0, 0.1) !important;
  font-weight: 600;
}

/* line 495, app/assets/stylesheets/application.scss */
.prompt-content .prompt-link {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
}

/* line 506, app/assets/stylesheets/application.scss */
.alert-info .prompt-link {
  color: #0a6262;
}

/* line 512, app/assets/stylesheets/application.scss */
.alert-warning .prompt-link {
  color: #84420a;
}

/* line 517, app/assets/stylesheets/application.scss */
.guide-with-children {
  background: rgba(0, 0, 0, 0.07);
}

/* line 521, app/assets/stylesheets/application.scss */
.shade-1 {
  background: rgba(0, 0, 0, 0.02);
}

/* line 525, app/assets/stylesheets/application.scss */
.shade-2 {
  background: rgba(0, 0, 0, 0.08);
}

/* line 529, app/assets/stylesheets/application.scss */
.shade-3 {
  background: rgba(0, 0, 0, 0.12);
}

/* line 533, app/assets/stylesheets/application.scss */
.shade-4 {
  background: rgba(0, 0, 0, 0.16);
}

/* line 537, app/assets/stylesheets/application.scss */
.shade-5 {
  background: rgba(0, 0, 0, 0.2);
}

/* line 541, app/assets/stylesheets/application.scss */
.d-flex-soft {
  display: flex;
}

/* line 545, app/assets/stylesheets/application.scss */
.flex-filler {
  width: 0;
  flex-grow: 1;
}

/* line 550, app/assets/stylesheets/application.scss */
.pointer {
  cursor: pointer;
}

/* line 554, app/assets/stylesheets/application.scss */
#button-group .custom-btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 559, app/assets/stylesheets/application.scss */
#button-group .custom-btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 564, app/assets/stylesheets/application.scss */
.de-emphasize {
  opacity: 0.6;
}

/* line 568, app/assets/stylesheets/application.scss */
.sticky-btn {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}

/* line 574, app/assets/stylesheets/application.scss */
.list-card-body {
  height: 500px;
  overflow-y: auto;
}

/* line 579, app/assets/stylesheets/application.scss */
.selected-item {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 585, app/assets/stylesheets/application.scss */
.download-button {
  position: relative;
  top: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ff5d39;
  background: #ff5d39;
  background-color: #ff5d39;
  color: #FFFFFF !important;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  height: 50px;
  width: 180px;
}

/* line 603, app/assets/stylesheets/application.scss */
.download-button a {
  color: #FFFFFF !important;
}

/* line 607, app/assets/stylesheets/application.scss */
.download-button a:hover {
  background-color: #ff5d39;
  border: 1px solid #ff5d39;
  text-decoration: none;
}

/* line 614, app/assets/stylesheets/application.scss */
.download-button:hover {
  background-color: #ff5d39;
  background: #ff5d39;
  border: 1px solid #ff5d39;
}

/* line 621, app/assets/stylesheets/application.scss */
.download-page-v2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

/* line 629, app/assets/stylesheets/application.scss */
.download-container {
  width: 100%;
  max-width: 600px;
  padding: 2rem;
}

/* line 635, app/assets/stylesheets/application.scss */
.download-content {
  text-align: center;
}

/* line 639, app/assets/stylesheets/application.scss */
.download-content h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

/* line 645, app/assets/stylesheets/application.scss */
.download-main {
  margin: 4rem 0 3rem 0;
  position: relative;
}

/* line 650, app/assets/stylesheets/application.scss */
.version-info {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

/* line 659, app/assets/stylesheets/application.scss */
.version-badge {
  background: #f0f0f0;
  color: #666;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 668, app/assets/stylesheets/application.scss */
.new-badge {
  background: #ff5d39;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 679, app/assets/stylesheets/application.scss */
.download-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2rem;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 692, app/assets/stylesheets/application.scss */
.download-primary-btn:hover {
  background: #000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* line 700, app/assets/stylesheets/application.scss */
.download-icon {
  opacity: 0.9;
}

/* line 704, app/assets/stylesheets/application.scss */
.download-text {
  text-align: left;
}

/* line 708, app/assets/stylesheets/application.scss */
.download-main-text {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2px;
}

/* line 714, app/assets/stylesheets/application.scss */
.download-sub-text {
  font-size: 0.875rem;
  opacity: 0.7;
}

/* line 719, app/assets/stylesheets/application.scss */
.info-sections {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

/* line 725, app/assets/stylesheets/application.scss */
.info-section {
  margin-bottom: 2rem;
}

/* line 729, app/assets/stylesheets/application.scss */
.info-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

/* line 738, app/assets/stylesheets/application.scss */
.info-text {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* line 744, app/assets/stylesheets/application.scss */
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* line 750, app/assets/stylesheets/application.scss */
.requirement {
  display: flex;
  flex-direction: column;
}

/* line 755, app/assets/stylesheets/application.scss */
.req-label {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

/* line 763, app/assets/stylesheets/application.scss */
.req-value {
  color: #333;
  font-weight: 500;
}

/* line 768, app/assets/stylesheets/application.scss */
.install-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: #666;
  line-height: 1.8;
}

/* line 775, app/assets/stylesheets/application.scss */
.install-steps li {
  margin-bottom: 0.5rem;
}

/* line 779, app/assets/stylesheets/application.scss */
.older-versions {
  cursor: pointer;
}

/* line 783, app/assets/stylesheets/application.scss */
.older-versions summary {
  color: #666;
  font-size: 0.875rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 792, app/assets/stylesheets/application.scss */
.older-versions summary::-webkit-details-marker {
  display: none;
}

/* line 796, app/assets/stylesheets/application.scss */
.older-versions summary::before {
  content: '▶';
  font-size: 0.75rem;
  transition: transform 0.2s;
}

/* line 802, app/assets/stylesheets/application.scss */
.older-versions[open] summary::before {
  transform: rotate(90deg);
}

/* line 806, app/assets/stylesheets/application.scss */
.versions-list {
  margin-top: 1rem;
  padding-left: 1.25rem;
}

/* line 811, app/assets/stylesheets/application.scss */
.version-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.875rem;
  color: #666;
}

/* line 821, app/assets/stylesheets/application.scss */
.version-item:last-child {
  border-bottom: none;
}

/* line 825, app/assets/stylesheets/application.scss */
.version-download {
  color: #ff5d39;
  text-decoration: none;
  font-size: 0.875rem;
}

/* line 831, app/assets/stylesheets/application.scss */
.version-download:hover {
  text-decoration: underline;
}

/* line 836, app/assets/stylesheets/application.scss */
.download-page-v3 {
  min-height: 100vh;
  background: #fff;
}

/* line 841, app/assets/stylesheets/application.scss */
.download-header {
  padding: 2rem 3rem;
  border-bottom: 1px solid #eee;
}

/* line 846, app/assets/stylesheets/application.scss */
.download-split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 100px);
}

/* line 852, app/assets/stylesheets/application.scss */
.download-left {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  border-right: 1px solid #eee;
}

/* line 861, app/assets/stylesheets/application.scss */
.download-left h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111;
}

/* line 868, app/assets/stylesheets/application.scss */
.download-left .subtitle {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 2rem;
}

/* line 874, app/assets/stylesheets/application.scss */
.version-display {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* line 880, app/assets/stylesheets/application.scss */
.new-indicator {
  color: #ff5d39;
  font-weight: 600;
}

/* line 885, app/assets/stylesheets/application.scss */
.download-split-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #111;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-bottom: 1rem;
}

/* line 899, app/assets/stylesheets/application.scss */
.download-split-btn:hover {
  background: #000;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 907, app/assets/stylesheets/application.scss */
.download-meta {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

/* line 913, app/assets/stylesheets/application.scss */
.download-right {
  padding: 5rem 4rem;
  overflow-y: auto;
}

/* line 918, app/assets/stylesheets/application.scss */
.split-section {
  margin-bottom: 3rem;
}

/* line 922, app/assets/stylesheets/application.scss */
.split-section h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

/* line 929, app/assets/stylesheets/application.scss */
.split-section p {
  color: #666;
  line-height: 1.6;
}

/* line 934, app/assets/stylesheets/application.scss */
.req-list {
  color: #666;
  line-height: 2;
}

/* line 939, app/assets/stylesheets/application.scss */
.req-item {
  display: block;
}

/* line 943, app/assets/stylesheets/application.scss */
.install-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #666;
  line-height: 2;
}

/* line 950, app/assets/stylesheets/application.scss */
.prev-versions {
  margin-top: 1rem;
}

/* line 954, app/assets/stylesheets/application.scss */
.prev-version {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}

/* line 962, app/assets/stylesheets/application.scss */
.prev-version:last-child {
  border-bottom: none;
}

/* line 966, app/assets/stylesheets/application.scss */
.prev-version-num {
  font-family: monospace;
  color: #333;
  font-weight: 500;
}

/* line 972, app/assets/stylesheets/application.scss */
.prev-version-date {
  color: #999;
  font-size: 0.875rem;
  margin-left: auto;
}

/* line 978, app/assets/stylesheets/application.scss */
.prev-download {
  color: #ff5d39;
  text-decoration: none;
  font-size: 0.875rem;
}

/* line 984, app/assets/stylesheets/application.scss */
.prev-download:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 990, app/assets/stylesheets/application.scss */
  .download-split-container {
    grid-template-columns: 1fr;
  }
  /* line 994, app/assets/stylesheets/application.scss */
  .download-left {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 3rem 2rem;
  }
  /* line 1000, app/assets/stylesheets/application.scss */
  .download-right {
    padding: 3rem 2rem;
  }
}

/* line 1005, app/assets/stylesheets/application.scss */
.drag-handle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}

/* line 1013, app/assets/stylesheets/application.scss */
.hover-reveal-badge .badge {
  display: none;
}

/* line 1017, app/assets/stylesheets/application.scss */
.hover-reveal-badge:hover .badge {
  display: inline-block;
}

/* line 1021, app/assets/stylesheets/application.scss */
.div-password-wrapper,
#div-current-password-wrapper {
  position: relative;
}

/* line 1026, app/assets/stylesheets/application.scss */
.password-input,
#password-current-input {
  padding-right: 40px;
}

/* line 1031, app/assets/stylesheets/application.scss */
.toggle-password,
#toggle-current-password {
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 1040, app/assets/stylesheets/application.scss */
.center-eye {
  top: 70%;
}

/* line 1044, app/assets/stylesheets/application.scss */
.scrollable-followup-prompt,
.scrollable-prompt {
  padding-left: 16px;
  overflow-y: auto;
}

/* line 1050, app/assets/stylesheets/application.scss */
.scrollable-followup-prompt {
  max-height: 300px;
}

/* line 1054, app/assets/stylesheets/application.scss */
.scrollable-prompt {
  max-height: 500px;
}

/* line 1058, app/assets/stylesheets/application.scss */
#autoComplete {
  background: none;
  color: #000;
}

/* line 1063, app/assets/stylesheets/application.scss */
#dropdown-link:hover {
  background: none;
}

/* line 1067, app/assets/stylesheets/application.scss */
.text-mv {
  color: #FE5D39 !important;
}

/* line 1071, app/assets/stylesheets/application.scss */
.form-check-input:checked ~ .form-check-label {
  color: #FE5D39;
  font-weight: bold;
}

/* line 1076, app/assets/stylesheets/application.scss */
.form-check-input.form-check-color {
  pointer-events: none;
  opacity: 0.5;
}

/* line 1081, app/assets/stylesheets/application.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  padding-top: 0.6em;
  padding-bottom: 1.9em;
}

/* line 1093, app/assets/stylesheets/application.scss */
.timer-container {
  width: 120px;
  margin: 0 auto;
  position: sticky;
  top: 20px;
  z-index: 100;
  background: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 1105, app/assets/stylesheets/application.scss */
.timer-circle {
  position: relative;
  width: 100px;
  height: 100px;
}

/* line 1111, app/assets/stylesheets/application.scss */
.timer-svg {
  width: 100px;
  height: 100px;
  transform: rotate(-90deg);
  /* Start at top */
}

/* line 1118, app/assets/stylesheets/application.scss */
.timer-circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 4;
}

/* line 1124, app/assets/stylesheets/application.scss */
.timer-circle-progress {
  fill: none;
  stroke: #007bff;
  /* Bootstrap primary color */
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s ease;
}

/* line 1133, app/assets/stylesheets/application.scss */
.timer-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

/* line 1145, app/assets/stylesheets/application.scss */
.trix-content {
  display: block;
}

/* line 1149, app/assets/stylesheets/application.scss */
.trix-content p {
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0;
}

/* line 1155, app/assets/stylesheets/application.scss */
.trix-content p[style*="background-color"] {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 1px 2px !important;
  margin: 0 !important;
  border: none !important;
  float: none !important;
  position: static !important;
  contain: none !important;
  overflow: visible !important;
}

/* line 1171, app/assets/stylesheets/application.scss */
.trix-content p:empty::before,
.trix-content div:empty::before {
  content: "\00a0";
  display: inline-block;
}

/* line 1178, app/assets/stylesheets/application.scss */
.trix-content a, .trix-content strong, .trix-content em {
  display: inline;
}

/* line 1183, app/assets/stylesheets/application.scss */
.trix-content p[style*="display: inline-block"] {
  display: block !important;
  margin: 0 0 0.5em 0 !important;
  width: auto !important;
  max-width: none !important;
}

/* line 1191, app/assets/stylesheets/application.scss */
.trix-content span[style*="background-color"] {
  display: inline !important;
  padding: 1px 2px !important;
  margin: 0 !important;
  border: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  position: static !important;
  contain: none !important;
  overflow: visible !important;
  white-space: pre-wrap !important;
}

/* line 1206, app/assets/stylesheets/application.scss */
.trix-content span[style*="background-color"] br {
  background-color: inherit;
  display: block;
  line-height: 1.2em;
  min-height: 1em;
}

/* line 1215, app/assets/stylesheets/application.scss */
.trix-content span:not([style*="background-color"]) {
  display: inline;
}

/* line 1220, app/assets/stylesheets/application.scss */
.trix-content div[style*="background-color"] {
  display: inline !important;
  padding: 1px 2px !important;
  margin: 0 !important;
  border: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  position: static !important;
  contain: none !important;
  overflow: visible !important;
}

/* line 1235, app/assets/stylesheets/application.scss */
.trix-content br {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0.5em;
}

/* line 1242, app/assets/stylesheets/application.scss */
span[style*="background-color"] .trix-content br {
  background-color: inherit;
  display: inline;
  line-height: 1.2em;
}

/* line 1250, app/assets/stylesheets/application.scss */
.trix-content ul, .trix-content ol {
  margin: 0 0 0.5em 3.5em;
  padding: 0;
}

/* line 1255, app/assets/stylesheets/application.scss */
.trix-content li {
  margin: 0 0 0.25em 0;
}

/* line 1262, app/assets/stylesheets/application.scss */
.trix-content:not(trix-editor) br {
  display: block;
  content: "";
  margin: 0;
  padding: 0;
  line-height: 0.5em;
}

/* line 1270, app/assets/stylesheets/application.scss */
.trix-content:not(trix-editor) ul, .trix-content:not(trix-editor) ol {
  margin: 0 0 0.5em 3.5em;
  padding: 0;
}

/* line 1275, app/assets/stylesheets/application.scss */
.trix-content:not(trix-editor) li {
  margin: 0 0 0.25em 0;
}

/* line 1282, app/assets/stylesheets/application.scss */
#call_map .trix-button--icon-code,
#call_map .trix-button--icon-quote,
#call_map .trix-button--icon-decrease-nesting-level,
#call_map .trix-button--icon-increase-nesting-level,
#call_map .trix-button--icon-heading-1,
#call_map .trix-button--icon-strike {
  display: none !important;
}

/* line 1291, app/assets/stylesheets/application.scss */
#call_map trix-toolbar .trix-button-group--block-tools {
  margin-left: -1px;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1298, app/assets/stylesheets/application.scss */
#call_map trix-editor.form-control {
  height: auto !important;
}

/* line 1302, app/assets/stylesheets/application.scss */
#call_map.readonly .trix-button-row {
  display: none !important;
}

/* line 1307, app/assets/stylesheets/application.scss */
trix-editor figcaption {
  display: none;
}

/* line 1311, app/assets/stylesheets/application.scss */
trix-editor .attachment__caption {
  display: none;
}

/* line 1315, app/assets/stylesheets/application.scss */
.trix-content .attachment__name,
.trix-content .attachment__size {
  display: none;
}

/* line 1320, app/assets/stylesheets/application.scss */
trix-editor figcaption,
trix-editor .attachment__caption,
trix-editor .attachment__caption .attachment__name,
trix-editor .attachment__caption .attachment__size {
  display: none !important;
}

/* line 1327, app/assets/stylesheets/application.scss */
.trix-content figcaption,
.trix-content .attachment__caption,
.trix-content .attachment__caption .attachment__name,
.trix-content .attachment__caption .attachment__size {
  display: none !important;
}

/* line 1334, app/assets/stylesheets/application.scss */
.attachment__name,
.attachment__size {
  display: none !important;
}

/* line 1339, app/assets/stylesheets/application.scss */
figure.attachment figcaption {
  display: none !important;
}

/* line 1343, app/assets/stylesheets/application.scss */
.attachment--preview figcaption,
.attachment--preview .attachment__caption {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1351, app/assets/stylesheets/application.scss */
action-text-attachment figcaption {
  display: none !important;
}

/* line 1357, app/assets/stylesheets/application.scss */
#current-call .prompt .trix-content {
  max-height: none !important;
  overflow-y: visible !important;
}

/* line 1361, app/assets/stylesheets/application.scss */
body[data-scrollable-prompts="true"] #current-call .prompt .trix-content {
  max-height: 250px !important;
  overflow-y: auto !important;
}

/* line 1367, app/assets/stylesheets/application.scss */
.whole-prompt-scroll {
  max-height: 87% !important;
  overflow-y: auto !important;
}

/* line 1372, app/assets/stylesheets/application.scss */
.nav-pills-sticky.is-sticky {
  position: fixed;
  top: 25px;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 0.2s ease-out;
}

/* line 1382, app/assets/stylesheets/application.scss */
.nav-pills-sticky.is-sticky .nav-item {
  margin-bottom: 0;
}

/* line 1387, app/assets/stylesheets/application.scss */
#call-map-notification-banner {
  position: relative;
  border-radius: 6px;
  padding: 0;
  background-color: #e7f1ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #dce5f0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 1398, app/assets/stylesheets/application.scss */
#call-map-notification-banner .alert-heading {
  color: #0d6efd;
  font-weight: 600;
}

/* line 1403, app/assets/stylesheets/application.scss */
#call-map-notification-banner p {
  margin-bottom: 0;
  color: #212529;
}

/* line 1408, app/assets/stylesheets/application.scss */
#call-map-notification-banner .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 1415, app/assets/stylesheets/application.scss */
#call-map-notification-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #17a2b8;
}

/* line 1425, app/assets/stylesheets/application.scss */
.notification-content {
  display: flex;
  padding: 18px 20px;
  border-bottom: 1px solid #f0f4f7;
}

/* line 1431, app/assets/stylesheets/application.scss */
.notification-icon {
  color: #17a2b8;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 2px;
}

/* line 1438, app/assets/stylesheets/application.scss */
.notification-text {
  flex: 1;
}

/* line 1442, app/assets/stylesheets/application.scss */
.notification-heading {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

/* line 1449, app/assets/stylesheets/application.scss */
.notification-footer {
  padding: 8px 20px;
  background-color: #f7fafc;
  text-align: right;
}

/* line 1455, app/assets/stylesheets/application.scss */
#call-map-notification-banner .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.7;
  font-size: 16px;
  z-index: 3;
}

/* line 1464, app/assets/stylesheets/application.scss */
.dismiss-link {
  color: #6c757d;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}

/* line 1471, app/assets/stylesheets/application.scss */
.dismiss-link:hover {
  color: #495057;
  text-decoration: underline;
}

/* Optional: Add subtle animation when the page loads */
@keyframes highlightNotification {
  0% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 6px 16px rgba(23, 162, 184, 0.25);
  }
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

/* line 1489, app/assets/stylesheets/application.scss */
#call-map-notification-banner {
  animation: highlightNotification 2s ease 0.5s;
}

/* line 1494, app/assets/stylesheets/application.scss */
.sso-divider {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
}

/* line 1499, app/assets/stylesheets/application.scss */
.sso-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dee2e6;
}

/* line 1509, app/assets/stylesheets/application.scss */
.sso-divider span {
  position: relative;
  background-color: white;
  padding: 0 1rem;
  color: #6c757d;
  font-size: 0.875rem;
  z-index: 1;
}

/* line 1519, app/assets/stylesheets/application.scss */
.btn-microsoft {
  background-color: white !important;
  border-color: #dee2e6 !important;
  color: #212529 !important;
}

/* line 1524, app/assets/stylesheets/application.scss */
.btn-microsoft:hover {
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  color: #212529 !important;
}

/* line 1530, app/assets/stylesheets/application.scss */
.btn-microsoft:focus, .btn-microsoft:active {
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  color: #212529 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/* line 1538, app/assets/stylesheets/application.scss */
.microsoft-logo {
  width: 20px;
  height: 20px;
}
