@font-face {
    font-family: 'Belfius Montserrat';
    src: url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Bold.woff2) format('woff2'),
        url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belfius Montserrat';
    src: url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Regular.woff2) format('woff2'),
        url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belfius Montserrat';
    src: url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Light.woff2) format('woff2'),
        url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belfius Montserrat';
    src: url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-SemiBold.woff2) format('woff2'),
        url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belfius Montserrat';
    src: url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Medium.woff2) format('woff2'),
        url(/app/themes/belfius-entrepreneurs/dist/fonts/belfius-montserrat/BelfiusMontserrat-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/** Import Bootstrap functions */

/*$primary: #b20c3f;*/

/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Import everything from autoload */

/*!
   * Bootstrap  v5.2.3 (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 {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #2aa958;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #C30045;
  --bs-secondary: #6c757d;
  --bs-success: #2aa958;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 195, 0, 69;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 42, 169, 88;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Belfius Montserrat, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #C30045;
  --bs-link-hover-color: #9c0037;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

/* line 16, node_modules/bootstrap/scss/_reboot.scss */

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

@media (prefers-reduced-motion: no-preference) {
  /* line 28, node_modules/bootstrap/scss/_reboot.scss */

  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, node_modules/bootstrap/scss/_reboot.scss */

hr {
  margin: 0.625rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 93, node_modules/bootstrap/scss/_reboot.scss */

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 98, node_modules/bootstrap/scss/_reboot.scss */

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 103, node_modules/bootstrap/scss/_reboot.scss */

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 108, node_modules/bootstrap/scss/_reboot.scss */

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 113, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 118, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 129, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 141, node_modules/bootstrap/scss/_reboot.scss */

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

/* line 150, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 159, node_modules/bootstrap/scss/_reboot.scss */

ol,
ul {
  padding-left: 2rem;
}

/* line 164, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 171, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 178, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 184, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 192, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 201, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 211, node_modules/bootstrap/scss/_reboot.scss */

small,
.small {
  font-size: 0.875em;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */

mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 237, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 238, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 243, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, node_modules/bootstrap/scss/_reboot.scss */

a:hover {
  color: var(--bs-link-hover-color);
}

/* line 259, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 269, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, node_modules/bootstrap/scss/_reboot.scss */

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 297, node_modules/bootstrap/scss/_reboot.scss */

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, node_modules/bootstrap/scss/_reboot.scss */

a > code {
  color: inherit;
}

/* line 308, node_modules/bootstrap/scss/_reboot.scss */

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, node_modules/bootstrap/scss/_reboot.scss */

kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 334, node_modules/bootstrap/scss/_reboot.scss */

img,
svg {
  vertical-align: middle;
}

/* line 344, node_modules/bootstrap/scss/_reboot.scss */

table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 360, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, node_modules/bootstrap/scss/_reboot.scss */

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
}

/* line 389, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */

button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 417, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 424, node_modules/bootstrap/scss/_reboot.scss */

[role="button"] {
  cursor: pointer;
}

/* line 428, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 434, node_modules/bootstrap/scss/_reboot.scss */

select:disabled {
  opacity: 1;
}

/* line 442, node_modules/bootstrap/scss/_reboot.scss */

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 458, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 466, node_modules/bootstrap/scss/_reboot.scss */

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  resize: vertical;
}

/* line 484, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 496, node_modules/bootstrap/scss/_reboot.scss */

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, node_modules/bootstrap/scss/_reboot.scss */

  legend {
    font-size: 1.5rem;
  }
}

/* line 505, node_modules/bootstrap/scss/_reboot.scss */

legend + * {
  clear: left;
}

/* line 513, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, node_modules/bootstrap/scss/_reboot.scss */

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

/* line 554, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 575, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 581, node_modules/bootstrap/scss/_reboot.scss */

iframe {
  border: 0;
}

/* line 589, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 599, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 608, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */

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

/* line 36, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */

  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */

  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */

  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */

  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */

  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */

  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, node_modules/bootstrap/scss/_type.scss */

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

/* line 65, node_modules/bootstrap/scss/_type.scss */

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

/* line 68, node_modules/bootstrap/scss/_type.scss */

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

/* line 71, node_modules/bootstrap/scss/_type.scss */

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

/* line 82, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, node_modules/bootstrap/scss/_type.scss */

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

/* line 92, node_modules/bootstrap/scss/_type.scss */

.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, node_modules/bootstrap/scss/_type.scss */

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

/* line 8, node_modules/bootstrap/scss/_images.scss */

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

/* line 14, node_modules/bootstrap/scss/_images.scss */

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

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.3125rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, node_modules/bootstrap/scss/_containers.scss */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-4k {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-4k {
    max-width: 1500px;
  }
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, node_modules/bootstrap/scss/_grid.scss */

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

.col {
  flex: 1 0 0%;
}

/* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

/* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-1,
.gx-1 {
  --bs-gutter-x: 0.625rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-1,
.gy-1 {
  --bs-gutter-y: 0.625rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-2,
.gx-2 {
  --bs-gutter-x: 1.25rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-2,
.gy-2 {
  --bs-gutter-y: 1.25rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-3,
.gx-3 {
  --bs-gutter-x: 1.875rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-3,
.gy-3 {
  --bs-gutter-y: 1.875rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-4,
.gx-4 {
  --bs-gutter-x: 2.5rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-4,
.gy-4 {
  --bs-gutter-y: 2.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-5,
.gx-5 {
  --bs-gutter-x: 3.125rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-5,
.gy-5 {
  --bs-gutter-y: 3.125rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-6,
.gx-6 {
  --bs-gutter-x: 3.75rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-6,
.gy-6 {
  --bs-gutter-y: 3.75rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-7,
.gx-7 {
  --bs-gutter-x: 4.375rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-7,
.gy-7 {
  --bs-gutter-y: 4.375rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-8,
.gx-8 {
  --bs-gutter-x: 5rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-8,
.gy-8 {
  --bs-gutter-y: 5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-9,
.gx-9 {
  --bs-gutter-x: 5.625rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-9,
.gy-9 {
  --bs-gutter-y: 5.625rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-10,
.gx-10 {
  --bs-gutter-x: 6.25rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-10,
.gy-10 {
  --bs-gutter-y: 6.25rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-11,
.gx-11 {
  --bs-gutter-x: 6.875rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-11,
.gy-11 {
  --bs-gutter-y: 6.875rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-12,
.gx-12 {
  --bs-gutter-x: 7.5rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-12,
.gy-12 {
  --bs-gutter-y: 7.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-13,
.gx-13 {
  --bs-gutter-x: 8.125rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-13,
.gy-13 {
  --bs-gutter-y: 8.125rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-14,
.gx-14 {
  --bs-gutter-x: 8.75rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-14,
.gy-14 {
  --bs-gutter-y: 8.75rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-15,
.gx-15 {
  --bs-gutter-x: 9.375rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-15,
.gy-15 {
  --bs-gutter-y: 9.375rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-16,
.gx-16 {
  --bs-gutter-x: 10rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-16,
.gy-16 {
  --bs-gutter-y: 10rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-17,
.gx-17 {
  --bs-gutter-x: 10.625rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-17,
.gy-17 {
  --bs-gutter-y: 10.625rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-18,
.gx-18 {
  --bs-gutter-x: 11.25rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-18,
.gy-18 {
  --bs-gutter-y: 11.25rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-19,
.gx-19 {
  --bs-gutter-x: 11.875rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-19,
.gy-19 {
  --bs-gutter-y: 11.875rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-20,
.gx-20 {
  --bs-gutter-x: 12.5rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-20,
.gy-20 {
  --bs-gutter-y: 12.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-21,
.gx-21 {
  --bs-gutter-x: 13.125rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-21,
.gy-21 {
  --bs-gutter-y: 13.125rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-22,
.gx-22 {
  --bs-gutter-x: 13.75rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-22,
.gy-22 {
  --bs-gutter-y: 13.75rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-23,
.gx-23 {
  --bs-gutter-x: 14.375rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-23,
.gy-23 {
  --bs-gutter-y: 14.375rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-24,
.gx-24 {
  --bs-gutter-x: 15rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-24,
.gy-24 {
  --bs-gutter-y: 15rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-25,
.gx-25 {
  --bs-gutter-x: 15.625rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

.g-25,
.gy-25 {
  --bs-gutter-y: 15.625rem;
}

@media (min-width: 576px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm {
    flex: 1 0 0%;
  }

  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 6.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 6.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 6.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 6.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 7.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 7.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 8.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 8.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 8.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 8.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 9.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 9.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 10rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 10rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 10.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 10.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 11.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 11.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 11.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 11.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 12.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 12.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 13.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 13.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 13.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 13.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 14.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 14.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 15rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 15rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 15.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 768px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md {
    flex: 1 0 0%;
  }

  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 6.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 6.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 6.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 6.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 7.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 7.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 8.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 8.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 8.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 8.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 9.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 9.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 10rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 10rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 10.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 10.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 11.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 11.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 11.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 11.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 12.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 12.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 13.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 13.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 13.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 13.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 14.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 14.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 15rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 15rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 15.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 992px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg {
    flex: 1 0 0%;
  }

  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 6.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 6.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 6.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 6.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 7.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 7.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 8.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 8.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 8.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 8.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 9.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 9.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 10rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 10rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 10.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 10.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 11.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 11.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 11.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 11.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 12.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 12.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 13.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 13.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 13.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 13.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 14.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 14.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 15rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 15rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 15.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl {
    flex: 1 0 0%;
  }

  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 6.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 6.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 6.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 6.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 7.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 7.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 8.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 8.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 8.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 8.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 9.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 9.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 10rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 10rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 10.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 10.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 11.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 11.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 11.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 11.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 12.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 12.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 13.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 13.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 13.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 13.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 14.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 14.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 15rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 15rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 15.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl {
    flex: 1 0 0%;
  }

  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-0 {
    margin-left: 0;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 4.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 4.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 6.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 6.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 6.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 6.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 7.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 7.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 8.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 8.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 8.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 8.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 9.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 9.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 10rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 10rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 10.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 10.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 11.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 11.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 11.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 11.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 12.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 12.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-21,
  .gx-xxl-21 {
    --bs-gutter-x: 13.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-21,
  .gy-xxl-21 {
    --bs-gutter-y: 13.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 13.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 13.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 14.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 14.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 15rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 15rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 15.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 1600px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k {
    flex: 1 0 0%;
  }

  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-4k-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-auto {
    flex: 0 0 auto;
    width: auto;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */

  .col-4k-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-0 {
    margin-left: 0;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-1 {
    margin-left: 8.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-2 {
    margin-left: 16.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-4 {
    margin-left: 33.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-5 {
    margin-left: 41.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-7 {
    margin-left: 58.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-8 {
    margin-left: 66.66667%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-10 {
    margin-left: 83.33333%;
  }

  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */

  .offset-4k-11 {
    margin-left: 91.66667%;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-0,
  .gx-4k-0 {
    --bs-gutter-x: 0;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-0,
  .gy-4k-0 {
    --bs-gutter-y: 0;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-1,
  .gx-4k-1 {
    --bs-gutter-x: 0.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-1,
  .gy-4k-1 {
    --bs-gutter-y: 0.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-2,
  .gx-4k-2 {
    --bs-gutter-x: 1.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-2,
  .gy-4k-2 {
    --bs-gutter-y: 1.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-3,
  .gx-4k-3 {
    --bs-gutter-x: 1.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-3,
  .gy-4k-3 {
    --bs-gutter-y: 1.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-4,
  .gx-4k-4 {
    --bs-gutter-x: 2.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-4,
  .gy-4k-4 {
    --bs-gutter-y: 2.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-5,
  .gx-4k-5 {
    --bs-gutter-x: 3.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-5,
  .gy-4k-5 {
    --bs-gutter-y: 3.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-6,
  .gx-4k-6 {
    --bs-gutter-x: 3.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-6,
  .gy-4k-6 {
    --bs-gutter-y: 3.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-7,
  .gx-4k-7 {
    --bs-gutter-x: 4.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-7,
  .gy-4k-7 {
    --bs-gutter-y: 4.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-8,
  .gx-4k-8 {
    --bs-gutter-x: 5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-8,
  .gy-4k-8 {
    --bs-gutter-y: 5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-9,
  .gx-4k-9 {
    --bs-gutter-x: 5.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-9,
  .gy-4k-9 {
    --bs-gutter-y: 5.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-10,
  .gx-4k-10 {
    --bs-gutter-x: 6.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-10,
  .gy-4k-10 {
    --bs-gutter-y: 6.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-11,
  .gx-4k-11 {
    --bs-gutter-x: 6.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-11,
  .gy-4k-11 {
    --bs-gutter-y: 6.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-12,
  .gx-4k-12 {
    --bs-gutter-x: 7.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-12,
  .gy-4k-12 {
    --bs-gutter-y: 7.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-13,
  .gx-4k-13 {
    --bs-gutter-x: 8.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-13,
  .gy-4k-13 {
    --bs-gutter-y: 8.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-14,
  .gx-4k-14 {
    --bs-gutter-x: 8.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-14,
  .gy-4k-14 {
    --bs-gutter-y: 8.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-15,
  .gx-4k-15 {
    --bs-gutter-x: 9.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-15,
  .gy-4k-15 {
    --bs-gutter-y: 9.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-16,
  .gx-4k-16 {
    --bs-gutter-x: 10rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-16,
  .gy-4k-16 {
    --bs-gutter-y: 10rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-17,
  .gx-4k-17 {
    --bs-gutter-x: 10.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-17,
  .gy-4k-17 {
    --bs-gutter-y: 10.625rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-18,
  .gx-4k-18 {
    --bs-gutter-x: 11.25rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-18,
  .gy-4k-18 {
    --bs-gutter-y: 11.25rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-19,
  .gx-4k-19 {
    --bs-gutter-x: 11.875rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-19,
  .gy-4k-19 {
    --bs-gutter-y: 11.875rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-20,
  .gx-4k-20 {
    --bs-gutter-x: 12.5rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-20,
  .gy-4k-20 {
    --bs-gutter-y: 12.5rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-21,
  .gx-4k-21 {
    --bs-gutter-x: 13.125rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-21,
  .gy-4k-21 {
    --bs-gutter-y: 13.125rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-22,
  .gx-4k-22 {
    --bs-gutter-x: 13.75rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-22,
  .gy-4k-22 {
    --bs-gutter-y: 13.75rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-23,
  .gx-4k-23 {
    --bs-gutter-x: 14.375rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-23,
  .gy-4k-23 {
    --bs-gutter-y: 14.375rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-24,
  .gx-4k-24 {
    --bs-gutter-x: 15rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-24,
  .gy-4k-24 {
    --bs-gutter-y: 15rem;
  }

  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-25,
  .gx-4k-25 {
    --bs-gutter-x: 15.625rem;
  }

  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */

  .g-4k-25,
  .gy-4k-25 {
    --bs-gutter-y: 15.625rem;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 0.625rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, node_modules/bootstrap/scss/_tables.scss */

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, node_modules/bootstrap/scss/_tables.scss */

.table > tbody {
  vertical-align: inherit;
}

/* line 39, node_modules/bootstrap/scss/_tables.scss */

.table > thead {
  vertical-align: bottom;
}

/* line 44, node_modules/bootstrap/scss/_tables.scss */

.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, node_modules/bootstrap/scss/_tables.scss */

.caption-top {
  caption-side: top;
}

/* line 63, node_modules/bootstrap/scss/_tables.scss */

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, node_modules/bootstrap/scss/_tables.scss */

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, node_modules/bootstrap/scss/_tables.scss */

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, node_modules/bootstrap/scss/_tables.scss */

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, node_modules/bootstrap/scss/_tables.scss */

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, node_modules/bootstrap/scss/_tables.scss */

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, node_modules/bootstrap/scss/_tables.scss */

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #f3ccda;
  --bs-table-border-color: #dbb8c4;
  --bs-table-striped-bg: #e7c2cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dbb8c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e1bdca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d4eede;
  --bs-table-border-color: #bfd6c8;
  --bs-table-striped-bg: #c9e2d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd6c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dccd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1599.98px) {
  /* line 159, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-4k {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, node_modules/bootstrap/scss/forms/_labels.scss */

.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, node_modules/bootstrap/scss/forms/_labels.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 26, node_modules/bootstrap/scss/forms/_labels.scss */

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

/* line 32, node_modules/bootstrap/scss/forms/_labels.scss */

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

/* line 5, node_modules/bootstrap/scss/forms/_form-text.scss */

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */

  .form-control {
    transition: none;
  }
}

/* line 25, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e180a2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
}

/* line 50, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, node_modules/bootstrap/scss/forms/_form-control.scss */

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

/* line 67, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, node_modules/bootstrap/scss/forms/_form-control.scss */

  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, node_modules/bootstrap/scss/forms/_form-control.scss */

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

/* line 112, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-plaintext:focus {
  outline: 0;
}

/* line 116, node_modules/bootstrap/scss/forms/_form-control.scss */

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

/* line 130, node_modules/bootstrap/scss/forms/_form-control.scss */

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

/* line 136, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 143, node_modules/bootstrap/scss/forms/_form-control.scss */

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

/* line 149, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 160, node_modules/bootstrap/scss/forms/_form-control.scss */

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 164, node_modules/bootstrap/scss/forms/_form-control.scss */

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, node_modules/bootstrap/scss/forms/_form-control.scss */

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 174, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

/* line 179, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 183, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 193, node_modules/bootstrap/scss/forms/_form-control.scss */

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */

  .form-select {
    transition: none;
  }
}

/* line 27, node_modules/bootstrap/scss/forms/_form-select.scss */

.form-select:focus {
  border-color: #e180a2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
}

/* line 38, node_modules/bootstrap/scss/forms/_form-select.scss */

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

/* line 44, node_modules/bootstrap/scss/forms/_form-select.scss */

.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, node_modules/bootstrap/scss/forms/_form-select.scss */

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 57, node_modules/bootstrap/scss/forms/_form-select.scss */

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 65, node_modules/bootstrap/scss/forms/_form-select.scss */

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 5, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}

/* line 43, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 47, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 52, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input:active {
  filter: brightness(90%);
}

/* line 56, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input:focus {
  border-color: #e180a2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
}

/* line 62, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input:checked {
  background-color: #C30045;
  border-color: #C30045;
}

/* line 66, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 74, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 83, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #C30045;
  border-color: #C30045;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 94, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 104, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 120, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-switch {
  padding-left: 2.5em;
}

/* line 123, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 123, node_modules/bootstrap/scss/forms/_form-check.scss */

  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 131, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e180a2'/%3e%3c/svg%3e");
}

/* line 135, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 146, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 150, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 157, node_modules/bootstrap/scss/forms/_form-check.scss */

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 162, node_modules/bootstrap/scss/forms/_form-check.scss */

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 169, node_modules/bootstrap/scss/forms/_form-check.scss */

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 14, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range:focus {
  outline: 0;
}

/* line 19, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
}

/* line 20, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
}

/* line 23, node_modules/bootstrap/scss/forms/_form-range.scss */

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

/* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */

  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 38, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range::-webkit-slider-thumb:active {
  background-color: #edb3c7;
}

/* line 43, node_modules/bootstrap/scss/forms/_form-range.scss */

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

/* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */

  .form-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 64, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range::-moz-range-thumb:active {
  background-color: #edb3c7;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-range.scss */

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

/* line 80, node_modules/bootstrap/scss/forms/_form-range.scss */

.form-range:disabled {
  pointer-events: none;
}

/* line 83, node_modules/bootstrap/scss/forms/_form-range.scss */

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

/* line 87, node_modules/bootstrap/scss/forms/_form-range.scss */

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

/* line 1, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating {
  position: relative;
}

/* line 4, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, node_modules/bootstrap/scss/forms/_floating-labels.scss */

  .form-floating > label {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 64, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 71, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 5, node_modules/bootstrap/scss/forms/_input-group.scss */

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

/* line 12, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, node_modules/bootstrap/scss/forms/_input-group.scss */

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

/* line 35, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group .btn:focus {
  z-index: 5;
}

/* line 47, node_modules/bootstrap/scss/forms/_input-group.scss */

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

/* line 68, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 77, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 86, node_modules/bootstrap/scss/forms/_input-group.scss */

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

/* line 101, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, node_modules/bootstrap/scss/forms/_input-group.scss */

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

/* line 26, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #2aa958;
}

/* line 35, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.15625rem 0.3125rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(42, 169, 88, 0.9);
  border-radius: 0.375rem;
}

/* line 51, 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 7, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #2aa958;
  box-shadow: 0 0 0 0.25rem rgba(42, 169, 88, 0.25);
}

/* line 7, 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 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #2aa958;
}

/* line 91, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232aa958' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 100, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #2aa958;
  box-shadow: 0 0 0 0.25rem rgba(42, 169, 88, 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #2aa958;
}

/* line 119, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #2aa958;
}

/* line 123, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 169, 88, 0.25);
}

/* line 127, 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: #2aa958;
}

/* line 133, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

/* line 26, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 35, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 51, 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 7, 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);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 69, 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.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, 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 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}

/* line 91, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 100, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 119, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 123, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 127, 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 133, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

/* line 5, node_modules/bootstrap/scss/_buttons.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/_buttons.scss */

  .btn {
    transition: none;
  }
}

/* line 43, node_modules/bootstrap/scss/_buttons.scss */

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, node_modules/bootstrap/scss/_buttons.scss */

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap/scss/_buttons.scss */

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, node_modules/bootstrap/scss/_buttons.scss */

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary,
.btn-primary-ghost {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C30045;
  --bs-btn-border-color: #C30045;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a6003b;
  --bs-btn-hover-border-color: #9c0037;
  --bs-btn-focus-shadow-rgb: 204, 38, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9c0037;
  --bs-btn-active-border-color: #920034;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C30045;
  --bs-btn-disabled-border-color: #C30045;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #2aa958;
  --bs-btn-border-color: #2aa958;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4ab671;
  --bs-btn-hover-border-color: #3fb269;
  --bs-btn-focus-shadow-rgb: 36, 144, 75;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #55ba79;
  --bs-btn-active-border-color: #3fb269;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2aa958;
  --bs-btn-disabled-border-color: #2aa958;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  --bs-btn-color: #C30045;
  --bs-btn-border-color: #C30045;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C30045;
  --bs-btn-hover-border-color: #C30045;
  --bs-btn-focus-shadow-rgb: 195, 0, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C30045;
  --bs-btn-active-border-color: #C30045;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C30045;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C30045;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  --bs-btn-color: #2aa958;
  --bs-btn-border-color: #2aa958;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2aa958;
  --bs-btn-hover-border-color: #2aa958;
  --bs-btn-focus-shadow-rgb: 42, 169, 88;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #2aa958;
  --bs-btn-active-border-color: #2aa958;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2aa958;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2aa958;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 204, 38, 97;
  text-decoration: underline;
}

/* line 185, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

/* line 205, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

/* 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 11, node_modules/bootstrap/scss/_transitions.scss */

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

/* line 16, node_modules/bootstrap/scss/_transitions.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 31, 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 59, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 19, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.3125rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #C30045;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 0.625rem;
  --bs-dropdown-item-padding-y: 0.15625rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 0.625rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-start {
    --bs-position: start;
  }

  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1600px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-4k-start {
    --bs-position: start;
  }

  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-4k-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-4k-end {
    --bs-position: end;
  }

  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-4k-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 31, 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 59, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 129, node_modules/bootstrap/scss/_dropdown.scss */

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 31, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 139, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 146, node_modules/bootstrap/scss/_dropdown.scss */

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 31, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 46, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 156, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 164, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 195, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 202, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 212, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 217, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 227, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 234, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #C30045;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 8, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 15, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 26, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 31, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 36, node_modules/bootstrap/scss/_button-group.scss */

.btn-group {
  border-radius: 0.375rem;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > :not(.btn-check:first-child) + .btn,
.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.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 75, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 85, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 90, 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 95, 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 117, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 122, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 127, 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 133, 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 138, node_modules/bootstrap/scss/_button-group.scss */

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

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, node_modules/bootstrap/scss/_nav.scss */

  .nav-link {
    transition: none;
  }
}

/* line 33, node_modules/bootstrap/scss/_nav.scss */

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 40, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 51, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 70, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 77, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_nav.scss */

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #C30045;
}

/* line 112, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 137, node_modules/bootstrap/scss/_nav.scss */

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 145, node_modules/bootstrap/scss/_nav.scss */

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 155, node_modules/bootstrap/scss/_nav.scss */

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 166, node_modules/bootstrap/scss/_nav.scss */

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

/* line 169, node_modules/bootstrap/scss/_nav.scss */

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

/* line 6, node_modules/bootstrap/scss/_navbar.scss */

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.3125rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: none;
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, node_modules/bootstrap/scss/_navbar.scss */

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-4k {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 103, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

/* line 108, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 118, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 123, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 139, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 148, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 148, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-toggler {
    transition: none;
  }
}

/* line 158, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 162, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 171, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 182, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 208, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  /* line 214, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 218, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 227, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  /* line 242, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  /* line 246, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 196, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 208, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  /* line 214, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 218, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 227, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  /* line 242, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  /* line 246, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 196, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 208, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  /* line 214, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 218, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 227, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  /* line 242, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  /* line 246, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 196, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 208, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  /* line 214, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 218, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 227, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  /* line 242, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  /* line 246, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 196, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 208, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  /* line 214, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 218, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 227, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  /* line 242, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  /* line 246, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1600px) {
  /* line 196, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 208, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  /* line 214, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 218, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

  /* line 227, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  /* line 242, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k .offcanvas .offcanvas-header {
    display: none;
  }

  /* line 246, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-4k .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 196, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 201, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 204, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 208, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 214, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 218, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 223, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 227, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 242, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 246, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 267, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: none;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
  --bs-card-spacer-y: 0.625rem;
  --bs-card-spacer-x: 0.625rem;
  --bs-card-title-spacer-y: 0.3125rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.3125rem;
  --bs-card-cap-padding-x: 0.625rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 0.625rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 38, node_modules/bootstrap/scss/_card.scss */

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

/* line 43, node_modules/bootstrap/scss/_card.scss */

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 47, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 52, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 60, node_modules/bootstrap/scss/_card.scss */

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, node_modules/bootstrap/scss/_card.scss */

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 74, node_modules/bootstrap/scss/_card.scss */

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 78, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */

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

/* line 92, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 108, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 113, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 119, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 129, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 135, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 141, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 147, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 157, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 168, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 181, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  /* line 190, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 195, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 202, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 205, 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 210, 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 217, node_modules/bootstrap/scss/_card.scss */

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

  /* line 220, 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 225, 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 5, node_modules/bootstrap/scss/_accordion.scss */

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b0003e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #e180a2;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #b0003e;
  --bs-accordion-active-bg: #f9e6ec;
}

/* line 32, node_modules/bootstrap/scss/_accordion.scss */

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, node_modules/bootstrap/scss/_accordion.scss */

  .accordion-button {
    transition: none;
  }
}

/* line 47, node_modules/bootstrap/scss/_accordion.scss */

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, node_modules/bootstrap/scss/_accordion.scss */

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, node_modules/bootstrap/scss/_accordion.scss */

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, node_modules/bootstrap/scss/_accordion.scss */

  .accordion-button::after {
    transition: none;
  }
}

/* line 71, node_modules/bootstrap/scss/_accordion.scss */

.accordion-button:hover {
  z-index: 2;
}

/* line 75, node_modules/bootstrap/scss/_accordion.scss */

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, node_modules/bootstrap/scss/_accordion.scss */

.accordion-header {
  margin-bottom: 0;
}

/* line 87, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, node_modules/bootstrap/scss/_accordion.scss */

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, node_modules/bootstrap/scss/_accordion.scss */

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, node_modules/bootstrap/scss/_accordion.scss */

.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, node_modules/bootstrap/scss/_accordion.scss */

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

/* line 139, node_modules/bootstrap/scss/_accordion.scss */

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

/* line 140, node_modules/bootstrap/scss/_accordion.scss */

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, node_modules/bootstrap/scss/_accordion.scss */

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") ;
}

/* line 37, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #C30045;
  --bs-pagination-active-border-color: #C30045;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_pagination.scss */

  .page-link {
    transition: none;
  }
}

/* line 40, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, node_modules/bootstrap/scss/_pagination.scss */

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, node_modules/bootstrap/scss/_pagination.scss */

.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, node_modules/bootstrap/scss/_pagination.scss */

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, node_modules/bootstrap/scss/_pagination.scss */

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

/* line 107, node_modules/bootstrap/scss/_pagination.scss */

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
  display: none;
}

/* line 35, node_modules/bootstrap/scss/_badge.scss */

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

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0.625rem;
  --bs-alert-padding-y: 0.625rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 27, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

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

/* line 42, node_modules/bootstrap/scss/_alert.scss */

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

/* line 46, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.78125rem 0.625rem;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  --bs-alert-color: #750029;
  --bs-alert-bg: #f3ccda;
  --bs-alert-border-color: #edb3c7;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #5e0021;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #34383c;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  --bs-alert-color: #196535;
  --bs-alert-bg: #d4eede;
  --bs-alert-border-color: #bfe5cd;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #14512a;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #04414d;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #523e02;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #4f5050;
}

/* line 67, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, node_modules/bootstrap/scss/mixins/_alert.scss */

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

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

/* line 11, node_modules/bootstrap/scss/_progress.scss */

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #C30045;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    transition: none;
  }
}

/* line 44, 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: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, node_modules/bootstrap/scss/_progress.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 50, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 0.625rem;
  --bs-list-group-item-padding-y: 0.3125rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #C30045;
  --bs-list-group-active-border-color: #C30045;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, node_modules/bootstrap/scss/_list-group.scss */

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, node_modules/bootstrap/scss/_list-group.scss */

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, node_modules/bootstrap/scss/_list-group.scss */

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

/* line 88, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

/* line 130, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

  /* line 130, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  /* line 135, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  /* line 140, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  /* line 144, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  /* line 148, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

  /* line 130, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  /* line 135, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  /* line 140, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  /* line 144, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  /* line 148, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

  /* line 130, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  /* line 135, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  /* line 140, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  /* line 144, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  /* line 148, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

  /* line 130, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  /* line 135, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  /* line 140, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 144, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  /* line 148, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

  /* line 130, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  /* line 135, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  /* line 140, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 144, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  /* line 148, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1600px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */

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

  /* line 130, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-4k > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  /* line 135, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-4k > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  /* line 140, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-4k > .list-group-item.active {
    margin-top: 0;
  }

  /* line 144, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-4k > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  /* line 148, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-4k > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, node_modules/bootstrap/scss/_list-group.scss */

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

/* line 167, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, node_modules/bootstrap/scss/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #750029;
  background-color: #f3ccda;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #750029;
  background-color: #dbb8c4;
}

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #196535;
  background-color: #d4eede;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 5, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, node_modules/bootstrap/scss/mixins/_list-group.scss */

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

/* line 6, node_modules/bootstrap/scss/_close.scss */

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, node_modules/bootstrap/scss/_close.scss */

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

/* line 24, node_modules/bootstrap/scss/_close.scss */

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(195, 0, 69, 0.25);
  opacity: 1;
}

/* line 30, node_modules/bootstrap/scss/_close.scss */

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
  opacity: 0;
}

/* line 35, node_modules/bootstrap/scss/_toasts.scss */

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

/* line 40, node_modules/bootstrap/scss/_toasts.scss */

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, node_modules/bootstrap/scss/_toasts.scss */

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, node_modules/bootstrap/scss/_toasts.scss */

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, node_modules/bootstrap/scss/_toasts.scss */

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, node_modules/bootstrap/scss/_modal.scss */

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 0.625rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 0.625rem;
  --bs-modal-header-padding-y: 0.625rem;
  --bs-modal-header-padding: 0.625rem 0.625rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, 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 61, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, node_modules/bootstrap/scss/_modal.scss */

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

/* line 70, node_modules/bootstrap/scss/_modal.scss */

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */

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

/* line 88, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, node_modules/bootstrap/scss/_modal.scss */

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, node_modules/bootstrap/scss/_modal.scss */

  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  /* line 184, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  /* line 190, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, node_modules/bootstrap/scss/_modal.scss */

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, node_modules/bootstrap/scss/_modal.scss */

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, node_modules/bootstrap/scss/_modal.scss */

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, node_modules/bootstrap/scss/_modal.scss */

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  /* line 220, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  /* line 226, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  /* line 231, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  /* line 220, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  /* line 226, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  /* line 231, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  /* line 220, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  /* line 226, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  /* line 231, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  /* line 220, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  /* line 226, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  /* line 231, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  /* line 220, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  /* line 226, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  /* line 231, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1599.98px) {
  /* line 214, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-4k-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  /* line 220, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-4k-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  /* line 226, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-4k-down .modal-header,
  .modal-fullscreen-4k-down .modal-footer {
    border-radius: 0;
  }

  /* line 231, node_modules/bootstrap/scss/_modal.scss */

  .modal-fullscreen-4k-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.3125rem;
  --bs-tooltip-padding-y: 0.15625rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "Belfius Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 31, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 33, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

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

/* line 47, node_modules/bootstrap/scss/_tooltip.scss */

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

/* line 50, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

/* line 58, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

/* line 72, node_modules/bootstrap/scss/_tooltip.scss */

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

/* line 75, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

/* line 83, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

/* line 113, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 0.625rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 0.625rem;
  --bs-popover-body-padding-y: 0.625rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Belfius Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, node_modules/bootstrap/scss/_popover.scss */

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, node_modules/bootstrap/scss/_popover.scss */

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */

/* line 80, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

/* line 105, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */

/* line 139, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

/* line 179, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 193, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, 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 3, 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-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    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 107, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 119, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

/* line 143, 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' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, 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' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 170, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 170, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 190, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  opacity: 1;
}

/* line 200, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 214, node_modules/bootstrap/scss/_carousel.scss */

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 219, node_modules/bootstrap/scss/_carousel.scss */

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 223, node_modules/bootstrap/scss/_carousel.scss */

.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

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

/* line 22, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, node_modules/bootstrap/scss/_spinners.scss */

  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas-sm,
.offcanvas-md,
.offcanvas-lg,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas-4k,
.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 0.625rem;
  --bs-offcanvas-padding-y: 0.625rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  /* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  /* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  /* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  /* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  /* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  /* line 100, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  /* line 104, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  /* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  /* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  /* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  /* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  /* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  /* line 100, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  /* line 104, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  /* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  /* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  /* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  /* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  /* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  /* line 100, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  /* line 104, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  /* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  /* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  /* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  /* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  /* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  /* line 100, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  /* line 104, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  /* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  /* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  /* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  /* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  /* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  /* line 100, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  /* line 104, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1599.98px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1599.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k {
    transition: none;
  }
}

@media (max-width: 1599.98px) {
  /* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  /* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  /* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  /* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  /* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k.showing,
  .offcanvas-4k.show:not(.hiding) {
    transform: none;
  }

  /* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k.showing,
  .offcanvas-4k.hiding,
  .offcanvas-4k.show {
    visibility: visible;
  }
}

@media (min-width: 1600px) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  /* line 100, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k .offcanvas-header {
    display: none;
  }

  /* line 104, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas-4k .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_offcanvas.scss */

  .offcanvas {
    transition: none;
  }
}

/* line 47, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 55, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 63, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 73, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 82, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 87, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

/* line 117, node_modules/bootstrap/scss/_offcanvas.scss */

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

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */

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

/* line 121, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 127, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 135, node_modules/bootstrap/scss/_offcanvas.scss */

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

/* line 140, node_modules/bootstrap/scss/_offcanvas.scss */

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder-xs {
  min-height: .6em;
}

/* line 20, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder-sm {
  min-height: .8em;
}

/* line 24, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

/* line 41, node_modules/bootstrap/scss/_placeholders.scss */

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

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

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(195, 0, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(42, 169, 88, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_color-bg.scss */

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-primary {
  color: #C30045 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-primary:hover,
.link-primary:focus {
  color: #9c0037 !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-secondary {
  color: #6c757d !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64 !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-success {
  color: #2aa958 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-success:hover,
.link-success:focus {
  color: #55ba79 !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-info {
  color: #0dcaf0 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-info:hover,
.link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-warning {
  color: #ffc107 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-danger {
  color: #dc3545 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-danger:hover,
.link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-light {
  color: #f8f9fa !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-light:hover,
.link-light:focus {
  color: #f9fafb !important;
}

/* line 2, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-dark {
  color: #212529 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_colored-links.scss */

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio {
  position: relative;
  width: 100%;
}

/* line 7, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, node_modules/bootstrap/scss/helpers/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, node_modules/bootstrap/scss/helpers/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1600px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-4k-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */

  .sticky-4k-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, node_modules/bootstrap/scss/helpers/_stacks.scss */

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, node_modules/bootstrap/scss/helpers/_stacks.scss */

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, node_modules/bootstrap/scss/helpers/_visually-hidden.scss */

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_stretched-link.scss */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, node_modules/bootstrap/scss/helpers/_text-truncation.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/bootstrap/scss/helpers/_vr.scss */

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-top {
  vertical-align: top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.float-start {
  float: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.float-end {
  float: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.float-none {
  float: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.opacity-0 {
  opacity: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.opacity-100 {
  opacity: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.overflow-auto {
  overflow: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.overflow-visible {
  overflow: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-inline {
  display: inline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-inline-block {
  display: inline-block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-block {
  display: block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-grid {
  display: grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-table {
  display: table !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-table-row {
  display: table-row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-flex {
  display: flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.d-none {
  display: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.shadow-none {
  box-shadow: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.position-static {
  position: static !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.position-relative {
  position: relative !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.position-absolute {
  position: absolute !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.position-fixed {
  position: fixed !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.position-sticky {
  position: sticky !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.top-0 {
  top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.top-50 {
  top: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.top-100 {
  top: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bottom-0 {
  bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bottom-50 {
  bottom: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bottom-100 {
  bottom: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.start-0 {
  left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.start-50 {
  left: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.start-100 {
  left: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.end-0 {
  right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.end-50 {
  right: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.end-100 {
  right: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-0 {
  border: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-end-0 {
  border-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-start-0 {
  border-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-1 {
  --bs-border-width: 1px;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-2 {
  --bs-border-width: 2px;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-3 {
  --bs-border-width: 3px;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-4 {
  --bs-border-width: 4px;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-5 {
  --bs-border-width: 5px;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.w-25 {
  width: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.w-50 {
  width: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.w-75 {
  width: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.w-100 {
  width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.w-auto {
  width: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.h-25 {
  height: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.h-50 {
  height: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.h-75 {
  height: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.h-100 {
  height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.h-auto {
  height: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-row {
  flex-direction: row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-column {
  flex-direction: column !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.justify-content-center {
  justify-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-items-start {
  align-items: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-items-end {
  align-items: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-items-center {
  align-items: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-content-start {
  align-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-content-end {
  align-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-content-center {
  align-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-content-between {
  align-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-content-around {
  align-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-self-auto {
  align-self: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-self-start {
  align-self: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-self-end {
  align-self: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-self-center {
  align-self: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-first {
  order: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-0 {
  order: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-1 {
  order: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-2 {
  order: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-3 {
  order: 3 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-4 {
  order: 4 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-5 {
  order: 5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.order-last {
  order: 6 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-0 {
  margin: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-1 {
  margin: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-2 {
  margin: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-3 {
  margin: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-4 {
  margin: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-5 {
  margin: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-6 {
  margin: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-7 {
  margin: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-8 {
  margin: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-9 {
  margin: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-10 {
  margin: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-11 {
  margin: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-12 {
  margin: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-13 {
  margin: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-14 {
  margin: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-15 {
  margin: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-16 {
  margin: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-17 {
  margin: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-18 {
  margin: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-19 {
  margin: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-20 {
  margin: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-21 {
  margin: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-22 {
  margin: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-23 {
  margin: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-24 {
  margin: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-25 {
  margin: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.m-auto {
  margin: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-1 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-2 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-3 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-4 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-5 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-6 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-7 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-8 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-9 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-10 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-11 {
  margin-right: 6.875rem !important;
  margin-left: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-12 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-13 {
  margin-right: 8.125rem !important;
  margin-left: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-14 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-15 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-16 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-17 {
  margin-right: 10.625rem !important;
  margin-left: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-18 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-19 {
  margin-right: 11.875rem !important;
  margin-left: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-20 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-21 {
  margin-right: 13.125rem !important;
  margin-left: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-22 {
  margin-right: 13.75rem !important;
  margin-left: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-23 {
  margin-right: 14.375rem !important;
  margin-left: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-24 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-25 {
  margin-right: 15.625rem !important;
  margin-left: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-1 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-3 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-5 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-6 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-7 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-9 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-10 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-11 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-12 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-13 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-14 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-15 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-16 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-17 {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-18 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-19 {
  margin-top: 11.875rem !important;
  margin-bottom: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-20 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-21 {
  margin-top: 13.125rem !important;
  margin-bottom: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-22 {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-23 {
  margin-top: 14.375rem !important;
  margin-bottom: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-24 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-25 {
  margin-top: 15.625rem !important;
  margin-bottom: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-0 {
  margin-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-1 {
  margin-top: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-2 {
  margin-top: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-3 {
  margin-top: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-4 {
  margin-top: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-5 {
  margin-top: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-6 {
  margin-top: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-7 {
  margin-top: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-8 {
  margin-top: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-9 {
  margin-top: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-10 {
  margin-top: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-11 {
  margin-top: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-12 {
  margin-top: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-13 {
  margin-top: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-14 {
  margin-top: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-15 {
  margin-top: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-16 {
  margin-top: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-17 {
  margin-top: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-18 {
  margin-top: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-19 {
  margin-top: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-20 {
  margin-top: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-21 {
  margin-top: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-22 {
  margin-top: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-23 {
  margin-top: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-24 {
  margin-top: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-25 {
  margin-top: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mt-auto {
  margin-top: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-0 {
  margin-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-1 {
  margin-right: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-2 {
  margin-right: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-3 {
  margin-right: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-4 {
  margin-right: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-5 {
  margin-right: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-6 {
  margin-right: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-7 {
  margin-right: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-8 {
  margin-right: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-9 {
  margin-right: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-10 {
  margin-right: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-11 {
  margin-right: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-12 {
  margin-right: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-13 {
  margin-right: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-14 {
  margin-right: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-15 {
  margin-right: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-16 {
  margin-right: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-17 {
  margin-right: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-18 {
  margin-right: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-19 {
  margin-right: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-20 {
  margin-right: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-21 {
  margin-right: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-22 {
  margin-right: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-23 {
  margin-right: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-24 {
  margin-right: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-25 {
  margin-right: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.me-auto {
  margin-right: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-1 {
  margin-bottom: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-2 {
  margin-bottom: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-3 {
  margin-bottom: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-4 {
  margin-bottom: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-5 {
  margin-bottom: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-6 {
  margin-bottom: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-7 {
  margin-bottom: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-8 {
  margin-bottom: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-9 {
  margin-bottom: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-10 {
  margin-bottom: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-11 {
  margin-bottom: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-12 {
  margin-bottom: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-13 {
  margin-bottom: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-14 {
  margin-bottom: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-15 {
  margin-bottom: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-16 {
  margin-bottom: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-17 {
  margin-bottom: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-18 {
  margin-bottom: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-19 {
  margin-bottom: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-20 {
  margin-bottom: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-21 {
  margin-bottom: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-22 {
  margin-bottom: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-23 {
  margin-bottom: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-24 {
  margin-bottom: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-25 {
  margin-bottom: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-0 {
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-1 {
  margin-left: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-2 {
  margin-left: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-3 {
  margin-left: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-4 {
  margin-left: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-5 {
  margin-left: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-6 {
  margin-left: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-7 {
  margin-left: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-8 {
  margin-left: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-9 {
  margin-left: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-10 {
  margin-left: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-11 {
  margin-left: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-12 {
  margin-left: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-13 {
  margin-left: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-14 {
  margin-left: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-15 {
  margin-left: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-16 {
  margin-left: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-17 {
  margin-left: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-18 {
  margin-left: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-19 {
  margin-left: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-20 {
  margin-left: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-21 {
  margin-left: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-22 {
  margin-left: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-23 {
  margin-left: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-24 {
  margin-left: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-25 {
  margin-left: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ms-auto {
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-0 {
  padding: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-1 {
  padding: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-2 {
  padding: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-3 {
  padding: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-4 {
  padding: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-5 {
  padding: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-6 {
  padding: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-7 {
  padding: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-8 {
  padding: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-9 {
  padding: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-10 {
  padding: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-11 {
  padding: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-12 {
  padding: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-13 {
  padding: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-14 {
  padding: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-15 {
  padding: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-16 {
  padding: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-17 {
  padding: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-18 {
  padding: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-19 {
  padding: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-20 {
  padding: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-21 {
  padding: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-22 {
  padding: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-23 {
  padding: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-24 {
  padding: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.p-25 {
  padding: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-1 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-2 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-3 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-4 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-5 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-6 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-7 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-8 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-9 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-10 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-11 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-12 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-13 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-14 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-15 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-16 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-17 {
  padding-right: 10.625rem !important;
  padding-left: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-18 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-19 {
  padding-right: 11.875rem !important;
  padding-left: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-20 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-21 {
  padding-right: 13.125rem !important;
  padding-left: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-22 {
  padding-right: 13.75rem !important;
  padding-left: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-23 {
  padding-right: 14.375rem !important;
  padding-left: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-24 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.px-25 {
  padding-right: 15.625rem !important;
  padding-left: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-1 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-2 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-3 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-5 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-6 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-7 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-9 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-10 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-11 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-12 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-13 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-14 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-15 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-16 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-17 {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-18 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-19 {
  padding-top: 11.875rem !important;
  padding-bottom: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-20 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-21 {
  padding-top: 13.125rem !important;
  padding-bottom: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-22 {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-23 {
  padding-top: 14.375rem !important;
  padding-bottom: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-24 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.py-25 {
  padding-top: 15.625rem !important;
  padding-bottom: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-0 {
  padding-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-1 {
  padding-top: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-2 {
  padding-top: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-3 {
  padding-top: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-4 {
  padding-top: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-5 {
  padding-top: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-6 {
  padding-top: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-7 {
  padding-top: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-8 {
  padding-top: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-9 {
  padding-top: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-10 {
  padding-top: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-11 {
  padding-top: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-12 {
  padding-top: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-13 {
  padding-top: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-14 {
  padding-top: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-15 {
  padding-top: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-16 {
  padding-top: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-17 {
  padding-top: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-18 {
  padding-top: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-19 {
  padding-top: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-20 {
  padding-top: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-21 {
  padding-top: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-22 {
  padding-top: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-23 {
  padding-top: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-24 {
  padding-top: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pt-25 {
  padding-top: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-0 {
  padding-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-1 {
  padding-right: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-2 {
  padding-right: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-3 {
  padding-right: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-4 {
  padding-right: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-5 {
  padding-right: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-6 {
  padding-right: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-7 {
  padding-right: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-8 {
  padding-right: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-9 {
  padding-right: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-10 {
  padding-right: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-11 {
  padding-right: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-12 {
  padding-right: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-13 {
  padding-right: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-14 {
  padding-right: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-15 {
  padding-right: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-16 {
  padding-right: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-17 {
  padding-right: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-18 {
  padding-right: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-19 {
  padding-right: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-20 {
  padding-right: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-21 {
  padding-right: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-22 {
  padding-right: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-23 {
  padding-right: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-24 {
  padding-right: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-25 {
  padding-right: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-1 {
  padding-bottom: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-2 {
  padding-bottom: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-3 {
  padding-bottom: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-4 {
  padding-bottom: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-5 {
  padding-bottom: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-6 {
  padding-bottom: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-7 {
  padding-bottom: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-8 {
  padding-bottom: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-9 {
  padding-bottom: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-10 {
  padding-bottom: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-11 {
  padding-bottom: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-12 {
  padding-bottom: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-13 {
  padding-bottom: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-14 {
  padding-bottom: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-15 {
  padding-bottom: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-16 {
  padding-bottom: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-17 {
  padding-bottom: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-18 {
  padding-bottom: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-19 {
  padding-bottom: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-20 {
  padding-bottom: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-21 {
  padding-bottom: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-22 {
  padding-bottom: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-23 {
  padding-bottom: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-24 {
  padding-bottom: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pb-25 {
  padding-bottom: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-0 {
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-1 {
  padding-left: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-2 {
  padding-left: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-3 {
  padding-left: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-4 {
  padding-left: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-5 {
  padding-left: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-6 {
  padding-left: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-7 {
  padding-left: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-8 {
  padding-left: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-9 {
  padding-left: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-10 {
  padding-left: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-11 {
  padding-left: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-12 {
  padding-left: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-13 {
  padding-left: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-14 {
  padding-left: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-15 {
  padding-left: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-16 {
  padding-left: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-17 {
  padding-left: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-18 {
  padding-left: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-19 {
  padding-left: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-20 {
  padding-left: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-21 {
  padding-left: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-22 {
  padding-left: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-23 {
  padding-left: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-24 {
  padding-left: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.ps-25 {
  padding-left: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-0 {
  gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-1 {
  gap: 0.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-2 {
  gap: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-3 {
  gap: 1.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-4 {
  gap: 2.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-5 {
  gap: 3.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-6 {
  gap: 3.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-7 {
  gap: 4.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-8 {
  gap: 5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-9 {
  gap: 5.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-10 {
  gap: 6.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-11 {
  gap: 6.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-12 {
  gap: 7.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-13 {
  gap: 8.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-14 {
  gap: 8.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-15 {
  gap: 9.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-16 {
  gap: 10rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-17 {
  gap: 10.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-18 {
  gap: 11.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-19 {
  gap: 11.875rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-20 {
  gap: 12.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-21 {
  gap: 13.125rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-22 {
  gap: 13.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-23 {
  gap: 14.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-24 {
  gap: 15rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.gap-25 {
  gap: 15.625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fs-6 {
  font-size: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fst-italic {
  font-style: italic !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fst-normal {
  font-style: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fw-light {
  font-weight: 300 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fw-normal {
  font-weight: 400 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fw-bold {
  font-weight: 700 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.lh-1 {
  line-height: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.lh-base {
  line-height: 1.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.lh-lg {
  line-height: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-start {
  text-align: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-end {
  text-align: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-center {
  text-align: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.user-select-all {
  user-select: all !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.user-select-auto {
  user-select: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.user-select-none {
  user-select: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-none {
  pointer-events: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.pe-auto {
  pointer-events: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.visible {
  visibility: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-sm-start {
    float: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-sm-end {
    float: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-sm-none {
    float: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-first {
    order: -1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-0 {
    order: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-1 {
    order: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-2 {
    order: 2 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-3 {
    order: 3 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-4 {
    order: 4 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-5 {
    order: 5 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-sm-last {
    order: 6 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-1 {
    margin: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-2 {
    margin: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-3 {
    margin: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-4 {
    margin: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-5 {
    margin: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-6 {
    margin: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-7 {
    margin: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-8 {
    margin: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-9 {
    margin: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-10 {
    margin: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-11 {
    margin: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-12 {
    margin: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-13 {
    margin: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-14 {
    margin: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-15 {
    margin: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-16 {
    margin: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-17 {
    margin: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-18 {
    margin: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-19 {
    margin: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-20 {
    margin: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-21 {
    margin: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-22 {
    margin: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-23 {
    margin: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-24 {
    margin: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-25 {
    margin: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-21 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-22 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-23 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-24 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-25 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-21 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-22 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-23 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-24 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-25 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-1 {
    margin-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-2 {
    margin-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-3 {
    margin-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-4 {
    margin-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-5 {
    margin-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-6 {
    margin-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-7 {
    margin-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-8 {
    margin-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-9 {
    margin-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-10 {
    margin-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-11 {
    margin-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-12 {
    margin-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-13 {
    margin-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-14 {
    margin-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-15 {
    margin-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-16 {
    margin-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-17 {
    margin-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-18 {
    margin-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-19 {
    margin-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-20 {
    margin-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-21 {
    margin-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-22 {
    margin-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-23 {
    margin-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-24 {
    margin-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-25 {
    margin-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-sm-auto {
    margin-top: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-0 {
    margin-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-1 {
    margin-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-2 {
    margin-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-3 {
    margin-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-4 {
    margin-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-5 {
    margin-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-6 {
    margin-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-7 {
    margin-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-8 {
    margin-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-9 {
    margin-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-10 {
    margin-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-11 {
    margin-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-12 {
    margin-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-13 {
    margin-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-14 {
    margin-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-15 {
    margin-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-16 {
    margin-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-17 {
    margin-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-18 {
    margin-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-19 {
    margin-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-20 {
    margin-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-21 {
    margin-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-22 {
    margin-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-23 {
    margin-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-24 {
    margin-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-25 {
    margin-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-sm-auto {
    margin-right: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-1 {
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-2 {
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-3 {
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-5 {
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-6 {
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-7 {
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-9 {
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-10 {
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-11 {
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-12 {
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-13 {
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-14 {
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-15 {
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-16 {
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-17 {
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-18 {
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-19 {
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-20 {
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-21 {
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-22 {
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-23 {
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-24 {
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-25 {
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-1 {
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-2 {
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-3 {
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-4 {
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-5 {
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-6 {
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-7 {
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-8 {
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-9 {
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-10 {
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-11 {
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-12 {
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-13 {
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-14 {
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-15 {
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-16 {
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-17 {
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-18 {
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-19 {
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-20 {
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-21 {
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-22 {
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-23 {
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-24 {
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-25 {
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-sm-auto {
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-1 {
    padding: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-2 {
    padding: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-3 {
    padding: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-4 {
    padding: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-5 {
    padding: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-6 {
    padding: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-7 {
    padding: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-8 {
    padding: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-9 {
    padding: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-10 {
    padding: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-11 {
    padding: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-12 {
    padding: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-13 {
    padding: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-14 {
    padding: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-15 {
    padding: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-16 {
    padding: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-17 {
    padding: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-18 {
    padding: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-19 {
    padding: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-20 {
    padding: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-21 {
    padding: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-22 {
    padding: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-23 {
    padding: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-24 {
    padding: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-sm-25 {
    padding: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-21 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-22 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-23 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-24 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-sm-25 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-21 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-22 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-23 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-24 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-sm-25 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-1 {
    padding-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-2 {
    padding-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-3 {
    padding-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-4 {
    padding-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-5 {
    padding-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-6 {
    padding-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-7 {
    padding-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-8 {
    padding-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-9 {
    padding-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-10 {
    padding-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-11 {
    padding-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-12 {
    padding-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-13 {
    padding-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-14 {
    padding-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-15 {
    padding-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-16 {
    padding-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-17 {
    padding-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-18 {
    padding-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-19 {
    padding-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-20 {
    padding-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-21 {
    padding-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-22 {
    padding-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-23 {
    padding-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-24 {
    padding-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-sm-25 {
    padding-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-1 {
    padding-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-2 {
    padding-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-3 {
    padding-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-4 {
    padding-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-5 {
    padding-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-6 {
    padding-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-7 {
    padding-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-8 {
    padding-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-9 {
    padding-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-10 {
    padding-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-11 {
    padding-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-12 {
    padding-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-13 {
    padding-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-14 {
    padding-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-15 {
    padding-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-16 {
    padding-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-17 {
    padding-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-18 {
    padding-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-19 {
    padding-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-20 {
    padding-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-21 {
    padding-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-22 {
    padding-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-23 {
    padding-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-24 {
    padding-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-sm-25 {
    padding-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-1 {
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-2 {
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-3 {
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-5 {
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-6 {
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-7 {
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-9 {
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-10 {
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-11 {
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-12 {
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-13 {
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-14 {
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-15 {
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-16 {
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-17 {
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-18 {
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-19 {
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-20 {
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-21 {
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-22 {
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-23 {
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-24 {
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-sm-25 {
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-1 {
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-2 {
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-3 {
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-4 {
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-5 {
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-6 {
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-7 {
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-8 {
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-9 {
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-10 {
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-11 {
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-12 {
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-13 {
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-14 {
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-15 {
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-16 {
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-17 {
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-18 {
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-19 {
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-20 {
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-21 {
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-22 {
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-23 {
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-24 {
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-sm-25 {
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-0 {
    gap: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-1 {
    gap: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-2 {
    gap: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-3 {
    gap: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-4 {
    gap: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-5 {
    gap: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-6 {
    gap: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-7 {
    gap: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-8 {
    gap: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-9 {
    gap: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-10 {
    gap: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-11 {
    gap: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-12 {
    gap: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-13 {
    gap: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-14 {
    gap: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-15 {
    gap: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-16 {
    gap: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-17 {
    gap: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-18 {
    gap: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-19 {
    gap: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-20 {
    gap: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-21 {
    gap: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-22 {
    gap: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-23 {
    gap: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-24 {
    gap: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-sm-25 {
    gap: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-sm-start {
    text-align: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-sm-end {
    text-align: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-md-start {
    float: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-md-end {
    float: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-md-none {
    float: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-md-center {
    align-items: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-md-center {
    align-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-md-center {
    align-self: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-first {
    order: -1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-0 {
    order: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-1 {
    order: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-2 {
    order: 2 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-3 {
    order: 3 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-4 {
    order: 4 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-5 {
    order: 5 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-md-last {
    order: 6 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-1 {
    margin: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-2 {
    margin: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-3 {
    margin: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-4 {
    margin: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-5 {
    margin: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-6 {
    margin: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-7 {
    margin: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-8 {
    margin: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-9 {
    margin: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-10 {
    margin: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-11 {
    margin: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-12 {
    margin: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-13 {
    margin: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-14 {
    margin: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-15 {
    margin: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-16 {
    margin: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-17 {
    margin: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-18 {
    margin: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-19 {
    margin: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-20 {
    margin: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-21 {
    margin: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-22 {
    margin: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-23 {
    margin: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-24 {
    margin: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-25 {
    margin: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-21 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-22 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-23 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-24 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-25 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-21 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-22 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-23 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-24 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-25 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-1 {
    margin-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-2 {
    margin-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-3 {
    margin-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-4 {
    margin-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-5 {
    margin-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-6 {
    margin-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-7 {
    margin-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-8 {
    margin-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-9 {
    margin-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-10 {
    margin-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-11 {
    margin-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-12 {
    margin-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-13 {
    margin-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-14 {
    margin-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-15 {
    margin-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-16 {
    margin-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-17 {
    margin-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-18 {
    margin-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-19 {
    margin-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-20 {
    margin-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-21 {
    margin-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-22 {
    margin-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-23 {
    margin-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-24 {
    margin-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-25 {
    margin-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-md-auto {
    margin-top: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-0 {
    margin-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-1 {
    margin-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-2 {
    margin-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-3 {
    margin-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-4 {
    margin-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-5 {
    margin-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-6 {
    margin-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-7 {
    margin-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-8 {
    margin-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-9 {
    margin-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-10 {
    margin-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-11 {
    margin-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-12 {
    margin-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-13 {
    margin-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-14 {
    margin-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-15 {
    margin-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-16 {
    margin-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-17 {
    margin-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-18 {
    margin-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-19 {
    margin-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-20 {
    margin-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-21 {
    margin-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-22 {
    margin-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-23 {
    margin-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-24 {
    margin-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-25 {
    margin-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-md-auto {
    margin-right: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-1 {
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-2 {
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-3 {
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-5 {
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-6 {
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-7 {
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-8 {
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-9 {
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-10 {
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-11 {
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-12 {
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-13 {
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-14 {
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-15 {
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-16 {
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-17 {
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-18 {
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-19 {
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-20 {
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-21 {
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-22 {
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-23 {
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-24 {
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-25 {
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-0 {
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-1 {
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-2 {
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-3 {
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-4 {
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-5 {
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-6 {
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-7 {
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-8 {
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-9 {
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-10 {
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-11 {
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-12 {
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-13 {
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-14 {
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-15 {
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-16 {
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-17 {
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-18 {
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-19 {
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-20 {
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-21 {
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-22 {
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-23 {
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-24 {
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-25 {
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-md-auto {
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-1 {
    padding: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-2 {
    padding: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-3 {
    padding: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-4 {
    padding: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-5 {
    padding: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-6 {
    padding: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-7 {
    padding: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-8 {
    padding: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-9 {
    padding: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-10 {
    padding: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-11 {
    padding: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-12 {
    padding: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-13 {
    padding: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-14 {
    padding: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-15 {
    padding: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-16 {
    padding: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-17 {
    padding: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-18 {
    padding: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-19 {
    padding: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-20 {
    padding: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-21 {
    padding: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-22 {
    padding: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-23 {
    padding: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-24 {
    padding: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-md-25 {
    padding: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-21 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-22 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-23 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-24 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-md-25 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-21 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-22 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-23 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-24 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-md-25 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-1 {
    padding-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-2 {
    padding-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-3 {
    padding-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-4 {
    padding-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-5 {
    padding-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-6 {
    padding-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-7 {
    padding-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-8 {
    padding-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-9 {
    padding-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-10 {
    padding-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-11 {
    padding-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-12 {
    padding-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-13 {
    padding-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-14 {
    padding-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-15 {
    padding-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-16 {
    padding-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-17 {
    padding-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-18 {
    padding-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-19 {
    padding-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-20 {
    padding-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-21 {
    padding-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-22 {
    padding-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-23 {
    padding-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-24 {
    padding-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-md-25 {
    padding-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-0 {
    padding-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-1 {
    padding-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-2 {
    padding-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-3 {
    padding-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-4 {
    padding-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-5 {
    padding-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-6 {
    padding-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-7 {
    padding-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-8 {
    padding-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-9 {
    padding-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-10 {
    padding-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-11 {
    padding-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-12 {
    padding-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-13 {
    padding-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-14 {
    padding-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-15 {
    padding-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-16 {
    padding-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-17 {
    padding-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-18 {
    padding-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-19 {
    padding-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-20 {
    padding-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-21 {
    padding-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-22 {
    padding-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-23 {
    padding-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-24 {
    padding-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-md-25 {
    padding-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-1 {
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-2 {
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-3 {
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-5 {
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-6 {
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-7 {
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-8 {
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-9 {
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-10 {
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-11 {
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-12 {
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-13 {
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-14 {
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-15 {
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-16 {
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-17 {
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-18 {
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-19 {
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-20 {
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-21 {
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-22 {
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-23 {
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-24 {
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-md-25 {
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-0 {
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-1 {
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-2 {
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-3 {
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-4 {
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-5 {
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-6 {
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-7 {
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-8 {
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-9 {
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-10 {
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-11 {
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-12 {
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-13 {
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-14 {
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-15 {
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-16 {
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-17 {
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-18 {
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-19 {
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-20 {
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-21 {
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-22 {
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-23 {
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-24 {
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-md-25 {
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-0 {
    gap: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-1 {
    gap: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-2 {
    gap: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-3 {
    gap: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-4 {
    gap: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-5 {
    gap: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-6 {
    gap: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-7 {
    gap: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-8 {
    gap: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-9 {
    gap: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-10 {
    gap: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-11 {
    gap: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-12 {
    gap: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-13 {
    gap: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-14 {
    gap: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-15 {
    gap: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-16 {
    gap: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-17 {
    gap: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-18 {
    gap: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-19 {
    gap: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-20 {
    gap: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-21 {
    gap: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-22 {
    gap: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-23 {
    gap: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-24 {
    gap: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-md-25 {
    gap: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-md-start {
    text-align: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-md-end {
    text-align: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-lg-start {
    float: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-lg-end {
    float: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-lg-none {
    float: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-first {
    order: -1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-0 {
    order: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-1 {
    order: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-2 {
    order: 2 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-3 {
    order: 3 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-4 {
    order: 4 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-5 {
    order: 5 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-lg-last {
    order: 6 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-1 {
    margin: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-2 {
    margin: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-3 {
    margin: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-4 {
    margin: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-5 {
    margin: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-6 {
    margin: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-7 {
    margin: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-8 {
    margin: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-9 {
    margin: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-10 {
    margin: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-11 {
    margin: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-12 {
    margin: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-13 {
    margin: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-14 {
    margin: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-15 {
    margin: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-16 {
    margin: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-17 {
    margin: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-18 {
    margin: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-19 {
    margin: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-20 {
    margin: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-21 {
    margin: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-22 {
    margin: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-23 {
    margin: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-24 {
    margin: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-25 {
    margin: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-21 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-22 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-23 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-24 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-25 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-21 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-22 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-23 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-24 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-25 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-1 {
    margin-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-2 {
    margin-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-3 {
    margin-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-4 {
    margin-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-5 {
    margin-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-6 {
    margin-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-7 {
    margin-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-8 {
    margin-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-9 {
    margin-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-10 {
    margin-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-11 {
    margin-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-12 {
    margin-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-13 {
    margin-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-14 {
    margin-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-15 {
    margin-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-16 {
    margin-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-17 {
    margin-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-18 {
    margin-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-19 {
    margin-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-20 {
    margin-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-21 {
    margin-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-22 {
    margin-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-23 {
    margin-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-24 {
    margin-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-25 {
    margin-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-lg-auto {
    margin-top: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-0 {
    margin-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-1 {
    margin-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-2 {
    margin-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-3 {
    margin-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-4 {
    margin-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-5 {
    margin-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-6 {
    margin-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-7 {
    margin-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-8 {
    margin-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-9 {
    margin-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-10 {
    margin-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-11 {
    margin-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-12 {
    margin-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-13 {
    margin-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-14 {
    margin-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-15 {
    margin-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-16 {
    margin-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-17 {
    margin-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-18 {
    margin-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-19 {
    margin-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-20 {
    margin-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-21 {
    margin-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-22 {
    margin-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-23 {
    margin-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-24 {
    margin-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-25 {
    margin-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-lg-auto {
    margin-right: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-1 {
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-2 {
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-3 {
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-4 {
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-5 {
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-6 {
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-7 {
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-9 {
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-10 {
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-11 {
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-12 {
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-13 {
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-14 {
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-15 {
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-16 {
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-17 {
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-18 {
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-19 {
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-20 {
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-21 {
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-22 {
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-23 {
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-24 {
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-25 {
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-1 {
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-2 {
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-3 {
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-4 {
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-5 {
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-6 {
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-7 {
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-8 {
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-9 {
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-10 {
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-11 {
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-12 {
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-13 {
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-14 {
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-15 {
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-16 {
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-17 {
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-18 {
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-19 {
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-20 {
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-21 {
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-22 {
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-23 {
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-24 {
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-25 {
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-lg-auto {
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-1 {
    padding: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-2 {
    padding: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-3 {
    padding: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-4 {
    padding: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-5 {
    padding: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-6 {
    padding: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-7 {
    padding: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-8 {
    padding: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-9 {
    padding: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-10 {
    padding: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-11 {
    padding: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-12 {
    padding: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-13 {
    padding: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-14 {
    padding: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-15 {
    padding: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-16 {
    padding: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-17 {
    padding: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-18 {
    padding: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-19 {
    padding: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-20 {
    padding: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-21 {
    padding: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-22 {
    padding: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-23 {
    padding: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-24 {
    padding: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-lg-25 {
    padding: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-21 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-22 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-23 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-24 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-lg-25 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-21 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-22 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-23 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-24 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-lg-25 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-1 {
    padding-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-2 {
    padding-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-3 {
    padding-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-4 {
    padding-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-5 {
    padding-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-6 {
    padding-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-7 {
    padding-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-8 {
    padding-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-9 {
    padding-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-10 {
    padding-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-11 {
    padding-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-12 {
    padding-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-13 {
    padding-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-14 {
    padding-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-15 {
    padding-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-16 {
    padding-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-17 {
    padding-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-18 {
    padding-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-19 {
    padding-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-20 {
    padding-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-21 {
    padding-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-22 {
    padding-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-23 {
    padding-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-24 {
    padding-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-lg-25 {
    padding-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-1 {
    padding-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-2 {
    padding-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-3 {
    padding-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-4 {
    padding-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-5 {
    padding-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-6 {
    padding-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-7 {
    padding-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-8 {
    padding-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-9 {
    padding-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-10 {
    padding-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-11 {
    padding-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-12 {
    padding-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-13 {
    padding-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-14 {
    padding-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-15 {
    padding-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-16 {
    padding-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-17 {
    padding-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-18 {
    padding-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-19 {
    padding-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-20 {
    padding-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-21 {
    padding-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-22 {
    padding-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-23 {
    padding-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-24 {
    padding-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-lg-25 {
    padding-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-1 {
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-2 {
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-3 {
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-4 {
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-5 {
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-6 {
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-7 {
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-9 {
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-10 {
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-11 {
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-12 {
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-13 {
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-14 {
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-15 {
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-16 {
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-17 {
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-18 {
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-19 {
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-20 {
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-21 {
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-22 {
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-23 {
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-24 {
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-lg-25 {
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-1 {
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-2 {
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-3 {
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-4 {
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-5 {
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-6 {
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-7 {
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-8 {
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-9 {
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-10 {
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-11 {
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-12 {
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-13 {
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-14 {
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-15 {
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-16 {
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-17 {
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-18 {
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-19 {
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-20 {
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-21 {
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-22 {
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-23 {
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-24 {
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-lg-25 {
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-0 {
    gap: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-1 {
    gap: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-2 {
    gap: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-3 {
    gap: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-4 {
    gap: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-5 {
    gap: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-6 {
    gap: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-7 {
    gap: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-8 {
    gap: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-9 {
    gap: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-10 {
    gap: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-11 {
    gap: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-12 {
    gap: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-13 {
    gap: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-14 {
    gap: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-15 {
    gap: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-16 {
    gap: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-17 {
    gap: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-18 {
    gap: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-19 {
    gap: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-20 {
    gap: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-21 {
    gap: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-22 {
    gap: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-23 {
    gap: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-24 {
    gap: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-lg-25 {
    gap: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-lg-start {
    text-align: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-lg-end {
    text-align: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-xl-start {
    float: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-xl-end {
    float: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-xl-none {
    float: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-first {
    order: -1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-0 {
    order: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-1 {
    order: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-2 {
    order: 2 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-3 {
    order: 3 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-4 {
    order: 4 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-5 {
    order: 5 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xl-last {
    order: 6 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-1 {
    margin: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-2 {
    margin: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-3 {
    margin: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-4 {
    margin: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-5 {
    margin: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-6 {
    margin: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-7 {
    margin: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-8 {
    margin: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-9 {
    margin: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-10 {
    margin: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-11 {
    margin: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-12 {
    margin: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-13 {
    margin: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-14 {
    margin: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-15 {
    margin: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-16 {
    margin: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-17 {
    margin: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-18 {
    margin: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-19 {
    margin: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-20 {
    margin: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-21 {
    margin: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-22 {
    margin: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-23 {
    margin: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-24 {
    margin: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-25 {
    margin: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-21 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-22 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-23 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-24 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-25 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-21 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-22 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-23 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-24 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-25 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-1 {
    margin-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-2 {
    margin-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-3 {
    margin-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-4 {
    margin-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-5 {
    margin-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-6 {
    margin-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-7 {
    margin-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-8 {
    margin-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-9 {
    margin-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-10 {
    margin-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-11 {
    margin-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-12 {
    margin-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-13 {
    margin-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-14 {
    margin-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-15 {
    margin-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-16 {
    margin-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-17 {
    margin-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-18 {
    margin-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-19 {
    margin-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-20 {
    margin-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-21 {
    margin-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-22 {
    margin-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-23 {
    margin-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-24 {
    margin-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-25 {
    margin-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xl-auto {
    margin-top: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-0 {
    margin-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-1 {
    margin-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-2 {
    margin-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-3 {
    margin-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-4 {
    margin-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-5 {
    margin-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-6 {
    margin-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-7 {
    margin-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-8 {
    margin-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-9 {
    margin-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-10 {
    margin-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-11 {
    margin-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-12 {
    margin-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-13 {
    margin-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-14 {
    margin-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-15 {
    margin-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-16 {
    margin-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-17 {
    margin-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-18 {
    margin-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-19 {
    margin-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-20 {
    margin-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-21 {
    margin-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-22 {
    margin-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-23 {
    margin-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-24 {
    margin-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-25 {
    margin-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xl-auto {
    margin-right: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-1 {
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-2 {
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-3 {
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-4 {
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-5 {
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-6 {
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-7 {
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-9 {
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-10 {
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-11 {
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-12 {
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-13 {
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-14 {
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-15 {
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-16 {
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-17 {
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-18 {
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-19 {
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-20 {
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-21 {
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-22 {
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-23 {
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-24 {
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-25 {
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-1 {
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-2 {
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-3 {
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-4 {
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-5 {
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-6 {
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-7 {
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-8 {
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-9 {
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-10 {
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-11 {
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-12 {
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-13 {
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-14 {
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-15 {
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-16 {
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-17 {
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-18 {
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-19 {
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-20 {
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-21 {
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-22 {
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-23 {
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-24 {
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-25 {
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xl-auto {
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-1 {
    padding: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-2 {
    padding: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-3 {
    padding: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-4 {
    padding: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-5 {
    padding: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-6 {
    padding: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-7 {
    padding: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-8 {
    padding: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-9 {
    padding: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-10 {
    padding: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-11 {
    padding: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-12 {
    padding: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-13 {
    padding: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-14 {
    padding: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-15 {
    padding: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-16 {
    padding: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-17 {
    padding: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-18 {
    padding: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-19 {
    padding: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-20 {
    padding: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-21 {
    padding: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-22 {
    padding: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-23 {
    padding: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-24 {
    padding: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xl-25 {
    padding: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-21 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-22 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-23 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-24 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xl-25 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-21 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-22 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-23 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-24 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xl-25 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-1 {
    padding-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-2 {
    padding-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-3 {
    padding-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-4 {
    padding-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-5 {
    padding-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-6 {
    padding-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-7 {
    padding-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-8 {
    padding-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-9 {
    padding-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-10 {
    padding-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-11 {
    padding-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-12 {
    padding-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-13 {
    padding-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-14 {
    padding-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-15 {
    padding-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-16 {
    padding-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-17 {
    padding-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-18 {
    padding-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-19 {
    padding-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-20 {
    padding-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-21 {
    padding-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-22 {
    padding-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-23 {
    padding-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-24 {
    padding-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xl-25 {
    padding-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-1 {
    padding-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-2 {
    padding-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-3 {
    padding-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-4 {
    padding-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-5 {
    padding-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-6 {
    padding-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-7 {
    padding-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-8 {
    padding-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-9 {
    padding-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-10 {
    padding-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-11 {
    padding-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-12 {
    padding-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-13 {
    padding-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-14 {
    padding-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-15 {
    padding-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-16 {
    padding-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-17 {
    padding-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-18 {
    padding-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-19 {
    padding-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-20 {
    padding-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-21 {
    padding-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-22 {
    padding-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-23 {
    padding-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-24 {
    padding-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xl-25 {
    padding-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-1 {
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-2 {
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-3 {
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-4 {
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-5 {
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-6 {
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-7 {
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-9 {
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-10 {
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-11 {
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-12 {
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-13 {
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-14 {
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-15 {
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-16 {
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-17 {
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-18 {
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-19 {
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-20 {
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-21 {
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-22 {
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-23 {
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-24 {
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xl-25 {
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-1 {
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-2 {
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-3 {
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-4 {
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-5 {
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-6 {
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-7 {
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-8 {
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-9 {
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-10 {
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-11 {
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-12 {
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-13 {
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-14 {
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-15 {
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-16 {
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-17 {
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-18 {
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-19 {
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-20 {
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-21 {
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-22 {
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-23 {
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-24 {
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xl-25 {
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-0 {
    gap: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-1 {
    gap: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-2 {
    gap: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-3 {
    gap: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-4 {
    gap: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-5 {
    gap: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-6 {
    gap: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-7 {
    gap: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-8 {
    gap: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-9 {
    gap: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-10 {
    gap: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-11 {
    gap: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-12 {
    gap: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-13 {
    gap: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-14 {
    gap: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-15 {
    gap: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-16 {
    gap: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-17 {
    gap: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-18 {
    gap: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-19 {
    gap: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-20 {
    gap: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-21 {
    gap: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-22 {
    gap: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-23 {
    gap: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-24 {
    gap: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xl-25 {
    gap: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-xl-start {
    text-align: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-xl-end {
    text-align: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-xxl-start {
    float: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-xxl-end {
    float: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-xxl-none {
    float: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-xxl-none {
    display: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-row {
    flex-direction: row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-column {
    flex-direction: column !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xxl-center {
    align-items: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xxl-center {
    align-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xxl-center {
    align-self: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-first {
    order: -1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-0 {
    order: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-1 {
    order: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-2 {
    order: 2 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-3 {
    order: 3 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-4 {
    order: 4 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-5 {
    order: 5 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-xxl-last {
    order: 6 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-0 {
    margin: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-1 {
    margin: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-2 {
    margin: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-3 {
    margin: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-4 {
    margin: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-5 {
    margin: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-6 {
    margin: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-7 {
    margin: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-8 {
    margin: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-9 {
    margin: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-10 {
    margin: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-11 {
    margin: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-12 {
    margin: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-13 {
    margin: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-14 {
    margin: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-15 {
    margin: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-16 {
    margin: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-17 {
    margin: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-18 {
    margin: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-19 {
    margin: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-20 {
    margin: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-21 {
    margin: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-22 {
    margin: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-23 {
    margin: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-24 {
    margin: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-25 {
    margin: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-xxl-auto {
    margin: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-21 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-22 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-23 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-24 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-25 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-21 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-22 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-23 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-24 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-25 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-1 {
    margin-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-2 {
    margin-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-3 {
    margin-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-4 {
    margin-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-5 {
    margin-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-6 {
    margin-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-7 {
    margin-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-8 {
    margin-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-9 {
    margin-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-10 {
    margin-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-11 {
    margin-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-12 {
    margin-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-13 {
    margin-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-14 {
    margin-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-15 {
    margin-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-16 {
    margin-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-17 {
    margin-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-18 {
    margin-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-19 {
    margin-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-20 {
    margin-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-21 {
    margin-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-22 {
    margin-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-23 {
    margin-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-24 {
    margin-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-25 {
    margin-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-1 {
    margin-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-2 {
    margin-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-3 {
    margin-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-4 {
    margin-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-5 {
    margin-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-6 {
    margin-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-7 {
    margin-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-8 {
    margin-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-9 {
    margin-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-10 {
    margin-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-11 {
    margin-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-12 {
    margin-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-13 {
    margin-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-14 {
    margin-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-15 {
    margin-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-16 {
    margin-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-17 {
    margin-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-18 {
    margin-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-19 {
    margin-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-20 {
    margin-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-21 {
    margin-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-22 {
    margin-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-23 {
    margin-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-24 {
    margin-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-25 {
    margin-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-xxl-auto {
    margin-right: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-1 {
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-2 {
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-3 {
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-4 {
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-5 {
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-6 {
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-7 {
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-8 {
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-9 {
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-10 {
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-11 {
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-12 {
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-13 {
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-14 {
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-15 {
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-16 {
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-17 {
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-18 {
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-19 {
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-20 {
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-21 {
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-22 {
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-23 {
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-24 {
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-25 {
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-1 {
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-2 {
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-3 {
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-4 {
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-5 {
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-6 {
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-7 {
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-8 {
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-9 {
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-10 {
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-11 {
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-12 {
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-13 {
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-14 {
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-15 {
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-16 {
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-17 {
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-18 {
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-19 {
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-20 {
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-21 {
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-22 {
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-23 {
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-24 {
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-25 {
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-0 {
    padding: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-1 {
    padding: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-2 {
    padding: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-3 {
    padding: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-4 {
    padding: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-5 {
    padding: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-6 {
    padding: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-7 {
    padding: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-8 {
    padding: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-9 {
    padding: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-10 {
    padding: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-11 {
    padding: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-12 {
    padding: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-13 {
    padding: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-14 {
    padding: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-15 {
    padding: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-16 {
    padding: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-17 {
    padding: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-18 {
    padding: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-19 {
    padding: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-20 {
    padding: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-21 {
    padding: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-22 {
    padding: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-23 {
    padding: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-24 {
    padding: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-xxl-25 {
    padding: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-21 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-22 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-23 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-24 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-xxl-25 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-21 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-22 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-23 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-24 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-xxl-25 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-1 {
    padding-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-2 {
    padding-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-3 {
    padding-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-4 {
    padding-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-5 {
    padding-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-6 {
    padding-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-7 {
    padding-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-8 {
    padding-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-9 {
    padding-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-10 {
    padding-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-11 {
    padding-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-12 {
    padding-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-13 {
    padding-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-14 {
    padding-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-15 {
    padding-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-16 {
    padding-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-17 {
    padding-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-18 {
    padding-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-19 {
    padding-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-20 {
    padding-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-21 {
    padding-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-22 {
    padding-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-23 {
    padding-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-24 {
    padding-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-xxl-25 {
    padding-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-1 {
    padding-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-2 {
    padding-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-3 {
    padding-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-4 {
    padding-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-5 {
    padding-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-6 {
    padding-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-7 {
    padding-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-8 {
    padding-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-9 {
    padding-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-10 {
    padding-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-11 {
    padding-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-12 {
    padding-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-13 {
    padding-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-14 {
    padding-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-15 {
    padding-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-16 {
    padding-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-17 {
    padding-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-18 {
    padding-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-19 {
    padding-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-20 {
    padding-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-21 {
    padding-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-22 {
    padding-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-23 {
    padding-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-24 {
    padding-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-xxl-25 {
    padding-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-1 {
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-2 {
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-3 {
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-4 {
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-5 {
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-6 {
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-7 {
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-8 {
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-9 {
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-10 {
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-11 {
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-12 {
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-13 {
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-14 {
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-15 {
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-16 {
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-17 {
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-18 {
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-19 {
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-20 {
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-21 {
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-22 {
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-23 {
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-24 {
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-xxl-25 {
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-1 {
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-2 {
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-3 {
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-4 {
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-5 {
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-6 {
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-7 {
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-8 {
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-9 {
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-10 {
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-11 {
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-12 {
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-13 {
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-14 {
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-15 {
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-16 {
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-17 {
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-18 {
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-19 {
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-20 {
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-21 {
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-22 {
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-23 {
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-24 {
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-xxl-25 {
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-0 {
    gap: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-1 {
    gap: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-2 {
    gap: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-3 {
    gap: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-4 {
    gap: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-5 {
    gap: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-6 {
    gap: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-7 {
    gap: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-8 {
    gap: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-9 {
    gap: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-10 {
    gap: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-11 {
    gap: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-12 {
    gap: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-13 {
    gap: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-14 {
    gap: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-15 {
    gap: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-16 {
    gap: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-17 {
    gap: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-18 {
    gap: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-19 {
    gap: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-20 {
    gap: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-21 {
    gap: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-22 {
    gap: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-23 {
    gap: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-24 {
    gap: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-xxl-25 {
    gap: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-xxl-start {
    text-align: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-xxl-end {
    text-align: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-4k-start {
    float: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-4k-end {
    float: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .float-4k-none {
    float: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-4k-none {
    display: none !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-fill {
    flex: 1 1 auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-row {
    flex-direction: row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-column {
    flex-direction: column !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-wrap {
    flex-wrap: wrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .flex-4k-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-4k-start {
    justify-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-4k-end {
    justify-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-4k-center {
    justify-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-4k-between {
    justify-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-4k-around {
    justify-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .justify-content-4k-evenly {
    justify-content: space-evenly !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-4k-start {
    align-items: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-4k-end {
    align-items: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-4k-center {
    align-items: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-4k-baseline {
    align-items: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-items-4k-stretch {
    align-items: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-4k-start {
    align-content: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-4k-end {
    align-content: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-4k-center {
    align-content: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-4k-between {
    align-content: space-between !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-4k-around {
    align-content: space-around !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-content-4k-stretch {
    align-content: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-4k-auto {
    align-self: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-4k-start {
    align-self: flex-start !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-4k-end {
    align-self: flex-end !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-4k-center {
    align-self: center !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-4k-baseline {
    align-self: baseline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .align-self-4k-stretch {
    align-self: stretch !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-first {
    order: -1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-0 {
    order: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-1 {
    order: 1 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-2 {
    order: 2 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-3 {
    order: 3 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-4 {
    order: 4 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-5 {
    order: 5 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .order-4k-last {
    order: 6 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-0 {
    margin: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-1 {
    margin: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-2 {
    margin: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-3 {
    margin: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-4 {
    margin: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-5 {
    margin: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-6 {
    margin: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-7 {
    margin: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-8 {
    margin: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-9 {
    margin: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-10 {
    margin: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-11 {
    margin: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-12 {
    margin: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-13 {
    margin: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-14 {
    margin: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-15 {
    margin: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-16 {
    margin: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-17 {
    margin: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-18 {
    margin: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-19 {
    margin: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-20 {
    margin: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-21 {
    margin: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-22 {
    margin: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-23 {
    margin: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-24 {
    margin: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-25 {
    margin: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .m-4k-auto {
    margin: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-21 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-22 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-23 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-24 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-25 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mx-4k-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-21 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-22 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-23 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-24 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-25 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .my-4k-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-0 {
    margin-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-1 {
    margin-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-2 {
    margin-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-3 {
    margin-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-4 {
    margin-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-5 {
    margin-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-6 {
    margin-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-7 {
    margin-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-8 {
    margin-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-9 {
    margin-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-10 {
    margin-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-11 {
    margin-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-12 {
    margin-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-13 {
    margin-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-14 {
    margin-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-15 {
    margin-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-16 {
    margin-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-17 {
    margin-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-18 {
    margin-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-19 {
    margin-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-20 {
    margin-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-21 {
    margin-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-22 {
    margin-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-23 {
    margin-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-24 {
    margin-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-25 {
    margin-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mt-4k-auto {
    margin-top: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-0 {
    margin-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-1 {
    margin-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-2 {
    margin-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-3 {
    margin-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-4 {
    margin-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-5 {
    margin-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-6 {
    margin-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-7 {
    margin-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-8 {
    margin-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-9 {
    margin-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-10 {
    margin-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-11 {
    margin-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-12 {
    margin-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-13 {
    margin-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-14 {
    margin-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-15 {
    margin-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-16 {
    margin-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-17 {
    margin-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-18 {
    margin-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-19 {
    margin-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-20 {
    margin-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-21 {
    margin-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-22 {
    margin-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-23 {
    margin-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-24 {
    margin-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-25 {
    margin-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .me-4k-auto {
    margin-right: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-0 {
    margin-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-1 {
    margin-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-2 {
    margin-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-3 {
    margin-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-4 {
    margin-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-5 {
    margin-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-6 {
    margin-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-7 {
    margin-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-8 {
    margin-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-9 {
    margin-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-10 {
    margin-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-11 {
    margin-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-12 {
    margin-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-13 {
    margin-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-14 {
    margin-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-15 {
    margin-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-16 {
    margin-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-17 {
    margin-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-18 {
    margin-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-19 {
    margin-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-20 {
    margin-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-21 {
    margin-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-22 {
    margin-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-23 {
    margin-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-24 {
    margin-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-25 {
    margin-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .mb-4k-auto {
    margin-bottom: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-0 {
    margin-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-1 {
    margin-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-2 {
    margin-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-3 {
    margin-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-4 {
    margin-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-5 {
    margin-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-6 {
    margin-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-7 {
    margin-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-8 {
    margin-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-9 {
    margin-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-10 {
    margin-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-11 {
    margin-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-12 {
    margin-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-13 {
    margin-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-14 {
    margin-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-15 {
    margin-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-16 {
    margin-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-17 {
    margin-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-18 {
    margin-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-19 {
    margin-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-20 {
    margin-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-21 {
    margin-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-22 {
    margin-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-23 {
    margin-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-24 {
    margin-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-25 {
    margin-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ms-4k-auto {
    margin-left: auto !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-0 {
    padding: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-1 {
    padding: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-2 {
    padding: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-3 {
    padding: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-4 {
    padding: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-5 {
    padding: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-6 {
    padding: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-7 {
    padding: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-8 {
    padding: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-9 {
    padding: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-10 {
    padding: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-11 {
    padding: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-12 {
    padding: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-13 {
    padding: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-14 {
    padding: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-15 {
    padding: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-16 {
    padding: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-17 {
    padding: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-18 {
    padding: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-19 {
    padding: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-20 {
    padding: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-21 {
    padding: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-22 {
    padding: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-23 {
    padding: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-24 {
    padding: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .p-4k-25 {
    padding: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-21 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-22 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-23 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-24 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .px-4k-25 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-21 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-22 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-23 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-24 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .py-4k-25 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-0 {
    padding-top: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-1 {
    padding-top: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-2 {
    padding-top: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-3 {
    padding-top: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-4 {
    padding-top: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-5 {
    padding-top: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-6 {
    padding-top: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-7 {
    padding-top: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-8 {
    padding-top: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-9 {
    padding-top: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-10 {
    padding-top: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-11 {
    padding-top: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-12 {
    padding-top: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-13 {
    padding-top: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-14 {
    padding-top: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-15 {
    padding-top: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-16 {
    padding-top: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-17 {
    padding-top: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-18 {
    padding-top: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-19 {
    padding-top: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-20 {
    padding-top: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-21 {
    padding-top: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-22 {
    padding-top: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-23 {
    padding-top: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-24 {
    padding-top: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pt-4k-25 {
    padding-top: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-0 {
    padding-right: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-1 {
    padding-right: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-2 {
    padding-right: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-3 {
    padding-right: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-4 {
    padding-right: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-5 {
    padding-right: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-6 {
    padding-right: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-7 {
    padding-right: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-8 {
    padding-right: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-9 {
    padding-right: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-10 {
    padding-right: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-11 {
    padding-right: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-12 {
    padding-right: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-13 {
    padding-right: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-14 {
    padding-right: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-15 {
    padding-right: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-16 {
    padding-right: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-17 {
    padding-right: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-18 {
    padding-right: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-19 {
    padding-right: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-20 {
    padding-right: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-21 {
    padding-right: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-22 {
    padding-right: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-23 {
    padding-right: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-24 {
    padding-right: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pe-4k-25 {
    padding-right: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-0 {
    padding-bottom: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-1 {
    padding-bottom: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-2 {
    padding-bottom: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-3 {
    padding-bottom: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-4 {
    padding-bottom: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-5 {
    padding-bottom: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-6 {
    padding-bottom: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-7 {
    padding-bottom: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-8 {
    padding-bottom: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-9 {
    padding-bottom: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-10 {
    padding-bottom: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-11 {
    padding-bottom: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-12 {
    padding-bottom: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-13 {
    padding-bottom: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-14 {
    padding-bottom: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-15 {
    padding-bottom: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-16 {
    padding-bottom: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-17 {
    padding-bottom: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-18 {
    padding-bottom: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-19 {
    padding-bottom: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-20 {
    padding-bottom: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-21 {
    padding-bottom: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-22 {
    padding-bottom: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-23 {
    padding-bottom: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-24 {
    padding-bottom: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .pb-4k-25 {
    padding-bottom: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-0 {
    padding-left: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-1 {
    padding-left: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-2 {
    padding-left: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-3 {
    padding-left: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-4 {
    padding-left: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-5 {
    padding-left: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-6 {
    padding-left: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-7 {
    padding-left: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-8 {
    padding-left: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-9 {
    padding-left: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-10 {
    padding-left: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-11 {
    padding-left: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-12 {
    padding-left: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-13 {
    padding-left: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-14 {
    padding-left: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-15 {
    padding-left: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-16 {
    padding-left: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-17 {
    padding-left: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-18 {
    padding-left: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-19 {
    padding-left: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-20 {
    padding-left: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-21 {
    padding-left: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-22 {
    padding-left: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-23 {
    padding-left: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-24 {
    padding-left: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .ps-4k-25 {
    padding-left: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-0 {
    gap: 0 !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-1 {
    gap: 0.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-2 {
    gap: 1.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-3 {
    gap: 1.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-4 {
    gap: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-5 {
    gap: 3.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-6 {
    gap: 3.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-7 {
    gap: 4.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-8 {
    gap: 5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-9 {
    gap: 5.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-10 {
    gap: 6.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-11 {
    gap: 6.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-12 {
    gap: 7.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-13 {
    gap: 8.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-14 {
    gap: 8.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-15 {
    gap: 9.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-16 {
    gap: 10rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-17 {
    gap: 10.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-18 {
    gap: 11.25rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-19 {
    gap: 11.875rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-20 {
    gap: 12.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-21 {
    gap: 13.125rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-22 {
    gap: 13.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-23 {
    gap: 14.375rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-24 {
    gap: 15rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .gap-4k-25 {
    gap: 15.625rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-4k-start {
    text-align: left !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-4k-end {
    text-align: right !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .text-4k-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .fs-1 {
    font-size: 2.5rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .fs-2 {
    font-size: 2rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .fs-3 {
    font-size: 1.75rem !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-inline {
    display: inline !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-block {
    display: block !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-grid {
    display: grid !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-flex {
    display: flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */

  .d-print-none {
    display: none !important;
  }
}

/* line 1, resources/assets/styles/autoload/_ctas.scss */

.ctas {
  position: relative;
  margin: 0 0 170px;
  padding: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  /* line 1, resources/assets/styles/autoload/_ctas.scss */

  .ctas {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/autoload/_ctas.scss */

  .ctas {
    margin-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  /* line 16, resources/assets/styles/autoload/_ctas.scss */

  .ctas.ctas-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 22, resources/assets/styles/autoload/_ctas.scss */

  .ctas.ctas-mobile {
    display: none;
  }
}

/* line 28, resources/assets/styles/autoload/_ctas.scss */

.ctas h1,
.ctas .h1 {
  font-size: 40px;
  font-weight: 400;
  color: #C30045;
  padding: 0;
  position: relative;
  line-height: 50px;
  clear: both;
  max-width: 650px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  /* line 28, resources/assets/styles/autoload/_ctas.scss */

  .ctas h1,
  .ctas .h1 {
    font-size: 24px;
    padding-left: 60px;
  }
}

@media (max-width: 575.98px) {
  /* line 28, resources/assets/styles/autoload/_ctas.scss */

  .ctas h1,
  .ctas .h1 {
    font-size: 16px;
    padding-left: 30px;
  }
}

/* line 49, resources/assets/styles/autoload/_ctas.scss */

.ctas h1 strong,
.ctas .h1 strong {
  display: block;
  font-weight: 600;
  font-size: 75px;
  transform: translateX(-116px);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  /* line 49, resources/assets/styles/autoload/_ctas.scss */

  .ctas h1 strong,
  .ctas .h1 strong {
    font-size: 55px;
    transform: translateX(-60px);
  }
}

@media (max-width: 575.98px) {
  /* line 49, resources/assets/styles/autoload/_ctas.scss */

  .ctas h1 strong,
  .ctas .h1 strong {
    font-size: 25px;
    transform: none;
    display: inline;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 49, resources/assets/styles/autoload/_ctas.scss */

  .ctas h1 strong,
  .ctas .h1 strong {
    font-size: 25px;
    transform: none;
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 49, resources/assets/styles/autoload/_ctas.scss */

  .ctas h1 strong,
  .ctas .h1 strong {
    transform: none;
    display: inline;
  }
}

/* line 85, resources/assets/styles/autoload/_ctas.scss */

.ctas h1 span,
.ctas .h1 span {
  display: block;
  text-align: right;
  color: #51626f;
  padding-top: 5px;
}

/* line 93, resources/assets/styles/autoload/_ctas.scss */

.ctas h2,
.ctas .h2 {
  font-size: 30px;
  font-weight: 300;
  color: #51626f;
  margin: 10px 0 0 63px;
}

@media (max-width: 767.98px) {
  /* line 93, resources/assets/styles/autoload/_ctas.scss */

  .ctas h2,
  .ctas .h2 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  /* line 93, resources/assets/styles/autoload/_ctas.scss */

  .ctas h2,
  .ctas .h2 {
    font-size: 16px;
  }
}

/* line 108, resources/assets/styles/autoload/_ctas.scss */

.ctas h3,
.ctas .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  /* line 115, resources/assets/styles/autoload/_ctas.scss */

  .ctas .cta-item {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 120, resources/assets/styles/autoload/_ctas.scss */

  .ctas .cta-item .btn {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 120, resources/assets/styles/autoload/_ctas.scss */

  .ctas .cta-item .btn {
    margin-right: 0;
  }
}

/* line 132, resources/assets/styles/autoload/_ctas.scss */

.ctas p {
  color: #51626f;
}

@media (max-width: 575.98px) {
  /* line 132, resources/assets/styles/autoload/_ctas.scss */

  .ctas p {
    font-size: 14px;
  }
}

/* line 141, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .btn.btn-primary,
.ctas #ctaCarousel .btn.btn-primary-ghost,
.ctas #ctaCarousel .btn.btn-primary-ghost {
  font-weight: 500;
}

/* line 145, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .carousel-indicators {
  position: static;
  display: block;
  justify-content: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 153, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .carousel-indicators [data-bs-target] {
  position: relative;
  flex: none;
  width: auto;
  height: auto;
  margin: 0 30px 0 0;
  padding: 0 0 10px;
  background-color: transparent;
  opacity: 1;
  color: #51626f;
  font-size: 20px;
  font-weight: 600;
  text-indent: initial;
  transition: all linear 150ms;
}

/* line 168, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .carousel-indicators [data-bs-target]:hover {
  color: #C30045;
}

/* line 172, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .carousel-indicators [data-bs-target].active {
  background-color: #C30045;
}

/* line 179, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .carousel-item p {
  margin: 30px 0;
  font-size: 20px;
  line-height: 1.5;
}

/* line 185, resources/assets/styles/autoload/_ctas.scss */

.ctas #ctaCarousel .carousel-item .btn {
  margin-right: 30px;
  border-color: transparent;
}

/* line 192, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta {
  margin-top: 40px;
}

/* line 195, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta .accordion-item {
  border: none;
  background-color: none;
  border-radius: 0;
}

/* line 200, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta .accordion-item .accordion-body {
  padding: 0;
}

/* line 204, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta .accordion-item .cta-item {
  margin-top: 10px;
  padding: 0 15px;
}

/* line 210, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta h3,
.ctas .accordionCta .h3 {
  margin-bottom: 20px;
}

/* line 213, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta h3 button,
.ctas .accordionCta .h3 button {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #51626f;
  background-color: transparent;
  box-shadow: none;
  transition: all linear 150ms;
}

/* line 222, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta h3 button span,
.ctas .accordionCta .h3 button span {
  order: 2;
}

/* line 226, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta h3 button::after,
.ctas .accordionCta .h3 button::after {
  order: 1;
  margin: 0 10px 0 0;
  transform: rotate(-90deg);
  background-image: none;
  height: 0;
  width: 0;
  border-top: 11px solid #51626f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/* line 239, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta h3 button:not(.collapsed),
.ctas .accordionCta .h3 button:not(.collapsed) {
  color: #C30045;
  font-size: 20px;
}

/* line 243, resources/assets/styles/autoload/_ctas.scss */

.ctas .accordionCta h3 button:not(.collapsed)::after,
.ctas .accordionCta .h3 button:not(.collapsed)::after {
  transform: rotate(0deg);
  border-top-color: #C30045;
}

/* line 5, resources/assets/styles/autoload/_exceptions.scss */

.story-featured .story-item-featured.story-item-741 .story-metas,
.story-featured .story-item-featured.story-item-742 .story-metas {
  margin-top: 40px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 16, resources/assets/styles/autoload/_exceptions.scss */

  .single-successstory.postid-886 .successstory-header .story-profil,
  .single-successstory.postid-888 .successstory-header .story-profil {
    max-height: 500px !important;
  }
}

/* line 1, resources/assets/styles/autoload/_stories.scss */

.story-quote {
  color: black;
}

/* line 5, resources/assets/styles/autoload/_stories.scss */

.story-featured {
  position: relative;
  margin: 50px 0 0;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  /* line 5, resources/assets/styles/autoload/_stories.scss */

  .story-featured {
    margin-top: 30px;
  }
}

/* line 18, resources/assets/styles/autoload/_stories.scss */

.story-featured::after {
  content: "";
  display: none;
  /* position: absolute;
    top: -200px;
    right: -300px;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
    pointer-events: none;*/
}

/* line 30, resources/assets/styles/autoload/_stories.scss */

.story-featured > .container {
  position: relative;
}

/* line 34, resources/assets/styles/autoload/_stories.scss */

.story-featured > .container::before {
  content: "";
  position: absolute;
  left: -850px;
  bottom: -450px;
  width: 1274px;
  height: 835px;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/item_3d.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  /* line 34, resources/assets/styles/autoload/_stories.scss */

  .story-featured > .container::before {
    left: -855px;
  }
}

@media (max-width: 1199.98px) {
  /* line 34, resources/assets/styles/autoload/_stories.scss */

  .story-featured > .container::before {
    width: 600px;
    bottom: -250px;
    left: -340px;
  }
}

@media (max-width: 991.98px) {
  /* line 34, resources/assets/styles/autoload/_stories.scss */

  .story-featured > .container::before {
    left: -440px;
  }
}

@media (max-width: 767.98px) {
  /* line 34, resources/assets/styles/autoload/_stories.scss */

  .story-featured > .container::before {
    display: none;
  }
}

/* line 70, resources/assets/styles/autoload/_stories.scss */

.story-featured h1,
.story-featured .h1 {
  margin: 0 0 35px 50px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.75px;
  font-size: 75px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  /* line 70, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1,
  .story-featured .h1 {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 70, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1,
  .story-featured .h1 {
    margin-left: 15px;
  }
}

/* line 87, resources/assets/styles/autoload/_stories.scss */

.story-featured h1 span,
.story-featured .h1 span {
  display: block;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  /* line 87, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1 span,
  .story-featured .h1 span {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 87, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1 span,
  .story-featured .h1 span {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 106, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1 span:nth-child(1),
  .story-featured .h1 span:nth-child(1) {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.45px;
    line-height: 41.34px;
  }
}

@media (max-width: 767.98px) {
  /* line 115, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1 span:nth-child(2),
  .story-featured .h1 span:nth-child(2) {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.18px;
  }
}

/* line 128, resources/assets/styles/autoload/_stories.scss */

.story-featured h1::after,
.story-featured .h1::after {
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 128, resources/assets/styles/autoload/_stories.scss */

  .story-featured h1::after,
  .story-featured .h1::after {
    content: "";
    position: absolute;
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/item_3d.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scaleX(-1);
    width: 405px;
    height: 210px;
    top: -40px;
    right: -160px;
    z-index: -1;
  }
}

/* line 148, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured {
  pointer-events: all;
  z-index: 2;
}

@media (max-width: 575.98px) {
  /* line 148, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured {
    margin-top: -430px;
  }
}

@media (max-width: 575.98px) {
  /* line 156, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-pagination {
    display: none;
  }
}

/* line 167, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 100px;
  height: 8px;
  background-color: #ffffff70;
  border-radius: 5%;
  margin: 0 4px;
  cursor: pointer;
}

/* line 176, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-pagination .swiper-pagination-bullet:hover,
.story-featured .swiper-featured .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* line 183, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button-container {
  position: relative;
  min-height: 1px;
  z-index: 10;
  transform: translateY(330px);
}

@media (max-width: 575.98px) {
  /* line 183, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button-container {
    width: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 25px;
    transform: none;
  }
}

/* line 200, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button {
  position: absolute;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  /* line 200, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button {
    display: flex;
  }
}

/* line 211, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button .label {
  position: absolute;
  top: -60px;
  white-space: nowrap;
  padding: 33px;
  font-size: 16px;
  display: none;
}

/* line 228, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button .arrow {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 42px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS42NTYiIGhlaWdodD0iMzcuODc2IiB2aWV3Qm94PSIwIDAgMjEuNjU2IDM3Ljg3NiI+CiAgPHBhdGggaWQ9Ikljb25faW9uaWMtaW9zLWFycm93LWZvcndhcmQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1pb3MtYXJyb3ctZm9yd2FyZCIgZD0iTTE1LjEyOCwxOC45MzEuOCw0LjYwOUEyLjcsMi43LDAsMCwxLC44Ljc4N2EyLjcyOSwyLjcyOSwwLDAsMSwzLjgzNCwwTDIwLjg2OCwxNy4wMTRhMi43LDIuNywwLDAsMSwuMDc5LDMuNzMzTDQuNjQsMzcuMDg3QTIuNzA3LDIuNzA3LDAsMCwxLC44MDYsMzMuMjY0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEuNjU2IDM3Ljg3Nikgcm90YXRlKDE4MCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /*@include media-breakpoint-down(sm) {
          position: static;
          width: 6px;
          height: 15px;
        }*/
}

/* line 245, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button.swiper-button-prev {
  left: 0;
}

/* line 248, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button.swiper-button-prev .label {
  left: 0;
}

/* line 252, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button.swiper-button-prev .arrow {
  left: -30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 252, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-prev .arrow {
    left: -5px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 252, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-prev .arrow {
    left: -20px;
  }
}

@media (max-width: 575.98px) {
  /* line 252, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-prev .arrow {
    margin-right: 5px;
  }
}

/* line 269, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button.swiper-button-next {
  right: 0;
}

/* line 272, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button.swiper-button-next .label {
  right: 0;
}

@media (max-width: 575.98px) {
  /* line 272, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-next .label {
    order: 1;
  }
}

/* line 280, resources/assets/styles/autoload/_stories.scss */

.story-featured .swiper-featured .swiper-button.swiper-button-next .arrow {
  transform: scaleX(-1);
  right: -30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 280, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-next .arrow {
    right: -5px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 280, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-next .arrow {
    right: -20px;
  }
}

@media (max-width: 575.98px) {
  /* line 280, resources/assets/styles/autoload/_stories.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-next .arrow {
    margin-left: 5px;
    order: 2;
  }
}

/* line 301, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-item {
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 301, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-item {
    height: 716px;
  }
}

@media (max-width: 767.98px) {
  /* line 301, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-item {
    height: 485px;
  }
}

@media (max-width: 575.98px) {
  /* line 301, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-item {
    height: 280px;
  }
}

/* line 327, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-intro {
  position: relative;
  margin: 240px 0 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
  max-width: 442px;
  z-index: 15;
}

@media (max-width: 991.98px) {
  /* line 327, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-intro {
    font-size: 20px;
    max-width: 290px;
  }
}

@media (max-width: 767.98px) {
  /* line 327, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-intro {
    max-width: 80%;
    margin: 40px auto 0;
  }
}

@media (max-width: 575.98px) {
  /* line 327, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-intro {
    max-width: 80%;
    margin: 30px 15px 0;
  }
}

/* line 351, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-intro .story-intro-content {
  position: relative;
  padding: 0;
}

/* line 357, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-intro .story-intro-content p::before,
.story-featured .story-intro .story-intro-content p::after {
  content: "";
  width: 33px;
  height: 27px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDMzIDI3Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjUgMjYuMjVjNC4xIDAgNy4xNzUtMi44NSA3LjE3NS03LjI1IDAtMy0xLjUtNS4yNzUtMy45NzUtNi4zMjVMMzEuNS43NWgtNy40MjVsLTQuMzUgMTAuOEMxOCAxNS42NzUgMTcuNyAxNy4xIDE3LjcgMTljMCA0LjMyNSAzLjA3NSA3LjI1IDcuMyA3LjI1em0tMTcuNzI1IDBjNC4xMjUgMCA3LjItMi44NSA3LjItNy4yNSAwLTMtMS40NzUtNS4yNzUtMy45NzUtNi4zMjVMMTMuOC43NUg2LjM3NUwyIDExLjU1Qy4zIDE1LjY3NSAwIDE3LjEgMCAxOWMwIDQuMzI1IDMuMDc1IDcuMjUgNy4yNzUgNy4yNXoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 575.98px) {
  /* line 357, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-intro .story-intro-content p::before,
  .story-featured .story-intro .story-intro-content p::after {
    height: 14px;
    width: 17px;
  }
}

/* line 372, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-intro .story-intro-content p::before {
  position: absolute;
  top: -30px;
  left: 0;
}

@media (max-width: 575.98px) {
  /* line 372, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-intro .story-intro-content p::before {
    top: -20px;
    left: 0;
  }
}

/* line 383, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-intro .story-intro-content p::after {
  display: none;
  transform: scaleX(-1) scaleY(-1) translateX(-10px) translateY(-13px);
}

@media (max-width: 575.98px) {
  /* line 351, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-intro .story-intro-content {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    max-width: 191px;
  }
}

/* line 407, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-metas {
  margin: 90px 0 0;
}

@media (max-width: 767.98px) {
  /* line 407, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-metas {
    margin-left: -40px;
  }
}

@media (max-width: 575.98px) {
  /* line 407, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-metas {
    margin: 10px 0 0;
  }
}

/* line 418, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-metas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 423, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-metas ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  /* line 423, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-metas ul li {
    font-size: 10px;
    line-height: 12px;
  }
}

/* line 436, resources/assets/styles/autoload/_stories.scss */

.story-featured .story-metas ul li:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  /* line 436, resources/assets/styles/autoload/_stories.scss */

  .story-featured .story-metas ul li:nth-child(1) {
    font-size: 12px;
  }
}

/* line 448, resources/assets/styles/autoload/_stories.scss */

.story-featured .btn-go-to-story {
  bottom: 60px;
  left: 110px;
  z-index: 5;
}

@media (max-width: 575.98px) {
  /* line 448, resources/assets/styles/autoload/_stories.scss */

  .story-featured .btn-go-to-story {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 448, resources/assets/styles/autoload/_stories.scss */

  .story-featured .btn-go-to-story {
    font-size: 16px;
  }
}

@media (max-width: 1399.98px) {
  /* line 448, resources/assets/styles/autoload/_stories.scss */

  .story-featured .btn-go-to-story {
    left: 94px;
  }
}

@media (max-width: 1199.98px) {
  /* line 448, resources/assets/styles/autoload/_stories.scss */

  .story-featured .btn-go-to-story {
    left: 82px;
  }
}

@media (max-width: 991.98px) {
  /* line 448, resources/assets/styles/autoload/_stories.scss */

  .story-featured .btn-go-to-story {
    left: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 448, resources/assets/styles/autoload/_stories.scss */

  .story-featured .btn-go-to-story {
    left: 15px;
  }
}

/* line 491, resources/assets/styles/autoload/_stories.scss */

.story-featured .btn-go-to-story .fa {
  position: relative;
  top: 1.5px;
  margin-left: 3px;
  font-weight: 300;
}

/* line 500, resources/assets/styles/autoload/_stories.scss */

.story-featured .main-container {
  min-height: 570px;
}

@media (max-width: 1199.98px) {
  /* line 500, resources/assets/styles/autoload/_stories.scss */

  .story-featured .main-container {
    min-height: 470px;
  }
}

@media (max-width: 991.98px) {
  /* line 500, resources/assets/styles/autoload/_stories.scss */

  .story-featured .main-container {
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  /* line 500, resources/assets/styles/autoload/_stories.scss */

  .story-featured .main-container {
    min-height: 590px;
  }
}

/* line 516, resources/assets/styles/autoload/_stories.scss */

.story-featured .container {
  position: relative;
  z-index: 2;
}

/* line 520, resources/assets/styles/autoload/_stories.scss */

.story-featured .container .story-profil {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  /* line 520, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .story-profil {
    max-width: 700px;
    right: -30px;
  }
}

@media (max-width: 991.98px) {
  /* line 520, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .story-profil {
    max-width: 600px;
    right: -50px;
  }
}

@media (max-width: 575.98px) {
  /* line 520, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .story-profil {
    max-width: 244px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 543, resources/assets/styles/autoload/_stories.scss */

.story-featured .container .background {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.7;
}

@media (max-width: 1199.98px) {
  /* line 543, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .background {
    max-width: 1000px;
    right: -90px;
  }
}

@media (max-width: 991.98px) {
  /* line 543, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .background {
    max-width: 700px;
    right: -80px;
  }
}

@media (max-width: 767.98px) {
  /* line 543, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .background {
    max-width: 700px;
    right: -80px;
  }
}

@media (max-width: 575.98px) {
  /* line 543, resources/assets/styles/autoload/_stories.scss */

  .story-featured .container .background {
    max-width: 330px;
    right: -10px;
    bottom: -50px;
  }
}

/* line 573, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection {
  background-color: #fff;
}

/* line 576, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  min-height: 67px;
  color: #C30045;
  font-size: 19px;
  font-weight: 700;
  padding: 17px 10px 10px 460px;
}

@media (max-width: 991.98px) {
  /* line 576, resources/assets/styles/autoload/_stories.scss */

  .entrepreneur-selection .inner {
    padding-left: 150px;
  }
}

@media (max-width: 767.98px) {
  /* line 576, resources/assets/styles/autoload/_stories.scss */

  .entrepreneur-selection .inner {
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 576, resources/assets/styles/autoload/_stories.scss */

  .entrepreneur-selection .inner {
    padding: 17px 10px 10px;
  }
}

/* line 602, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection .inner label {
  display: inline-block;
  margin: 0 15px;
  color: #51626f;
}

@media (max-width: 575.98px) {
  /* line 602, resources/assets/styles/autoload/_stories.scss */

  .entrepreneur-selection .inner label {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
  }
}

/* line 614, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection .inner .form-select-wrapper {
  position: relative;
}

/* line 617, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection .inner .form-select-wrapper::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #C30045;
  position: absolute;
  left: 12px;
  right: 32px;
  bottom: 5px;
}

/* line 630, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection .inner .form-select {
  width: auto;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23c30045' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
  color: #C30045;
}

@media (max-width: 575.98px) {
  /* line 630, resources/assets/styles/autoload/_stories.scss */

  .entrepreneur-selection .inner .form-select {
    font-size: 13px;
    max-width: 160px;
    padding-right: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 642, resources/assets/styles/autoload/_stories.scss */

  .entrepreneur-selection .inner .form-select.company-selector {
    max-width: 140px;
  }
}

/* line 648, resources/assets/styles/autoload/_stories.scss */

.entrepreneur-selection .inner .form-select option {
  color: #C30045;
}

/* line 655, resources/assets/styles/autoload/_stories.scss */

.stories-list {
  padding: 65px 0 0;
  background-color: #e03e64;
}

/* line 659, resources/assets/styles/autoload/_stories.scss */

.stories-list .story-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 65px;
}

/* line 665, resources/assets/styles/autoload/_stories.scss */

.stories-list .story-form .form-item {
  margin: 0 10px;
}

/* line 669, resources/assets/styles/autoload/_stories.scss */

.stories-list .story-form .form-select {
  width: auto;
  padding: 6px 48px 6px 24px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
  background-position: right 18px center;
  background-color: #a20436;
  border-color: #a20436;
  color: #fff;
  border-radius: 18px;
  font-size: 14px;
}

/* line 681, resources/assets/styles/autoload/_stories.scss */

.stories-list .story-form .btn[type=submit] {
  padding: 6px 25px;
  font-size: 14px;
}

/* line 687, resources/assets/styles/autoload/_stories.scss */

.stories-list .story-lines {
  margin: 68px 0;
}

/* line 691, resources/assets/styles/autoload/_stories.scss */

.stories-list .story-lines > div::after {
  content: "";
  display: block;
  margin: 0 40px;
  border-bottom: 1px solid #fff;
}

/* line 701, resources/assets/styles/autoload/_stories.scss */

.story-details {
  position: relative;
  background-color: #fff;
  transform: translateY(-65px);
  padding: 0;
  pointer-events: none;
  transition: all linear 150ms;
  z-index: 16;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* line 713, resources/assets/styles/autoload/_stories.scss */

.story-details .story-header {
  position: relative;
  height: 489px;
  color: #fff;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/decor.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 70px;
}

/* line 723, resources/assets/styles/autoload/_stories.scss */

.story-details .story-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 488px;
  height: 489px;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/equal.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

/* line 736, resources/assets/styles/autoload/_stories.scss */

.story-details .story-header .story-header-infos {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 95px;
  bottom: 0;
  z-index: 2;
}

/* line 746, resources/assets/styles/autoload/_stories.scss */

.story-details .story-header h1,
.story-details .story-header .h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

/* line 752, resources/assets/styles/autoload/_stories.scss */

.story-details .story-header h2,
.story-details .story-header .h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

/* line 758, resources/assets/styles/autoload/_stories.scss */

.story-details .story-header .story-profil {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: calc(100% - 120px) bottom;
}

/* line 773, resources/assets/styles/autoload/_stories.scss */

.story-details .story-details-inner .story-content-inner .row {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 777, resources/assets/styles/autoload/_stories.scss */

.story-details .story-details-inner .story-content-inner .row > * {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 785, resources/assets/styles/autoload/_stories.scss */

.story-details .intro-details {
  margin: 0 0 45px;
  padding: 0 240px 0 35px;
}

/* line 789, resources/assets/styles/autoload/_stories.scss */

.story-details .intro-details p {
  color: #b2183f;
  font-size: 20px;
  font-weight: 600;
}

/* line 796, resources/assets/styles/autoload/_stories.scss */

.story-details h3,
.story-details .h3 {
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #595b61;
}

/* line 803, resources/assets/styles/autoload/_stories.scss */

.story-details p {
  font-size: 16px;
  color: #595b61;
  text-align: justify;
}

/* line 809, resources/assets/styles/autoload/_stories.scss */

.story-details blockquote {
  margin: 90px 0 30px;
  padding: 16px 25px 0 0;
  font-size: 23px;
  font-weight: 600;
  color: #b2183f;
  border-top: 1px solid #b2183f;
  border-bottom: 1px solid #b2183f;
  transform: translateX(-60px);
}

/* line 819, resources/assets/styles/autoload/_stories.scss */

.story-details blockquote p {
  font-size: 23px;
  font-weight: 600;
  color: #b2183f;
}

/* line 826, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls {
  margin: 65px 0 0;
}

/* line 829, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner {
  display: flex;
  justify-content: left;
  align-items: center;
}

/* line 834, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner .btn-outline {
  color: #c7003b;
  border-color: #c7003b;
  margin: 0 27px 0 0;
}

/* line 839, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner .btn-outline:hover {
  color: #fff;
  background-color: #c7003b;
}

/* line 845, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner .social-share {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

/* line 854, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner .social-share li {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 28px;
}

/* line 860, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner .social-share li a {
  color: #595b61;
  transition: all linear 150ms;
}

/* line 864, resources/assets/styles/autoload/_stories.scss */

.story-details .story-controls .story-control-inner .social-share li a:hover {
  color: #c7003b;
}

/* line 873, resources/assets/styles/autoload/_stories.scss */

.story-details.opened {
  pointer-events: all;
  padding: 50px 0;
  opacity: 1;
  height: auto;
}

/* line 881, resources/assets/styles/autoload/_stories.scss */

.success-stories-list {
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
  margin: 0;
  padding: 100px 0 0;
}

@media (max-width: 575.98px) {
  /* line 881, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list {
    padding: 20px 0 0;
  }
}

/* line 890, resources/assets/styles/autoload/_stories.scss */

.success-stories-list::after {
  content: "";
  display: block;
  background: #FFDEE5;
  height: 20%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 900, resources/assets/styles/autoload/_stories.scss */

.success-stories-list .container {
  transform: translate(0, 300px);
}

@media (max-width: 575.98px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

@media (min-width: 1600px) {
  /* line 900, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .container {
    transform: none;
  }
}

/* line 926, resources/assets/styles/autoload/_stories.scss */

.success-stories-list h1,
.success-stories-list .h1 {
  font-size: 75px;
  font-weight: 600;
  color: #C30045;
  position: relative;
  margin-left: 94px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 926, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list h1,
  .success-stories-list .h1 {
    font-size: 30px;
    margin-left: 20px;
  }
}

/* line 939, resources/assets/styles/autoload/_stories.scss */

.success-stories-list h1 span,
.success-stories-list .h1 span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  left: 152px;
  line-height: 0;
  color: #51626f;
}

@media (max-width: 575.98px) {
  /* line 939, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list h1 span,
  .success-stories-list .h1 span {
    font-size: 16px;
    left: 62px;
  }
}

/* line 955, resources/assets/styles/autoload/_stories.scss */

.success-stories-list .my-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991.98px) {
  /* line 955, resources/assets/styles/autoload/_stories.scss */

  .success-stories-list .my-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* line 968, resources/assets/styles/autoload/_stories.scss */

.story-item-single {
  position: relative;
}

/* line 971, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199.98px) {
  /* line 971, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-intro {
    max-width: 200px;
  }
}

@media (max-width: 575.98px) {
  /* line 971, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-intro {
    max-width: 155px;
    left: calc(50% - 140px);
    transition: translateY(-50%) translateX(-50%);
  }
}

/* line 988, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-intro-content {
  position: relative;
  padding: 25px 0 1px;
  margin: 0 0 30px;
  max-width: 229px;
}

/* line 994, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-intro-content p {
  color: #C30045;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

/* line 1001, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-intro-content p::before,
.story-item-single .story-intro .story-intro-content p::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2Ij48Zz48Zz48cGF0aCBmaWxsPSIjYzMwMDQ1IiBkPSJNMTUgMTUuM2MyLjQ2IDAgNC4zMDUtMS43MSA0LjMwNS00LjMgMC0xLjg2NS0uOS0zLjIxNS0yLjM4NS0zLjg0NUwxOC45IDBoLTQuNDU1bC0yLjYxIDYuNDhDMTAuOCA5IDEwLjYyIDkuODEgMTAuNjIgMTFjMCAyLjU0NSAxLjg0NSA0LjMgNC4zOCA0LjN6bS0xMC42MzUgMGMyLjQ3NSAwIDQuMzItMS43MSA0LjMyLTQuMyAwLTEuODY1LS45LTMuMjE1LTIuMzg1LTMuODQ1TDguMjggMEgzLjgyNWwtMi42MSA2LjQ4Qy4xOCA5IDAgOS44MSAwIDExYzAgMi41NDUgMS44NDUgNC4zIDQuMzY1IDQuM3oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1012, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-intro-content p::before {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1018, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-intro-content p::after {
  position: relative;
  display: none;
  transform: rotate(180deg) translateX(-8px) translateY(-23px);
}

@media (max-width: 991.98px) {
  /* line 994, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-intro .story-intro-content p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 994, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-intro .story-intro-content p {
    font-size: 14px;
  }
}

/* line 1039, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-metas ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 70%;
}

/* line 1045, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-metas ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #51626f;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  /* line 1045, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-intro .story-metas ul li {
    font-size: 10px;
  }
}

/* line 1058, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .story-metas ul li:first-child {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 1058, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-intro .story-metas ul li:first-child {
    font-size: 11px;
  }
}

/* line 1070, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-intro .btn-go-to-story {
  margin-top: 45px;
}

/* line 1076, resources/assets/styles/autoload/_stories.scss */

.story-item-single .background {
  position: absolute;
  display: block;
  max-width: 100%;
  z-index: 1;
}

/* line 1083, resources/assets/styles/autoload/_stories.scss */

.story-item-single .story-profil {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 100%;
  max-height: 477px;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  /* line 1083, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-profil {
    max-width: 300px;
  }
}

@media (max-width: 991.98px) {
  /* line 1083, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-profil {
    max-width: 190px;
  }
}

@media (max-width: 767.98px) {
  /* line 1083, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-profil {
    max-width: 300px;
  }
}

@media (max-width: 575.98px) {
  /* line 1083, resources/assets/styles/autoload/_stories.scss */

  .story-item-single .story-profil {
    max-width: 185px;
    right: initial;
    left: calc(50% + 70px);
    transform: translateX(-50%);
  }
}

/* line 1116, resources/assets/styles/autoload/_stories.scss */

.single-successstory .banner .container {
  z-index: 12;
}

/* line 1121, resources/assets/styles/autoload/_stories.scss */

.single-successstory .go-back {
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.49px;
}

@media (max-width: 575.98px) {
  /* line 1121, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .go-back {
    transform: translateY(6px);
    font-size: 18px;
    letter-spacing: -0.37px;
    margin-right: 15px;
    margin-left: 5px;
    color: #fff;
  }
}

/* line 1136, resources/assets/styles/autoload/_stories.scss */

.single-successstory .go-back .icon {
  display: inline-block;
  width: 6px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgNiAxNCI+PGc+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMyA3KSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYTIwNDM2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLTMgNXYwbDUuOTEyIDR2MEw5IDV2MCIvPjwvZz48L2c+PC9zdmc+);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 1146, resources/assets/styles/autoload/_stories.scss */

.single-successstory .go-back::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 27px;
  background-color: #fff;
  margin: 0 24px;
  position: relative;
  top: 7px;
}

@media (max-width: 575.98px) {
  /* line 1146, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .go-back::after {
    display: none;
  }
}

/* line 1162, resources/assets/styles/autoload/_stories.scss */

.single-successstory .main > article {
  position: relative;
  z-index: 10;
}

/* line 1167, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  /* line 1167, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 1167, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header {
    margin-top: 0;
  }
}

/* line 1187, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-intro {
  position: relative;
  margin: 90px 0 100px;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  max-width: 442px;
  z-index: 15;
}

@media (max-width: 1199.98px) {
  /* line 1187, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  /* line 1187, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro {
    font-size: 16px;
    max-width: 200px;
    margin: 50px 0 50px;
  }
}

@media (max-width: 575.98px) {
  /* line 1187, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro {
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 17px;
    max-width: 123px;
  }
}

/* line 1215, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-intro .story-intro-content {
  position: relative;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 1215, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro .story-intro-content {
    padding: 0;
  }
}

/* line 1225, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-intro .story-intro-content p::before,
.single-successstory .successstory-header .story-intro .story-intro-content p::after {
  content: "";
  width: 33px;
  height: 27px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDMzIDI3Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjUgMjYuMjVjNC4xIDAgNy4xNzUtMi44NSA3LjE3NS03LjI1IDAtMy0xLjUtNS4yNzUtMy45NzUtNi4zMjVMMzEuNS43NWgtNy40MjVsLTQuMzUgMTAuOEMxOCAxNS42NzUgMTcuNyAxNy4xIDE3LjcgMTljMCA0LjMyNSAzLjA3NSA3LjI1IDcuMyA3LjI1em0tMTcuNzI1IDBjNC4xMjUgMCA3LjItMi44NSA3LjItNy4yNSAwLTMtMS40NzUtNS4yNzUtMy45NzUtNi4zMjVMMTMuOC43NUg2LjM3NUwyIDExLjU1Qy4zIDE1LjY3NSAwIDE3LjEgMCAxOWMwIDQuMzI1IDMuMDc1IDcuMjUgNy4yNzUgNy4yNXoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767.98px) {
  /* line 1225, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro .story-intro-content p::before,
  .single-successstory .successstory-header .story-intro .story-intro-content p::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575.98px) {
  /* line 1225, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro .story-intro-content p::before,
  .single-successstory .successstory-header .story-intro .story-intro-content p::after {
    width: 24px;
    height: 19px;
  }
}

/* line 1245, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-intro .story-intro-content p::before {
  position: absolute;
  top: -30px;
  left: 0;
}

@media (max-width: 575.98px) {
  /* line 1245, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro .story-intro-content p::before {
    top: -30px;
    left: 0;
  }
}

/* line 1256, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-intro .story-intro-content p::after {
  display: none;
  transform: scaleX(-1) scaleY(-1) translateX(-10px) translateY(-10px);
}

@media (max-width: 575.98px) {
  /* line 1256, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-intro .story-intro-content p::after {
    bottom: -20px;
    right: 0;
  }
}

/* line 1272, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-metas {
  margin: 90px 0 0;
}

@media (max-width: 575.98px) {
  /* line 1272, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-metas {
    margin-top: 30px;
  }
}

/* line 1279, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-metas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1284, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-metas ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  /* line 1284, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-metas ul li {
    font-size: 10px;
    line-height: 1.5;
  }
}

/* line 1297, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-metas ul li:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  /* line 1297, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-metas ul li:nth-child(1) {
    font-size: 12px;
  }
}

/* line 1309, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header > .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  /* line 1309, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container {
    min-height: 450px;
  }
}

@media (max-width: 767.98px) {
  /* line 1309, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container {
    min-height: 340px;
  }
}

/* line 1321, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header > .container .story-profil {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  max-height: 424px;
}

@media (max-width: 1199.98px) {
  /* line 1321, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .story-profil {
    max-height: 380px;
  }
}

@media (max-width: 991.98px) {
  /* line 1321, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .story-profil {
    right: -70px;
  }
}

@media (max-width: 767.98px) {
  /* line 1321, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .story-profil {
    max-height: 330px;
    right: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 1321, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .story-profil {
    max-width: 260px;
  }
}

/* line 1346, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header > .container .background {
  position: absolute;
  bottom: -80px;
  right: -90px;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  /* line 1346, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .background {
    max-width: 700px;
    bottom: -20px;
    right: -140px;
  }
}

@media (max-width: 767.98px) {
  /* line 1346, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .background {
    max-width: 500px;
    bottom: 0;
    right: -30px;
  }
}

@media (max-width: 575.98px) {
  /* line 1346, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header > .container .background {
    max-width: 330px;
    bottom: 10px;
    right: -10px;
  }
}

/* line 1372, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-pagination {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

/* line 1382, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-pagination .pagination-item {
  display: inline-flex;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
}

/* line 1390, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-pagination .pagination-item.pagination-prev::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE3IDQ0Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy42NyA0MC4yNTdMMS4yNiAyMy4xODNhNC4wNjEgNC4wNjEgMCAwIDEgLjAxNC0yLjg5N2w2LjQxLTE2LjU4Yy44MzQtMi4xNTcgMy4zMTYtMy4yNDggNS41My0yLjQ0IDIuMjIuODExIDMuMzQ1IDMuMjE3IDIuNTEgNS4zNzNsLTUuODUgMTUuMTM2IDUuODY1IDE1LjYyMmMuODEyIDIuMTY1LS4zMzUgNC42MDMtMi41NjMgNS4zNWE0LjQxNSA0LjQxNSAwIDAgMS0xLjQ3Mi4yNTNjLTEuNzA0IDAtMy40LTEuMDUtNC4wMzUtMi43NDN6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMjAiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNNy42NyA0MC4yNTdMMS4yNiAyMy4xODNhNC4wNjEgNC4wNjEgMCAwIDEgLjAxNC0yLjg5N2w2LjQxLTE2LjU4Yy44MzQtMi4xNTcgMy4zMTYtMy4yNDggNS41My0yLjQ0IDIuMjIuODExIDMuMzQ1IDMuMjE3IDIuNTEgNS4zNzNsLTUuODUgMTUuMTM2djBsNS44NjUgMTUuNjIyYy44MTIgMi4xNjUtLjMzNSA0LjYwMy0yLjU2MyA1LjM1YTQuNDE1IDQuNDE1IDAgMCAxLTEuNDcyLjI1M2MtMS43MDQgMC0zLjQtMS4wNS00LjAzNS0yLjc0M3oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}

/* line 1404, resources/assets/styles/autoload/_stories.scss */

.single-successstory .successstory-header .story-pagination .pagination-item.pagination-next::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE3IDQ0Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy42NyA0MC4yNTdMMS4yNiAyMy4xODNhNC4wNjEgNC4wNjEgMCAwIDEgLjAxNC0yLjg5N2w2LjQxLTE2LjU4Yy44MzQtMi4xNTcgMy4zMTYtMy4yNDggNS41My0yLjQ0IDIuMjIuODExIDMuMzQ1IDMuMjE3IDIuNTEgNS4zNzNsLTUuODUgMTUuMTM2IDUuODY1IDE1LjYyMmMuODEyIDIuMTY1LS4zMzUgNC42MDMtMi41NjMgNS4zNWE0LjQxNSA0LjQxNSAwIDAgMS0xLjQ3Mi4yNTNjLTEuNzA0IDAtMy40LTEuMDUtNC4wMzUtMi43NDN6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMjAiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNNy42NyA0MC4yNTdMMS4yNiAyMy4xODNhNC4wNjEgNC4wNjEgMCAwIDEgLjAxNC0yLjg5N2w2LjQxLTE2LjU4Yy44MzQtMi4xNTcgMy4zMTYtMy4yNDggNS41My0yLjQ0IDIuMjIuODExIDMuMzQ1IDMuMjE3IDIuNTEgNS4zNzNsLTUuODUgMTUuMTM2djBsNS44NjUgMTUuNjIyYy44MTIgMi4xNjUtLjMzNSA0LjYwMy0yLjU2MyA1LjM1YTQuNDE1IDQuNDE1IDAgMCAxLTEuNDcyLjI1M2MtMS43MDQgMC0zLjQtMS4wNS00LjAzNS0yLjc0M3oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scaleX(-1);
  margin-left: 5px;
}

@media (max-width: 575.98px) {
  /* line 1382, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .successstory-header .story-pagination .pagination-item {
    font-size: 10px;
  }
}

/* line 1425, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content {
  background: #ffffff;
}

/* line 1428, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content h1,
.single-successstory .entry-content .h1 {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 300;
  color: #C30045;
}

@media (max-width: 575.98px) {
  /* line 1428, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content h1,
  .single-successstory .entry-content .h1 {
    font-size: 16px;
  }
}

/* line 1438, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content h1 strong,
.single-successstory .entry-content .h1 strong {
  display: block;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  /* line 1438, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content h1 strong,
  .single-successstory .entry-content .h1 strong {
    font-size: 20px;
  }
}

/* line 1449, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 1449, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content p {
    font-size: 12px;
  }
}

/* line 1463, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .quote {
  margin: 50px 0 33px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 1463, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .quote {
    margin: 66px 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 1463, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .quote {
    margin: 66px 20px;
  }
}

/* line 1476, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .quote .quote-inner {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #C30045;
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 1476, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .quote .quote-inner {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 1476, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .quote .quote-inner {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
}

/* line 1498, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .quote .quote-inner::before,
.single-successstory .entry-content .quote .quote-inner::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2Ij48Zz48Zz48cGF0aCBmaWxsPSIjYzMwMDQ1IiBkPSJNMTUgMTUuM2MyLjQ2IDAgNC4zMDUtMS43MSA0LjMwNS00LjMgMC0xLjg2NS0uOS0zLjIxNS0yLjM4NS0zLjg0NUwxOC45IDBoLTQuNDU1bC0yLjYxIDYuNDhDMTAuOCA5IDEwLjYyIDkuODEgMTAuNjIgMTFjMCAyLjU0NSAxLjg0NSA0LjMgNC4zOCA0LjN6bS0xMC42MzUgMGMyLjQ3NSAwIDQuMzItMS43MSA0LjMyLTQuMyAwLTEuODY1LS45LTMuMjE1LTIuMzg1LTMuODQ1TDguMjggMEgzLjgyNWwtMi42MSA2LjQ4Qy4xOCA5IDAgOS44MSAwIDExYzAgMi41NDUgMS44NDUgNC4zIDQuMzY1IDQuM3oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* line 1511, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .quote .quote-inner::before {
  top: -30px;
  left: 0;
}

@media (max-width: 575.98px) {
  /* line 1511, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .quote .quote-inner::before {
    top: -25px;
  }
}

/* line 1520, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .quote .quote-inner::after {
  display: none;
  position: static;
  transform: scaleX(-1) scaleY(-1) translateY(-10px);
  margin-left: 3px;
}

@media (max-width: 575.98px) {
  /* line 1520, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .quote .quote-inner::after {
    transform: scaleX(-1) scaleY(-1) translateY(-30px) translateX(20px);
  }
}

/* line 1535, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block {
  margin: 520px 0 0;
  padding-left: 320px;
  padding-bottom: 125px;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 1535, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .passionate-block {
    margin-top: 0;
    padding-left: 0;
    padding-top: 200px;
  }
}

@media screen and (max-width: 575.98px) and (max-width: 350px) {
  /* line 1535, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .passionate-block {
    margin-top: -50px;
  }
}

/* line 1551, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block::before {
  content: "";
  position: absolute;
  left: -759px;
  top: 200px;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/pills-decouvrez-entrepreneurs.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1085px;
  height: 670px;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 1551, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .passionate-block::before {
    width: 294px;
    height: 190px;
    left: -170px;
    top: 10px;
  }
}

/* line 1573, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block h2,
.single-successstory .entry-content .passionate-block .h2 {
  color: #C30045;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  /* line 1573, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .passionate-block h2,
  .single-successstory .entry-content .passionate-block .h2 {
    font-size: 30px;
  }
}

/* line 1584, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block p {
  font-size: 40px;
  text-indent: 0;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
}

@media (max-width: 575.98px) {
  /* line 1584, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .passionate-block p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 1596, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block p.primary {
  color: #8C193C;
  margin-bottom: 100px;
}

/* line 1604, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block .share-wrapper a {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

/* line 1609, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block .share-wrapper a img {
  vertical-align: text-bottom;
}

/* line 1613, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .passionate-block .share-wrapper a:hover {
  color: #8C193C;
}

/* line 1620, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content footer {
  margin: 40px 0 0;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991.98px) {
  /* line 1620, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer {
    display: block;
  }
}

@media (max-width: 575.98px) {
  /* line 1620, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer {
    padding: 0;
    text-align: center;
  }
}

/* line 1636, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content footer .btn {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  /* line 1636, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer .btn {
    font-size: 10px;
    margin: 0 10px 15px;
  }
}

/* line 1647, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content footer .share-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #C30045;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  /* line 1647, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer .share-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 350px) {
  /* line 1647, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer .share-wrapper {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
  }
}

/* line 1665, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content footer .share-wrapper ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 350px) {
  /* line 1665, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer .share-wrapper ul {
    justify-content: center;
  }
}

/* line 1676, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content footer .share-wrapper ul li {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 350px) {
  /* line 1676, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer .share-wrapper ul li {
    margin: 0 5px 0;
  }
}

/* line 1685, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content footer .share-wrapper ul li button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #C30045;
  font-size: 26px;
}

@media screen and (max-width: 350px) {
  /* line 1685, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content footer .share-wrapper ul li button {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

/* line 1704, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio {
  margin: 0 0 30px 30px;
  padding: 42px 15px;
}

@media (max-width: 575.98px) {
  /* line 1704, resources/assets/styles/autoload/_stories.scss */

  .single-successstory .entry-content .story-bio {
    margin-left: -20px;
    margin-right: -20px;
    padding: 23px 15px;
  }
}

/* line 1716, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio h1,
.single-successstory .entry-content .story-bio .h1 {
  margin: 0 0 20px;
  text-align: right;
  font-size: 30px;
  font-weight: 300;
}

/* line 1722, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio h1 strong,
.single-successstory .entry-content .story-bio .h1 strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

/* line 1729, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio ul {
  margin: 0;
  padding: 0 0 0 35px;
  list-style: none;
  text-align: right;
  float: right;
}

/* line 1737, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio ul li {
  position: relative;
  margin: 0;
  padding: 5px 0 15px;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  color: #51626f;
  text-align: right;
}

/* line 1747, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio ul li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 220px;
  height: 1px;
  background-color: #51626f;
}

/* line 1758, resources/assets/styles/autoload/_stories.scss */

.single-successstory .entry-content .story-bio ul li:last-child::after {
  display: none;
}

/* line 1767, resources/assets/styles/autoload/_stories.scss */

.single-successstory .success-stories-list {
  margin-top: 0;
}

/* line 1774, resources/assets/styles/autoload/_stories.scss */

.single-successstory footer.content-info .bottom .bottom-grid::after {
  /*bottom: -870px;
          right: -562px;*/
}

@media (max-width: 575.98px) {
  /* line 1774, resources/assets/styles/autoload/_stories.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -480px;
            right: initial;
            left: 140px;*/
  }
}

/** Custom fonts */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Swiper */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* line 24, node_modules/swiper/swiper.scss */

:root {
  --swiper-theme-color: #007aff;
}

/* line 28, node_modules/swiper/swiper.scss */

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 38, node_modules/swiper/swiper.scss */

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 41, node_modules/swiper/swiper.scss */

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 50, node_modules/swiper/swiper.scss */

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 54, node_modules/swiper/swiper.scss */

.swiper-pointer-events {
  touch-action: pan-y;
}

/* line 56, node_modules/swiper/swiper.scss */

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

/* line 60, node_modules/swiper/swiper.scss */

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 67, node_modules/swiper/swiper.scss */

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

/* line 72, node_modules/swiper/swiper.scss */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 77, node_modules/swiper/swiper.scss */

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* line 82, node_modules/swiper/swiper.scss */

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

/* line 88, node_modules/swiper/swiper.scss */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

/* line 92, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* line 102, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 115, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 118, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 121, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 124, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 127, node_modules/swiper/swiper.scss */

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

/* line 134, node_modules/swiper/swiper.scss */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 138, node_modules/swiper/swiper.scss */

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 142, node_modules/swiper/swiper.scss */

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 147, node_modules/swiper/swiper.scss */

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 152, node_modules/swiper/swiper.scss */

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 157, node_modules/swiper/swiper.scss */

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 163, node_modules/swiper/swiper.scss */

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 166, node_modules/swiper/swiper.scss */

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

/* line 172, node_modules/swiper/swiper.scss */

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 175, node_modules/swiper/swiper.scss */

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

/* line 181, node_modules/swiper/swiper.scss */

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/** TinySlider */

/** Font-Awesome */

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

/* line 4, node_modules/@fortawesome/fontawesome-pro/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-pro/scss/_larger.scss */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-xs {
  font-size: .75em;
}

/* line 15, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-sm {
  font-size: .875em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-1x {
  font-size: 1em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-2x {
  font-size: 2em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-3x {
  font-size: 3em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-4x {
  font-size: 4em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-5x {
  font-size: 5em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-6x {
  font-size: 6em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-7x {
  font-size: 7em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-8x {
  font-size: 8em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-9x {
  font-size: 9em;
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_larger.scss */

.fa-10x {
  font-size: 10em;
}

/* line 3, node_modules/@fortawesome/fontawesome-pro/scss/_fixed-width.scss */

.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_list.scss */

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, node_modules/@fortawesome/fontawesome-pro/scss/_list.scss */

.fa-ul > li {
  position: relative;
}

/* line 12, node_modules/@fortawesome/fontawesome-pro/scss/_list.scss */

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa-pull-left {
  float: left;
}

/* line 11, node_modules/@fortawesome/fontawesome-pro/scss/_bordered-pulled.scss */

.fa-pull-right {
  float: right;
}

/* line 18, node_modules/@fortawesome/fontawesome-pro/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-pro/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-pro/scss/_animated.scss */

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/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-pro/scss/_rotated-flipped.scss */

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, node_modules/@fortawesome/fontawesome-pro/scss/_rotated-flipped.scss */

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/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-pro/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-pro/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-pro/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-pro/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-pro/scss/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-stack-1x {
  line-height: inherit;
}

/* line 25, node_modules/@fortawesome/fontawesome-pro/scss/_stacked.scss */

.fa-stack-2x {
  font-size: 2em;
}

/* line 29, node_modules/@fortawesome/fontawesome-pro/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-pro/scss/_icons.scss */

.fa-500px:before {
  content: "\F26E";
}

/* line 5, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-abacus:before {
  content: "\F640";
}

/* line 6, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-accessible-icon:before {
  content: "\F368";
}

/* line 7, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-accusoft:before {
  content: "\F369";
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-acorn:before {
  content: "\F6AE";
}

/* line 9, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

/* line 10, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ad:before {
  content: "\F641";
}

/* line 11, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-address-book:before {
  content: "\F2B9";
}

/* line 12, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-address-card:before {
  content: "\F2BB";
}

/* line 13, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adjust:before {
  content: "\F042";
}

/* line 14, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adn:before {
  content: "\F170";
}

/* line 15, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-adversal:before {
  content: "\F36A";
}

/* line 16, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-affiliatetheme:before {
  content: "\F36B";
}

/* line 17, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-air-conditioner:before {
  content: "\F8F4";
}

/* line 18, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-air-freshener:before {
  content: "\F5D0";
}

/* line 19, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-airbnb:before {
  content: "\F834";
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-clock:before {
  content: "\F34E";
}

/* line 21, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-exclamation:before {
  content: "\F843";
}

/* line 22, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-plus:before {
  content: "\F844";
}

/* line 23, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alarm-snooze:before {
  content: "\F845";
}

/* line 24, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-album:before {
  content: "\F89F";
}

/* line 25, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-album-collection:before {
  content: "\F8A0";
}

/* line 26, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-algolia:before {
  content: "\F36C";
}

/* line 27, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alicorn:before {
  content: "\F6B0";
}

/* line 28, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alien:before {
  content: "\F8F5";
}

/* line 29, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alien-monster:before {
  content: "\F8F6";
}

/* line 30, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-center:before {
  content: "\F037";
}

/* line 31, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-justify:before {
  content: "\F039";
}

/* line 32, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-left:before {
  content: "\F036";
}

/* line 33, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-right:before {
  content: "\F038";
}

/* line 34, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-align-slash:before {
  content: "\F846";
}

/* line 35, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-alipay:before {
  content: "\F642";
}

/* line 36, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-allergies:before {
  content: "\F461";
}

/* line 37, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amazon:before {
  content: "\F270";
}

/* line 38, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amazon-pay:before {
  content: "\F42C";
}

/* line 39, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ambulance:before {
  content: "\F0F9";
}

/* line 40, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

/* line 41, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amilia:before {
  content: "\F36D";
}

/* line 42, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-amp-guitar:before {
  content: "\F8A1";
}

/* line 43, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-analytics:before {
  content: "\F643";
}

/* line 44, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-anchor:before {
  content: "\F13D";
}

/* line 45, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-android:before {
  content: "\F17B";
}

/* line 46, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angel:before {
  content: "\F779";
}

/* line 47, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angellist:before {
  content: "\F209";
}

/* line 48, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-down:before {
  content: "\F103";
}

/* line 49, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-left:before {
  content: "\F100";
}

/* line 50, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-right:before {
  content: "\F101";
}

/* line 51, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-double-up:before {
  content: "\F102";
}

/* line 52, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-down:before {
  content: "\F107";
}

/* line 53, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-left:before {
  content: "\F104";
}

/* line 54, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-right:before {
  content: "\F105";
}

/* line 55, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angle-up:before {
  content: "\F106";
}

/* line 56, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angry:before {
  content: "\F556";
}

/* line 57, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angrycreative:before {
  content: "\F36E";
}

/* line 58, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-angular:before {
  content: "\F420";
}

/* line 59, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ankh:before {
  content: "\F644";
}

/* line 60, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-app-store:before {
  content: "\F36F";
}

/* line 61, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-app-store-ios:before {
  content: "\F370";
}

/* line 62, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apper:before {
  content: "\F371";
}

/* line 63, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple:before {
  content: "\F179";
}

/* line 64, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple-alt:before {
  content: "\F5D1";
}

/* line 65, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple-crate:before {
  content: "\F6B1";
}

/* line 66, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-apple-pay:before {
  content: "\F415";
}

/* line 67, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-archive:before {
  content: "\F187";
}

/* line 68, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-archway:before {
  content: "\F557";
}

/* line 69, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

/* line 70, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

/* line 71, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

/* line 72, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

/* line 73, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-down:before {
  content: "\F354";
}

/* line 74, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-bottom:before {
  content: "\F346";
}

/* line 75, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-left:before {
  content: "\F347";
}

/* line 76, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-right:before {
  content: "\F348";
}

/* line 77, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-from-top:before {
  content: "\F349";
}

/* line 78, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-left:before {
  content: "\F355";
}

/* line 79, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-right:before {
  content: "\F356";
}

/* line 80, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-down:before {
  content: "\F350";
}

/* line 81, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-left:before {
  content: "\F351";
}

/* line 82, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-right:before {
  content: "\F352";
}

/* line 83, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-square-up:before {
  content: "\F353";
}

/* line 84, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-bottom:before {
  content: "\F34A";
}

/* line 85, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-left:before {
  content: "\F34B";
}

/* line 86, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-right:before {
  content: "\F34C";
}

/* line 87, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-to-top:before {
  content: "\F34D";
}

/* line 88, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-alt-up:before {
  content: "\F357";
}

/* line 89, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

/* line 90, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

/* line 91, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

/* line 92, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

/* line 93, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-down:before {
  content: "\F063";
}

/* line 94, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-bottom:before {
  content: "\F342";
}

/* line 95, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-left:before {
  content: "\F343";
}

/* line 96, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-right:before {
  content: "\F344";
}

/* line 97, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-from-top:before {
  content: "\F345";
}

/* line 98, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-left:before {
  content: "\F060";
}

/* line 99, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-right:before {
  content: "\F061";
}

/* line 100, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-down:before {
  content: "\F339";
}

/* line 101, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-left:before {
  content: "\F33A";
}

/* line 102, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-right:before {
  content: "\F33B";
}

/* line 103, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-square-up:before {
  content: "\F33C";
}

/* line 104, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-bottom:before {
  content: "\F33D";
}

/* line 105, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-left:before {
  content: "\F33E";
}

/* line 106, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-right:before {
  content: "\F340";
}

/* line 107, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-to-top:before {
  content: "\F341";
}

/* line 108, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrow-up:before {
  content: "\F062";
}

/* line 109, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows:before {
  content: "\F047";
}

/* line 110, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-alt:before {
  content: "\F0B2";
}

/* line 111, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-alt-h:before {
  content: "\F337";
}

/* line 112, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-alt-v:before {
  content: "\F338";
}

/* line 113, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-h:before {
  content: "\F07E";
}

/* line 114, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-arrows-v:before {
  content: "\F07D";
}

/* line 115, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-artstation:before {
  content: "\F77A";
}

/* line 116, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

/* line 117, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-asterisk:before {
  content: "\F069";
}

/* line 118, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-asymmetrik:before {
  content: "\F372";
}

/* line 119, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-at:before {
  content: "\F1FA";
}

/* line 120, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atlas:before {
  content: "\F558";
}

/* line 121, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atlassian:before {
  content: "\F77B";
}

/* line 122, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atom:before {
  content: "\F5D2";
}

/* line 123, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-atom-alt:before {
  content: "\F5D3";
}

/* line 124, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-audible:before {
  content: "\F373";
}

/* line 125, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-audio-description:before {
  content: "\F29E";
}

/* line 126, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-autoprefixer:before {
  content: "\F41C";
}

/* line 127, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-avianex:before {
  content: "\F374";
}

/* line 128, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-aviato:before {
  content: "\F421";
}

/* line 129, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-award:before {
  content: "\F559";
}

/* line 130, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-aws:before {
  content: "\F375";
}

/* line 131, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-axe:before {
  content: "\F6B2";
}

/* line 132, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-axe-battle:before {
  content: "\F6B3";
}

/* line 133, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baby:before {
  content: "\F77C";
}

/* line 134, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baby-carriage:before {
  content: "\F77D";
}

/* line 135, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-backpack:before {
  content: "\F5D4";
}

/* line 136, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-backspace:before {
  content: "\F55A";
}

/* line 137, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-backward:before {
  content: "\F04A";
}

/* line 138, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bacon:before {
  content: "\F7E5";
}

/* line 139, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bacteria:before {
  content: "\E059";
}

/* line 140, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bacterium:before {
  content: "\E05A";
}

/* line 141, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge:before {
  content: "\F335";
}

/* line 142, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-check:before {
  content: "\F336";
}

/* line 143, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-dollar:before {
  content: "\F645";
}

/* line 144, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-percent:before {
  content: "\F646";
}

/* line 145, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badge-sheriff:before {
  content: "\F8A2";
}

/* line 146, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-badger-honey:before {
  content: "\F6B4";
}

/* line 147, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bags-shopping:before {
  content: "\F847";
}

/* line 148, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bahai:before {
  content: "\F666";
}

/* line 149, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-balance-scale:before {
  content: "\F24E";
}

/* line 150, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-balance-scale-left:before {
  content: "\F515";
}

/* line 151, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-balance-scale-right:before {
  content: "\F516";
}

/* line 152, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ball-pile:before {
  content: "\F77E";
}

/* line 153, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ballot:before {
  content: "\F732";
}

/* line 154, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ballot-check:before {
  content: "\F733";
}

/* line 155, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ban:before {
  content: "\F05E";
}

/* line 156, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-band-aid:before {
  content: "\F462";
}

/* line 157, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bandcamp:before {
  content: "\F2D5";
}

/* line 158, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-banjo:before {
  content: "\F8A3";
}

/* line 159, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode:before {
  content: "\F02A";
}

/* line 160, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode-alt:before {
  content: "\F463";
}

/* line 161, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode-read:before {
  content: "\F464";
}

/* line 162, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-barcode-scan:before {
  content: "\F465";
}

/* line 163, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bars:before {
  content: "\F0C9";
}

/* line 164, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baseball:before {
  content: "\F432";
}

/* line 165, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-baseball-ball:before {
  content: "\F433";
}

/* line 166, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-basketball-ball:before {
  content: "\F434";
}

/* line 167, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-basketball-hoop:before {
  content: "\F435";
}

/* line 168, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bat:before {
  content: "\F6B5";
}

/* line 169, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bath:before {
  content: "\F2CD";
}

/* line 170, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-bolt:before {
  content: "\F376";
}

/* line 171, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-empty:before {
  content: "\F244";
}

/* line 172, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-full:before {
  content: "\F240";
}

/* line 173, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-half:before {
  content: "\F242";
}

/* line 174, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-quarter:before {
  content: "\F243";
}

/* line 175, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-slash:before {
  content: "\F377";
}

/* line 176, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battery-three-quarters:before {
  content: "\F241";
}

/* line 177, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-battle-net:before {
  content: "\F835";
}

/* line 178, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed:before {
  content: "\F236";
}

/* line 179, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed-alt:before {
  content: "\F8F7";
}

/* line 180, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed-bunk:before {
  content: "\F8F8";
}

/* line 181, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bed-empty:before {
  content: "\F8F9";
}

/* line 182, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-beer:before {
  content: "\F0FC";
}

/* line 183, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-behance:before {
  content: "\F1B4";
}

/* line 184, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-behance-square:before {
  content: "\F1B5";
}

/* line 185, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell:before {
  content: "\F0F3";
}

/* line 186, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-exclamation:before {
  content: "\F848";
}

/* line 187, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-on:before {
  content: "\F8FA";
}

/* line 188, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-plus:before {
  content: "\F849";
}

/* line 189, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-school:before {
  content: "\F5D5";
}

/* line 190, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-school-slash:before {
  content: "\F5D6";
}

/* line 191, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bell-slash:before {
  content: "\F1F6";
}

/* line 192, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bells:before {
  content: "\F77F";
}

/* line 193, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-betamax:before {
  content: "\F8A4";
}

/* line 194, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bezier-curve:before {
  content: "\F55B";
}

/* line 195, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bible:before {
  content: "\F647";
}

/* line 196, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bicycle:before {
  content: "\F206";
}

/* line 197, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-biking:before {
  content: "\F84A";
}

/* line 198, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-biking-mountain:before {
  content: "\F84B";
}

/* line 199, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bimobject:before {
  content: "\F378";
}

/* line 200, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-binoculars:before {
  content: "\F1E5";
}

/* line 201, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-biohazard:before {
  content: "\F780";
}

/* line 202, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-birthday-cake:before {
  content: "\F1FD";
}

/* line 203, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bitbucket:before {
  content: "\F171";
}

/* line 204, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bitcoin:before {
  content: "\F379";
}

/* line 205, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bity:before {
  content: "\F37A";
}

/* line 206, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-black-tie:before {
  content: "\F27E";
}

/* line 207, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blackberry:before {
  content: "\F37B";
}

/* line 208, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blanket:before {
  content: "\F498";
}

/* line 209, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blender:before {
  content: "\F517";
}

/* line 210, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blender-phone:before {
  content: "\F6B6";
}

/* line 211, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blind:before {
  content: "\F29D";
}

/* line 212, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blinds:before {
  content: "\F8FB";
}

/* line 213, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blinds-open:before {
  content: "\F8FC";
}

/* line 214, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blinds-raised:before {
  content: "\F8FD";
}

/* line 215, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blog:before {
  content: "\F781";
}

/* line 216, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blogger:before {
  content: "\F37C";
}

/* line 217, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-blogger-b:before {
  content: "\F37D";
}

/* line 218, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bluetooth:before {
  content: "\F293";
}

/* line 219, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bluetooth-b:before {
  content: "\F294";
}

/* line 220, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bold:before {
  content: "\F032";
}

/* line 221, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bolt:before {
  content: "\F0E7";
}

/* line 222, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bomb:before {
  content: "\F1E2";
}

/* line 223, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bone:before {
  content: "\F5D7";
}

/* line 224, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bone-break:before {
  content: "\F5D8";
}

/* line 225, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bong:before {
  content: "\F55C";
}

/* line 226, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book:before {
  content: "\F02D";
}

/* line 227, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-alt:before {
  content: "\F5D9";
}

/* line 228, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-dead:before {
  content: "\F6B7";
}

/* line 229, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-heart:before {
  content: "\F499";
}

/* line 230, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-medical:before {
  content: "\F7E6";
}

/* line 231, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-open:before {
  content: "\F518";
}

/* line 232, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-reader:before {
  content: "\F5DA";
}

/* line 233, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-spells:before {
  content: "\F6B8";
}

/* line 234, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-book-user:before {
  content: "\F7E7";
}

/* line 235, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bookmark:before {
  content: "\F02E";
}

/* line 236, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-books:before {
  content: "\F5DB";
}

/* line 237, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-books-medical:before {
  content: "\F7E8";
}

/* line 238, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boombox:before {
  content: "\F8A5";
}

/* line 239, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boot:before {
  content: "\F782";
}

/* line 240, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-booth-curtain:before {
  content: "\F734";
}

/* line 241, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bootstrap:before {
  content: "\F836";
}

/* line 242, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-all:before {
  content: "\F84C";
}

/* line 243, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-bottom:before {
  content: "\F84D";
}

/* line 244, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-center-h:before {
  content: "\F89C";
}

/* line 245, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-center-v:before {
  content: "\F89D";
}

/* line 246, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-inner:before {
  content: "\F84E";
}

/* line 247, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-left:before {
  content: "\F84F";
}

/* line 248, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-none:before {
  content: "\F850";
}

/* line 249, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-outer:before {
  content: "\F851";
}

/* line 250, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-right:before {
  content: "\F852";
}

/* line 251, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-style:before {
  content: "\F853";
}

/* line 252, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-style-alt:before {
  content: "\F854";
}

/* line 253, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-border-top:before {
  content: "\F855";
}

/* line 254, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bow-arrow:before {
  content: "\F6B9";
}

/* line 255, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bowling-ball:before {
  content: "\F436";
}

/* line 256, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bowling-pins:before {
  content: "\F437";
}

/* line 257, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box:before {
  content: "\F466";
}

/* line 258, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-alt:before {
  content: "\F49A";
}

/* line 259, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-ballot:before {
  content: "\F735";
}

/* line 260, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-check:before {
  content: "\F467";
}

/* line 261, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-fragile:before {
  content: "\F49B";
}

/* line 262, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-full:before {
  content: "\F49C";
}

/* line 263, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-heart:before {
  content: "\F49D";
}

/* line 264, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-open:before {
  content: "\F49E";
}

/* line 265, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-tissue:before {
  content: "\E05B";
}

/* line 266, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-up:before {
  content: "\F49F";
}

/* line 267, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-box-usd:before {
  content: "\F4A0";
}

/* line 268, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boxes:before {
  content: "\F468";
}

/* line 269, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boxes-alt:before {
  content: "\F4A1";
}

/* line 270, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-boxing-glove:before {
  content: "\F438";
}

/* line 271, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brackets:before {
  content: "\F7E9";
}

/* line 272, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brackets-curly:before {
  content: "\F7EA";
}

/* line 273, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-braille:before {
  content: "\F2A1";
}

/* line 274, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brain:before {
  content: "\F5DC";
}

/* line 275, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bread-loaf:before {
  content: "\F7EB";
}

/* line 276, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bread-slice:before {
  content: "\F7EC";
}

/* line 277, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-briefcase:before {
  content: "\F0B1";
}

/* line 278, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-briefcase-medical:before {
  content: "\F469";
}

/* line 279, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bring-forward:before {
  content: "\F856";
}

/* line 280, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bring-front:before {
  content: "\F857";
}

/* line 281, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-broadcast-tower:before {
  content: "\F519";
}

/* line 282, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-broom:before {
  content: "\F51A";
}

/* line 283, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-browser:before {
  content: "\F37E";
}

/* line 284, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-brush:before {
  content: "\F55D";
}

/* line 285, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-btc:before {
  content: "\F15A";
}

/* line 286, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buffer:before {
  content: "\F837";
}

/* line 287, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bug:before {
  content: "\F188";
}

/* line 288, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-building:before {
  content: "\F1AD";
}

/* line 289, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullhorn:before {
  content: "\F0A1";
}

/* line 290, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullseye:before {
  content: "\F140";
}

/* line 291, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullseye-arrow:before {
  content: "\F648";
}

/* line 292, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bullseye-pointer:before {
  content: "\F649";
}

/* line 293, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-burger-soda:before {
  content: "\F858";
}

/* line 294, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-burn:before {
  content: "\F46A";
}

/* line 295, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buromobelexperte:before {
  content: "\F37F";
}

/* line 296, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-burrito:before {
  content: "\F7ED";
}

/* line 297, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bus:before {
  content: "\F207";
}

/* line 298, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bus-alt:before {
  content: "\F55E";
}

/* line 299, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-bus-school:before {
  content: "\F5DD";
}

/* line 300, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-business-time:before {
  content: "\F64A";
}

/* line 301, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buy-n-large:before {
  content: "\F8A6";
}

/* line 302, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-buysellads:before {
  content: "\F20D";
}

/* line 303, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cabinet-filing:before {
  content: "\F64B";
}

/* line 304, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cactus:before {
  content: "\F8A7";
}

/* line 305, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calculator:before {
  content: "\F1EC";
}

/* line 306, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calculator-alt:before {
  content: "\F64C";
}

/* line 307, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar:before {
  content: "\F133";
}

/* line 308, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-alt:before {
  content: "\F073";
}

/* line 309, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-check:before {
  content: "\F274";
}

/* line 310, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-day:before {
  content: "\F783";
}

/* line 311, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-edit:before {
  content: "\F333";
}

/* line 312, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-exclamation:before {
  content: "\F334";
}

/* line 313, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-minus:before {
  content: "\F272";
}

/* line 314, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-plus:before {
  content: "\F271";
}

/* line 315, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-star:before {
  content: "\F736";
}

/* line 316, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-times:before {
  content: "\F273";
}

/* line 317, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-calendar-week:before {
  content: "\F784";
}

/* line 318, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camcorder:before {
  content: "\F8A8";
}

/* line 319, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera:before {
  content: "\F030";
}

/* line 320, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-alt:before {
  content: "\F332";
}

/* line 321, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-home:before {
  content: "\F8FE";
}

/* line 322, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-movie:before {
  content: "\F8A9";
}

/* line 323, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-polaroid:before {
  content: "\F8AA";
}

/* line 324, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-camera-retro:before {
  content: "\F083";
}

/* line 325, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-campfire:before {
  content: "\F6BA";
}

/* line 326, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-campground:before {
  content: "\F6BB";
}

/* line 327, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

/* line 328, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-candle-holder:before {
  content: "\F6BC";
}

/* line 329, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-candy-cane:before {
  content: "\F786";
}

/* line 330, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-candy-corn:before {
  content: "\F6BD";
}

/* line 331, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cannabis:before {
  content: "\F55F";
}

/* line 332, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-capsules:before {
  content: "\F46B";
}

/* line 333, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car:before {
  content: "\F1B9";
}

/* line 334, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-alt:before {
  content: "\F5DE";
}

/* line 335, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-battery:before {
  content: "\F5DF";
}

/* line 336, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-building:before {
  content: "\F859";
}

/* line 337, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-bump:before {
  content: "\F5E0";
}

/* line 338, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-bus:before {
  content: "\F85A";
}

/* line 339, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-crash:before {
  content: "\F5E1";
}

/* line 340, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-garage:before {
  content: "\F5E2";
}

/* line 341, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-mechanic:before {
  content: "\F5E3";
}

/* line 342, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-side:before {
  content: "\F5E4";
}

/* line 343, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-tilt:before {
  content: "\F5E5";
}

/* line 344, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-car-wash:before {
  content: "\F5E6";
}

/* line 345, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caravan:before {
  content: "\F8FF";
}

/* line 346, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caravan-alt:before {
  content: "\E000";
}

/* line 347, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-down:before {
  content: "\F32D";
}

/* line 348, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-left:before {
  content: "\F32E";
}

/* line 349, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-right:before {
  content: "\F330";
}

/* line 350, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-circle-up:before {
  content: "\F331";
}

/* line 351, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-down:before {
  content: "\F0D7";
}

/* line 352, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-left:before {
  content: "\F0D9";
}

/* line 353, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-right:before {
  content: "\F0DA";
}

/* line 354, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-down:before {
  content: "\F150";
}

/* line 355, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-left:before {
  content: "\F191";
}

/* line 356, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-right:before {
  content: "\F152";
}

/* line 357, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-square-up:before {
  content: "\F151";
}

/* line 358, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-caret-up:before {
  content: "\F0D8";
}

/* line 359, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-carrot:before {
  content: "\F787";
}

/* line 360, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cars:before {
  content: "\F85B";
}

/* line 361, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cart-arrow-down:before {
  content: "\F218";
}

/* line 362, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cart-plus:before {
  content: "\F217";
}

/* line 363, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cash-register:before {
  content: "\F788";
}

/* line 364, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cassette-tape:before {
  content: "\F8AB";
}

/* line 365, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cat:before {
  content: "\F6BE";
}

/* line 366, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cat-space:before {
  content: "\E001";
}

/* line 367, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cauldron:before {
  content: "\F6BF";
}

/* line 368, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

/* line 369, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-amex:before {
  content: "\F1F3";
}

/* line 370, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-apple-pay:before {
  content: "\F416";
}

/* line 371, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-diners-club:before {
  content: "\F24C";
}

/* line 372, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-discover:before {
  content: "\F1F2";
}

/* line 373, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-jcb:before {
  content: "\F24B";
}

/* line 374, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-mastercard:before {
  content: "\F1F1";
}

/* line 375, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-paypal:before {
  content: "\F1F4";
}

/* line 376, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-stripe:before {
  content: "\F1F5";
}

/* line 377, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cc-visa:before {
  content: "\F1F0";
}

/* line 378, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cctv:before {
  content: "\F8AC";
}

/* line 379, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-centercode:before {
  content: "\F380";
}

/* line 380, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-centos:before {
  content: "\F789";
}

/* line 381, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-certificate:before {
  content: "\F0A3";
}

/* line 382, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chair:before {
  content: "\F6C0";
}

/* line 383, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chair-office:before {
  content: "\F6C1";
}

/* line 384, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chalkboard:before {
  content: "\F51B";
}

/* line 385, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

/* line 386, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-charging-station:before {
  content: "\F5E7";
}

/* line 387, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-area:before {
  content: "\F1FE";
}

/* line 388, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-bar:before {
  content: "\F080";
}

/* line 389, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-line:before {
  content: "\F201";
}

/* line 390, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-line-down:before {
  content: "\F64D";
}

/* line 391, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-network:before {
  content: "\F78A";
}

/* line 392, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-pie:before {
  content: "\F200";
}

/* line 393, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-pie-alt:before {
  content: "\F64E";
}

/* line 394, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chart-scatter:before {
  content: "\F7EE";
}

/* line 395, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check:before {
  content: "\F00C";
}

/* line 396, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check-circle:before {
  content: "\F058";
}

/* line 397, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check-double:before {
  content: "\F560";
}

/* line 398, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-check-square:before {
  content: "\F14A";
}

/* line 399, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cheese:before {
  content: "\F7EF";
}

/* line 400, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cheese-swiss:before {
  content: "\F7F0";
}

/* line 401, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cheeseburger:before {
  content: "\F7F1";
}

/* line 402, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess:before {
  content: "\F439";
}

/* line 403, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-bishop:before {
  content: "\F43A";
}

/* line 404, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-bishop-alt:before {
  content: "\F43B";
}

/* line 405, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-board:before {
  content: "\F43C";
}

/* line 406, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-clock:before {
  content: "\F43D";
}

/* line 407, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-clock-alt:before {
  content: "\F43E";
}

/* line 408, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-king:before {
  content: "\F43F";
}

/* line 409, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-king-alt:before {
  content: "\F440";
}

/* line 410, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-knight:before {
  content: "\F441";
}

/* line 411, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-knight-alt:before {
  content: "\F442";
}

/* line 412, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-pawn:before {
  content: "\F443";
}

/* line 413, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-pawn-alt:before {
  content: "\F444";
}

/* line 414, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-queen:before {
  content: "\F445";
}

/* line 415, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-queen-alt:before {
  content: "\F446";
}

/* line 416, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-rook:before {
  content: "\F447";
}

/* line 417, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chess-rook-alt:before {
  content: "\F448";
}

/* line 418, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-down:before {
  content: "\F13A";
}

/* line 419, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-left:before {
  content: "\F137";
}

/* line 420, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-right:before {
  content: "\F138";
}

/* line 421, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-circle-up:before {
  content: "\F139";
}

/* line 422, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-down:before {
  content: "\F322";
}

/* line 423, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-left:before {
  content: "\F323";
}

/* line 424, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-right:before {
  content: "\F324";
}

/* line 425, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-double-up:before {
  content: "\F325";
}

/* line 426, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-down:before {
  content: "\F078";
}

/* line 427, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-left:before {
  content: "\F053";
}

/* line 428, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-right:before {
  content: "\F054";
}

/* line 429, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-down:before {
  content: "\F329";
}

/* line 430, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-left:before {
  content: "\F32A";
}

/* line 431, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-right:before {
  content: "\F32B";
}

/* line 432, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-square-up:before {
  content: "\F32C";
}

/* line 433, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chevron-up:before {
  content: "\F077";
}

/* line 434, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-child:before {
  content: "\F1AE";
}

/* line 435, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chimney:before {
  content: "\F78B";
}

/* line 436, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chrome:before {
  content: "\F268";
}

/* line 437, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-chromecast:before {
  content: "\F838";
}

/* line 438, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-church:before {
  content: "\F51D";
}

/* line 439, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-circle:before {
  content: "\F111";
}

/* line 440, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-circle-notch:before {
  content: "\F1CE";
}

/* line 441, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-city:before {
  content: "\F64F";
}

/* line 442, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clarinet:before {
  content: "\F8AD";
}

/* line 443, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-claw-marks:before {
  content: "\F6C2";
}

/* line 444, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clinic-medical:before {
  content: "\F7F2";
}

/* line 445, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard:before {
  content: "\F328";
}

/* line 446, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-check:before {
  content: "\F46C";
}

/* line 447, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-list:before {
  content: "\F46D";
}

/* line 448, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-list-check:before {
  content: "\F737";
}

/* line 449, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-prescription:before {
  content: "\F5E8";
}

/* line 450, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clipboard-user:before {
  content: "\F7F3";
}

/* line 451, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clock:before {
  content: "\F017";
}

/* line 452, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clone:before {
  content: "\F24D";
}

/* line 453, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-closed-captioning:before {
  content: "\F20A";
}

/* line 454, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud:before {
  content: "\F0C2";
}

/* line 455, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-download:before {
  content: "\F0ED";
}

/* line 456, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-download-alt:before {
  content: "\F381";
}

/* line 457, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-drizzle:before {
  content: "\F738";
}

/* line 458, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-hail:before {
  content: "\F739";
}

/* line 459, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-hail-mixed:before {
  content: "\F73A";
}

/* line 460, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-meatball:before {
  content: "\F73B";
}

/* line 461, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-moon:before {
  content: "\F6C3";
}

/* line 462, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

/* line 463, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-music:before {
  content: "\F8AE";
}

/* line 464, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-rain:before {
  content: "\F73D";
}

/* line 465, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-rainbow:before {
  content: "\F73E";
}

/* line 466, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-showers:before {
  content: "\F73F";
}

/* line 467, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

/* line 468, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-sleet:before {
  content: "\F741";
}

/* line 469, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-snow:before {
  content: "\F742";
}

/* line 470, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-sun:before {
  content: "\F6C4";
}

/* line 471, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-sun-rain:before {
  content: "\F743";
}

/* line 472, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-upload:before {
  content: "\F0EE";
}

/* line 473, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloud-upload-alt:before {
  content: "\F382";
}

/* line 474, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudflare:before {
  content: "\E07D";
}

/* line 475, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clouds:before {
  content: "\F744";
}

/* line 476, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clouds-moon:before {
  content: "\F745";
}

/* line 477, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-clouds-sun:before {
  content: "\F746";
}

/* line 478, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudscale:before {
  content: "\F383";
}

/* line 479, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudsmith:before {
  content: "\F384";
}

/* line 480, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cloudversify:before {
  content: "\F385";
}

/* line 481, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-club:before {
  content: "\F327";
}

/* line 482, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cocktail:before {
  content: "\F561";
}

/* line 483, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code:before {
  content: "\F121";
}

/* line 484, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code-branch:before {
  content: "\F126";
}

/* line 485, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code-commit:before {
  content: "\F386";
}

/* line 486, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-code-merge:before {
  content: "\F387";
}

/* line 487, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-codepen:before {
  content: "\F1CB";
}

/* line 488, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-codiepie:before {
  content: "\F284";
}

/* line 489, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffee:before {
  content: "\F0F4";
}

/* line 490, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffee-pot:before {
  content: "\E002";
}

/* line 491, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffee-togo:before {
  content: "\F6C5";
}

/* line 492, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffin:before {
  content: "\F6C6";
}

/* line 493, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coffin-cross:before {
  content: "\E051";
}

/* line 494, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cog:before {
  content: "\F013";
}

/* line 495, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cogs:before {
  content: "\F085";
}

/* line 496, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coin:before {
  content: "\F85C";
}

/* line 497, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-coins:before {
  content: "\F51E";
}

/* line 498, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-columns:before {
  content: "\F0DB";
}

/* line 499, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comet:before {
  content: "\E003";
}

/* line 500, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment:before {
  content: "\F075";
}

/* line 501, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt:before {
  content: "\F27A";
}

/* line 502, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-check:before {
  content: "\F4A2";
}

/* line 503, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-dollar:before {
  content: "\F650";
}

/* line 504, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-dots:before {
  content: "\F4A3";
}

/* line 505, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-edit:before {
  content: "\F4A4";
}

/* line 506, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-exclamation:before {
  content: "\F4A5";
}

/* line 507, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-lines:before {
  content: "\F4A6";
}

/* line 508, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-medical:before {
  content: "\F7F4";
}

/* line 509, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-minus:before {
  content: "\F4A7";
}

/* line 510, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-music:before {
  content: "\F8AF";
}

/* line 511, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-plus:before {
  content: "\F4A8";
}

/* line 512, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-slash:before {
  content: "\F4A9";
}

/* line 513, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-smile:before {
  content: "\F4AA";
}

/* line 514, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-alt-times:before {
  content: "\F4AB";
}

/* line 515, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-check:before {
  content: "\F4AC";
}

/* line 516, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-dollar:before {
  content: "\F651";
}

/* line 517, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-dots:before {
  content: "\F4AD";
}

/* line 518, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-edit:before {
  content: "\F4AE";
}

/* line 519, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-exclamation:before {
  content: "\F4AF";
}

/* line 520, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-lines:before {
  content: "\F4B0";
}

/* line 521, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-medical:before {
  content: "\F7F5";
}

/* line 522, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-minus:before {
  content: "\F4B1";
}

/* line 523, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-music:before {
  content: "\F8B0";
}

/* line 524, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-plus:before {
  content: "\F4B2";
}

/* line 525, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-slash:before {
  content: "\F4B3";
}

/* line 526, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-smile:before {
  content: "\F4B4";
}

/* line 527, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comment-times:before {
  content: "\F4B5";
}

/* line 528, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments:before {
  content: "\F086";
}

/* line 529, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments-alt:before {
  content: "\F4B6";
}

/* line 530, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments-alt-dollar:before {
  content: "\F652";
}

/* line 531, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-comments-dollar:before {
  content: "\F653";
}

/* line 532, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compact-disc:before {
  content: "\F51F";
}

/* line 533, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compass:before {
  content: "\F14E";
}

/* line 534, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compass-slash:before {
  content: "\F5E9";
}

/* line 535, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress:before {
  content: "\F066";
}

/* line 536, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress-alt:before {
  content: "\F422";
}

/* line 537, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

/* line 538, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-compress-wide:before {
  content: "\F326";
}

/* line 539, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-computer-classic:before {
  content: "\F8B1";
}

/* line 540, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-computer-speaker:before {
  content: "\F8B2";
}

/* line 541, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-concierge-bell:before {
  content: "\F562";
}

/* line 542, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-confluence:before {
  content: "\F78D";
}

/* line 543, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-connectdevelop:before {
  content: "\F20E";
}

/* line 544, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-construction:before {
  content: "\F85D";
}

/* line 545, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-container-storage:before {
  content: "\F4B7";
}

/* line 546, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-contao:before {
  content: "\F26D";
}

/* line 547, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-conveyor-belt:before {
  content: "\F46E";
}

/* line 548, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-conveyor-belt-alt:before {
  content: "\F46F";
}

/* line 549, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cookie:before {
  content: "\F563";
}

/* line 550, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cookie-bite:before {
  content: "\F564";
}

/* line 551, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-copy:before {
  content: "\F0C5";
}

/* line 552, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-copyright:before {
  content: "\F1F9";
}

/* line 553, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-corn:before {
  content: "\F6C7";
}

/* line 554, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cotton-bureau:before {
  content: "\F89E";
}

/* line 555, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-couch:before {
  content: "\F4B8";
}

/* line 556, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cow:before {
  content: "\F6C8";
}

/* line 557, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cowbell:before {
  content: "\F8B3";
}

/* line 558, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cowbell-more:before {
  content: "\F8B4";
}

/* line 559, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cpanel:before {
  content: "\F388";
}

/* line 560, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons:before {
  content: "\F25E";
}

/* line 561, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-by:before {
  content: "\F4E7";
}

/* line 562, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

/* line 563, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

/* line 564, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

/* line 565, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

/* line 566, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

/* line 567, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

/* line 568, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

/* line 569, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

/* line 570, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

/* line 571, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

/* line 572, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-share:before {
  content: "\F4F2";
}

/* line 573, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

/* line 574, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-credit-card:before {
  content: "\F09D";
}

/* line 575, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-credit-card-blank:before {
  content: "\F389";
}

/* line 576, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-credit-card-front:before {
  content: "\F38A";
}

/* line 577, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cricket:before {
  content: "\F449";
}

/* line 578, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-critical-role:before {
  content: "\F6C9";
}

/* line 579, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-croissant:before {
  content: "\F7F6";
}

/* line 580, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crop:before {
  content: "\F125";
}

/* line 581, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crop-alt:before {
  content: "\F565";
}

/* line 582, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cross:before {
  content: "\F654";
}

/* line 583, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crosshairs:before {
  content: "\F05B";
}

/* line 584, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crow:before {
  content: "\F520";
}

/* line 585, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crown:before {
  content: "\F521";
}

/* line 586, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crutch:before {
  content: "\F7F7";
}

/* line 587, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-crutches:before {
  content: "\F7F8";
}

/* line 588, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-css3:before {
  content: "\F13C";
}

/* line 589, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-css3-alt:before {
  content: "\F38B";
}

/* line 590, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cube:before {
  content: "\F1B2";
}

/* line 591, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cubes:before {
  content: "\F1B3";
}

/* line 592, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-curling:before {
  content: "\F44A";
}

/* line 593, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cut:before {
  content: "\F0C4";
}

/* line 594, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-cuttlefish:before {
  content: "\F38C";
}

/* line 595, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-d-and-d:before {
  content: "\F38D";
}

/* line 596, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

/* line 597, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dagger:before {
  content: "\F6CB";
}

/* line 598, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dailymotion:before {
  content: "\E052";
}

/* line 599, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dashcube:before {
  content: "\F210";
}

/* line 600, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-database:before {
  content: "\F1C0";
}

/* line 601, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deaf:before {
  content: "\F2A4";
}

/* line 602, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-debug:before {
  content: "\F7F9";
}

/* line 603, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deer:before {
  content: "\F78E";
}

/* line 604, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deer-rudolph:before {
  content: "\F78F";
}

/* line 605, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deezer:before {
  content: "\E077";
}

/* line 606, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-delicious:before {
  content: "\F1A5";
}

/* line 607, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-democrat:before {
  content: "\F747";
}

/* line 608, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deploydog:before {
  content: "\F38E";
}

/* line 609, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deskpro:before {
  content: "\F38F";
}

/* line 610, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-desktop:before {
  content: "\F108";
}

/* line 611, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-desktop-alt:before {
  content: "\F390";
}

/* line 612, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dev:before {
  content: "\F6CC";
}

/* line 613, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-deviantart:before {
  content: "\F1BD";
}

/* line 614, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dewpoint:before {
  content: "\F748";
}

/* line 615, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dharmachakra:before {
  content: "\F655";
}

/* line 616, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dhl:before {
  content: "\F790";
}

/* line 617, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diagnoses:before {
  content: "\F470";
}

/* line 618, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diamond:before {
  content: "\F219";
}

/* line 619, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diaspora:before {
  content: "\F791";
}

/* line 620, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice:before {
  content: "\F522";
}

/* line 621, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d10:before {
  content: "\F6CD";
}

/* line 622, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d12:before {
  content: "\F6CE";
}

/* line 623, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d20:before {
  content: "\F6CF";
}

/* line 624, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d4:before {
  content: "\F6D0";
}

/* line 625, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d6:before {
  content: "\F6D1";
}

/* line 626, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-d8:before {
  content: "\F6D2";
}

/* line 627, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-five:before {
  content: "\F523";
}

/* line 628, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-four:before {
  content: "\F524";
}

/* line 629, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-one:before {
  content: "\F525";
}

/* line 630, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-six:before {
  content: "\F526";
}

/* line 631, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-three:before {
  content: "\F527";
}

/* line 632, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dice-two:before {
  content: "\F528";
}

/* line 633, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digg:before {
  content: "\F1A6";
}

/* line 634, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digging:before {
  content: "\F85E";
}

/* line 635, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digital-ocean:before {
  content: "\F391";
}

/* line 636, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-digital-tachograph:before {
  content: "\F566";
}

/* line 637, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-diploma:before {
  content: "\F5EA";
}

/* line 638, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-directions:before {
  content: "\F5EB";
}

/* line 639, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-disc-drive:before {
  content: "\F8B5";
}

/* line 640, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-discord:before {
  content: "\F392";
}

/* line 641, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-discourse:before {
  content: "\F393";
}

/* line 642, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-disease:before {
  content: "\F7FA";
}

/* line 643, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-divide:before {
  content: "\F529";
}

/* line 644, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dizzy:before {
  content: "\F567";
}

/* line 645, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dna:before {
  content: "\F471";
}

/* line 646, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-do-not-enter:before {
  content: "\F5EC";
}

/* line 647, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dochub:before {
  content: "\F394";
}

/* line 648, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-docker:before {
  content: "\F395";
}

/* line 649, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dog:before {
  content: "\F6D3";
}

/* line 650, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dog-leashed:before {
  content: "\F6D4";
}

/* line 651, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dollar-sign:before {
  content: "\F155";
}

/* line 652, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly:before {
  content: "\F472";
}

/* line 653, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-empty:before {
  content: "\F473";
}

/* line 654, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-flatbed:before {
  content: "\F474";
}

/* line 655, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-flatbed-alt:before {
  content: "\F475";
}

/* line 656, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dolly-flatbed-empty:before {
  content: "\F476";
}

/* line 657, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-donate:before {
  content: "\F4B9";
}

/* line 658, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-door-closed:before {
  content: "\F52A";
}

/* line 659, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-door-open:before {
  content: "\F52B";
}

/* line 660, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dot-circle:before {
  content: "\F192";
}

/* line 661, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dove:before {
  content: "\F4BA";
}

/* line 662, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-download:before {
  content: "\F019";
}

/* line 663, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draft2digital:before {
  content: "\F396";
}

/* line 664, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drafting-compass:before {
  content: "\F568";
}

/* line 665, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dragon:before {
  content: "\F6D5";
}

/* line 666, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draw-circle:before {
  content: "\F5ED";
}

/* line 667, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draw-polygon:before {
  content: "\F5EE";
}

/* line 668, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-draw-square:before {
  content: "\F5EF";
}

/* line 669, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dreidel:before {
  content: "\F792";
}

/* line 670, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dribbble:before {
  content: "\F17D";
}

/* line 671, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dribbble-square:before {
  content: "\F397";
}

/* line 672, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drone:before {
  content: "\F85F";
}

/* line 673, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drone-alt:before {
  content: "\F860";
}

/* line 674, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dropbox:before {
  content: "\F16B";
}

/* line 675, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drum:before {
  content: "\F569";
}

/* line 676, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drum-steelpan:before {
  content: "\F56A";
}

/* line 677, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drumstick:before {
  content: "\F6D6";
}

/* line 678, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drumstick-bite:before {
  content: "\F6D7";
}

/* line 679, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-drupal:before {
  content: "\F1A9";
}

/* line 680, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dryer:before {
  content: "\F861";
}

/* line 681, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dryer-alt:before {
  content: "\F862";
}

/* line 682, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-duck:before {
  content: "\F6D8";
}

/* line 683, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dumbbell:before {
  content: "\F44B";
}

/* line 684, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dumpster:before {
  content: "\F793";
}

/* line 685, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dumpster-fire:before {
  content: "\F794";
}

/* line 686, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dungeon:before {
  content: "\F6D9";
}

/* line 687, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-dyalog:before {
  content: "\F399";
}

/* line 688, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ear:before {
  content: "\F5F0";
}

/* line 689, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ear-muffs:before {
  content: "\F795";
}

/* line 690, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-earlybirds:before {
  content: "\F39A";
}

/* line 691, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ebay:before {
  content: "\F4F4";
}

/* line 692, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eclipse:before {
  content: "\F749";
}

/* line 693, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eclipse-alt:before {
  content: "\F74A";
}

/* line 694, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-edge:before {
  content: "\F282";
}

/* line 695, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-edge-legacy:before {
  content: "\E078";
}

/* line 696, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-edit:before {
  content: "\F044";
}

/* line 697, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-egg:before {
  content: "\F7FB";
}

/* line 698, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-egg-fried:before {
  content: "\F7FC";
}

/* line 699, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eject:before {
  content: "\F052";
}

/* line 700, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-elementor:before {
  content: "\F430";
}

/* line 701, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-elephant:before {
  content: "\F6DA";
}

/* line 702, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-h:before {
  content: "\F141";
}

/* line 703, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-h-alt:before {
  content: "\F39B";
}

/* line 704, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-v:before {
  content: "\F142";
}

/* line 705, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ellipsis-v-alt:before {
  content: "\F39C";
}

/* line 706, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ello:before {
  content: "\F5F1";
}

/* line 707, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ember:before {
  content: "\F423";
}

/* line 708, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-empire:before {
  content: "\F1D1";
}

/* line 709, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-empty-set:before {
  content: "\F656";
}

/* line 710, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-engine-warning:before {
  content: "\F5F2";
}

/* line 711, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope:before {
  content: "\F0E0";
}

/* line 712, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-open:before {
  content: "\F2B6";
}

/* line 713, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-open-dollar:before {
  content: "\F657";
}

/* line 714, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-open-text:before {
  content: "\F658";
}

/* line 715, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envelope-square:before {
  content: "\F199";
}

/* line 716, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-envira:before {
  content: "\F299";
}

/* line 717, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-equals:before {
  content: "\F52C";
}

/* line 718, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eraser:before {
  content: "\F12D";
}

/* line 719, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-erlang:before {
  content: "\F39D";
}

/* line 720, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ethereum:before {
  content: "\F42E";
}

/* line 721, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ethernet:before {
  content: "\F796";
}

/* line 722, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-etsy:before {
  content: "\F2D7";
}

/* line 723, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-euro-sign:before {
  content: "\F153";
}

/* line 724, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-evernote:before {
  content: "\F839";
}

/* line 725, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exchange:before {
  content: "\F0EC";
}

/* line 726, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exchange-alt:before {
  content: "\F362";
}

/* line 727, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation:before {
  content: "\F12A";
}

/* line 728, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation-circle:before {
  content: "\F06A";
}

/* line 729, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation-square:before {
  content: "\F321";
}

/* line 730, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-exclamation-triangle:before {
  content: "\F071";
}

/* line 731, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand:before {
  content: "\F065";
}

/* line 732, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-alt:before {
  content: "\F424";
}

/* line 733, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-arrows:before {
  content: "\F31D";
}

/* line 734, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

/* line 735, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expand-wide:before {
  content: "\F320";
}

/* line 736, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-expeditedssl:before {
  content: "\F23E";
}

/* line 737, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link:before {
  content: "\F08E";
}

/* line 738, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link-alt:before {
  content: "\F35D";
}

/* line 739, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link-square:before {
  content: "\F14C";
}

/* line 740, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-external-link-square-alt:before {
  content: "\F360";
}

/* line 741, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye:before {
  content: "\F06E";
}

/* line 742, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye-dropper:before {
  content: "\F1FB";
}

/* line 743, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye-evil:before {
  content: "\F6DB";
}

/* line 744, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-eye-slash:before {
  content: "\F070";
}

/* line 745, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook:before {
  content: "\F09A";
}

/* line 746, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook-f:before {
  content: "\F39E";
}

/* line 747, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook-messenger:before {
  content: "\F39F";
}

/* line 748, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-facebook-square:before {
  content: "\F082";
}

/* line 749, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fan:before {
  content: "\F863";
}

/* line 750, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fan-table:before {
  content: "\E004";
}

/* line 751, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

/* line 752, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-farm:before {
  content: "\F864";
}

/* line 753, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fast-backward:before {
  content: "\F049";
}

/* line 754, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fast-forward:before {
  content: "\F050";
}

/* line 755, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-faucet:before {
  content: "\E005";
}

/* line 756, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-faucet-drip:before {
  content: "\E006";
}

/* line 757, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fax:before {
  content: "\F1AC";
}

/* line 758, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-feather:before {
  content: "\F52D";
}

/* line 759, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-feather-alt:before {
  content: "\F56B";
}

/* line 760, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fedex:before {
  content: "\F797";
}

/* line 761, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fedora:before {
  content: "\F798";
}

/* line 762, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-female:before {
  content: "\F182";
}

/* line 763, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-field-hockey:before {
  content: "\F44C";
}

/* line 764, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fighter-jet:before {
  content: "\F0FB";
}

/* line 765, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-figma:before {
  content: "\F799";
}

/* line 766, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file:before {
  content: "\F15B";
}

/* line 767, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-alt:before {
  content: "\F15C";
}

/* line 768, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-archive:before {
  content: "\F1C6";
}

/* line 769, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-audio:before {
  content: "\F1C7";
}

/* line 770, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-certificate:before {
  content: "\F5F3";
}

/* line 771, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-chart-line:before {
  content: "\F659";
}

/* line 772, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-chart-pie:before {
  content: "\F65A";
}

/* line 773, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-check:before {
  content: "\F316";
}

/* line 774, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-code:before {
  content: "\F1C9";
}

/* line 775, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-contract:before {
  content: "\F56C";
}

/* line 776, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-csv:before {
  content: "\F6DD";
}

/* line 777, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-download:before {
  content: "\F56D";
}

/* line 778, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-edit:before {
  content: "\F31C";
}

/* line 779, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-excel:before {
  content: "\F1C3";
}

/* line 780, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-exclamation:before {
  content: "\F31A";
}

/* line 781, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-export:before {
  content: "\F56E";
}

/* line 782, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-image:before {
  content: "\F1C5";
}

/* line 783, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-import:before {
  content: "\F56F";
}

/* line 784, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-invoice:before {
  content: "\F570";
}

/* line 785, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-invoice-dollar:before {
  content: "\F571";
}

/* line 786, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-medical:before {
  content: "\F477";
}

/* line 787, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-medical-alt:before {
  content: "\F478";
}

/* line 788, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-minus:before {
  content: "\F318";
}

/* line 789, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-music:before {
  content: "\F8B6";
}

/* line 790, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-pdf:before {
  content: "\F1C1";
}

/* line 791, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-plus:before {
  content: "\F319";
}

/* line 792, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-powerpoint:before {
  content: "\F1C4";
}

/* line 793, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-prescription:before {
  content: "\F572";
}

/* line 794, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-search:before {
  content: "\F865";
}

/* line 795, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-signature:before {
  content: "\F573";
}

/* line 796, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-spreadsheet:before {
  content: "\F65B";
}

/* line 797, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-times:before {
  content: "\F317";
}

/* line 798, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-upload:before {
  content: "\F574";
}

/* line 799, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-user:before {
  content: "\F65C";
}

/* line 800, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-video:before {
  content: "\F1C8";
}

/* line 801, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-file-word:before {
  content: "\F1C2";
}

/* line 802, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-files-medical:before {
  content: "\F7FD";
}

/* line 803, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fill:before {
  content: "\F575";
}

/* line 804, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fill-drip:before {
  content: "\F576";
}

/* line 805, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-film:before {
  content: "\F008";
}

/* line 806, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-film-alt:before {
  content: "\F3A0";
}

/* line 807, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-film-canister:before {
  content: "\F8B7";
}

/* line 808, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-filter:before {
  content: "\F0B0";
}

/* line 809, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fingerprint:before {
  content: "\F577";
}

/* line 810, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire:before {
  content: "\F06D";
}

/* line 811, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire-alt:before {
  content: "\F7E4";
}

/* line 812, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire-extinguisher:before {
  content: "\F134";
}

/* line 813, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fire-smoke:before {
  content: "\F74B";
}

/* line 814, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-firefox:before {
  content: "\F269";
}

/* line 815, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-firefox-browser:before {
  content: "\E007";
}

/* line 816, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fireplace:before {
  content: "\F79A";
}

/* line 817, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-first-aid:before {
  content: "\F479";
}

/* line 818, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-first-order:before {
  content: "\F2B0";
}

/* line 819, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-first-order-alt:before {
  content: "\F50A";
}

/* line 820, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-firstdraft:before {
  content: "\F3A1";
}

/* line 821, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fish:before {
  content: "\F578";
}

/* line 822, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fish-cooked:before {
  content: "\F7FE";
}

/* line 823, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fist-raised:before {
  content: "\F6DE";
}

/* line 824, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag:before {
  content: "\F024";
}

/* line 825, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag-alt:before {
  content: "\F74C";
}

/* line 826, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag-checkered:before {
  content: "\F11E";
}

/* line 827, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flag-usa:before {
  content: "\F74D";
}

/* line 828, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flame:before {
  content: "\F6DF";
}

/* line 829, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flashlight:before {
  content: "\F8B8";
}

/* line 830, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flask:before {
  content: "\F0C3";
}

/* line 831, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flask-poison:before {
  content: "\F6E0";
}

/* line 832, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flask-potion:before {
  content: "\F6E1";
}

/* line 833, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flickr:before {
  content: "\F16E";
}

/* line 834, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flipboard:before {
  content: "\F44D";
}

/* line 835, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flower:before {
  content: "\F7FF";
}

/* line 836, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flower-daffodil:before {
  content: "\F800";
}

/* line 837, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flower-tulip:before {
  content: "\F801";
}

/* line 838, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flushed:before {
  content: "\F579";
}

/* line 839, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flute:before {
  content: "\F8B9";
}

/* line 840, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-flux-capacitor:before {
  content: "\F8BA";
}

/* line 841, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fly:before {
  content: "\F417";
}

/* line 842, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fog:before {
  content: "\F74E";
}

/* line 843, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder:before {
  content: "\F07B";
}

/* line 844, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-download:before {
  content: "\E053";
}

/* line 845, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-minus:before {
  content: "\F65D";
}

/* line 846, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-open:before {
  content: "\F07C";
}

/* line 847, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-plus:before {
  content: "\F65E";
}

/* line 848, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-times:before {
  content: "\F65F";
}

/* line 849, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-tree:before {
  content: "\F802";
}

/* line 850, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folder-upload:before {
  content: "\E054";
}

/* line 851, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-folders:before {
  content: "\F660";
}

/* line 852, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font:before {
  content: "\F031";
}

/* line 853, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome:before {
  content: "\F2B4";
}

/* line 854, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome-alt:before {
  content: "\F35C";
}

/* line 855, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome-flag:before {
  content: "\F425";
}

/* line 856, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

/* line 857, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-font-case:before {
  content: "\F866";
}

/* line 858, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fonticons:before {
  content: "\F280";
}

/* line 859, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fonticons-fi:before {
  content: "\F3A2";
}

/* line 860, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-football-ball:before {
  content: "\F44E";
}

/* line 861, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-football-helmet:before {
  content: "\F44F";
}

/* line 862, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-forklift:before {
  content: "\F47A";
}

/* line 863, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fort-awesome:before {
  content: "\F286";
}

/* line 864, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

/* line 865, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-forumbee:before {
  content: "\F211";
}

/* line 866, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-forward:before {
  content: "\F04E";
}

/* line 867, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-foursquare:before {
  content: "\F180";
}

/* line 868, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fragile:before {
  content: "\F4BB";
}

/* line 869, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-free-code-camp:before {
  content: "\F2C5";
}

/* line 870, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-freebsd:before {
  content: "\F3A4";
}

/* line 871, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-french-fries:before {
  content: "\F803";
}

/* line 872, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frog:before {
  content: "\F52E";
}

/* line 873, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frosty-head:before {
  content: "\F79B";
}

/* line 874, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frown:before {
  content: "\F119";
}

/* line 875, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-frown-open:before {
  content: "\F57A";
}

/* line 876, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-fulcrum:before {
  content: "\F50B";
}

/* line 877, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-function:before {
  content: "\F661";
}

/* line 878, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-funnel-dollar:before {
  content: "\F662";
}

/* line 879, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-futbol:before {
  content: "\F1E3";
}

/* line 880, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-galactic-republic:before {
  content: "\F50C";
}

/* line 881, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-galactic-senate:before {
  content: "\F50D";
}

/* line 882, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-galaxy:before {
  content: "\E008";
}

/* line 883, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-game-board:before {
  content: "\F867";
}

/* line 884, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-game-board-alt:before {
  content: "\F868";
}

/* line 885, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-game-console-handheld:before {
  content: "\F8BB";
}

/* line 886, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gamepad:before {
  content: "\F11B";
}

/* line 887, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gamepad-alt:before {
  content: "\F8BC";
}

/* line 888, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-garage:before {
  content: "\E009";
}

/* line 889, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-garage-car:before {
  content: "\E00A";
}

/* line 890, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-garage-open:before {
  content: "\E00B";
}

/* line 891, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gas-pump:before {
  content: "\F52F";
}

/* line 892, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gas-pump-slash:before {
  content: "\F5F4";
}

/* line 893, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gavel:before {
  content: "\F0E3";
}

/* line 894, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gem:before {
  content: "\F3A5";
}

/* line 895, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-genderless:before {
  content: "\F22D";
}

/* line 896, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-get-pocket:before {
  content: "\F265";
}

/* line 897, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gg:before {
  content: "\F260";
}

/* line 898, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gg-circle:before {
  content: "\F261";
}

/* line 899, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ghost:before {
  content: "\F6E2";
}

/* line 900, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gift:before {
  content: "\F06B";
}

/* line 901, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gift-card:before {
  content: "\F663";
}

/* line 902, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gifts:before {
  content: "\F79C";
}

/* line 903, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gingerbread-man:before {
  content: "\F79D";
}

/* line 904, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-git:before {
  content: "\F1D3";
}

/* line 905, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-git-alt:before {
  content: "\F841";
}

/* line 906, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-git-square:before {
  content: "\F1D2";
}

/* line 907, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-github:before {
  content: "\F09B";
}

/* line 908, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-github-alt:before {
  content: "\F113";
}

/* line 909, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-github-square:before {
  content: "\F092";
}

/* line 910, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gitkraken:before {
  content: "\F3A6";
}

/* line 911, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gitlab:before {
  content: "\F296";
}

/* line 912, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gitter:before {
  content: "\F426";
}

/* line 913, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass:before {
  content: "\F804";
}

/* line 914, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-champagne:before {
  content: "\F79E";
}

/* line 915, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-cheers:before {
  content: "\F79F";
}

/* line 916, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-citrus:before {
  content: "\F869";
}

/* line 917, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-martini:before {
  content: "\F000";
}

/* line 918, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-martini-alt:before {
  content: "\F57B";
}

/* line 919, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-whiskey:before {
  content: "\F7A0";
}

/* line 920, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}

/* line 921, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glasses:before {
  content: "\F530";
}

/* line 922, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glasses-alt:before {
  content: "\F5F5";
}

/* line 923, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glide:before {
  content: "\F2A5";
}

/* line 924, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-glide-g:before {
  content: "\F2A6";
}

/* line 925, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe:before {
  content: "\F0AC";
}

/* line 926, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-africa:before {
  content: "\F57C";
}

/* line 927, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-americas:before {
  content: "\F57D";
}

/* line 928, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-asia:before {
  content: "\F57E";
}

/* line 929, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-europe:before {
  content: "\F7A2";
}

/* line 930, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-snow:before {
  content: "\F7A3";
}

/* line 931, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-globe-stand:before {
  content: "\F5F6";
}

/* line 932, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gofore:before {
  content: "\F3A7";
}

/* line 933, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-golf-ball:before {
  content: "\F450";
}

/* line 934, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-golf-club:before {
  content: "\F451";
}

/* line 935, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-goodreads:before {
  content: "\F3A8";
}

/* line 936, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-goodreads-g:before {
  content: "\F3A9";
}

/* line 937, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google:before {
  content: "\F1A0";
}

/* line 938, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-drive:before {
  content: "\F3AA";
}

/* line 939, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-pay:before {
  content: "\E079";
}

/* line 940, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-play:before {
  content: "\F3AB";
}

/* line 941, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-plus:before {
  content: "\F2B3";
}

/* line 942, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-plus-g:before {
  content: "\F0D5";
}

/* line 943, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-plus-square:before {
  content: "\F0D4";
}

/* line 944, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-google-wallet:before {
  content: "\F1EE";
}

/* line 945, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gopuram:before {
  content: "\F664";
}

/* line 946, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-graduation-cap:before {
  content: "\F19D";
}

/* line 947, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gramophone:before {
  content: "\F8BD";
}

/* line 948, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gratipay:before {
  content: "\F184";
}

/* line 949, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grav:before {
  content: "\F2D6";
}

/* line 950, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-greater-than:before {
  content: "\F531";
}

/* line 951, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-greater-than-equal:before {
  content: "\F532";
}

/* line 952, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grimace:before {
  content: "\F57F";
}

/* line 953, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin:before {
  content: "\F580";
}

/* line 954, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-alt:before {
  content: "\F581";
}

/* line 955, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-beam:before {
  content: "\F582";
}

/* line 956, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-beam-sweat:before {
  content: "\F583";
}

/* line 957, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-hearts:before {
  content: "\F584";
}

/* line 958, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-squint:before {
  content: "\F585";
}

/* line 959, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-squint-tears:before {
  content: "\F586";
}

/* line 960, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-stars:before {
  content: "\F587";
}

/* line 961, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tears:before {
  content: "\F588";
}

/* line 962, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tongue:before {
  content: "\F589";
}

/* line 963, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

/* line 964, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

/* line 965, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grin-wink:before {
  content: "\F58C";
}

/* line 966, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-horizontal:before {
  content: "\F58D";
}

/* line 967, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-lines:before {
  content: "\F7A4";
}

/* line 968, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

/* line 969, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grip-vertical:before {
  content: "\F58E";
}

/* line 970, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gripfire:before {
  content: "\F3AC";
}

/* line 971, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-grunt:before {
  content: "\F3AD";
}

/* line 972, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guilded:before {
  content: "\E07E";
}

/* line 973, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guitar:before {
  content: "\F7A6";
}

/* line 974, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guitar-electric:before {
  content: "\F8BE";
}

/* line 975, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-guitars:before {
  content: "\F8BF";
}

/* line 976, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-gulp:before {
  content: "\F3AE";
}

/* line 977, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h-square:before {
  content: "\F0FD";
}

/* line 978, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h1:before {
  content: "\F313";
}

/* line 979, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h2:before {
  content: "\F314";
}

/* line 980, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h3:before {
  content: "\F315";
}

/* line 981, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-h4:before {
  content: "\F86A";
}

/* line 982, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hacker-news:before {
  content: "\F1D4";
}

/* line 983, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hacker-news-square:before {
  content: "\F3AF";
}

/* line 984, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hackerrank:before {
  content: "\F5F7";
}

/* line 985, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hamburger:before {
  content: "\F805";
}

/* line 986, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hammer:before {
  content: "\F6E3";
}

/* line 987, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hammer-war:before {
  content: "\F6E4";
}

/* line 988, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hamsa:before {
  content: "\F665";
}

/* line 989, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-heart:before {
  content: "\F4BC";
}

/* line 990, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding:before {
  content: "\F4BD";
}

/* line 991, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-box:before {
  content: "\F47B";
}

/* line 992, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

/* line 993, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-magic:before {
  content: "\F6E5";
}

/* line 994, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-medical:before {
  content: "\E05C";
}

/* line 995, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-seedling:before {
  content: "\F4BF";
}

/* line 996, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

/* line 997, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-holding-water:before {
  content: "\F4C1";
}

/* line 998, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-lizard:before {
  content: "\F258";
}

/* line 999, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-middle-finger:before {
  content: "\F806";
}

/* line 1000, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-paper:before {
  content: "\F256";
}

/* line 1001, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-peace:before {
  content: "\F25B";
}

/* line 1002, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-down:before {
  content: "\F0A7";
}

/* line 1003, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-left:before {
  content: "\F0A5";
}

/* line 1004, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-right:before {
  content: "\F0A4";
}

/* line 1005, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-point-up:before {
  content: "\F0A6";
}

/* line 1006, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-pointer:before {
  content: "\F25A";
}

/* line 1007, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-receiving:before {
  content: "\F47C";
}

/* line 1008, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-rock:before {
  content: "\F255";
}

/* line 1009, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-scissors:before {
  content: "\F257";
}

/* line 1010, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-sparkles:before {
  content: "\E05D";
}

/* line 1011, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hand-spock:before {
  content: "\F259";
}

/* line 1012, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands:before {
  content: "\F4C2";
}

/* line 1013, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-heart:before {
  content: "\F4C3";
}

/* line 1014, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-helping:before {
  content: "\F4C4";
}

/* line 1015, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-usd:before {
  content: "\F4C5";
}

/* line 1016, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hands-wash:before {
  content: "\E05E";
}

/* line 1017, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake:before {
  content: "\F2B5";
}

/* line 1018, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake-alt:before {
  content: "\F4C6";
}

/* line 1019, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

/* line 1020, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-handshake-slash:before {
  content: "\E060";
}

/* line 1021, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hanukiah:before {
  content: "\F6E6";
}

/* line 1022, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hard-hat:before {
  content: "\F807";
}

/* line 1023, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hashtag:before {
  content: "\F292";
}

/* line 1024, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-chef:before {
  content: "\F86B";
}

/* line 1025, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-cowboy:before {
  content: "\F8C0";
}

/* line 1026, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

/* line 1027, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-santa:before {
  content: "\F7A7";
}

/* line 1028, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-winter:before {
  content: "\F7A8";
}

/* line 1029, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-witch:before {
  content: "\F6E7";
}

/* line 1030, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hat-wizard:before {
  content: "\F6E8";
}

/* line 1031, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hdd:before {
  content: "\F0A0";
}

/* line 1032, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side:before {
  content: "\F6E9";
}

/* line 1033, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-brain:before {
  content: "\F808";
}

/* line 1034, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-cough:before {
  content: "\E061";
}

/* line 1035, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-cough-slash:before {
  content: "\E062";
}

/* line 1036, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-headphones:before {
  content: "\F8C2";
}

/* line 1037, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-mask:before {
  content: "\E063";
}

/* line 1038, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-medical:before {
  content: "\F809";
}

/* line 1039, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-side-virus:before {
  content: "\E064";
}

/* line 1040, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-head-vr:before {
  content: "\F6EA";
}

/* line 1041, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heading:before {
  content: "\F1DC";
}

/* line 1042, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-headphones:before {
  content: "\F025";
}

/* line 1043, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-headphones-alt:before {
  content: "\F58F";
}

/* line 1044, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-headset:before {
  content: "\F590";
}

/* line 1045, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart:before {
  content: "\F004";
}

/* line 1046, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-broken:before {
  content: "\F7A9";
}

/* line 1047, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-circle:before {
  content: "\F4C7";
}

/* line 1048, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-rate:before {
  content: "\F5F8";
}

/* line 1049, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heart-square:before {
  content: "\F4C8";
}

/* line 1050, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heartbeat:before {
  content: "\F21E";
}

/* line 1051, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-heat:before {
  content: "\E00C";
}

/* line 1052, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-helicopter:before {
  content: "\F533";
}

/* line 1053, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-helmet-battle:before {
  content: "\F6EB";
}

/* line 1054, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hexagon:before {
  content: "\F312";
}

/* line 1055, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-highlighter:before {
  content: "\F591";
}

/* line 1056, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hiking:before {
  content: "\F6EC";
}

/* line 1057, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hippo:before {
  content: "\F6ED";
}

/* line 1058, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hips:before {
  content: "\F452";
}

/* line 1059, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hire-a-helper:before {
  content: "\F3B0";
}

/* line 1060, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-history:before {
  content: "\F1DA";
}

/* line 1061, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hive:before {
  content: "\E07F";
}

/* line 1062, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hockey-mask:before {
  content: "\F6EE";
}

/* line 1063, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hockey-puck:before {
  content: "\F453";
}

/* line 1064, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hockey-sticks:before {
  content: "\F454";
}

/* line 1065, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-holly-berry:before {
  content: "\F7AA";
}

/* line 1066, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home:before {
  content: "\F015";
}

/* line 1067, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-alt:before {
  content: "\F80A";
}

/* line 1068, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-heart:before {
  content: "\F4C9";
}

/* line 1069, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-lg:before {
  content: "\F80B";
}

/* line 1070, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-home-lg-alt:before {
  content: "\F80C";
}

/* line 1071, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hood-cloak:before {
  content: "\F6EF";
}

/* line 1072, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hooli:before {
  content: "\F427";
}

/* line 1073, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horizontal-rule:before {
  content: "\F86C";
}

/* line 1074, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hornbill:before {
  content: "\F592";
}

/* line 1075, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horse:before {
  content: "\F6F0";
}

/* line 1076, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horse-head:before {
  content: "\F7AB";
}

/* line 1077, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-horse-saddle:before {
  content: "\F8C3";
}

/* line 1078, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital:before {
  content: "\F0F8";
}

/* line 1079, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital-alt:before {
  content: "\F47D";
}

/* line 1080, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital-symbol:before {
  content: "\F47E";
}

/* line 1081, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospital-user:before {
  content: "\F80D";
}

/* line 1082, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hospitals:before {
  content: "\F80E";
}

/* line 1083, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hot-tub:before {
  content: "\F593";
}

/* line 1084, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hotdog:before {
  content: "\F80F";
}

/* line 1085, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hotel:before {
  content: "\F594";
}

/* line 1086, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hotjar:before {
  content: "\F3B1";
}

/* line 1087, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass:before {
  content: "\F254";
}

/* line 1088, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass-end:before {
  content: "\F253";
}

/* line 1089, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass-half:before {
  content: "\F252";
}

/* line 1090, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hourglass-start:before {
  content: "\F251";
}

/* line 1091, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house:before {
  content: "\E00D";
}

/* line 1092, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-damage:before {
  content: "\F6F1";
}

/* line 1093, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-day:before {
  content: "\E00E";
}

/* line 1094, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-flood:before {
  content: "\F74F";
}

/* line 1095, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-leave:before {
  content: "\E00F";
}

/* line 1096, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-night:before {
  content: "\E010";
}

/* line 1097, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-return:before {
  content: "\E011";
}

/* line 1098, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-signal:before {
  content: "\E012";
}

/* line 1099, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-house-user:before {
  content: "\E065";
}

/* line 1100, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-houzz:before {
  content: "\F27C";
}

/* line 1101, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hryvnia:before {
  content: "\F6F2";
}

/* line 1102, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-html5:before {
  content: "\F13B";
}

/* line 1103, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hubspot:before {
  content: "\F3B2";
}

/* line 1104, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-humidity:before {
  content: "\F750";
}

/* line 1105, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-hurricane:before {
  content: "\F751";
}

/* line 1106, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-i-cursor:before {
  content: "\F246";
}

/* line 1107, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ice-cream:before {
  content: "\F810";
}

/* line 1108, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ice-skate:before {
  content: "\F7AC";
}

/* line 1109, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-icicles:before {
  content: "\F7AD";
}

/* line 1110, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-icons:before {
  content: "\F86D";
}

/* line 1111, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-icons-alt:before {
  content: "\F86E";
}

/* line 1112, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-id-badge:before {
  content: "\F2C1";
}

/* line 1113, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-id-card:before {
  content: "\F2C2";
}

/* line 1114, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-id-card-alt:before {
  content: "\F47F";
}

/* line 1115, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ideal:before {
  content: "\E013";
}

/* line 1116, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-igloo:before {
  content: "\F7AE";
}

/* line 1117, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-image:before {
  content: "\F03E";
}

/* line 1118, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-image-polaroid:before {
  content: "\F8C4";
}

/* line 1119, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-images:before {
  content: "\F302";
}

/* line 1120, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-imdb:before {
  content: "\F2D8";
}

/* line 1121, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inbox:before {
  content: "\F01C";
}

/* line 1122, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inbox-in:before {
  content: "\F310";
}

/* line 1123, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inbox-out:before {
  content: "\F311";
}

/* line 1124, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-indent:before {
  content: "\F03C";
}

/* line 1125, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-industry:before {
  content: "\F275";
}

/* line 1126, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-industry-alt:before {
  content: "\F3B3";
}

/* line 1127, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-infinity:before {
  content: "\F534";
}

/* line 1128, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-info:before {
  content: "\F129";
}

/* line 1129, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-info-circle:before {
  content: "\F05A";
}

/* line 1130, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-info-square:before {
  content: "\F30F";
}

/* line 1131, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inhaler:before {
  content: "\F5F9";
}

/* line 1132, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-innosoft:before {
  content: "\E080";
}

/* line 1133, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-instagram:before {
  content: "\F16D";
}

/* line 1134, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-instagram-square:before {
  content: "\E055";
}

/* line 1135, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-instalod:before {
  content: "\E081";
}

/* line 1136, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-integral:before {
  content: "\F667";
}

/* line 1137, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-intercom:before {
  content: "\F7AF";
}

/* line 1138, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-internet-explorer:before {
  content: "\F26B";
}

/* line 1139, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-intersection:before {
  content: "\F668";
}

/* line 1140, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-inventory:before {
  content: "\F480";
}

/* line 1141, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-invision:before {
  content: "\F7B0";
}

/* line 1142, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ioxhost:before {
  content: "\F208";
}

/* line 1143, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-island-tropical:before {
  content: "\F811";
}

/* line 1144, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-italic:before {
  content: "\F033";
}

/* line 1145, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-itch-io:before {
  content: "\F83A";
}

/* line 1146, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-itunes:before {
  content: "\F3B4";
}

/* line 1147, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-itunes-note:before {
  content: "\F3B5";
}

/* line 1148, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jack-o-lantern:before {
  content: "\F30E";
}

/* line 1149, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-java:before {
  content: "\F4E4";
}

/* line 1150, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jedi:before {
  content: "\F669";
}

/* line 1151, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jedi-order:before {
  content: "\F50E";
}

/* line 1152, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jenkins:before {
  content: "\F3B6";
}

/* line 1153, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jira:before {
  content: "\F7B1";
}

/* line 1154, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joget:before {
  content: "\F3B7";
}

/* line 1155, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joint:before {
  content: "\F595";
}

/* line 1156, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joomla:before {
  content: "\F1AA";
}

/* line 1157, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-journal-whills:before {
  content: "\F66A";
}

/* line 1158, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-joystick:before {
  content: "\F8C5";
}

/* line 1159, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-js:before {
  content: "\F3B8";
}

/* line 1160, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-js-square:before {
  content: "\F3B9";
}

/* line 1161, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jsfiddle:before {
  content: "\F1CC";
}

/* line 1162, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-jug:before {
  content: "\F8C6";
}

/* line 1163, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kaaba:before {
  content: "\F66B";
}

/* line 1164, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kaggle:before {
  content: "\F5FA";
}

/* line 1165, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kazoo:before {
  content: "\F8C7";
}

/* line 1166, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kerning:before {
  content: "\F86F";
}

/* line 1167, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-key:before {
  content: "\F084";
}

/* line 1168, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-key-skeleton:before {
  content: "\F6F3";
}

/* line 1169, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keybase:before {
  content: "\F4F5";
}

/* line 1170, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keyboard:before {
  content: "\F11C";
}

/* line 1171, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keycdn:before {
  content: "\F3BA";
}

/* line 1172, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-keynote:before {
  content: "\F66C";
}

/* line 1173, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-khanda:before {
  content: "\F66D";
}

/* line 1174, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kickstarter:before {
  content: "\F3BB";
}

/* line 1175, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kickstarter-k:before {
  content: "\F3BC";
}

/* line 1176, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kidneys:before {
  content: "\F5FB";
}

/* line 1177, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiss:before {
  content: "\F596";
}

/* line 1178, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiss-beam:before {
  content: "\F597";
}

/* line 1179, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiss-wink-heart:before {
  content: "\F598";
}

/* line 1180, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kite:before {
  content: "\F6F4";
}

/* line 1181, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-kiwi-bird:before {
  content: "\F535";
}

/* line 1182, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-knife-kitchen:before {
  content: "\F6F5";
}

/* line 1183, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-korvue:before {
  content: "\F42F";
}

/* line 1184, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lambda:before {
  content: "\F66E";
}

/* line 1185, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lamp:before {
  content: "\F4CA";
}

/* line 1186, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lamp-desk:before {
  content: "\E014";
}

/* line 1187, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lamp-floor:before {
  content: "\E015";
}

/* line 1188, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-landmark:before {
  content: "\F66F";
}

/* line 1189, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-landmark-alt:before {
  content: "\F752";
}

/* line 1190, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-language:before {
  content: "\F1AB";
}

/* line 1191, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop:before {
  content: "\F109";
}

/* line 1192, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop-code:before {
  content: "\F5FC";
}

/* line 1193, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop-house:before {
  content: "\E066";
}

/* line 1194, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laptop-medical:before {
  content: "\F812";
}

/* line 1195, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laravel:before {
  content: "\F3BD";
}

/* line 1196, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lasso:before {
  content: "\F8C8";
}

/* line 1197, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lastfm:before {
  content: "\F202";
}

/* line 1198, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lastfm-square:before {
  content: "\F203";
}

/* line 1199, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh:before {
  content: "\F599";
}

/* line 1200, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh-beam:before {
  content: "\F59A";
}

/* line 1201, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh-squint:before {
  content: "\F59B";
}

/* line 1202, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-laugh-wink:before {
  content: "\F59C";
}

/* line 1203, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-layer-group:before {
  content: "\F5FD";
}

/* line 1204, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-layer-minus:before {
  content: "\F5FE";
}

/* line 1205, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-layer-plus:before {
  content: "\F5FF";
}

/* line 1206, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf:before {
  content: "\F06C";
}

/* line 1207, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf-heart:before {
  content: "\F4CB";
}

/* line 1208, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf-maple:before {
  content: "\F6F6";
}

/* line 1209, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leaf-oak:before {
  content: "\F6F7";
}

/* line 1210, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-leanpub:before {
  content: "\F212";
}

/* line 1211, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lemon:before {
  content: "\F094";
}

/* line 1212, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-less:before {
  content: "\F41D";
}

/* line 1213, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-less-than:before {
  content: "\F536";
}

/* line 1214, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-less-than-equal:before {
  content: "\F537";
}

/* line 1215, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-down:before {
  content: "\F149";
}

/* line 1216, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-down-alt:before {
  content: "\F3BE";
}

/* line 1217, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-up:before {
  content: "\F148";
}

/* line 1218, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-level-up-alt:before {
  content: "\F3BF";
}

/* line 1219, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-life-ring:before {
  content: "\F1CD";
}

/* line 1220, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-ceiling:before {
  content: "\E016";
}

/* line 1221, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-switch:before {
  content: "\E017";
}

/* line 1222, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-switch-off:before {
  content: "\E018";
}

/* line 1223, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-light-switch-on:before {
  content: "\E019";
}

/* line 1224, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb:before {
  content: "\F0EB";
}

/* line 1225, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-dollar:before {
  content: "\F670";
}

/* line 1226, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-exclamation:before {
  content: "\F671";
}

/* line 1227, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-on:before {
  content: "\F672";
}

/* line 1228, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lightbulb-slash:before {
  content: "\F673";
}

/* line 1229, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lights-holiday:before {
  content: "\F7B2";
}

/* line 1230, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-line:before {
  content: "\F3C0";
}

/* line 1231, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-line-columns:before {
  content: "\F870";
}

/* line 1232, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-line-height:before {
  content: "\F871";
}

/* line 1233, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-link:before {
  content: "\F0C1";
}

/* line 1234, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linkedin:before {
  content: "\F08C";
}

/* line 1235, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linkedin-in:before {
  content: "\F0E1";
}

/* line 1236, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linode:before {
  content: "\F2B8";
}

/* line 1237, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-linux:before {
  content: "\F17C";
}

/* line 1238, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lips:before {
  content: "\F600";
}

/* line 1239, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lira-sign:before {
  content: "\F195";
}

/* line 1240, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list:before {
  content: "\F03A";
}

/* line 1241, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-alt:before {
  content: "\F022";
}

/* line 1242, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-music:before {
  content: "\F8C9";
}

/* line 1243, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-ol:before {
  content: "\F0CB";
}

/* line 1244, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-list-ul:before {
  content: "\F0CA";
}

/* line 1245, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location:before {
  content: "\F601";
}

/* line 1246, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location-arrow:before {
  content: "\F124";
}

/* line 1247, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location-circle:before {
  content: "\F602";
}

/* line 1248, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-location-slash:before {
  content: "\F603";
}

/* line 1249, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock:before {
  content: "\F023";
}

/* line 1250, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock-alt:before {
  content: "\F30D";
}

/* line 1251, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock-open:before {
  content: "\F3C1";
}

/* line 1252, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lock-open-alt:before {
  content: "\F3C2";
}

/* line 1253, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

/* line 1254, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

/* line 1255, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

/* line 1256, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

/* line 1257, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-down:before {
  content: "\F175";
}

/* line 1258, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-left:before {
  content: "\F177";
}

/* line 1259, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-right:before {
  content: "\F178";
}

/* line 1260, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-long-arrow-up:before {
  content: "\F176";
}

/* line 1261, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-loveseat:before {
  content: "\F4CC";
}

/* line 1262, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-low-vision:before {
  content: "\F2A8";
}

/* line 1263, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-luchador:before {
  content: "\F455";
}

/* line 1264, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-luggage-cart:before {
  content: "\F59D";
}

/* line 1265, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lungs:before {
  content: "\F604";
}

/* line 1266, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lungs-virus:before {
  content: "\E067";
}

/* line 1267, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-lyft:before {
  content: "\F3C3";
}

/* line 1268, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mace:before {
  content: "\F6F8";
}

/* line 1269, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-magento:before {
  content: "\F3C4";
}

/* line 1270, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-magic:before {
  content: "\F0D0";
}

/* line 1271, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-magnet:before {
  content: "\F076";
}

/* line 1272, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mail-bulk:before {
  content: "\F674";
}

/* line 1273, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mailbox:before {
  content: "\F813";
}

/* line 1274, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mailchimp:before {
  content: "\F59E";
}

/* line 1275, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-male:before {
  content: "\F183";
}

/* line 1276, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mandalorian:before {
  content: "\F50F";
}

/* line 1277, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mandolin:before {
  content: "\F6F9";
}

/* line 1278, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map:before {
  content: "\F279";
}

/* line 1279, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marked:before {
  content: "\F59F";
}

/* line 1280, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marked-alt:before {
  content: "\F5A0";
}

/* line 1281, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker:before {
  content: "\F041";
}

/* line 1282, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-alt:before {
  content: "\F3C5";
}

/* line 1283, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-alt-slash:before {
  content: "\F605";
}

/* line 1284, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-check:before {
  content: "\F606";
}

/* line 1285, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-edit:before {
  content: "\F607";
}

/* line 1286, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-exclamation:before {
  content: "\F608";
}

/* line 1287, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-minus:before {
  content: "\F609";
}

/* line 1288, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-plus:before {
  content: "\F60A";
}

/* line 1289, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-question:before {
  content: "\F60B";
}

/* line 1290, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-slash:before {
  content: "\F60C";
}

/* line 1291, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-smile:before {
  content: "\F60D";
}

/* line 1292, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-marker-times:before {
  content: "\F60E";
}

/* line 1293, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-pin:before {
  content: "\F276";
}

/* line 1294, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-map-signs:before {
  content: "\F277";
}

/* line 1295, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-markdown:before {
  content: "\F60F";
}

/* line 1296, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-marker:before {
  content: "\F5A1";
}

/* line 1297, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars:before {
  content: "\F222";
}

/* line 1298, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-double:before {
  content: "\F227";
}

/* line 1299, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-stroke:before {
  content: "\F229";
}

/* line 1300, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-stroke-h:before {
  content: "\F22B";
}

/* line 1301, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mars-stroke-v:before {
  content: "\F22A";
}

/* line 1302, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mask:before {
  content: "\F6FA";
}

/* line 1303, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mastodon:before {
  content: "\F4F6";
}

/* line 1304, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-maxcdn:before {
  content: "\F136";
}

/* line 1305, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mdb:before {
  content: "\F8CA";
}

/* line 1306, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meat:before {
  content: "\F814";
}

/* line 1307, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medal:before {
  content: "\F5A2";
}

/* line 1308, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medapps:before {
  content: "\F3C6";
}

/* line 1309, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medium:before {
  content: "\F23A";
}

/* line 1310, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medium-m:before {
  content: "\F3C7";
}

/* line 1311, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medkit:before {
  content: "\F0FA";
}

/* line 1312, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-medrt:before {
  content: "\F3C8";
}

/* line 1313, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meetup:before {
  content: "\F2E0";
}

/* line 1314, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-megaphone:before {
  content: "\F675";
}

/* line 1315, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-megaport:before {
  content: "\F5A3";
}

/* line 1316, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meh:before {
  content: "\F11A";
}

/* line 1317, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meh-blank:before {
  content: "\F5A4";
}

/* line 1318, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

/* line 1319, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-memory:before {
  content: "\F538";
}

/* line 1320, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mendeley:before {
  content: "\F7B3";
}

/* line 1321, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-menorah:before {
  content: "\F676";
}

/* line 1322, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mercury:before {
  content: "\F223";
}

/* line 1323, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-meteor:before {
  content: "\F753";
}

/* line 1324, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microblog:before {
  content: "\E01A";
}

/* line 1325, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microchip:before {
  content: "\F2DB";
}

/* line 1326, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone:before {
  content: "\F130";
}

/* line 1327, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-alt:before {
  content: "\F3C9";
}

/* line 1328, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-alt-slash:before {
  content: "\F539";
}

/* line 1329, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-slash:before {
  content: "\F131";
}

/* line 1330, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microphone-stand:before {
  content: "\F8CB";
}

/* line 1331, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microscope:before {
  content: "\F610";
}

/* line 1332, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microsoft:before {
  content: "\F3CA";
}

/* line 1333, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-microwave:before {
  content: "\E01B";
}

/* line 1334, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mind-share:before {
  content: "\F677";
}

/* line 1335, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus:before {
  content: "\F068";
}

/* line 1336, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-circle:before {
  content: "\F056";
}

/* line 1337, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-hexagon:before {
  content: "\F307";
}

/* line 1338, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-octagon:before {
  content: "\F308";
}

/* line 1339, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-minus-square:before {
  content: "\F146";
}

/* line 1340, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mistletoe:before {
  content: "\F7B4";
}

/* line 1341, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mitten:before {
  content: "\F7B5";
}

/* line 1342, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mix:before {
  content: "\F3CB";
}

/* line 1343, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mixcloud:before {
  content: "\F289";
}

/* line 1344, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mixer:before {
  content: "\E056";
}

/* line 1345, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mizuni:before {
  content: "\F3CC";
}

/* line 1346, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile:before {
  content: "\F10B";
}

/* line 1347, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile-alt:before {
  content: "\F3CD";
}

/* line 1348, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile-android:before {
  content: "\F3CE";
}

/* line 1349, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mobile-android-alt:before {
  content: "\F3CF";
}

/* line 1350, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-modx:before {
  content: "\F285";
}

/* line 1351, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monero:before {
  content: "\F3D0";
}

/* line 1352, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill:before {
  content: "\F0D6";
}

/* line 1353, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill-alt:before {
  content: "\F3D1";
}

/* line 1354, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill-wave:before {
  content: "\F53A";
}

/* line 1355, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

/* line 1356, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check:before {
  content: "\F53C";
}

/* line 1357, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check-alt:before {
  content: "\F53D";
}

/* line 1358, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check-edit:before {
  content: "\F872";
}

/* line 1359, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-money-check-edit-alt:before {
  content: "\F873";
}

/* line 1360, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monitor-heart-rate:before {
  content: "\F611";
}

/* line 1361, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monkey:before {
  content: "\F6FB";
}

/* line 1362, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-monument:before {
  content: "\F5A6";
}

/* line 1363, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-moon:before {
  content: "\F186";
}

/* line 1364, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-moon-cloud:before {
  content: "\F754";
}

/* line 1365, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-moon-stars:before {
  content: "\F755";
}

/* line 1366, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mortar-pestle:before {
  content: "\F5A7";
}

/* line 1367, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mosque:before {
  content: "\F678";
}

/* line 1368, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-motorcycle:before {
  content: "\F21C";
}

/* line 1369, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mountain:before {
  content: "\F6FC";
}

/* line 1370, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mountains:before {
  content: "\F6FD";
}

/* line 1371, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mouse:before {
  content: "\F8CC";
}

/* line 1372, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mouse-alt:before {
  content: "\F8CD";
}

/* line 1373, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mouse-pointer:before {
  content: "\F245";
}

/* line 1374, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mp3-player:before {
  content: "\F8CE";
}

/* line 1375, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug:before {
  content: "\F874";
}

/* line 1376, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug-hot:before {
  content: "\F7B6";
}

/* line 1377, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

/* line 1378, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-mug-tea:before {
  content: "\F875";
}

/* line 1379, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music:before {
  content: "\F001";
}

/* line 1380, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music-alt:before {
  content: "\F8CF";
}

/* line 1381, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music-alt-slash:before {
  content: "\F8D0";
}

/* line 1382, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-music-slash:before {
  content: "\F8D1";
}

/* line 1383, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-napster:before {
  content: "\F3D2";
}

/* line 1384, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-narwhal:before {
  content: "\F6FE";
}

/* line 1385, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-neos:before {
  content: "\F612";
}

/* line 1386, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-network-wired:before {
  content: "\F6FF";
}

/* line 1387, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-neuter:before {
  content: "\F22C";
}

/* line 1388, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-newspaper:before {
  content: "\F1EA";
}

/* line 1389, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-nimblr:before {
  content: "\F5A8";
}

/* line 1390, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-node:before {
  content: "\F419";
}

/* line 1391, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-node-js:before {
  content: "\F3D3";
}

/* line 1392, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-not-equal:before {
  content: "\F53E";
}

/* line 1393, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-notes-medical:before {
  content: "\F481";
}

/* line 1394, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-npm:before {
  content: "\F3D4";
}

/* line 1395, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ns8:before {
  content: "\F3D5";
}

/* line 1396, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-nutritionix:before {
  content: "\F3D6";
}

/* line 1397, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-object-group:before {
  content: "\F247";
}

/* line 1398, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-object-ungroup:before {
  content: "\F248";
}

/* line 1399, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-octagon:before {
  content: "\F306";
}

/* line 1400, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-octopus-deploy:before {
  content: "\E082";
}

/* line 1401, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-odnoklassniki:before {
  content: "\F263";
}

/* line 1402, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-odnoklassniki-square:before {
  content: "\F264";
}

/* line 1403, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-oil-can:before {
  content: "\F613";
}

/* line 1404, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-oil-temp:before {
  content: "\F614";
}

/* line 1405, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-old-republic:before {
  content: "\F510";
}

/* line 1406, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-om:before {
  content: "\F679";
}

/* line 1407, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-omega:before {
  content: "\F67A";
}

/* line 1408, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-opencart:before {
  content: "\F23D";
}

/* line 1409, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-openid:before {
  content: "\F19B";
}

/* line 1410, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-opera:before {
  content: "\F26A";
}

/* line 1411, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-optin-monster:before {
  content: "\F23C";
}

/* line 1412, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-orcid:before {
  content: "\F8D2";
}

/* line 1413, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ornament:before {
  content: "\F7B8";
}

/* line 1414, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-osi:before {
  content: "\F41A";
}

/* line 1415, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-otter:before {
  content: "\F700";
}

/* line 1416, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-outdent:before {
  content: "\F03B";
}

/* line 1417, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-outlet:before {
  content: "\E01C";
}

/* line 1418, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-oven:before {
  content: "\E01D";
}

/* line 1419, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-overline:before {
  content: "\F876";
}

/* line 1420, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-page-break:before {
  content: "\F877";
}

/* line 1421, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-page4:before {
  content: "\F3D7";
}

/* line 1422, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pagelines:before {
  content: "\F18C";
}

/* line 1423, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pager:before {
  content: "\F815";
}

/* line 1424, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paint-brush:before {
  content: "\F1FC";
}

/* line 1425, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paint-brush-alt:before {
  content: "\F5A9";
}

/* line 1426, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paint-roller:before {
  content: "\F5AA";
}

/* line 1427, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-palette:before {
  content: "\F53F";
}

/* line 1428, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-palfed:before {
  content: "\F3D8";
}

/* line 1429, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pallet:before {
  content: "\F482";
}

/* line 1430, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pallet-alt:before {
  content: "\F483";
}

/* line 1431, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paper-plane:before {
  content: "\F1D8";
}

/* line 1432, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paperclip:before {
  content: "\F0C6";
}

/* line 1433, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parachute-box:before {
  content: "\F4CD";
}

/* line 1434, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paragraph:before {
  content: "\F1DD";
}

/* line 1435, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paragraph-rtl:before {
  content: "\F878";
}

/* line 1436, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking:before {
  content: "\F540";
}

/* line 1437, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking-circle:before {
  content: "\F615";
}

/* line 1438, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking-circle-slash:before {
  content: "\F616";
}

/* line 1439, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-parking-slash:before {
  content: "\F617";
}

/* line 1440, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-passport:before {
  content: "\F5AB";
}

/* line 1441, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pastafarianism:before {
  content: "\F67B";
}

/* line 1442, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paste:before {
  content: "\F0EA";
}

/* line 1443, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-patreon:before {
  content: "\F3D9";
}

/* line 1444, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pause:before {
  content: "\F04C";
}

/* line 1445, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pause-circle:before {
  content: "\F28B";
}

/* line 1446, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paw:before {
  content: "\F1B0";
}

/* line 1447, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paw-alt:before {
  content: "\F701";
}

/* line 1448, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paw-claws:before {
  content: "\F702";
}

/* line 1449, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-paypal:before {
  content: "\F1ED";
}

/* line 1450, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-peace:before {
  content: "\F67C";
}

/* line 1451, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pegasus:before {
  content: "\F703";
}

/* line 1452, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen:before {
  content: "\F304";
}

/* line 1453, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-alt:before {
  content: "\F305";
}

/* line 1454, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-fancy:before {
  content: "\F5AC";
}

/* line 1455, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-nib:before {
  content: "\F5AD";
}

/* line 1456, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pen-square:before {
  content: "\F14B";
}

/* line 1457, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil:before {
  content: "\F040";
}

/* line 1458, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil-alt:before {
  content: "\F303";
}

/* line 1459, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil-paintbrush:before {
  content: "\F618";
}

/* line 1460, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pencil-ruler:before {
  content: "\F5AE";
}

/* line 1461, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pennant:before {
  content: "\F456";
}

/* line 1462, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-penny-arcade:before {
  content: "\F704";
}

/* line 1463, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-people-arrows:before {
  content: "\E068";
}

/* line 1464, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-people-carry:before {
  content: "\F4CE";
}

/* line 1465, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pepper-hot:before {
  content: "\F816";
}

/* line 1466, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-perbyte:before {
  content: "\E083";
}

/* line 1467, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-percent:before {
  content: "\F295";
}

/* line 1468, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-percentage:before {
  content: "\F541";
}

/* line 1469, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-periscope:before {
  content: "\F3DA";
}

/* line 1470, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-booth:before {
  content: "\F756";
}

/* line 1471, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-carry:before {
  content: "\F4CF";
}

/* line 1472, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-dolly:before {
  content: "\F4D0";
}

/* line 1473, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-dolly-empty:before {
  content: "\F4D1";
}

/* line 1474, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-person-sign:before {
  content: "\F757";
}

/* line 1475, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phabricator:before {
  content: "\F3DB";
}

/* line 1476, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phoenix-framework:before {
  content: "\F3DC";
}

/* line 1477, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phoenix-squadron:before {
  content: "\F511";
}

/* line 1478, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone:before {
  content: "\F095";
}

/* line 1479, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-alt:before {
  content: "\F879";
}

/* line 1480, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-laptop:before {
  content: "\F87A";
}

/* line 1481, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-office:before {
  content: "\F67D";
}

/* line 1482, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-plus:before {
  content: "\F4D2";
}

/* line 1483, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-rotary:before {
  content: "\F8D3";
}

/* line 1484, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-slash:before {
  content: "\F3DD";
}

/* line 1485, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-square:before {
  content: "\F098";
}

/* line 1486, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-square-alt:before {
  content: "\F87B";
}

/* line 1487, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-phone-volume:before {
  content: "\F2A0";
}

/* line 1488, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-photo-video:before {
  content: "\F87C";
}

/* line 1489, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-php:before {
  content: "\F457";
}

/* line 1490, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pi:before {
  content: "\F67E";
}

/* line 1491, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-piano:before {
  content: "\F8D4";
}

/* line 1492, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-piano-keyboard:before {
  content: "\F8D5";
}

/* line 1493, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pie:before {
  content: "\F705";
}

/* line 1494, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper:before {
  content: "\F2AE";
}

/* line 1495, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

/* line 1496, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

/* line 1497, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

/* line 1498, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pied-piper-square:before {
  content: "\E01E";
}

/* line 1499, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pig:before {
  content: "\F706";
}

/* line 1500, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-piggy-bank:before {
  content: "\F4D3";
}

/* line 1501, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pills:before {
  content: "\F484";
}

/* line 1502, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pinterest:before {
  content: "\F0D2";
}

/* line 1503, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pinterest-p:before {
  content: "\F231";
}

/* line 1504, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pinterest-square:before {
  content: "\F0D3";
}

/* line 1505, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pizza:before {
  content: "\F817";
}

/* line 1506, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pizza-slice:before {
  content: "\F818";
}

/* line 1507, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-place-of-worship:before {
  content: "\F67F";
}

/* line 1508, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane:before {
  content: "\F072";
}

/* line 1509, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-alt:before {
  content: "\F3DE";
}

/* line 1510, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-arrival:before {
  content: "\F5AF";
}

/* line 1511, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-departure:before {
  content: "\F5B0";
}

/* line 1512, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plane-slash:before {
  content: "\E069";
}

/* line 1513, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-planet-moon:before {
  content: "\E01F";
}

/* line 1514, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-planet-ringed:before {
  content: "\E020";
}

/* line 1515, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-play:before {
  content: "\F04B";
}

/* line 1516, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-play-circle:before {
  content: "\F144";
}

/* line 1517, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-playstation:before {
  content: "\F3DF";
}

/* line 1518, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plug:before {
  content: "\F1E6";
}

/* line 1519, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus:before {
  content: "\F067";
}

/* line 1520, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-circle:before {
  content: "\F055";
}

/* line 1521, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-hexagon:before {
  content: "\F300";
}

/* line 1522, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-octagon:before {
  content: "\F301";
}

/* line 1523, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-plus-square:before {
  content: "\F0FE";
}

/* line 1524, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-podcast:before {
  content: "\F2CE";
}

/* line 1525, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-podium:before {
  content: "\F680";
}

/* line 1526, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-podium-star:before {
  content: "\F758";
}

/* line 1527, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-police-box:before {
  content: "\E021";
}

/* line 1528, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poll:before {
  content: "\F681";
}

/* line 1529, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poll-h:before {
  content: "\F682";
}

/* line 1530, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poll-people:before {
  content: "\F759";
}

/* line 1531, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poo:before {
  content: "\F2FE";
}

/* line 1532, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poo-storm:before {
  content: "\F75A";
}

/* line 1533, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-poop:before {
  content: "\F619";
}

/* line 1534, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-popcorn:before {
  content: "\F819";
}

/* line 1535, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-portal-enter:before {
  content: "\E022";
}

/* line 1536, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-portal-exit:before {
  content: "\E023";
}

/* line 1537, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-portrait:before {
  content: "\F3E0";
}

/* line 1538, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pound-sign:before {
  content: "\F154";
}

/* line 1539, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-power-off:before {
  content: "\F011";
}

/* line 1540, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pray:before {
  content: "\F683";
}

/* line 1541, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-praying-hands:before {
  content: "\F684";
}

/* line 1542, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-prescription:before {
  content: "\F5B1";
}

/* line 1543, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-prescription-bottle:before {
  content: "\F485";
}

/* line 1544, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

/* line 1545, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-presentation:before {
  content: "\F685";
}

/* line 1546, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-print:before {
  content: "\F02F";
}

/* line 1547, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-print-search:before {
  content: "\F81A";
}

/* line 1548, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-print-slash:before {
  content: "\F686";
}

/* line 1549, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-procedures:before {
  content: "\F487";
}

/* line 1550, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-product-hunt:before {
  content: "\F288";
}

/* line 1551, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-project-diagram:before {
  content: "\F542";
}

/* line 1552, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-projector:before {
  content: "\F8D6";
}

/* line 1553, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pump-medical:before {
  content: "\E06A";
}

/* line 1554, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pump-soap:before {
  content: "\E06B";
}

/* line 1555, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pumpkin:before {
  content: "\F707";
}

/* line 1556, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-pushed:before {
  content: "\F3E1";
}

/* line 1557, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-puzzle-piece:before {
  content: "\F12E";
}

/* line 1558, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-python:before {
  content: "\F3E2";
}

/* line 1559, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-qq:before {
  content: "\F1D6";
}

/* line 1560, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-qrcode:before {
  content: "\F029";
}

/* line 1561, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-question:before {
  content: "\F128";
}

/* line 1562, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-question-circle:before {
  content: "\F059";
}

/* line 1563, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-question-square:before {
  content: "\F2FD";
}

/* line 1564, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quidditch:before {
  content: "\F458";
}

/* line 1565, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quinscape:before {
  content: "\F459";
}

/* line 1566, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quora:before {
  content: "\F2C4";
}

/* line 1567, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quote-left:before {
  content: "\F10D";
}

/* line 1568, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quote-right:before {
  content: "\F10E";
}

/* line 1569, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-quran:before {
  content: "\F687";
}

/* line 1570, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-r-project:before {
  content: "\F4F7";
}

/* line 1571, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rabbit:before {
  content: "\F708";
}

/* line 1572, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rabbit-fast:before {
  content: "\F709";
}

/* line 1573, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-racquet:before {
  content: "\F45A";
}

/* line 1574, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radar:before {
  content: "\E024";
}

/* line 1575, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radiation:before {
  content: "\F7B9";
}

/* line 1576, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radiation-alt:before {
  content: "\F7BA";
}

/* line 1577, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radio:before {
  content: "\F8D7";
}

/* line 1578, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-radio-alt:before {
  content: "\F8D8";
}

/* line 1579, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rainbow:before {
  content: "\F75B";
}

/* line 1580, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-raindrops:before {
  content: "\F75C";
}

/* line 1581, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ram:before {
  content: "\F70A";
}

/* line 1582, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ramp-loading:before {
  content: "\F4D4";
}

/* line 1583, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-random:before {
  content: "\F074";
}

/* line 1584, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-raspberry-pi:before {
  content: "\F7BB";
}

/* line 1585, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ravelry:before {
  content: "\F2D9";
}

/* line 1586, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-raygun:before {
  content: "\E025";
}

/* line 1587, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-react:before {
  content: "\F41B";
}

/* line 1588, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reacteurope:before {
  content: "\F75D";
}

/* line 1589, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-readme:before {
  content: "\F4D5";
}

/* line 1590, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rebel:before {
  content: "\F1D0";
}

/* line 1591, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-receipt:before {
  content: "\F543";
}

/* line 1592, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-record-vinyl:before {
  content: "\F8D9";
}

/* line 1593, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rectangle-landscape:before {
  content: "\F2FA";
}

/* line 1594, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rectangle-portrait:before {
  content: "\F2FB";
}

/* line 1595, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rectangle-wide:before {
  content: "\F2FC";
}

/* line 1596, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-recycle:before {
  content: "\F1B8";
}

/* line 1597, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-red-river:before {
  content: "\F3E3";
}

/* line 1598, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reddit:before {
  content: "\F1A1";
}

/* line 1599, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reddit-alien:before {
  content: "\F281";
}

/* line 1600, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reddit-square:before {
  content: "\F1A2";
}

/* line 1601, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-redhat:before {
  content: "\F7BC";
}

/* line 1602, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-redo:before {
  content: "\F01E";
}

/* line 1603, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-redo-alt:before {
  content: "\F2F9";
}

/* line 1604, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-refrigerator:before {
  content: "\E026";
}

/* line 1605, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-registered:before {
  content: "\F25D";
}

/* line 1606, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-remove-format:before {
  content: "\F87D";
}

/* line 1607, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-renren:before {
  content: "\F18B";
}

/* line 1608, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat:before {
  content: "\F363";
}

/* line 1609, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat-1:before {
  content: "\F365";
}

/* line 1610, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat-1-alt:before {
  content: "\F366";
}

/* line 1611, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-repeat-alt:before {
  content: "\F364";
}

/* line 1612, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reply:before {
  content: "\F3E5";
}

/* line 1613, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-reply-all:before {
  content: "\F122";
}

/* line 1614, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-replyd:before {
  content: "\F3E6";
}

/* line 1615, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-republican:before {
  content: "\F75E";
}

/* line 1616, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-researchgate:before {
  content: "\F4F8";
}

/* line 1617, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-resolving:before {
  content: "\F3E7";
}

/* line 1618, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-restroom:before {
  content: "\F7BD";
}

/* line 1619, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-retweet:before {
  content: "\F079";
}

/* line 1620, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-retweet-alt:before {
  content: "\F361";
}

/* line 1621, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rev:before {
  content: "\F5B2";
}

/* line 1622, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ribbon:before {
  content: "\F4D6";
}

/* line 1623, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ring:before {
  content: "\F70B";
}

/* line 1624, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rings-wedding:before {
  content: "\F81B";
}

/* line 1625, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-road:before {
  content: "\F018";
}

/* line 1626, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-robot:before {
  content: "\F544";
}

/* line 1627, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rocket:before {
  content: "\F135";
}

/* line 1628, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rocket-launch:before {
  content: "\E027";
}

/* line 1629, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rocketchat:before {
  content: "\F3E8";
}

/* line 1630, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rockrms:before {
  content: "\F3E9";
}

/* line 1631, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-route:before {
  content: "\F4D7";
}

/* line 1632, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-route-highway:before {
  content: "\F61A";
}

/* line 1633, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-route-interstate:before {
  content: "\F61B";
}

/* line 1634, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-router:before {
  content: "\F8DA";
}

/* line 1635, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rss:before {
  content: "\F09E";
}

/* line 1636, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rss-square:before {
  content: "\F143";
}

/* line 1637, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruble-sign:before {
  content: "\F158";
}

/* line 1638, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler:before {
  content: "\F545";
}

/* line 1639, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-combined:before {
  content: "\F546";
}

/* line 1640, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-horizontal:before {
  content: "\F547";
}

/* line 1641, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-triangle:before {
  content: "\F61C";
}

/* line 1642, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ruler-vertical:before {
  content: "\F548";
}

/* line 1643, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-running:before {
  content: "\F70C";
}

/* line 1644, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rupee-sign:before {
  content: "\F156";
}

/* line 1645, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rust:before {
  content: "\E07A";
}

/* line 1646, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-rv:before {
  content: "\F7BE";
}

/* line 1647, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sack:before {
  content: "\F81C";
}

/* line 1648, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sack-dollar:before {
  content: "\F81D";
}

/* line 1649, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sad-cry:before {
  content: "\F5B3";
}

/* line 1650, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sad-tear:before {
  content: "\F5B4";
}

/* line 1651, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-safari:before {
  content: "\F267";
}

/* line 1652, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-salad:before {
  content: "\F81E";
}

/* line 1653, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-salesforce:before {
  content: "\F83B";
}

/* line 1654, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sandwich:before {
  content: "\F81F";
}

/* line 1655, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sass:before {
  content: "\F41E";
}

/* line 1656, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-satellite:before {
  content: "\F7BF";
}

/* line 1657, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-satellite-dish:before {
  content: "\F7C0";
}

/* line 1658, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sausage:before {
  content: "\F820";
}

/* line 1659, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-save:before {
  content: "\F0C7";
}

/* line 1660, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sax-hot:before {
  content: "\F8DB";
}

/* line 1661, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-saxophone:before {
  content: "\F8DC";
}

/* line 1662, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scalpel:before {
  content: "\F61D";
}

/* line 1663, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scalpel-path:before {
  content: "\F61E";
}

/* line 1664, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner:before {
  content: "\F488";
}

/* line 1665, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner-image:before {
  content: "\F8F3";
}

/* line 1666, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner-keyboard:before {
  content: "\F489";
}

/* line 1667, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scanner-touchscreen:before {
  content: "\F48A";
}

/* line 1668, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scarecrow:before {
  content: "\F70D";
}

/* line 1669, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scarf:before {
  content: "\F7C1";
}

/* line 1670, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-schlix:before {
  content: "\F3EA";
}

/* line 1671, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-school:before {
  content: "\F549";
}

/* line 1672, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-screwdriver:before {
  content: "\F54A";
}

/* line 1673, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scribd:before {
  content: "\F28A";
}

/* line 1674, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scroll:before {
  content: "\F70E";
}

/* line 1675, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scroll-old:before {
  content: "\F70F";
}

/* line 1676, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scrubber:before {
  content: "\F2F8";
}

/* line 1677, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-scythe:before {
  content: "\F710";
}

/* line 1678, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sd-card:before {
  content: "\F7C2";
}

/* line 1679, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search:before {
  content: "\F002";
}

/* line 1680, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-dollar:before {
  content: "\F688";
}

/* line 1681, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-location:before {
  content: "\F689";
}

/* line 1682, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-minus:before {
  content: "\F010";
}

/* line 1683, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-search-plus:before {
  content: "\F00E";
}

/* line 1684, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-searchengin:before {
  content: "\F3EB";
}

/* line 1685, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-seedling:before {
  content: "\F4D8";
}

/* line 1686, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sellcast:before {
  content: "\F2DA";
}

/* line 1687, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sellsy:before {
  content: "\F213";
}

/* line 1688, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-send-back:before {
  content: "\F87E";
}

/* line 1689, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-send-backward:before {
  content: "\F87F";
}

/* line 1690, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor:before {
  content: "\E028";
}

/* line 1691, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-alert:before {
  content: "\E029";
}

/* line 1692, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-fire:before {
  content: "\E02A";
}

/* line 1693, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-on:before {
  content: "\E02B";
}

/* line 1694, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sensor-smoke:before {
  content: "\E02C";
}

/* line 1695, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-server:before {
  content: "\F233";
}

/* line 1696, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-servicestack:before {
  content: "\F3EC";
}

/* line 1697, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shapes:before {
  content: "\F61F";
}

/* line 1698, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share:before {
  content: "\F064";
}

/* line 1699, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-all:before {
  content: "\F367";
}

/* line 1700, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-alt:before {
  content: "\F1E0";
}

/* line 1701, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-alt-square:before {
  content: "\F1E1";
}

/* line 1702, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-share-square:before {
  content: "\F14D";
}

/* line 1703, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sheep:before {
  content: "\F711";
}

/* line 1704, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shekel-sign:before {
  content: "\F20B";
}

/* line 1705, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield:before {
  content: "\F132";
}

/* line 1706, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-alt:before {
  content: "\F3ED";
}

/* line 1707, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-check:before {
  content: "\F2F7";
}

/* line 1708, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-cross:before {
  content: "\F712";
}

/* line 1709, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shield-virus:before {
  content: "\E06C";
}

/* line 1710, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ship:before {
  content: "\F21A";
}

/* line 1711, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shipping-fast:before {
  content: "\F48B";
}

/* line 1712, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shipping-timed:before {
  content: "\F48C";
}

/* line 1713, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shirtsinbulk:before {
  content: "\F214";
}

/* line 1714, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shish-kebab:before {
  content: "\F821";
}

/* line 1715, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shoe-prints:before {
  content: "\F54B";
}

/* line 1716, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopify:before {
  content: "\E057";
}

/* line 1717, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopping-bag:before {
  content: "\F290";
}

/* line 1718, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopping-basket:before {
  content: "\F291";
}

/* line 1719, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopping-cart:before {
  content: "\F07A";
}

/* line 1720, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shopware:before {
  content: "\F5B5";
}

/* line 1721, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shovel:before {
  content: "\F713";
}

/* line 1722, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shovel-snow:before {
  content: "\F7C3";
}

/* line 1723, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shower:before {
  content: "\F2CC";
}

/* line 1724, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shredder:before {
  content: "\F68A";
}

/* line 1725, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shuttle-van:before {
  content: "\F5B6";
}

/* line 1726, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-shuttlecock:before {
  content: "\F45B";
}

/* line 1727, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sickle:before {
  content: "\F822";
}

/* line 1728, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sigma:before {
  content: "\F68B";
}

/* line 1729, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign:before {
  content: "\F4D9";
}

/* line 1730, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-in:before {
  content: "\F090";
}

/* line 1731, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-in-alt:before {
  content: "\F2F6";
}

/* line 1732, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-language:before {
  content: "\F2A7";
}

/* line 1733, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-out:before {
  content: "\F08B";
}

/* line 1734, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sign-out-alt:before {
  content: "\F2F5";
}

/* line 1735, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal:before {
  content: "\F012";
}

/* line 1736, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-1:before {
  content: "\F68C";
}

/* line 1737, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-2:before {
  content: "\F68D";
}

/* line 1738, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-3:before {
  content: "\F68E";
}

/* line 1739, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-4:before {
  content: "\F68F";
}

/* line 1740, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt:before {
  content: "\F690";
}

/* line 1741, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-1:before {
  content: "\F691";
}

/* line 1742, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-2:before {
  content: "\F692";
}

/* line 1743, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-3:before {
  content: "\F693";
}

/* line 1744, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-alt-slash:before {
  content: "\F694";
}

/* line 1745, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-slash:before {
  content: "\F695";
}

/* line 1746, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signal-stream:before {
  content: "\F8DD";
}

/* line 1747, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-signature:before {
  content: "\F5B7";
}

/* line 1748, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sim-card:before {
  content: "\F7C4";
}

/* line 1749, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-simplybuilt:before {
  content: "\F215";
}

/* line 1750, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sink:before {
  content: "\E06D";
}

/* line 1751, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-siren:before {
  content: "\E02D";
}

/* line 1752, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-siren-on:before {
  content: "\E02E";
}

/* line 1753, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sistrix:before {
  content: "\F3EE";
}

/* line 1754, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sitemap:before {
  content: "\F0E8";
}

/* line 1755, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sith:before {
  content: "\F512";
}

/* line 1756, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skating:before {
  content: "\F7C5";
}

/* line 1757, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skeleton:before {
  content: "\F620";
}

/* line 1758, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sketch:before {
  content: "\F7C6";
}

/* line 1759, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ski-jump:before {
  content: "\F7C7";
}

/* line 1760, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ski-lift:before {
  content: "\F7C8";
}

/* line 1761, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skiing:before {
  content: "\F7C9";
}

/* line 1762, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skiing-nordic:before {
  content: "\F7CA";
}

/* line 1763, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skull:before {
  content: "\F54C";
}

/* line 1764, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skull-cow:before {
  content: "\F8DE";
}

/* line 1765, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skull-crossbones:before {
  content: "\F714";
}

/* line 1766, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skyatlas:before {
  content: "\F216";
}

/* line 1767, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-skype:before {
  content: "\F17E";
}

/* line 1768, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slack:before {
  content: "\F198";
}

/* line 1769, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slack-hash:before {
  content: "\F3EF";
}

/* line 1770, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slash:before {
  content: "\F715";
}

/* line 1771, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sledding:before {
  content: "\F7CB";
}

/* line 1772, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sleigh:before {
  content: "\F7CC";
}

/* line 1773, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-h:before {
  content: "\F1DE";
}

/* line 1774, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-h-square:before {
  content: "\F3F0";
}

/* line 1775, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-v:before {
  content: "\F3F1";
}

/* line 1776, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sliders-v-square:before {
  content: "\F3F2";
}

/* line 1777, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-slideshare:before {
  content: "\F1E7";
}

/* line 1778, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile:before {
  content: "\F118";
}

/* line 1779, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile-beam:before {
  content: "\F5B8";
}

/* line 1780, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile-plus:before {
  content: "\F5B9";
}

/* line 1781, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smile-wink:before {
  content: "\F4DA";
}

/* line 1782, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smog:before {
  content: "\F75F";
}

/* line 1783, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smoke:before {
  content: "\F760";
}

/* line 1784, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smoking:before {
  content: "\F48D";
}

/* line 1785, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-smoking-ban:before {
  content: "\F54D";
}

/* line 1786, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sms:before {
  content: "\F7CD";
}

/* line 1787, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snake:before {
  content: "\F716";
}

/* line 1788, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snapchat:before {
  content: "\F2AB";
}

/* line 1789, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

/* line 1790, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snapchat-square:before {
  content: "\F2AD";
}

/* line 1791, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snooze:before {
  content: "\F880";
}

/* line 1792, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snow-blowing:before {
  content: "\F761";
}

/* line 1793, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowboarding:before {
  content: "\F7CE";
}

/* line 1794, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowflake:before {
  content: "\F2DC";
}

/* line 1795, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowflakes:before {
  content: "\F7CF";
}

/* line 1796, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowman:before {
  content: "\F7D0";
}

/* line 1797, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowmobile:before {
  content: "\F7D1";
}

/* line 1798, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-snowplow:before {
  content: "\F7D2";
}

/* line 1799, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-soap:before {
  content: "\E06E";
}

/* line 1800, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-socks:before {
  content: "\F696";
}

/* line 1801, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-solar-panel:before {
  content: "\F5BA";
}

/* line 1802, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-solar-system:before {
  content: "\E02F";
}

/* line 1803, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort:before {
  content: "\F0DC";
}

/* line 1804, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-down:before {
  content: "\F15D";
}

/* line 1805, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

/* line 1806, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-up:before {
  content: "\F15E";
}

/* line 1807, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

/* line 1808, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-alt:before {
  content: "\F883";
}

/* line 1809, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-down:before {
  content: "\F160";
}

/* line 1810, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

/* line 1811, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-up:before {
  content: "\F161";
}

/* line 1812, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

/* line 1813, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-circle:before {
  content: "\E030";
}

/* line 1814, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-circle-down:before {
  content: "\E031";
}

/* line 1815, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-circle-up:before {
  content: "\E032";
}

/* line 1816, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-down:before {
  content: "\F0DD";
}

/* line 1817, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-down:before {
  content: "\F162";
}

/* line 1818, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

/* line 1819, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-up:before {
  content: "\F163";
}

/* line 1820, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

/* line 1821, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-down:before {
  content: "\F888";
}

/* line 1822, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-down-alt:before {
  content: "\F889";
}

/* line 1823, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-up:before {
  content: "\F88A";
}

/* line 1824, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-shapes-up-alt:before {
  content: "\F88B";
}

/* line 1825, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-down:before {
  content: "\F88C";
}

/* line 1826, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-down-alt:before {
  content: "\F88D";
}

/* line 1827, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-up:before {
  content: "\F88E";
}

/* line 1828, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-size-up-alt:before {
  content: "\F88F";
}

/* line 1829, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sort-up:before {
  content: "\F0DE";
}

/* line 1830, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-soundcloud:before {
  content: "\F1BE";
}

/* line 1831, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-soup:before {
  content: "\F823";
}

/* line 1832, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sourcetree:before {
  content: "\F7D3";
}

/* line 1833, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spa:before {
  content: "\F5BB";
}

/* line 1834, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-space-shuttle:before {
  content: "\F197";
}

/* line 1835, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-space-station-moon:before {
  content: "\E033";
}

/* line 1836, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-space-station-moon-alt:before {
  content: "\E034";
}

/* line 1837, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spade:before {
  content: "\F2F4";
}

/* line 1838, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sparkles:before {
  content: "\F890";
}

/* line 1839, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speakap:before {
  content: "\F3F3";
}

/* line 1840, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speaker:before {
  content: "\F8DF";
}

/* line 1841, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speaker-deck:before {
  content: "\F83C";
}

/* line 1842, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-speakers:before {
  content: "\F8E0";
}

/* line 1843, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spell-check:before {
  content: "\F891";
}

/* line 1844, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spider:before {
  content: "\F717";
}

/* line 1845, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spider-black-widow:before {
  content: "\F718";
}

/* line 1846, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spider-web:before {
  content: "\F719";
}

/* line 1847, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spinner:before {
  content: "\F110";
}

/* line 1848, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spinner-third:before {
  content: "\F3F4";
}

/* line 1849, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-splotch:before {
  content: "\F5BC";
}

/* line 1850, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spotify:before {
  content: "\F1BC";
}

/* line 1851, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-spray-can:before {
  content: "\F5BD";
}

/* line 1852, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sprinkler:before {
  content: "\E035";
}

/* line 1853, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square:before {
  content: "\F0C8";
}

/* line 1854, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square-full:before {
  content: "\F45C";
}

/* line 1855, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square-root:before {
  content: "\F697";
}

/* line 1856, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-square-root-alt:before {
  content: "\F698";
}

/* line 1857, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-squarespace:before {
  content: "\F5BE";
}

/* line 1858, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-squirrel:before {
  content: "\F71A";
}

/* line 1859, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stack-exchange:before {
  content: "\F18D";
}

/* line 1860, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stack-overflow:before {
  content: "\F16C";
}

/* line 1861, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stackpath:before {
  content: "\F842";
}

/* line 1862, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-staff:before {
  content: "\F71B";
}

/* line 1863, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stamp:before {
  content: "\F5BF";
}

/* line 1864, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star:before {
  content: "\F005";
}

/* line 1865, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-and-crescent:before {
  content: "\F699";
}

/* line 1866, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-christmas:before {
  content: "\F7D4";
}

/* line 1867, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-exclamation:before {
  content: "\F2F3";
}

/* line 1868, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-half:before {
  content: "\F089";
}

/* line 1869, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-half-alt:before {
  content: "\F5C0";
}

/* line 1870, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-of-david:before {
  content: "\F69A";
}

/* line 1871, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-of-life:before {
  content: "\F621";
}

/* line 1872, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-star-shooting:before {
  content: "\E036";
}

/* line 1873, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starfighter:before {
  content: "\E037";
}

/* line 1874, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starfighter-alt:before {
  content: "\E038";
}

/* line 1875, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stars:before {
  content: "\F762";
}

/* line 1876, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starship:before {
  content: "\E039";
}

/* line 1877, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-starship-freighter:before {
  content: "\E03A";
}

/* line 1878, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-staylinked:before {
  content: "\F3F5";
}

/* line 1879, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steak:before {
  content: "\F824";
}

/* line 1880, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steam:before {
  content: "\F1B6";
}

/* line 1881, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steam-square:before {
  content: "\F1B7";
}

/* line 1882, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steam-symbol:before {
  content: "\F3F6";
}

/* line 1883, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-steering-wheel:before {
  content: "\F622";
}

/* line 1884, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-step-backward:before {
  content: "\F048";
}

/* line 1885, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-step-forward:before {
  content: "\F051";
}

/* line 1886, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stethoscope:before {
  content: "\F0F1";
}

/* line 1887, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sticker-mule:before {
  content: "\F3F7";
}

/* line 1888, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sticky-note:before {
  content: "\F249";
}

/* line 1889, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stocking:before {
  content: "\F7D5";
}

/* line 1890, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stomach:before {
  content: "\F623";
}

/* line 1891, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stop:before {
  content: "\F04D";
}

/* line 1892, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stop-circle:before {
  content: "\F28D";
}

/* line 1893, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stopwatch:before {
  content: "\F2F2";
}

/* line 1894, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stopwatch-20:before {
  content: "\E06F";
}

/* line 1895, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store:before {
  content: "\F54E";
}

/* line 1896, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store-alt:before {
  content: "\F54F";
}

/* line 1897, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store-alt-slash:before {
  content: "\E070";
}

/* line 1898, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-store-slash:before {
  content: "\E071";
}

/* line 1899, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-strava:before {
  content: "\F428";
}

/* line 1900, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stream:before {
  content: "\F550";
}

/* line 1901, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-street-view:before {
  content: "\F21D";
}

/* line 1902, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stretcher:before {
  content: "\F825";
}

/* line 1903, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-strikethrough:before {
  content: "\F0CC";
}

/* line 1904, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stripe:before {
  content: "\F429";
}

/* line 1905, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stripe-s:before {
  content: "\F42A";
}

/* line 1906, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stroopwafel:before {
  content: "\F551";
}

/* line 1907, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-studiovinari:before {
  content: "\F3F8";
}

/* line 1908, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stumbleupon:before {
  content: "\F1A4";
}

/* line 1909, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

/* line 1910, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-subscript:before {
  content: "\F12C";
}

/* line 1911, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-subway:before {
  content: "\F239";
}

/* line 1912, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-suitcase:before {
  content: "\F0F2";
}

/* line 1913, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

/* line 1914, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun:before {
  content: "\F185";
}

/* line 1915, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun-cloud:before {
  content: "\F763";
}

/* line 1916, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun-dust:before {
  content: "\F764";
}

/* line 1917, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sun-haze:before {
  content: "\F765";
}

/* line 1918, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sunglasses:before {
  content: "\F892";
}

/* line 1919, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sunrise:before {
  content: "\F766";
}

/* line 1920, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sunset:before {
  content: "\F767";
}

/* line 1921, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-superpowers:before {
  content: "\F2DD";
}

/* line 1922, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-superscript:before {
  content: "\F12B";
}

/* line 1923, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-supple:before {
  content: "\F3F9";
}

/* line 1924, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-surprise:before {
  content: "\F5C2";
}

/* line 1925, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-suse:before {
  content: "\F7D6";
}

/* line 1926, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swatchbook:before {
  content: "\F5C3";
}

/* line 1927, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swift:before {
  content: "\F8E1";
}

/* line 1928, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swimmer:before {
  content: "\F5C4";
}

/* line 1929, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swimming-pool:before {
  content: "\F5C5";
}

/* line 1930, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sword:before {
  content: "\F71C";
}

/* line 1931, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sword-laser:before {
  content: "\E03B";
}

/* line 1932, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sword-laser-alt:before {
  content: "\E03C";
}

/* line 1933, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swords:before {
  content: "\F71D";
}

/* line 1934, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-swords-laser:before {
  content: "\E03D";
}

/* line 1935, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-symfony:before {
  content: "\F83D";
}

/* line 1936, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-synagogue:before {
  content: "\F69B";
}

/* line 1937, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sync:before {
  content: "\F021";
}

/* line 1938, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-sync-alt:before {
  content: "\F2F1";
}

/* line 1939, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-syringe:before {
  content: "\F48E";
}

/* line 1940, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-table:before {
  content: "\F0CE";
}

/* line 1941, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-table-tennis:before {
  content: "\F45D";
}

/* line 1942, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet:before {
  content: "\F10A";
}

/* line 1943, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-alt:before {
  content: "\F3FA";
}

/* line 1944, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-android:before {
  content: "\F3FB";
}

/* line 1945, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-android-alt:before {
  content: "\F3FC";
}

/* line 1946, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablet-rugged:before {
  content: "\F48F";
}

/* line 1947, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tablets:before {
  content: "\F490";
}

/* line 1948, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer:before {
  content: "\F0E4";
}

/* line 1949, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt:before {
  content: "\F3FD";
}

/* line 1950, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-average:before {
  content: "\F624";
}

/* line 1951, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-fast:before {
  content: "\F625";
}

/* line 1952, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-fastest:before {
  content: "\F626";
}

/* line 1953, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-slow:before {
  content: "\F627";
}

/* line 1954, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-alt-slowest:before {
  content: "\F628";
}

/* line 1955, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-average:before {
  content: "\F629";
}

/* line 1956, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-fast:before {
  content: "\F62A";
}

/* line 1957, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-fastest:before {
  content: "\F62B";
}

/* line 1958, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-slow:before {
  content: "\F62C";
}

/* line 1959, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tachometer-slowest:before {
  content: "\F62D";
}

/* line 1960, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-taco:before {
  content: "\F826";
}

/* line 1961, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tag:before {
  content: "\F02B";
}

/* line 1962, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tags:before {
  content: "\F02C";
}

/* line 1963, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tally:before {
  content: "\F69C";
}

/* line 1964, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tanakh:before {
  content: "\F827";
}

/* line 1965, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tape:before {
  content: "\F4DB";
}

/* line 1966, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tasks:before {
  content: "\F0AE";
}

/* line 1967, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tasks-alt:before {
  content: "\F828";
}

/* line 1968, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-taxi:before {
  content: "\F1BA";
}

/* line 1969, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-teamspeak:before {
  content: "\F4F9";
}

/* line 1970, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-teeth:before {
  content: "\F62E";
}

/* line 1971, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-teeth-open:before {
  content: "\F62F";
}

/* line 1972, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-telegram:before {
  content: "\F2C6";
}

/* line 1973, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-telegram-plane:before {
  content: "\F3FE";
}

/* line 1974, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-telescope:before {
  content: "\E03E";
}

/* line 1975, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-down:before {
  content: "\E03F";
}

/* line 1976, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-frigid:before {
  content: "\F768";
}

/* line 1977, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-high:before {
  content: "\F769";
}

/* line 1978, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-hot:before {
  content: "\F76A";
}

/* line 1979, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-low:before {
  content: "\F76B";
}

/* line 1980, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-temperature-up:before {
  content: "\E040";
}

/* line 1981, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tencent-weibo:before {
  content: "\F1D5";
}

/* line 1982, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tenge:before {
  content: "\F7D7";
}

/* line 1983, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tennis-ball:before {
  content: "\F45E";
}

/* line 1984, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-terminal:before {
  content: "\F120";
}

/* line 1985, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text:before {
  content: "\F893";
}

/* line 1986, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text-height:before {
  content: "\F034";
}

/* line 1987, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text-size:before {
  content: "\F894";
}

/* line 1988, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-text-width:before {
  content: "\F035";
}

/* line 1989, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-th:before {
  content: "\F00A";
}

/* line 1990, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-th-large:before {
  content: "\F009";
}

/* line 1991, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-th-list:before {
  content: "\F00B";
}

/* line 1992, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-the-red-yeti:before {
  content: "\F69D";
}

/* line 1993, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-theater-masks:before {
  content: "\F630";
}

/* line 1994, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-themeco:before {
  content: "\F5C6";
}

/* line 1995, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-themeisle:before {
  content: "\F2B2";
}

/* line 1996, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer:before {
  content: "\F491";
}

/* line 1997, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-empty:before {
  content: "\F2CB";
}

/* line 1998, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-full:before {
  content: "\F2C7";
}

/* line 1999, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-half:before {
  content: "\F2C9";
}

/* line 2000, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

/* line 2001, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

/* line 2002, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-theta:before {
  content: "\F69E";
}

/* line 2003, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-think-peaks:before {
  content: "\F731";
}

/* line 2004, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thumbs-down:before {
  content: "\F165";
}

/* line 2005, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thumbs-up:before {
  content: "\F164";
}

/* line 2006, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thumbtack:before {
  content: "\F08D";
}

/* line 2007, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thunderstorm:before {
  content: "\F76C";
}

/* line 2008, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thunderstorm-moon:before {
  content: "\F76D";
}

/* line 2009, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-thunderstorm-sun:before {
  content: "\F76E";
}

/* line 2010, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ticket:before {
  content: "\F145";
}

/* line 2011, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ticket-alt:before {
  content: "\F3FF";
}

/* line 2012, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tiktok:before {
  content: "\E07B";
}

/* line 2013, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tilde:before {
  content: "\F69F";
}

/* line 2014, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times:before {
  content: "\F00D";
}

/* line 2015, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-circle:before {
  content: "\F057";
}

/* line 2016, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-hexagon:before {
  content: "\F2EE";
}

/* line 2017, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-octagon:before {
  content: "\F2F0";
}

/* line 2018, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-times-square:before {
  content: "\F2D3";
}

/* line 2019, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tint:before {
  content: "\F043";
}

/* line 2020, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tint-slash:before {
  content: "\F5C7";
}

/* line 2021, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire:before {
  content: "\F631";
}

/* line 2022, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire-flat:before {
  content: "\F632";
}

/* line 2023, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire-pressure-warning:before {
  content: "\F633";
}

/* line 2024, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tire-rugged:before {
  content: "\F634";
}

/* line 2025, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tired:before {
  content: "\F5C8";
}

/* line 2026, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toggle-off:before {
  content: "\F204";
}

/* line 2027, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toggle-on:before {
  content: "\F205";
}

/* line 2028, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet:before {
  content: "\F7D8";
}

/* line 2029, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet-paper:before {
  content: "\F71E";
}

/* line 2030, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet-paper-alt:before {
  content: "\F71F";
}

/* line 2031, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toilet-paper-slash:before {
  content: "\E072";
}

/* line 2032, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tombstone:before {
  content: "\F720";
}

/* line 2033, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tombstone-alt:before {
  content: "\F721";
}

/* line 2034, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toolbox:before {
  content: "\F552";
}

/* line 2035, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tools:before {
  content: "\F7D9";
}

/* line 2036, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tooth:before {
  content: "\F5C9";
}

/* line 2037, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-toothbrush:before {
  content: "\F635";
}

/* line 2038, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-torah:before {
  content: "\F6A0";
}

/* line 2039, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-torii-gate:before {
  content: "\F6A1";
}

/* line 2040, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tornado:before {
  content: "\F76F";
}

/* line 2041, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tractor:before {
  content: "\F722";
}

/* line 2042, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trade-federation:before {
  content: "\F513";
}

/* line 2043, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trademark:before {
  content: "\F25C";
}

/* line 2044, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-cone:before {
  content: "\F636";
}

/* line 2045, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light:before {
  content: "\F637";
}

/* line 2046, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light-go:before {
  content: "\F638";
}

/* line 2047, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light-slow:before {
  content: "\F639";
}

/* line 2048, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-traffic-light-stop:before {
  content: "\F63A";
}

/* line 2049, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trailer:before {
  content: "\E041";
}

/* line 2050, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-train:before {
  content: "\F238";
}

/* line 2051, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tram:before {
  content: "\F7DA";
}

/* line 2052, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transgender:before {
  content: "\F224";
}

/* line 2053, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transgender-alt:before {
  content: "\F225";
}

/* line 2054, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter:before {
  content: "\E042";
}

/* line 2055, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-1:before {
  content: "\E043";
}

/* line 2056, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-2:before {
  content: "\E044";
}

/* line 2057, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-3:before {
  content: "\E045";
}

/* line 2058, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-transporter-empty:before {
  content: "\E046";
}

/* line 2059, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash:before {
  content: "\F1F8";
}

/* line 2060, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-alt:before {
  content: "\F2ED";
}

/* line 2061, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-restore:before {
  content: "\F829";
}

/* line 2062, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-restore-alt:before {
  content: "\F82A";
}

/* line 2063, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-undo:before {
  content: "\F895";
}

/* line 2064, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trash-undo-alt:before {
  content: "\F896";
}

/* line 2065, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-treasure-chest:before {
  content: "\F723";
}

/* line 2066, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree:before {
  content: "\F1BB";
}

/* line 2067, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-alt:before {
  content: "\F400";
}

/* line 2068, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-christmas:before {
  content: "\F7DB";
}

/* line 2069, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-decorated:before {
  content: "\F7DC";
}

/* line 2070, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-large:before {
  content: "\F7DD";
}

/* line 2071, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tree-palm:before {
  content: "\F82B";
}

/* line 2072, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trees:before {
  content: "\F724";
}

/* line 2073, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trello:before {
  content: "\F181";
}

/* line 2074, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-triangle:before {
  content: "\F2EC";
}

/* line 2075, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-triangle-music:before {
  content: "\F8E2";
}

/* line 2076, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trophy:before {
  content: "\F091";
}

/* line 2077, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trophy-alt:before {
  content: "\F2EB";
}

/* line 2078, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck:before {
  content: "\F0D1";
}

/* line 2079, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-container:before {
  content: "\F4DC";
}

/* line 2080, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-couch:before {
  content: "\F4DD";
}

/* line 2081, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-loading:before {
  content: "\F4DE";
}

/* line 2082, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-monster:before {
  content: "\F63B";
}

/* line 2083, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-moving:before {
  content: "\F4DF";
}

/* line 2084, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-pickup:before {
  content: "\F63C";
}

/* line 2085, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-plow:before {
  content: "\F7DE";
}

/* line 2086, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-truck-ramp:before {
  content: "\F4E0";
}

/* line 2087, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-trumpet:before {
  content: "\F8E3";
}

/* line 2088, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tshirt:before {
  content: "\F553";
}

/* line 2089, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tty:before {
  content: "\F1E4";
}

/* line 2090, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tumblr:before {
  content: "\F173";
}

/* line 2091, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tumblr-square:before {
  content: "\F174";
}

/* line 2092, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-turkey:before {
  content: "\F725";
}

/* line 2093, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-turntable:before {
  content: "\F8E4";
}

/* line 2094, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-turtle:before {
  content: "\F726";
}

/* line 2095, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv:before {
  content: "\F26C";
}

/* line 2096, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv-alt:before {
  content: "\F8E5";
}

/* line 2097, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv-music:before {
  content: "\F8E6";
}

/* line 2098, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-tv-retro:before {
  content: "\F401";
}

/* line 2099, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-twitch:before {
  content: "\F1E8";
}

/* line 2100, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-twitter:before {
  content: "\F099";
}

/* line 2101, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-twitter-square:before {
  content: "\F081";
}

/* line 2102, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-typewriter:before {
  content: "\F8E7";
}

/* line 2103, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-typo3:before {
  content: "\F42B";
}

/* line 2104, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uber:before {
  content: "\F402";
}

/* line 2105, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ubuntu:before {
  content: "\F7DF";
}

/* line 2106, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ufo:before {
  content: "\E047";
}

/* line 2107, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ufo-beam:before {
  content: "\E048";
}

/* line 2108, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uikit:before {
  content: "\F403";
}

/* line 2109, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-umbraco:before {
  content: "\F8E8";
}

/* line 2110, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-umbrella:before {
  content: "\F0E9";
}

/* line 2111, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-umbrella-beach:before {
  content: "\F5CA";
}

/* line 2112, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uncharted:before {
  content: "\E084";
}

/* line 2113, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-underline:before {
  content: "\F0CD";
}

/* line 2114, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-undo:before {
  content: "\F0E2";
}

/* line 2115, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-undo-alt:before {
  content: "\F2EA";
}

/* line 2116, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unicorn:before {
  content: "\F727";
}

/* line 2117, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-union:before {
  content: "\F6A2";
}

/* line 2118, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-uniregistry:before {
  content: "\F404";
}

/* line 2119, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unity:before {
  content: "\E049";
}

/* line 2120, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-universal-access:before {
  content: "\F29A";
}

/* line 2121, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-university:before {
  content: "\F19C";
}

/* line 2122, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unlink:before {
  content: "\F127";
}

/* line 2123, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unlock:before {
  content: "\F09C";
}

/* line 2124, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unlock-alt:before {
  content: "\F13E";
}

/* line 2125, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-unsplash:before {
  content: "\E07C";
}

/* line 2126, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-untappd:before {
  content: "\F405";
}

/* line 2127, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-upload:before {
  content: "\F093";
}

/* line 2128, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ups:before {
  content: "\F7E0";
}

/* line 2129, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usb:before {
  content: "\F287";
}

/* line 2130, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usb-drive:before {
  content: "\F8E9";
}

/* line 2131, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usd-circle:before {
  content: "\F2E8";
}

/* line 2132, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usd-square:before {
  content: "\F2E9";
}

/* line 2133, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user:before {
  content: "\F007";
}

/* line 2134, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-alien:before {
  content: "\E04A";
}

/* line 2135, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-alt:before {
  content: "\F406";
}

/* line 2136, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-alt-slash:before {
  content: "\F4FA";
}

/* line 2137, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-astronaut:before {
  content: "\F4FB";
}

/* line 2138, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-chart:before {
  content: "\F6A3";
}

/* line 2139, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-check:before {
  content: "\F4FC";
}

/* line 2140, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-circle:before {
  content: "\F2BD";
}

/* line 2141, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-clock:before {
  content: "\F4FD";
}

/* line 2142, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-cog:before {
  content: "\F4FE";
}

/* line 2143, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-cowboy:before {
  content: "\F8EA";
}

/* line 2144, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-crown:before {
  content: "\F6A4";
}

/* line 2145, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-edit:before {
  content: "\F4FF";
}

/* line 2146, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-friends:before {
  content: "\F500";
}

/* line 2147, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-graduate:before {
  content: "\F501";
}

/* line 2148, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-hard-hat:before {
  content: "\F82C";
}

/* line 2149, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-headset:before {
  content: "\F82D";
}

/* line 2150, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-injured:before {
  content: "\F728";
}

/* line 2151, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-lock:before {
  content: "\F502";
}

/* line 2152, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-md:before {
  content: "\F0F0";
}

/* line 2153, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-md-chat:before {
  content: "\F82E";
}

/* line 2154, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-minus:before {
  content: "\F503";
}

/* line 2155, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-music:before {
  content: "\F8EB";
}

/* line 2156, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-ninja:before {
  content: "\F504";
}

/* line 2157, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-nurse:before {
  content: "\F82F";
}

/* line 2158, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-plus:before {
  content: "\F234";
}

/* line 2159, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-robot:before {
  content: "\E04B";
}

/* line 2160, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-secret:before {
  content: "\F21B";
}

/* line 2161, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-shield:before {
  content: "\F505";
}

/* line 2162, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-slash:before {
  content: "\F506";
}

/* line 2163, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-tag:before {
  content: "\F507";
}

/* line 2164, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-tie:before {
  content: "\F508";
}

/* line 2165, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-times:before {
  content: "\F235";
}

/* line 2166, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-unlock:before {
  content: "\E058";
}

/* line 2167, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-user-visor:before {
  content: "\E04C";
}

/* line 2168, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users:before {
  content: "\F0C0";
}

/* line 2169, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-class:before {
  content: "\F63D";
}

/* line 2170, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-cog:before {
  content: "\F509";
}

/* line 2171, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-crown:before {
  content: "\F6A5";
}

/* line 2172, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-medical:before {
  content: "\F830";
}

/* line 2173, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-users-slash:before {
  content: "\E073";
}

/* line 2174, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-usps:before {
  content: "\F7E1";
}

/* line 2175, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-ussunnah:before {
  content: "\F407";
}

/* line 2176, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensil-fork:before {
  content: "\F2E3";
}

/* line 2177, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensil-knife:before {
  content: "\F2E4";
}

/* line 2178, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensil-spoon:before {
  content: "\F2E5";
}

/* line 2179, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensils:before {
  content: "\F2E7";
}

/* line 2180, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-utensils-alt:before {
  content: "\F2E6";
}

/* line 2181, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vaadin:before {
  content: "\F408";
}

/* line 2182, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vacuum:before {
  content: "\E04D";
}

/* line 2183, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vacuum-robot:before {
  content: "\E04E";
}

/* line 2184, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-value-absolute:before {
  content: "\F6A6";
}

/* line 2185, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vector-square:before {
  content: "\F5CB";
}

/* line 2186, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-venus:before {
  content: "\F221";
}

/* line 2187, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-venus-double:before {
  content: "\F226";
}

/* line 2188, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-venus-mars:before {
  content: "\F228";
}

/* line 2189, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vest:before {
  content: "\E085";
}

/* line 2190, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vest-patches:before {
  content: "\E086";
}

/* line 2191, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vhs:before {
  content: "\F8EC";
}

/* line 2192, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viacoin:before {
  content: "\F237";
}

/* line 2193, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viadeo:before {
  content: "\F2A9";
}

/* line 2194, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viadeo-square:before {
  content: "\F2AA";
}

/* line 2195, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vial:before {
  content: "\F492";
}

/* line 2196, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vials:before {
  content: "\F493";
}

/* line 2197, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viber:before {
  content: "\F409";
}

/* line 2198, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-video:before {
  content: "\F03D";
}

/* line 2199, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-video-plus:before {
  content: "\F4E1";
}

/* line 2200, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-video-slash:before {
  content: "\F4E2";
}

/* line 2201, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vihara:before {
  content: "\F6A7";
}

/* line 2202, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vimeo:before {
  content: "\F40A";
}

/* line 2203, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vimeo-square:before {
  content: "\F194";
}

/* line 2204, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vimeo-v:before {
  content: "\F27D";
}

/* line 2205, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vine:before {
  content: "\F1CA";
}

/* line 2206, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-violin:before {
  content: "\F8ED";
}

/* line 2207, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-virus:before {
  content: "\E074";
}

/* line 2208, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-virus-slash:before {
  content: "\E075";
}

/* line 2209, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-viruses:before {
  content: "\E076";
}

/* line 2210, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vk:before {
  content: "\F189";
}

/* line 2211, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vnv:before {
  content: "\F40B";
}

/* line 2212, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-voicemail:before {
  content: "\F897";
}

/* line 2213, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volcano:before {
  content: "\F770";
}

/* line 2214, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volleyball-ball:before {
  content: "\F45F";
}

/* line 2215, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume:before {
  content: "\F6A8";
}

/* line 2216, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-down:before {
  content: "\F027";
}

/* line 2217, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-mute:before {
  content: "\F6A9";
}

/* line 2218, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-off:before {
  content: "\F026";
}

/* line 2219, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-slash:before {
  content: "\F2E2";
}

/* line 2220, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-volume-up:before {
  content: "\F028";
}

/* line 2221, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vote-nay:before {
  content: "\F771";
}

/* line 2222, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vote-yea:before {
  content: "\F772";
}

/* line 2223, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vr-cardboard:before {
  content: "\F729";
}

/* line 2224, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-vuejs:before {
  content: "\F41F";
}

/* line 2225, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wagon-covered:before {
  content: "\F8EE";
}

/* line 2226, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-walker:before {
  content: "\F831";
}

/* line 2227, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-walkie-talkie:before {
  content: "\F8EF";
}

/* line 2228, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-walking:before {
  content: "\F554";
}

/* line 2229, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wallet:before {
  content: "\F555";
}

/* line 2230, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wand:before {
  content: "\F72A";
}

/* line 2231, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wand-magic:before {
  content: "\F72B";
}

/* line 2232, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-warehouse:before {
  content: "\F494";
}

/* line 2233, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-warehouse-alt:before {
  content: "\F495";
}

/* line 2234, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-washer:before {
  content: "\F898";
}

/* line 2235, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watch:before {
  content: "\F2E1";
}

/* line 2236, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watch-calculator:before {
  content: "\F8F0";
}

/* line 2237, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watch-fitness:before {
  content: "\F63E";
}

/* line 2238, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-watchman-monitoring:before {
  content: "\E087";
}

/* line 2239, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-water:before {
  content: "\F773";
}

/* line 2240, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-water-lower:before {
  content: "\F774";
}

/* line 2241, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-water-rise:before {
  content: "\F775";
}

/* line 2242, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wave-sine:before {
  content: "\F899";
}

/* line 2243, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wave-square:before {
  content: "\F83E";
}

/* line 2244, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wave-triangle:before {
  content: "\F89A";
}

/* line 2245, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-waveform:before {
  content: "\F8F1";
}

/* line 2246, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-waveform-path:before {
  content: "\F8F2";
}

/* line 2247, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-waze:before {
  content: "\F83F";
}

/* line 2248, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-webcam:before {
  content: "\F832";
}

/* line 2249, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-webcam-slash:before {
  content: "\F833";
}

/* line 2250, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weebly:before {
  content: "\F5CC";
}

/* line 2251, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weibo:before {
  content: "\F18A";
}

/* line 2252, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weight:before {
  content: "\F496";
}

/* line 2253, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weight-hanging:before {
  content: "\F5CD";
}

/* line 2254, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-weixin:before {
  content: "\F1D7";
}

/* line 2255, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whale:before {
  content: "\F72C";
}

/* line 2256, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whatsapp:before {
  content: "\F232";
}

/* line 2257, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whatsapp-square:before {
  content: "\F40C";
}

/* line 2258, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wheat:before {
  content: "\F72D";
}

/* line 2259, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wheelchair:before {
  content: "\F193";
}

/* line 2260, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whistle:before {
  content: "\F460";
}

/* line 2261, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-whmcs:before {
  content: "\F40D";
}

/* line 2262, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi:before {
  content: "\F1EB";
}

/* line 2263, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi-1:before {
  content: "\F6AA";
}

/* line 2264, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi-2:before {
  content: "\F6AB";
}

/* line 2265, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wifi-slash:before {
  content: "\F6AC";
}

/* line 2266, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wikipedia-w:before {
  content: "\F266";
}

/* line 2267, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wind:before {
  content: "\F72E";
}

/* line 2268, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wind-turbine:before {
  content: "\F89B";
}

/* line 2269, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wind-warning:before {
  content: "\F776";
}

/* line 2270, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window:before {
  content: "\F40E";
}

/* line 2271, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-alt:before {
  content: "\F40F";
}

/* line 2272, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-close:before {
  content: "\F410";
}

/* line 2273, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-frame:before {
  content: "\E04F";
}

/* line 2274, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-frame-open:before {
  content: "\E050";
}

/* line 2275, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-maximize:before {
  content: "\F2D0";
}

/* line 2276, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-minimize:before {
  content: "\F2D1";
}

/* line 2277, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-window-restore:before {
  content: "\F2D2";
}

/* line 2278, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-windows:before {
  content: "\F17A";
}

/* line 2279, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-windsock:before {
  content: "\F777";
}

/* line 2280, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wine-bottle:before {
  content: "\F72F";
}

/* line 2281, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wine-glass:before {
  content: "\F4E3";
}

/* line 2282, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

/* line 2283, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wix:before {
  content: "\F5CF";
}

/* line 2284, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

/* line 2285, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wodu:before {
  content: "\E088";
}

/* line 2286, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

/* line 2287, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-won-sign:before {
  content: "\F159";
}

/* line 2288, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wordpress:before {
  content: "\F19A";
}

/* line 2289, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wordpress-simple:before {
  content: "\F411";
}

/* line 2290, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpbeginner:before {
  content: "\F297";
}

/* line 2291, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpexplorer:before {
  content: "\F2DE";
}

/* line 2292, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpforms:before {
  content: "\F298";
}

/* line 2293, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wpressr:before {
  content: "\F3E4";
}

/* line 2294, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wreath:before {
  content: "\F7E2";
}

/* line 2295, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-wrench:before {
  content: "\F0AD";
}

/* line 2296, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-x-ray:before {
  content: "\F497";
}

/* line 2297, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-xbox:before {
  content: "\F412";
}

/* line 2298, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-xing:before {
  content: "\F168";
}

/* line 2299, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-xing-square:before {
  content: "\F169";
}

/* line 2300, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-y-combinator:before {
  content: "\F23B";
}

/* line 2301, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yahoo:before {
  content: "\F19E";
}

/* line 2302, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yammer:before {
  content: "\F840";
}

/* line 2303, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yandex:before {
  content: "\F413";
}

/* line 2304, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yandex-international:before {
  content: "\F414";
}

/* line 2305, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yarn:before {
  content: "\F7E3";
}

/* line 2306, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yelp:before {
  content: "\F1E9";
}

/* line 2307, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yen-sign:before {
  content: "\F157";
}

/* line 2308, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yin-yang:before {
  content: "\F6AD";
}

/* line 2309, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-yoast:before {
  content: "\F2B1";
}

/* line 2310, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-youtube:before {
  content: "\F167";
}

/* line 2311, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-youtube-square:before {
  content: "\F431";
}

/* line 2312, node_modules/@fortawesome/fontawesome-pro/scss/_icons.scss */

.fa-zhihu:before {
  content: "\F63F";
}

/* line 4, node_modules/@fortawesome/fontawesome-pro/scss/_screen-reader.scss */

.sr-only,
.screen-reader-text {
  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-pro/scss/_mixins.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-brands-400_44893603.eot);
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-brands-400_44893603.eot?#iefix) format("embedded-opentype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-brands-400_f4120760.woff2) format("woff2"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-brands-400_fe6bd13b.woff) format("woff"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-brands-400_198bce06.ttf) format("truetype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-brands-400_5bfa0017.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/brands.scss */

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-light-300_8a4a5bd9.eot);
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-light-300_8a4a5bd9.eot?#iefix) format("embedded-opentype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-light-300_b3344966.woff2) format("woff2"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-light-300_5ce1b436.woff) format("woff"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-light-300_1c697cb0.ttf) format("truetype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-light-300_b3d910b7.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/light.scss */

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-regular-400_232215c7.eot);
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-regular-400_232215c7.eot?#iefix) format("embedded-opentype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-regular-400_a3d7d331.woff2) format("woff2"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-regular-400_fb332093.woff) format("woff"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-regular-400_9c6f2a1b.ttf) format("truetype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-regular-400_e70221c0.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/regular.scss */

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-solid-900_40e46698.eot);
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-solid-900_40e46698.eot?#iefix) format("embedded-opentype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-solid-900_dbf1fc91.woff2) format("woff2"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-solid-900_9822daf6.woff) format("woff"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-solid-900_149d83e1.ttf) format("truetype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-solid-900_601eb47a.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/solid.scss */

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/* line 1, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-glass:before {
  content: "\F000";
}

/* line 3, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 8, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 12, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-o:before {
  content: "\F005";
}

/* line 14, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-remove:before {
  content: "\F00D";
}

/* line 16, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-close:before {
  content: "\F00D";
}

/* line 18, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gear:before {
  content: "\F013";
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 24, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-trash-o:before {
  content: "\F2ED";
}

/* line 26, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 30, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-o:before {
  content: "\F15B";
}

/* line 32, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 36, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-clock-o:before {
  content: "\F017";
}

/* line 38, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 42, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-down:before {
  content: "\F358";
}

/* line 44, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 48, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-up:before {
  content: "\F35B";
}

/* line 50, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 54, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-play-circle-o:before {
  content: "\F144";
}

/* line 56, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-repeat:before {
  content: "\F01E";
}

/* line 58, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rotate-right:before {
  content: "\F01E";
}

/* line 60, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-refresh:before {
  content: "\F021";
}

/* line 62, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 67, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dedent:before {
  content: "\F03B";
}

/* line 69, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-video-camera:before {
  content: "\F03D";
}

/* line 71, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 75, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-picture-o:before {
  content: "\F03E";
}

/* line 77, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 81, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-photo:before {
  content: "\F03E";
}

/* line 83, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 87, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-image:before {
  content: "\F03E";
}

/* line 89, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pencil:before {
  content: "\F303";
}

/* line 91, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-map-marker:before {
  content: "\F3C5";
}

/* line 93, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 97, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pencil-square-o:before {
  content: "\F044";
}

/* line 99, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 103, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-share-square-o:before {
  content: "\F14D";
}

/* line 105, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 109, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-check-square-o:before {
  content: "\F14A";
}

/* line 111, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrows:before {
  content: "\F0B2";
}

/* line 113, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 117, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-times-circle-o:before {
  content: "\F057";
}

/* line 119, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 123, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-check-circle-o:before {
  content: "\F058";
}

/* line 125, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mail-forward:before {
  content: "\F064";
}

/* line 127, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-expand:before {
  content: "\F424";
}

/* line 129, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-compress:before {
  content: "\F422";
}

/* line 131, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 136, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 141, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-warning:before {
  content: "\F071";
}

/* line 143, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar:before {
  content: "\F073";
}

/* line 145, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrows-v:before {
  content: "\F338";
}

/* line 147, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrows-h:before {
  content: "\F337";
}

/* line 149, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 153, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bar-chart:before {
  content: "\F080";
}

/* line 155, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 159, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bar-chart-o:before {
  content: "\F080";
}

/* line 161, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 166, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 171, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gears:before {
  content: "\F085";
}

/* line 173, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 177, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thumbs-o-up:before {
  content: "\F164";
}

/* line 179, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 183, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thumbs-o-down:before {
  content: "\F165";
}

/* line 185, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 189, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-heart-o:before {
  content: "\F004";
}

/* line 191, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sign-out:before {
  content: "\F2F5";
}

/* line 193, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 197, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-linkedin-square:before {
  content: "\F08C";
}

/* line 199, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thumb-tack:before {
  content: "\F08D";
}

/* line 201, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-external-link:before {
  content: "\F35D";
}

/* line 203, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sign-in:before {
  content: "\F2F6";
}

/* line 205, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 210, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 214, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-lemon-o:before {
  content: "\F094";
}

/* line 216, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 220, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-square-o:before {
  content: "\F0C8";
}

/* line 222, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 226, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bookmark-o:before {
  content: "\F02E";
}

/* line 228, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 233, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 237, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook:before {
  content: "\F39E";
}

/* line 239, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 243, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook-f:before {
  content: "\F39E";
}

/* line 245, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 250, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 255, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-feed:before {
  content: "\F09E";
}

/* line 257, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 261, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hdd-o:before {
  content: "\F0A0";
}

/* line 263, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 267, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-right:before {
  content: "\F0A4";
}

/* line 269, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 273, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-left:before {
  content: "\F0A5";
}

/* line 275, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 279, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-up:before {
  content: "\F0A6";
}

/* line 281, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 285, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-o-down:before {
  content: "\F0A7";
}

/* line 287, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrows-alt:before {
  content: "\F31E";
}

/* line 289, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-group:before {
  content: "\F0C0";
}

/* line 291, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-chain:before {
  content: "\F0C1";
}

/* line 293, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-scissors:before {
  content: "\F0C4";
}

/* line 295, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 299, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-files-o:before {
  content: "\F0C5";
}

/* line 301, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 305, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-floppy-o:before {
  content: "\F0C7";
}

/* line 307, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-navicon:before {
  content: "\F0C9";
}

/* line 309, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-reorder:before {
  content: "\F0C9";
}

/* line 311, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 316, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 321, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 326, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 330, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus:before {
  content: "\F0D5";
}

/* line 332, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 336, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-money:before {
  content: "\F3D1";
}

/* line 338, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-unsorted:before {
  content: "\F0DC";
}

/* line 340, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-desc:before {
  content: "\F0DD";
}

/* line 342, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-asc:before {
  content: "\F0DE";
}

/* line 344, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 348, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-linkedin:before {
  content: "\F0E1";
}

/* line 350, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rotate-left:before {
  content: "\F0E2";
}

/* line 352, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-legal:before {
  content: "\F0E3";
}

/* line 354, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-tachometer:before {
  content: "\F3FD";
}

/* line 356, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dashboard:before {
  content: "\F3FD";
}

/* line 358, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 362, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-comment-o:before {
  content: "\F075";
}

/* line 364, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 368, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-comments-o:before {
  content: "\F086";
}

/* line 370, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-flash:before {
  content: "\F0E7";
}

/* line 372, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 377, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 381, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-paste:before {
  content: "\F328";
}

/* line 383, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 387, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-lightbulb-o:before {
  content: "\F0EB";
}

/* line 389, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-exchange:before {
  content: "\F362";
}

/* line 391, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cloud-download:before {
  content: "\F381";
}

/* line 393, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cloud-upload:before {
  content: "\F382";
}

/* line 395, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 399, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bell-o:before {
  content: "\F0F3";
}

/* line 401, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cutlery:before {
  content: "\F2E7";
}

/* line 403, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 407, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-text-o:before {
  content: "\F15C";
}

/* line 409, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 413, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-building-o:before {
  content: "\F1AD";
}

/* line 415, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 419, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hospital-o:before {
  content: "\F0F8";
}

/* line 421, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-tablet:before {
  content: "\F3FA";
}

/* line 423, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mobile:before {
  content: "\F3CD";
}

/* line 425, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mobile-phone:before {
  content: "\F3CD";
}

/* line 427, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 431, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-circle-o:before {
  content: "\F111";
}

/* line 433, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mail-reply:before {
  content: "\F3E5";
}

/* line 435, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 440, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 444, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-folder-o:before {
  content: "\F07B";
}

/* line 446, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 450, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-folder-open-o:before {
  content: "\F07C";
}

/* line 452, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 456, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-smile-o:before {
  content: "\F118";
}

/* line 458, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 462, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-frown-o:before {
  content: "\F119";
}

/* line 464, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 468, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-meh-o:before {
  content: "\F11A";
}

/* line 470, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 474, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-keyboard-o:before {
  content: "\F11C";
}

/* line 476, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 480, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-flag-o:before {
  content: "\F024";
}

/* line 482, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mail-reply-all:before {
  content: "\F122";
}

/* line 484, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 488, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-half-o:before {
  content: "\F089";
}

/* line 490, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 494, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-half-empty:before {
  content: "\F089";
}

/* line 496, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 500, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-star-half-full:before {
  content: "\F089";
}

/* line 502, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-code-fork:before {
  content: "\F126";
}

/* line 504, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-chain-broken:before {
  content: "\F127";
}

/* line 506, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-shield:before {
  content: "\F3ED";
}

/* line 508, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 512, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-o:before {
  content: "\F133";
}

/* line 514, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 519, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 524, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 529, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ticket:before {
  content: "\F3FF";
}

/* line 531, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 535, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-minus-square-o:before {
  content: "\F146";
}

/* line 537, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-level-up:before {
  content: "\F3BF";
}

/* line 539, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-level-down:before {
  content: "\F3BE";
}

/* line 541, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pencil-square:before {
  content: "\F14B";
}

/* line 543, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-external-link-square:before {
  content: "\F360";
}

/* line 545, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 550, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 554, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-down:before {
  content: "\F150";
}

/* line 556, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 560, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-down:before {
  content: "\F150";
}

/* line 562, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 566, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-up:before {
  content: "\F151";
}

/* line 568, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 572, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-up:before {
  content: "\F151";
}

/* line 574, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 578, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-right:before {
  content: "\F152";
}

/* line 580, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 584, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-right:before {
  content: "\F152";
}

/* line 586, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-eur:before {
  content: "\F153";
}

/* line 588, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-euro:before {
  content: "\F153";
}

/* line 590, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gbp:before {
  content: "\F154";
}

/* line 592, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-usd:before {
  content: "\F155";
}

/* line 594, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dollar:before {
  content: "\F155";
}

/* line 596, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-inr:before {
  content: "\F156";
}

/* line 598, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rupee:before {
  content: "\F156";
}

/* line 600, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-jpy:before {
  content: "\F157";
}

/* line 602, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cny:before {
  content: "\F157";
}

/* line 604, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rmb:before {
  content: "\F157";
}

/* line 606, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yen:before {
  content: "\F157";
}

/* line 608, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rub:before {
  content: "\F158";
}

/* line 610, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ruble:before {
  content: "\F158";
}

/* line 612, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rouble:before {
  content: "\F158";
}

/* line 614, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-krw:before {
  content: "\F159";
}

/* line 616, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-won:before {
  content: "\F159";
}

/* line 618, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 623, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 627, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bitcoin:before {
  content: "\F15A";
}

/* line 629, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-text:before {
  content: "\F15C";
}

/* line 631, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-alpha-asc:before {
  content: "\F15D";
}

/* line 633, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-alpha-desc:before {
  content: "\F881";
}

/* line 635, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-amount-asc:before {
  content: "\F160";
}

/* line 637, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-amount-desc:before {
  content: "\F884";
}

/* line 639, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-numeric-asc:before {
  content: "\F162";
}

/* line 641, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sort-numeric-desc:before {
  content: "\F886";
}

/* line 643, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 648, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 653, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 658, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 663, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 667, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-youtube-play:before {
  content: "\F167";
}

/* line 669, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 674, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 679, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 684, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 689, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 694, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 699, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 703, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bitbucket-square:before {
  content: "\F171";
}

/* line 705, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 710, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 715, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-long-arrow-down:before {
  content: "\F309";
}

/* line 717, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-long-arrow-up:before {
  content: "\F30C";
}

/* line 719, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-long-arrow-left:before {
  content: "\F30A";
}

/* line 721, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-long-arrow-right:before {
  content: "\F30B";
}

/* line 723, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 728, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 733, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 738, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 743, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 748, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 753, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 758, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 763, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 768, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 772, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gittip:before {
  content: "\F184";
}

/* line 774, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 778, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sun-o:before {
  content: "\F185";
}

/* line 780, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 784, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-moon-o:before {
  content: "\F186";
}

/* line 786, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 791, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 796, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 801, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 806, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 811, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 815, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-right:before {
  content: "\F35A";
}

/* line 817, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 821, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-arrow-circle-o-left:before {
  content: "\F359";
}

/* line 823, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 827, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-caret-square-o-left:before {
  content: "\F191";
}

/* line 829, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 833, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-toggle-left:before {
  content: "\F191";
}

/* line 835, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 839, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dot-circle-o:before {
  content: "\F192";
}

/* line 841, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 846, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-try:before {
  content: "\F195";
}

/* line 848, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-turkish-lira:before {
  content: "\F195";
}

/* line 850, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 854, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-plus-square-o:before {
  content: "\F0FE";
}

/* line 856, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 861, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 866, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 871, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-institution:before {
  content: "\F19C";
}

/* line 873, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bank:before {
  content: "\F19C";
}

/* line 875, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mortar-board:before {
  content: "\F19D";
}

/* line 877, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 882, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 887, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 892, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 897, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 902, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 907, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 912, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 917, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 922, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 927, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 932, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 937, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-spoon:before {
  content: "\F2E5";
}

/* line 939, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 944, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 949, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 954, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 959, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-automobile:before {
  content: "\F1B9";
}

/* line 961, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 965, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-envelope-o:before {
  content: "\F0E0";
}

/* line 967, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 972, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 977, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 982, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 986, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-pdf-o:before {
  content: "\F1C1";
}

/* line 988, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 992, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-word-o:before {
  content: "\F1C2";
}

/* line 994, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 998, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-excel-o:before {
  content: "\F1C3";
}

/* line 1000, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1004, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

/* line 1006, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1010, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-image-o:before {
  content: "\F1C5";
}

/* line 1012, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1016, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-photo-o:before {
  content: "\F1C5";
}

/* line 1018, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1022, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-picture-o:before {
  content: "\F1C5";
}

/* line 1024, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1028, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-archive-o:before {
  content: "\F1C6";
}

/* line 1030, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1034, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-zip-o:before {
  content: "\F1C6";
}

/* line 1036, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1040, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-audio-o:before {
  content: "\F1C7";
}

/* line 1042, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1046, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-sound-o:before {
  content: "\F1C7";
}

/* line 1048, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1052, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-video-o:before {
  content: "\F1C8";
}

/* line 1054, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1058, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-movie-o:before {
  content: "\F1C8";
}

/* line 1060, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1064, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-file-code-o:before {
  content: "\F1C9";
}

/* line 1066, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1071, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1076, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1081, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1086, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1090, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-bouy:before {
  content: "\F1CD";
}

/* line 1092, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1096, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-buoy:before {
  content: "\F1CD";
}

/* line 1098, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1102, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-life-saver:before {
  content: "\F1CD";
}

/* line 1104, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1108, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-support:before {
  content: "\F1CD";
}

/* line 1110, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-circle-o-notch:before {
  content: "\F1CE";
}

/* line 1112, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1117, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1121, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ra:before {
  content: "\F1D0";
}

/* line 1123, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1127, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-resistance:before {
  content: "\F1D0";
}

/* line 1129, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1134, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1138, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ge:before {
  content: "\F1D1";
}

/* line 1140, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1145, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1150, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1155, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1159, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-y-combinator-square:before {
  content: "\F1D4";
}

/* line 1161, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1165, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yc-square:before {
  content: "\F1D4";
}

/* line 1167, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1172, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1177, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1182, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1186, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wechat:before {
  content: "\F1D7";
}

/* line 1188, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-send:before {
  content: "\F1D8";
}

/* line 1190, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1194, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-paper-plane-o:before {
  content: "\F1D8";
}

/* line 1196, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1200, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-send-o:before {
  content: "\F1D8";
}

/* line 1202, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1206, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-circle-thin:before {
  content: "\F111";
}

/* line 1208, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-header:before {
  content: "\F1DC";
}

/* line 1210, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sliders:before {
  content: "\F1DE";
}

/* line 1212, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1216, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-futbol-o:before {
  content: "\F1E3";
}

/* line 1218, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1222, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-soccer-ball-o:before {
  content: "\F1E3";
}

/* line 1224, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1229, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1234, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1239, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1243, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-newspaper-o:before {
  content: "\F1EA";
}

/* line 1245, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1250, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1255, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1260, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1265, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1270, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1275, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1280, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1285, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1289, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bell-slash-o:before {
  content: "\F1F6";
}

/* line 1291, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-trash:before {
  content: "\F2ED";
}

/* line 1293, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1298, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-eyedropper:before {
  content: "\F1FB";
}

/* line 1300, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-area-chart:before {
  content: "\F1FE";
}

/* line 1302, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pie-chart:before {
  content: "\F200";
}

/* line 1304, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-line-chart:before {
  content: "\F201";
}

/* line 1306, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1311, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1316, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1321, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1326, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1330, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc:before {
  content: "\F20A";
}

/* line 1332, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ils:before {
  content: "\F20B";
}

/* line 1334, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-shekel:before {
  content: "\F20B";
}

/* line 1336, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sheqel:before {
  content: "\F20B";
}

/* line 1338, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1342, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-meanpath:before {
  content: "\F2B4";
}

/* line 1344, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1349, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1354, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1359, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1364, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1369, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1374, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1379, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1384, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1389, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1393, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-diamond:before {
  content: "\F3A5";
}

/* line 1395, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-intersex:before {
  content: "\F224";
}

/* line 1397, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1401, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-facebook-official:before {
  content: "\F09A";
}

/* line 1403, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1408, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1413, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hotel:before {
  content: "\F236";
}

/* line 1415, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1420, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1425, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1430, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1434, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yc:before {
  content: "\F23B";
}

/* line 1436, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1441, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1446, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1451, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-battery-4:before {
  content: "\F240";
}

/* line 1453, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-battery:before {
  content: "\F240";
}

/* line 1455, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-battery-3:before {
  content: "\F241";
}

/* line 1457, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-battery-2:before {
  content: "\F242";
}

/* line 1459, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-battery-1:before {
  content: "\F243";
}

/* line 1461, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-battery-0:before {
  content: "\F244";
}

/* line 1463, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1468, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1473, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1477, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-sticky-note-o:before {
  content: "\F249";
}

/* line 1479, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1484, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1489, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1494, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1498, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hourglass-o:before {
  content: "\F254";
}

/* line 1500, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hourglass-1:before {
  content: "\F251";
}

/* line 1502, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hourglass-2:before {
  content: "\F252";
}

/* line 1504, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hourglass-3:before {
  content: "\F253";
}

/* line 1506, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1510, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-rock-o:before {
  content: "\F255";
}

/* line 1512, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1516, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-grab-o:before {
  content: "\F255";
}

/* line 1518, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1522, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-paper-o:before {
  content: "\F256";
}

/* line 1524, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1528, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-stop-o:before {
  content: "\F256";
}

/* line 1530, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1534, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-scissors-o:before {
  content: "\F257";
}

/* line 1536, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1540, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-lizard-o:before {
  content: "\F258";
}

/* line 1542, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1546, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-spock-o:before {
  content: "\F259";
}

/* line 1548, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1552, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-pointer-o:before {
  content: "\F25A";
}

/* line 1554, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1558, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hand-peace-o:before {
  content: "\F25B";
}

/* line 1560, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1565, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1570, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1575, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1580, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1585, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1590, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1595, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1600, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1605, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1610, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1615, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1620, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1625, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1630, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-television:before {
  content: "\F26C";
}

/* line 1632, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1637, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1642, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1647, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1651, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-plus-o:before {
  content: "\F271";
}

/* line 1653, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1657, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-minus-o:before {
  content: "\F272";
}

/* line 1659, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1663, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-times-o:before {
  content: "\F273";
}

/* line 1665, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1669, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-calendar-check-o:before {
  content: "\F274";
}

/* line 1671, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1675, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-map-o:before {
  content: "\F279";
}

/* line 1677, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-commenting:before {
  content: "\F4AD";
}

/* line 1679, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1683, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-commenting-o:before {
  content: "\F4AD";
}

/* line 1685, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1690, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1694, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vimeo:before {
  content: "\F27D";
}

/* line 1696, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1701, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1706, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1711, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1716, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-credit-card-alt:before {
  content: "\F09D";
}

/* line 1718, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1723, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1728, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1733, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1738, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1743, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1748, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1753, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1757, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pause-circle-o:before {
  content: "\F28B";
}

/* line 1759, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1763, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-stop-circle-o:before {
  content: "\F28D";
}

/* line 1765, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1770, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1775, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1780, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1785, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1790, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1795, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1799, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wheelchair-alt:before {
  content: "\F368";
}

/* line 1801, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1805, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-question-circle-o:before {
  content: "\F059";
}

/* line 1807, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-volume-control-phone:before {
  content: "\F2A0";
}

/* line 1809, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-asl-interpreting:before {
  content: "\F2A3";
}

/* line 1811, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-deafness:before {
  content: "\F2A4";
}

/* line 1813, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-hard-of-hearing:before {
  content: "\F2A4";
}

/* line 1815, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1820, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1825, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-signing:before {
  content: "\F2A7";
}

/* line 1827, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1832, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1837, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1842, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1847, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1852, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1857, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1862, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1867, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1872, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1876, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus-official:before {
  content: "\F2B3";
}

/* line 1878, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1882, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-google-plus-circle:before {
  content: "\F2B3";
}

/* line 1884, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1889, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1893, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-fa:before {
  content: "\F2B4";
}

/* line 1895, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1899, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-handshake-o:before {
  content: "\F2B5";
}

/* line 1901, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1905, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-envelope-open-o:before {
  content: "\F2B6";
}

/* line 1907, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1912, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1916, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-address-book-o:before {
  content: "\F2B9";
}

/* line 1918, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vcard:before {
  content: "\F2BB";
}

/* line 1920, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1924, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-address-card-o:before {
  content: "\F2BB";
}

/* line 1926, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1930, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-vcard-o:before {
  content: "\F2BB";
}

/* line 1932, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1936, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-user-circle-o:before {
  content: "\F2BD";
}

/* line 1938, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1942, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-user-o:before {
  content: "\F007";
}

/* line 1944, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1949, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-drivers-license:before {
  content: "\F2C2";
}

/* line 1951, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1955, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-id-card-o:before {
  content: "\F2C2";
}

/* line 1957, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1961, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-drivers-license-o:before {
  content: "\F2C2";
}

/* line 1963, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1968, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1973, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1978, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thermometer-4:before {
  content: "\F2C7";
}

/* line 1980, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thermometer:before {
  content: "\F2C7";
}

/* line 1982, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thermometer-3:before {
  content: "\F2C8";
}

/* line 1984, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thermometer-2:before {
  content: "\F2C9";
}

/* line 1986, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thermometer-1:before {
  content: "\F2CA";
}

/* line 1988, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-thermometer-0:before {
  content: "\F2CB";
}

/* line 1990, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bathtub:before {
  content: "\F2CD";
}

/* line 1992, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-s15:before {
  content: "\F2CD";
}

/* line 1994, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 1999, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 2004, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-times-rectangle:before {
  content: "\F410";
}

/* line 2006, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 2010, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-window-close-o:before {
  content: "\F410";
}

/* line 2012, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 2016, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-times-rectangle-o:before {
  content: "\F410";
}

/* line 2018, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2023, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2028, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2033, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2038, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2043, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2047, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-eercast:before {
  content: "\F2DA";
}

/* line 2049, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* line 2053, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-snowflake-o:before {
  content: "\F2DC";
}

/* line 2055, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2060, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2065, node_modules/@fortawesome/fontawesome-pro/scss/_shims.scss */

.fa.fa-cab:before {
  content: "\F1BA";
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-duotone-900_60d8eaf6.eot);
  src: url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-duotone-900_60d8eaf6.eot?#iefix) format("embedded-opentype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-duotone-900_923bc494.woff2) format("woff2"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-duotone-900_2af34257.woff) format("woff"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-duotone-900_6cb8e311.ttf) format("truetype"), url(/app/themes/belfius-entrepreneurs/dist/vendor/fa-duotone-900_314e2724.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}

/* line 26, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 33, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 39, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 45, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 51, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-inverse {
  color: #fff;
}

/* line 55, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}

/* line 59, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}

/* line 66, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-abacus:after {
  content: "\10F640";
}

/* line 67, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-acorn:after {
  content: "\10F6AE";
}

/* line 68, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ad:after {
  content: "\10F641";
}

/* line 69, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-address-book:after {
  content: "\10F2B9";
}

/* line 70, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-address-card:after {
  content: "\10F2BB";
}

/* line 71, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-adjust:after {
  content: "\10F042";
}

/* line 72, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-air-conditioner:after {
  content: "\10F8F4";
}

/* line 73, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-air-freshener:after {
  content: "\10F5D0";
}

/* line 74, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alarm-clock:after {
  content: "\10F34E";
}

/* line 75, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alarm-exclamation:after {
  content: "\10F843";
}

/* line 76, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alarm-plus:after {
  content: "\10F844";
}

/* line 77, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alarm-snooze:after {
  content: "\10F845";
}

/* line 78, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-album:after {
  content: "\10F89F";
}

/* line 79, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-album-collection:after {
  content: "\10F8A0";
}

/* line 80, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alicorn:after {
  content: "\10F6B0";
}

/* line 81, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alien:after {
  content: "\10F8F5";
}

/* line 82, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-alien-monster:after {
  content: "\10F8F6";
}

/* line 83, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-align-center:after {
  content: "\10F037";
}

/* line 84, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-align-justify:after {
  content: "\10F039";
}

/* line 85, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-align-left:after {
  content: "\10F036";
}

/* line 86, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-align-right:after {
  content: "\10F038";
}

/* line 87, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-align-slash:after {
  content: "\10F846";
}

/* line 88, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-allergies:after {
  content: "\10F461";
}

/* line 89, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ambulance:after {
  content: "\10F0F9";
}

/* line 90, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-american-sign-language-interpreting:after {
  content: "\10F2A3";
}

/* line 91, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-amp-guitar:after {
  content: "\10F8A1";
}

/* line 92, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-analytics:after {
  content: "\10F643";
}

/* line 93, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-anchor:after {
  content: "\10F13D";
}

/* line 94, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angel:after {
  content: "\10F779";
}

/* line 95, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-double-down:after {
  content: "\10F103";
}

/* line 96, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-double-left:after {
  content: "\10F100";
}

/* line 97, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-double-right:after {
  content: "\10F101";
}

/* line 98, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-double-up:after {
  content: "\10F102";
}

/* line 99, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-down:after {
  content: "\10F107";
}

/* line 100, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-left:after {
  content: "\10F104";
}

/* line 101, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-right:after {
  content: "\10F105";
}

/* line 102, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angle-up:after {
  content: "\10F106";
}

/* line 103, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-angry:after {
  content: "\10F556";
}

/* line 104, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ankh:after {
  content: "\10F644";
}

/* line 105, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-apple-alt:after {
  content: "\10F5D1";
}

/* line 106, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-apple-crate:after {
  content: "\10F6B1";
}

/* line 107, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-archive:after {
  content: "\10F187";
}

/* line 108, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-archway:after {
  content: "\10F557";
}

/* line 109, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-circle-down:after {
  content: "\10F358";
}

/* line 110, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-circle-left:after {
  content: "\10F359";
}

/* line 111, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-circle-right:after {
  content: "\10F35A";
}

/* line 112, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-circle-up:after {
  content: "\10F35B";
}

/* line 113, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-down:after {
  content: "\10F354";
}

/* line 114, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10F346";
}

/* line 115, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-from-left:after {
  content: "\10F347";
}

/* line 116, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-from-right:after {
  content: "\10F348";
}

/* line 117, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-from-top:after {
  content: "\10F349";
}

/* line 118, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-left:after {
  content: "\10F355";
}

/* line 119, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-right:after {
  content: "\10F356";
}

/* line 120, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-square-down:after {
  content: "\10F350";
}

/* line 121, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-square-left:after {
  content: "\10F351";
}

/* line 122, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-square-right:after {
  content: "\10F352";
}

/* line 123, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-square-up:after {
  content: "\10F353";
}

/* line 124, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10F34A";
}

/* line 125, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-to-left:after {
  content: "\10F34B";
}

/* line 126, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-to-right:after {
  content: "\10F34C";
}

/* line 127, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-to-top:after {
  content: "\10F34D";
}

/* line 128, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-alt-up:after {
  content: "\10F357";
}

/* line 129, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-circle-down:after {
  content: "\10F0AB";
}

/* line 130, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-circle-left:after {
  content: "\10F0A8";
}

/* line 131, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-circle-right:after {
  content: "\10F0A9";
}

/* line 132, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-circle-up:after {
  content: "\10F0AA";
}

/* line 133, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-down:after {
  content: "\10F063";
}

/* line 134, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-from-bottom:after {
  content: "\10F342";
}

/* line 135, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-from-left:after {
  content: "\10F343";
}

/* line 136, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-from-right:after {
  content: "\10F344";
}

/* line 137, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-from-top:after {
  content: "\10F345";
}

/* line 138, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-left:after {
  content: "\10F060";
}

/* line 139, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-right:after {
  content: "\10F061";
}

/* line 140, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-square-down:after {
  content: "\10F339";
}

/* line 141, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-square-left:after {
  content: "\10F33A";
}

/* line 142, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-square-right:after {
  content: "\10F33B";
}

/* line 143, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-square-up:after {
  content: "\10F33C";
}

/* line 144, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-to-bottom:after {
  content: "\10F33D";
}

/* line 145, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-to-left:after {
  content: "\10F33E";
}

/* line 146, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-to-right:after {
  content: "\10F340";
}

/* line 147, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-to-top:after {
  content: "\10F341";
}

/* line 148, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrow-up:after {
  content: "\10F062";
}

/* line 149, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrows:after {
  content: "\10F047";
}

/* line 150, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrows-alt:after {
  content: "\10F0B2";
}

/* line 151, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrows-alt-h:after {
  content: "\10F337";
}

/* line 152, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrows-alt-v:after {
  content: "\10F338";
}

/* line 153, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrows-h:after {
  content: "\10F07E";
}

/* line 154, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-arrows-v:after {
  content: "\10F07D";
}

/* line 155, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-assistive-listening-systems:after {
  content: "\10F2A2";
}

/* line 156, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-asterisk:after {
  content: "\10F069";
}

/* line 157, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-at:after {
  content: "\10F1FA";
}

/* line 158, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-atlas:after {
  content: "\10F558";
}

/* line 159, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-atom:after {
  content: "\10F5D2";
}

/* line 160, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-atom-alt:after {
  content: "\10F5D3";
}

/* line 161, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-audio-description:after {
  content: "\10F29E";
}

/* line 162, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-award:after {
  content: "\10F559";
}

/* line 163, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-axe:after {
  content: "\10F6B2";
}

/* line 164, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-axe-battle:after {
  content: "\10F6B3";
}

/* line 165, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-baby:after {
  content: "\10F77C";
}

/* line 166, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-baby-carriage:after {
  content: "\10F77D";
}

/* line 167, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-backpack:after {
  content: "\10F5D4";
}

/* line 168, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-backspace:after {
  content: "\10F55A";
}

/* line 169, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-backward:after {
  content: "\10F04A";
}

/* line 170, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bacon:after {
  content: "\10F7E5";
}

/* line 171, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bacteria:after {
  content: "\10E059";
}

/* line 172, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bacterium:after {
  content: "\10E05A";
}

/* line 173, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-badge:after {
  content: "\10F335";
}

/* line 174, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-badge-check:after {
  content: "\10F336";
}

/* line 175, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-badge-dollar:after {
  content: "\10F645";
}

/* line 176, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-badge-percent:after {
  content: "\10F646";
}

/* line 177, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-badge-sheriff:after {
  content: "\10F8A2";
}

/* line 178, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-badger-honey:after {
  content: "\10F6B4";
}

/* line 179, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bags-shopping:after {
  content: "\10F847";
}

/* line 180, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bahai:after {
  content: "\10F666";
}

/* line 181, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-balance-scale:after {
  content: "\10F24E";
}

/* line 182, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-balance-scale-left:after {
  content: "\10F515";
}

/* line 183, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-balance-scale-right:after {
  content: "\10F516";
}

/* line 184, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ball-pile:after {
  content: "\10F77E";
}

/* line 185, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ballot:after {
  content: "\10F732";
}

/* line 186, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ballot-check:after {
  content: "\10F733";
}

/* line 187, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ban:after {
  content: "\10F05E";
}

/* line 188, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-band-aid:after {
  content: "\10F462";
}

/* line 189, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-banjo:after {
  content: "\10F8A3";
}

/* line 190, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-barcode:after {
  content: "\10F02A";
}

/* line 191, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-barcode-alt:after {
  content: "\10F463";
}

/* line 192, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-barcode-read:after {
  content: "\10F464";
}

/* line 193, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-barcode-scan:after {
  content: "\10F465";
}

/* line 194, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bars:after {
  content: "\10F0C9";
}

/* line 195, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-baseball:after {
  content: "\10F432";
}

/* line 196, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-baseball-ball:after {
  content: "\10F433";
}

/* line 197, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-basketball-ball:after {
  content: "\10F434";
}

/* line 198, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-basketball-hoop:after {
  content: "\10F435";
}

/* line 199, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bat:after {
  content: "\10F6B5";
}

/* line 200, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bath:after {
  content: "\10F2CD";
}

/* line 201, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-bolt:after {
  content: "\10F376";
}

/* line 202, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-empty:after {
  content: "\10F244";
}

/* line 203, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-full:after {
  content: "\10F240";
}

/* line 204, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-half:after {
  content: "\10F242";
}

/* line 205, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-quarter:after {
  content: "\10F243";
}

/* line 206, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-slash:after {
  content: "\10F377";
}

/* line 207, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-battery-three-quarters:after {
  content: "\10F241";
}

/* line 208, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bed:after {
  content: "\10F236";
}

/* line 209, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bed-alt:after {
  content: "\10F8F7";
}

/* line 210, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bed-bunk:after {
  content: "\10F8F8";
}

/* line 211, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bed-empty:after {
  content: "\10F8F9";
}

/* line 212, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-beer:after {
  content: "\10F0FC";
}

/* line 213, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell:after {
  content: "\10F0F3";
}

/* line 214, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell-exclamation:after {
  content: "\10F848";
}

/* line 215, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell-on:after {
  content: "\10F8FA";
}

/* line 216, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell-plus:after {
  content: "\10F849";
}

/* line 217, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell-school:after {
  content: "\10F5D5";
}

/* line 218, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell-school-slash:after {
  content: "\10F5D6";
}

/* line 219, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bell-slash:after {
  content: "\10F1F6";
}

/* line 220, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bells:after {
  content: "\10F77F";
}

/* line 221, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-betamax:after {
  content: "\10F8A4";
}

/* line 222, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bezier-curve:after {
  content: "\10F55B";
}

/* line 223, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bible:after {
  content: "\10F647";
}

/* line 224, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bicycle:after {
  content: "\10F206";
}

/* line 225, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-biking:after {
  content: "\10F84A";
}

/* line 226, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-biking-mountain:after {
  content: "\10F84B";
}

/* line 227, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-binoculars:after {
  content: "\10F1E5";
}

/* line 228, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-biohazard:after {
  content: "\10F780";
}

/* line 229, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-birthday-cake:after {
  content: "\10F1FD";
}

/* line 230, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blanket:after {
  content: "\10F498";
}

/* line 231, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blender:after {
  content: "\10F517";
}

/* line 232, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blender-phone:after {
  content: "\10F6B6";
}

/* line 233, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blind:after {
  content: "\10F29D";
}

/* line 234, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blinds:after {
  content: "\10F8FB";
}

/* line 235, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blinds-open:after {
  content: "\10F8FC";
}

/* line 236, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blinds-raised:after {
  content: "\10F8FD";
}

/* line 237, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-blog:after {
  content: "\10F781";
}

/* line 238, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bold:after {
  content: "\10F032";
}

/* line 239, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bolt:after {
  content: "\10F0E7";
}

/* line 240, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bomb:after {
  content: "\10F1E2";
}

/* line 241, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bone:after {
  content: "\10F5D7";
}

/* line 242, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bone-break:after {
  content: "\10F5D8";
}

/* line 243, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bong:after {
  content: "\10F55C";
}

/* line 244, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book:after {
  content: "\10F02D";
}

/* line 245, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-alt:after {
  content: "\10F5D9";
}

/* line 246, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-dead:after {
  content: "\10F6B7";
}

/* line 247, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-heart:after {
  content: "\10F499";
}

/* line 248, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-medical:after {
  content: "\10F7E6";
}

/* line 249, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-open:after {
  content: "\10F518";
}

/* line 250, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-reader:after {
  content: "\10F5DA";
}

/* line 251, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-spells:after {
  content: "\10F6B8";
}

/* line 252, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-book-user:after {
  content: "\10F7E7";
}

/* line 253, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bookmark:after {
  content: "\10F02E";
}

/* line 254, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-books:after {
  content: "\10F5DB";
}

/* line 255, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-books-medical:after {
  content: "\10F7E8";
}

/* line 256, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-boombox:after {
  content: "\10F8A5";
}

/* line 257, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-boot:after {
  content: "\10F782";
}

/* line 258, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-booth-curtain:after {
  content: "\10F734";
}

/* line 259, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-all:after {
  content: "\10F84C";
}

/* line 260, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-bottom:after {
  content: "\10F84D";
}

/* line 261, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-center-h:after {
  content: "\10F89C";
}

/* line 262, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-center-v:after {
  content: "\10F89D";
}

/* line 263, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-inner:after {
  content: "\10F84E";
}

/* line 264, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-left:after {
  content: "\10F84F";
}

/* line 265, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-none:after {
  content: "\10F850";
}

/* line 266, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-outer:after {
  content: "\10F851";
}

/* line 267, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-right:after {
  content: "\10F852";
}

/* line 268, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-style:after {
  content: "\10F853";
}

/* line 269, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-style-alt:after {
  content: "\10F854";
}

/* line 270, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-border-top:after {
  content: "\10F855";
}

/* line 271, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bow-arrow:after {
  content: "\10F6B9";
}

/* line 272, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bowling-ball:after {
  content: "\10F436";
}

/* line 273, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bowling-pins:after {
  content: "\10F437";
}

/* line 274, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box:after {
  content: "\10F466";
}

/* line 275, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-alt:after {
  content: "\10F49A";
}

/* line 276, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-ballot:after {
  content: "\10F735";
}

/* line 277, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-check:after {
  content: "\10F467";
}

/* line 278, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-fragile:after {
  content: "\10F49B";
}

/* line 279, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-full:after {
  content: "\10F49C";
}

/* line 280, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-heart:after {
  content: "\10F49D";
}

/* line 281, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-open:after {
  content: "\10F49E";
}

/* line 282, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-tissue:after {
  content: "\10E05B";
}

/* line 283, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-up:after {
  content: "\10F49F";
}

/* line 284, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-box-usd:after {
  content: "\10F4A0";
}

/* line 285, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-boxes:after {
  content: "\10F468";
}

/* line 286, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-boxes-alt:after {
  content: "\10F4A1";
}

/* line 287, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-boxing-glove:after {
  content: "\10F438";
}

/* line 288, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-brackets:after {
  content: "\10F7E9";
}

/* line 289, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-brackets-curly:after {
  content: "\10F7EA";
}

/* line 290, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-braille:after {
  content: "\10F2A1";
}

/* line 291, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-brain:after {
  content: "\10F5DC";
}

/* line 292, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bread-loaf:after {
  content: "\10F7EB";
}

/* line 293, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bread-slice:after {
  content: "\10F7EC";
}

/* line 294, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-briefcase:after {
  content: "\10F0B1";
}

/* line 295, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-briefcase-medical:after {
  content: "\10F469";
}

/* line 296, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bring-forward:after {
  content: "\10F856";
}

/* line 297, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bring-front:after {
  content: "\10F857";
}

/* line 298, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-broadcast-tower:after {
  content: "\10F519";
}

/* line 299, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-broom:after {
  content: "\10F51A";
}

/* line 300, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-browser:after {
  content: "\10F37E";
}

/* line 301, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-brush:after {
  content: "\10F55D";
}

/* line 302, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bug:after {
  content: "\10F188";
}

/* line 303, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-building:after {
  content: "\10F1AD";
}

/* line 304, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bullhorn:after {
  content: "\10F0A1";
}

/* line 305, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bullseye:after {
  content: "\10F140";
}

/* line 306, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bullseye-arrow:after {
  content: "\10F648";
}

/* line 307, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bullseye-pointer:after {
  content: "\10F649";
}

/* line 308, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-burger-soda:after {
  content: "\10F858";
}

/* line 309, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-burn:after {
  content: "\10F46A";
}

/* line 310, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-burrito:after {
  content: "\10F7ED";
}

/* line 311, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bus:after {
  content: "\10F207";
}

/* line 312, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bus-alt:after {
  content: "\10F55E";
}

/* line 313, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-bus-school:after {
  content: "\10F5DD";
}

/* line 314, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-business-time:after {
  content: "\10F64A";
}

/* line 315, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cabinet-filing:after {
  content: "\10F64B";
}

/* line 316, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cactus:after {
  content: "\10F8A7";
}

/* line 317, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calculator:after {
  content: "\10F1EC";
}

/* line 318, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calculator-alt:after {
  content: "\10F64C";
}

/* line 319, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar:after {
  content: "\10F133";
}

/* line 320, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-alt:after {
  content: "\10F073";
}

/* line 321, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-check:after {
  content: "\10F274";
}

/* line 322, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-day:after {
  content: "\10F783";
}

/* line 323, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-edit:after {
  content: "\10F333";
}

/* line 324, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-exclamation:after {
  content: "\10F334";
}

/* line 325, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-minus:after {
  content: "\10F272";
}

/* line 326, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-plus:after {
  content: "\10F271";
}

/* line 327, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-star:after {
  content: "\10F736";
}

/* line 328, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-times:after {
  content: "\10F273";
}

/* line 329, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-calendar-week:after {
  content: "\10F784";
}

/* line 330, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camcorder:after {
  content: "\10F8A8";
}

/* line 331, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camera:after {
  content: "\10F030";
}

/* line 332, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camera-alt:after {
  content: "\10F332";
}

/* line 333, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camera-home:after {
  content: "\10F8FE";
}

/* line 334, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camera-movie:after {
  content: "\10F8A9";
}

/* line 335, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camera-polaroid:after {
  content: "\10F8AA";
}

/* line 336, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-camera-retro:after {
  content: "\10F083";
}

/* line 337, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-campfire:after {
  content: "\10F6BA";
}

/* line 338, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-campground:after {
  content: "\10F6BB";
}

/* line 339, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-candle-holder:after {
  content: "\10F6BC";
}

/* line 340, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-candy-cane:after {
  content: "\10F786";
}

/* line 341, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-candy-corn:after {
  content: "\10F6BD";
}

/* line 342, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cannabis:after {
  content: "\10F55F";
}

/* line 343, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-capsules:after {
  content: "\10F46B";
}

/* line 344, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car:after {
  content: "\10F1B9";
}

/* line 345, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-alt:after {
  content: "\10F5DE";
}

/* line 346, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-battery:after {
  content: "\10F5DF";
}

/* line 347, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-building:after {
  content: "\10F859";
}

/* line 348, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-bump:after {
  content: "\10F5E0";
}

/* line 349, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-bus:after {
  content: "\10F85A";
}

/* line 350, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-crash:after {
  content: "\10F5E1";
}

/* line 351, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-garage:after {
  content: "\10F5E2";
}

/* line 352, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-mechanic:after {
  content: "\10F5E3";
}

/* line 353, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-side:after {
  content: "\10F5E4";
}

/* line 354, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-tilt:after {
  content: "\10F5E5";
}

/* line 355, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-car-wash:after {
  content: "\10F5E6";
}

/* line 356, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caravan:after {
  content: "\10F8FF";
}

/* line 357, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caravan-alt:after {
  content: "\10E000";
}

/* line 358, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-circle-down:after {
  content: "\10F32D";
}

/* line 359, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-circle-left:after {
  content: "\10F32E";
}

/* line 360, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-circle-right:after {
  content: "\10F330";
}

/* line 361, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-circle-up:after {
  content: "\10F331";
}

/* line 362, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-down:after {
  content: "\10F0D7";
}

/* line 363, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-left:after {
  content: "\10F0D9";
}

/* line 364, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-right:after {
  content: "\10F0DA";
}

/* line 365, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-square-down:after {
  content: "\10F150";
}

/* line 366, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-square-left:after {
  content: "\10F191";
}

/* line 367, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-square-right:after {
  content: "\10F152";
}

/* line 368, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-square-up:after {
  content: "\10F151";
}

/* line 369, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-caret-up:after {
  content: "\10F0D8";
}

/* line 370, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-carrot:after {
  content: "\10F787";
}

/* line 371, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cars:after {
  content: "\10F85B";
}

/* line 372, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cart-arrow-down:after {
  content: "\10F218";
}

/* line 373, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cart-plus:after {
  content: "\10F217";
}

/* line 374, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cash-register:after {
  content: "\10F788";
}

/* line 375, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cassette-tape:after {
  content: "\10F8AB";
}

/* line 376, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cat:after {
  content: "\10F6BE";
}

/* line 377, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cat-space:after {
  content: "\10E001";
}

/* line 378, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cauldron:after {
  content: "\10F6BF";
}

/* line 379, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cctv:after {
  content: "\10F8AC";
}

/* line 380, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-certificate:after {
  content: "\10F0A3";
}

/* line 381, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chair:after {
  content: "\10F6C0";
}

/* line 382, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chair-office:after {
  content: "\10F6C1";
}

/* line 383, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chalkboard:after {
  content: "\10F51B";
}

/* line 384, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chalkboard-teacher:after {
  content: "\10F51C";
}

/* line 385, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-charging-station:after {
  content: "\10F5E7";
}

/* line 386, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-area:after {
  content: "\10F1FE";
}

/* line 387, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-bar:after {
  content: "\10F080";
}

/* line 388, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-line:after {
  content: "\10F201";
}

/* line 389, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-line-down:after {
  content: "\10F64D";
}

/* line 390, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-network:after {
  content: "\10F78A";
}

/* line 391, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-pie:after {
  content: "\10F200";
}

/* line 392, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-pie-alt:after {
  content: "\10F64E";
}

/* line 393, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chart-scatter:after {
  content: "\10F7EE";
}

/* line 394, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-check:after {
  content: "\10F00C";
}

/* line 395, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-check-circle:after {
  content: "\10F058";
}

/* line 396, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-check-double:after {
  content: "\10F560";
}

/* line 397, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-check-square:after {
  content: "\10F14A";
}

/* line 398, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cheese:after {
  content: "\10F7EF";
}

/* line 399, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cheese-swiss:after {
  content: "\10F7F0";
}

/* line 400, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cheeseburger:after {
  content: "\10F7F1";
}

/* line 401, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess:after {
  content: "\10F439";
}

/* line 402, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-bishop:after {
  content: "\10F43A";
}

/* line 403, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-bishop-alt:after {
  content: "\10F43B";
}

/* line 404, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-board:after {
  content: "\10F43C";
}

/* line 405, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-clock:after {
  content: "\10F43D";
}

/* line 406, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-clock-alt:after {
  content: "\10F43E";
}

/* line 407, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-king:after {
  content: "\10F43F";
}

/* line 408, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-king-alt:after {
  content: "\10F440";
}

/* line 409, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-knight:after {
  content: "\10F441";
}

/* line 410, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-knight-alt:after {
  content: "\10F442";
}

/* line 411, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-pawn:after {
  content: "\10F443";
}

/* line 412, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-pawn-alt:after {
  content: "\10F444";
}

/* line 413, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-queen:after {
  content: "\10F445";
}

/* line 414, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-queen-alt:after {
  content: "\10F446";
}

/* line 415, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-rook:after {
  content: "\10F447";
}

/* line 416, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chess-rook-alt:after {
  content: "\10F448";
}

/* line 417, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-circle-down:after {
  content: "\10F13A";
}

/* line 418, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-circle-left:after {
  content: "\10F137";
}

/* line 419, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-circle-right:after {
  content: "\10F138";
}

/* line 420, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-circle-up:after {
  content: "\10F139";
}

/* line 421, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-double-down:after {
  content: "\10F322";
}

/* line 422, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-double-left:after {
  content: "\10F323";
}

/* line 423, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-double-right:after {
  content: "\10F324";
}

/* line 424, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-double-up:after {
  content: "\10F325";
}

/* line 425, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-down:after {
  content: "\10F078";
}

/* line 426, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-left:after {
  content: "\10F053";
}

/* line 427, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-right:after {
  content: "\10F054";
}

/* line 428, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-square-down:after {
  content: "\10F329";
}

/* line 429, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-square-left:after {
  content: "\10F32A";
}

/* line 430, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-square-right:after {
  content: "\10F32B";
}

/* line 431, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-square-up:after {
  content: "\10F32C";
}

/* line 432, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chevron-up:after {
  content: "\10F077";
}

/* line 433, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-child:after {
  content: "\10F1AE";
}

/* line 434, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-chimney:after {
  content: "\10F78B";
}

/* line 435, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-church:after {
  content: "\10F51D";
}

/* line 436, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-circle:after {
  content: "\10F111";
}

/* line 437, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-circle-notch:after {
  content: "\10F1CE";
}

/* line 438, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-city:after {
  content: "\10F64F";
}

/* line 439, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clarinet:after {
  content: "\10F8AD";
}

/* line 440, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-claw-marks:after {
  content: "\10F6C2";
}

/* line 441, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clinic-medical:after {
  content: "\10F7F2";
}

/* line 442, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clipboard:after {
  content: "\10F328";
}

/* line 443, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clipboard-check:after {
  content: "\10F46C";
}

/* line 444, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clipboard-list:after {
  content: "\10F46D";
}

/* line 445, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clipboard-list-check:after {
  content: "\10F737";
}

/* line 446, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clipboard-prescription:after {
  content: "\10F5E8";
}

/* line 447, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clipboard-user:after {
  content: "\10F7F3";
}

/* line 448, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clock:after {
  content: "\10F017";
}

/* line 449, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clone:after {
  content: "\10F24D";
}

/* line 450, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-closed-captioning:after {
  content: "\10F20A";
}

/* line 451, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud:after {
  content: "\10F0C2";
}

/* line 452, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-download:after {
  content: "\10F0ED";
}

/* line 453, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-download-alt:after {
  content: "\10F381";
}

/* line 454, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-drizzle:after {
  content: "\10F738";
}

/* line 455, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-hail:after {
  content: "\10F739";
}

/* line 456, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-hail-mixed:after {
  content: "\10F73A";
}

/* line 457, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-meatball:after {
  content: "\10F73B";
}

/* line 458, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-moon:after {
  content: "\10F6C3";
}

/* line 459, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-moon-rain:after {
  content: "\10F73C";
}

/* line 460, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-music:after {
  content: "\10F8AE";
}

/* line 461, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-rain:after {
  content: "\10F73D";
}

/* line 462, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-rainbow:after {
  content: "\10F73E";
}

/* line 463, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-showers:after {
  content: "\10F73F";
}

/* line 464, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-showers-heavy:after {
  content: "\10F740";
}

/* line 465, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-sleet:after {
  content: "\10F741";
}

/* line 466, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-snow:after {
  content: "\10F742";
}

/* line 467, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-sun:after {
  content: "\10F6C4";
}

/* line 468, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-sun-rain:after {
  content: "\10F743";
}

/* line 469, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-upload:after {
  content: "\10F0EE";
}

/* line 470, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cloud-upload-alt:after {
  content: "\10F382";
}

/* line 471, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clouds:after {
  content: "\10F744";
}

/* line 472, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clouds-moon:after {
  content: "\10F745";
}

/* line 473, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-clouds-sun:after {
  content: "\10F746";
}

/* line 474, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-club:after {
  content: "\10F327";
}

/* line 475, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cocktail:after {
  content: "\10F561";
}

/* line 476, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-code:after {
  content: "\10F121";
}

/* line 477, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-code-branch:after {
  content: "\10F126";
}

/* line 478, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-code-commit:after {
  content: "\10F386";
}

/* line 479, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-code-merge:after {
  content: "\10F387";
}

/* line 480, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coffee:after {
  content: "\10F0F4";
}

/* line 481, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coffee-pot:after {
  content: "\10E002";
}

/* line 482, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coffee-togo:after {
  content: "\10F6C5";
}

/* line 483, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coffin:after {
  content: "\10F6C6";
}

/* line 484, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coffin-cross:after {
  content: "\10E051";
}

/* line 485, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cog:after {
  content: "\10F013";
}

/* line 486, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cogs:after {
  content: "\10F085";
}

/* line 487, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coin:after {
  content: "\10F85C";
}

/* line 488, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-coins:after {
  content: "\10F51E";
}

/* line 489, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-columns:after {
  content: "\10F0DB";
}

/* line 490, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comet:after {
  content: "\10E003";
}

/* line 491, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment:after {
  content: "\10F075";
}

/* line 492, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt:after {
  content: "\10F27A";
}

/* line 493, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-check:after {
  content: "\10F4A2";
}

/* line 494, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-dollar:after {
  content: "\10F650";
}

/* line 495, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-dots:after {
  content: "\10F4A3";
}

/* line 496, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-edit:after {
  content: "\10F4A4";
}

/* line 497, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-exclamation:after {
  content: "\10F4A5";
}

/* line 498, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-lines:after {
  content: "\10F4A6";
}

/* line 499, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-medical:after {
  content: "\10F7F4";
}

/* line 500, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-minus:after {
  content: "\10F4A7";
}

/* line 501, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-music:after {
  content: "\10F8AF";
}

/* line 502, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-plus:after {
  content: "\10F4A8";
}

/* line 503, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-slash:after {
  content: "\10F4A9";
}

/* line 504, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-smile:after {
  content: "\10F4AA";
}

/* line 505, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-alt-times:after {
  content: "\10F4AB";
}

/* line 506, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-check:after {
  content: "\10F4AC";
}

/* line 507, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-dollar:after {
  content: "\10F651";
}

/* line 508, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-dots:after {
  content: "\10F4AD";
}

/* line 509, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-edit:after {
  content: "\10F4AE";
}

/* line 510, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-exclamation:after {
  content: "\10F4AF";
}

/* line 511, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-lines:after {
  content: "\10F4B0";
}

/* line 512, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-medical:after {
  content: "\10F7F5";
}

/* line 513, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-minus:after {
  content: "\10F4B1";
}

/* line 514, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-music:after {
  content: "\10F8B0";
}

/* line 515, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-plus:after {
  content: "\10F4B2";
}

/* line 516, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-slash:after {
  content: "\10F4B3";
}

/* line 517, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-smile:after {
  content: "\10F4B4";
}

/* line 518, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comment-times:after {
  content: "\10F4B5";
}

/* line 519, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comments:after {
  content: "\10F086";
}

/* line 520, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comments-alt:after {
  content: "\10F4B6";
}

/* line 521, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comments-alt-dollar:after {
  content: "\10F652";
}

/* line 522, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-comments-dollar:after {
  content: "\10F653";
}

/* line 523, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compact-disc:after {
  content: "\10F51F";
}

/* line 524, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compass:after {
  content: "\10F14E";
}

/* line 525, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compass-slash:after {
  content: "\10F5E9";
}

/* line 526, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compress:after {
  content: "\10F066";
}

/* line 527, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compress-alt:after {
  content: "\10F422";
}

/* line 528, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compress-arrows-alt:after {
  content: "\10F78C";
}

/* line 529, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-compress-wide:after {
  content: "\10F326";
}

/* line 530, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-computer-classic:after {
  content: "\10F8B1";
}

/* line 531, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-computer-speaker:after {
  content: "\10F8B2";
}

/* line 532, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-concierge-bell:after {
  content: "\10F562";
}

/* line 533, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-construction:after {
  content: "\10F85D";
}

/* line 534, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-container-storage:after {
  content: "\10F4B7";
}

/* line 535, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-conveyor-belt:after {
  content: "\10F46E";
}

/* line 536, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-conveyor-belt-alt:after {
  content: "\10F46F";
}

/* line 537, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cookie:after {
  content: "\10F563";
}

/* line 538, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cookie-bite:after {
  content: "\10F564";
}

/* line 539, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-copy:after {
  content: "\10F0C5";
}

/* line 540, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-copyright:after {
  content: "\10F1F9";
}

/* line 541, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-corn:after {
  content: "\10F6C7";
}

/* line 542, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-couch:after {
  content: "\10F4B8";
}

/* line 543, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cow:after {
  content: "\10F6C8";
}

/* line 544, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cowbell:after {
  content: "\10F8B3";
}

/* line 545, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cowbell-more:after {
  content: "\10F8B4";
}

/* line 546, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-credit-card:after {
  content: "\10F09D";
}

/* line 547, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-credit-card-blank:after {
  content: "\10F389";
}

/* line 548, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-credit-card-front:after {
  content: "\10F38A";
}

/* line 549, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cricket:after {
  content: "\10F449";
}

/* line 550, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-croissant:after {
  content: "\10F7F6";
}

/* line 551, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crop:after {
  content: "\10F125";
}

/* line 552, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crop-alt:after {
  content: "\10F565";
}

/* line 553, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cross:after {
  content: "\10F654";
}

/* line 554, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crosshairs:after {
  content: "\10F05B";
}

/* line 555, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crow:after {
  content: "\10F520";
}

/* line 556, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crown:after {
  content: "\10F521";
}

/* line 557, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crutch:after {
  content: "\10F7F7";
}

/* line 558, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-crutches:after {
  content: "\10F7F8";
}

/* line 559, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cube:after {
  content: "\10F1B2";
}

/* line 560, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cubes:after {
  content: "\10F1B3";
}

/* line 561, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-curling:after {
  content: "\10F44A";
}

/* line 562, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-cut:after {
  content: "\10F0C4";
}

/* line 563, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dagger:after {
  content: "\10F6CB";
}

/* line 564, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-database:after {
  content: "\10F1C0";
}

/* line 565, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-deaf:after {
  content: "\10F2A4";
}

/* line 566, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-debug:after {
  content: "\10F7F9";
}

/* line 567, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-deer:after {
  content: "\10F78E";
}

/* line 568, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-deer-rudolph:after {
  content: "\10F78F";
}

/* line 569, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-democrat:after {
  content: "\10F747";
}

/* line 570, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-desktop:after {
  content: "\10F108";
}

/* line 571, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-desktop-alt:after {
  content: "\10F390";
}

/* line 572, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dewpoint:after {
  content: "\10F748";
}

/* line 573, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dharmachakra:after {
  content: "\10F655";
}

/* line 574, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-diagnoses:after {
  content: "\10F470";
}

/* line 575, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-diamond:after {
  content: "\10F219";
}

/* line 576, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice:after {
  content: "\10F522";
}

/* line 577, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-d10:after {
  content: "\10F6CD";
}

/* line 578, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-d12:after {
  content: "\10F6CE";
}

/* line 579, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-d20:after {
  content: "\10F6CF";
}

/* line 580, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-d4:after {
  content: "\10F6D0";
}

/* line 581, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-d6:after {
  content: "\10F6D1";
}

/* line 582, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-d8:after {
  content: "\10F6D2";
}

/* line 583, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-five:after {
  content: "\10F523";
}

/* line 584, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-four:after {
  content: "\10F524";
}

/* line 585, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-one:after {
  content: "\10F525";
}

/* line 586, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-six:after {
  content: "\10F526";
}

/* line 587, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-three:after {
  content: "\10F527";
}

/* line 588, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dice-two:after {
  content: "\10F528";
}

/* line 589, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-digging:after {
  content: "\10F85E";
}

/* line 590, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-digital-tachograph:after {
  content: "\10F566";
}

/* line 591, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-diploma:after {
  content: "\10F5EA";
}

/* line 592, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-directions:after {
  content: "\10F5EB";
}

/* line 593, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-disc-drive:after {
  content: "\10F8B5";
}

/* line 594, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-disease:after {
  content: "\10F7FA";
}

/* line 595, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-divide:after {
  content: "\10F529";
}

/* line 596, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dizzy:after {
  content: "\10F567";
}

/* line 597, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dna:after {
  content: "\10F471";
}

/* line 598, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-do-not-enter:after {
  content: "\10F5EC";
}

/* line 599, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dog:after {
  content: "\10F6D3";
}

/* line 600, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dog-leashed:after {
  content: "\10F6D4";
}

/* line 601, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dollar-sign:after {
  content: "\10F155";
}

/* line 602, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dolly:after {
  content: "\10F472";
}

/* line 603, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dolly-empty:after {
  content: "\10F473";
}

/* line 604, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dolly-flatbed:after {
  content: "\10F474";
}

/* line 605, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dolly-flatbed-alt:after {
  content: "\10F475";
}

/* line 606, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dolly-flatbed-empty:after {
  content: "\10F476";
}

/* line 607, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-donate:after {
  content: "\10F4B9";
}

/* line 608, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-door-closed:after {
  content: "\10F52A";
}

/* line 609, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-door-open:after {
  content: "\10F52B";
}

/* line 610, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dot-circle:after {
  content: "\10F192";
}

/* line 611, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dove:after {
  content: "\10F4BA";
}

/* line 612, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-download:after {
  content: "\10F019";
}

/* line 613, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drafting-compass:after {
  content: "\10F568";
}

/* line 614, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dragon:after {
  content: "\10F6D5";
}

/* line 615, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-draw-circle:after {
  content: "\10F5ED";
}

/* line 616, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-draw-polygon:after {
  content: "\10F5EE";
}

/* line 617, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-draw-square:after {
  content: "\10F5EF";
}

/* line 618, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dreidel:after {
  content: "\10F792";
}

/* line 619, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drone:after {
  content: "\10F85F";
}

/* line 620, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drone-alt:after {
  content: "\10F860";
}

/* line 621, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drum:after {
  content: "\10F569";
}

/* line 622, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drum-steelpan:after {
  content: "\10F56A";
}

/* line 623, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drumstick:after {
  content: "\10F6D6";
}

/* line 624, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-drumstick-bite:after {
  content: "\10F6D7";
}

/* line 625, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dryer:after {
  content: "\10F861";
}

/* line 626, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dryer-alt:after {
  content: "\10F862";
}

/* line 627, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-duck:after {
  content: "\10F6D8";
}

/* line 628, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dumbbell:after {
  content: "\10F44B";
}

/* line 629, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dumpster:after {
  content: "\10F793";
}

/* line 630, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dumpster-fire:after {
  content: "\10F794";
}

/* line 631, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-dungeon:after {
  content: "\10F6D9";
}

/* line 632, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ear:after {
  content: "\10F5F0";
}

/* line 633, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ear-muffs:after {
  content: "\10F795";
}

/* line 634, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eclipse:after {
  content: "\10F749";
}

/* line 635, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eclipse-alt:after {
  content: "\10F74A";
}

/* line 636, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-edit:after {
  content: "\10F044";
}

/* line 637, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-egg:after {
  content: "\10F7FB";
}

/* line 638, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-egg-fried:after {
  content: "\10F7FC";
}

/* line 639, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eject:after {
  content: "\10F052";
}

/* line 640, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-elephant:after {
  content: "\10F6DA";
}

/* line 641, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ellipsis-h:after {
  content: "\10F141";
}

/* line 642, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ellipsis-h-alt:after {
  content: "\10F39B";
}

/* line 643, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ellipsis-v:after {
  content: "\10F142";
}

/* line 644, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ellipsis-v-alt:after {
  content: "\10F39C";
}

/* line 645, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-empty-set:after {
  content: "\10F656";
}

/* line 646, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-engine-warning:after {
  content: "\10F5F2";
}

/* line 647, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-envelope:after {
  content: "\10F0E0";
}

/* line 648, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-envelope-open:after {
  content: "\10F2B6";
}

/* line 649, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-envelope-open-dollar:after {
  content: "\10F657";
}

/* line 650, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-envelope-open-text:after {
  content: "\10F658";
}

/* line 651, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-envelope-square:after {
  content: "\10F199";
}

/* line 652, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-equals:after {
  content: "\10F52C";
}

/* line 653, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eraser:after {
  content: "\10F12D";
}

/* line 654, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ethernet:after {
  content: "\10F796";
}

/* line 655, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-euro-sign:after {
  content: "\10F153";
}

/* line 656, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-exchange:after {
  content: "\10F0EC";
}

/* line 657, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-exchange-alt:after {
  content: "\10F362";
}

/* line 658, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-exclamation:after {
  content: "\10F12A";
}

/* line 659, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-exclamation-circle:after {
  content: "\10F06A";
}

/* line 660, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-exclamation-square:after {
  content: "\10F321";
}

/* line 661, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-exclamation-triangle:after {
  content: "\10F071";
}

/* line 662, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-expand:after {
  content: "\10F065";
}

/* line 663, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-expand-alt:after {
  content: "\10F424";
}

/* line 664, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-expand-arrows:after {
  content: "\10F31D";
}

/* line 665, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-expand-arrows-alt:after {
  content: "\10F31E";
}

/* line 666, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-expand-wide:after {
  content: "\10F320";
}

/* line 667, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-external-link:after {
  content: "\10F08E";
}

/* line 668, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-external-link-alt:after {
  content: "\10F35D";
}

/* line 669, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-external-link-square:after {
  content: "\10F14C";
}

/* line 670, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-external-link-square-alt:after {
  content: "\10F360";
}

/* line 671, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eye:after {
  content: "\10F06E";
}

/* line 672, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eye-dropper:after {
  content: "\10F1FB";
}

/* line 673, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eye-evil:after {
  content: "\10F6DB";
}

/* line 674, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-eye-slash:after {
  content: "\10F070";
}

/* line 675, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fan:after {
  content: "\10F863";
}

/* line 676, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fan-table:after {
  content: "\10E004";
}

/* line 677, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-farm:after {
  content: "\10F864";
}

/* line 678, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fast-backward:after {
  content: "\10F049";
}

/* line 679, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fast-forward:after {
  content: "\10F050";
}

/* line 680, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-faucet:after {
  content: "\10E005";
}

/* line 681, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-faucet-drip:after {
  content: "\10E006";
}

/* line 682, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fax:after {
  content: "\10F1AC";
}

/* line 683, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-feather:after {
  content: "\10F52D";
}

/* line 684, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-feather-alt:after {
  content: "\10F56B";
}

/* line 685, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-female:after {
  content: "\10F182";
}

/* line 686, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-field-hockey:after {
  content: "\10F44C";
}

/* line 687, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fighter-jet:after {
  content: "\10F0FB";
}

/* line 688, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file:after {
  content: "\10F15B";
}

/* line 689, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-alt:after {
  content: "\10F15C";
}

/* line 690, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-archive:after {
  content: "\10F1C6";
}

/* line 691, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-audio:after {
  content: "\10F1C7";
}

/* line 692, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-certificate:after {
  content: "\10F5F3";
}

/* line 693, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-chart-line:after {
  content: "\10F659";
}

/* line 694, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-chart-pie:after {
  content: "\10F65A";
}

/* line 695, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-check:after {
  content: "\10F316";
}

/* line 696, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-code:after {
  content: "\10F1C9";
}

/* line 697, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-contract:after {
  content: "\10F56C";
}

/* line 698, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-csv:after {
  content: "\10F6DD";
}

/* line 699, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-download:after {
  content: "\10F56D";
}

/* line 700, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-edit:after {
  content: "\10F31C";
}

/* line 701, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-excel:after {
  content: "\10F1C3";
}

/* line 702, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-exclamation:after {
  content: "\10F31A";
}

/* line 703, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-export:after {
  content: "\10F56E";
}

/* line 704, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-image:after {
  content: "\10F1C5";
}

/* line 705, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-import:after {
  content: "\10F56F";
}

/* line 706, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-invoice:after {
  content: "\10F570";
}

/* line 707, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-invoice-dollar:after {
  content: "\10F571";
}

/* line 708, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-medical:after {
  content: "\10F477";
}

/* line 709, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-medical-alt:after {
  content: "\10F478";
}

/* line 710, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-minus:after {
  content: "\10F318";
}

/* line 711, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-music:after {
  content: "\10F8B6";
}

/* line 712, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-pdf:after {
  content: "\10F1C1";
}

/* line 713, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-plus:after {
  content: "\10F319";
}

/* line 714, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-powerpoint:after {
  content: "\10F1C4";
}

/* line 715, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-prescription:after {
  content: "\10F572";
}

/* line 716, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-search:after {
  content: "\10F865";
}

/* line 717, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-signature:after {
  content: "\10F573";
}

/* line 718, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-spreadsheet:after {
  content: "\10F65B";
}

/* line 719, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-times:after {
  content: "\10F317";
}

/* line 720, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-upload:after {
  content: "\10F574";
}

/* line 721, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-user:after {
  content: "\10F65C";
}

/* line 722, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-video:after {
  content: "\10F1C8";
}

/* line 723, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-file-word:after {
  content: "\10F1C2";
}

/* line 724, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-files-medical:after {
  content: "\10F7FD";
}

/* line 725, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fill:after {
  content: "\10F575";
}

/* line 726, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fill-drip:after {
  content: "\10F576";
}

/* line 727, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-film:after {
  content: "\10F008";
}

/* line 728, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-film-alt:after {
  content: "\10F3A0";
}

/* line 729, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-film-canister:after {
  content: "\10F8B7";
}

/* line 730, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-filter:after {
  content: "\10F0B0";
}

/* line 731, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fingerprint:after {
  content: "\10F577";
}

/* line 732, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fire:after {
  content: "\10F06D";
}

/* line 733, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fire-alt:after {
  content: "\10F7E4";
}

/* line 734, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fire-extinguisher:after {
  content: "\10F134";
}

/* line 735, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fire-smoke:after {
  content: "\10F74B";
}

/* line 736, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fireplace:after {
  content: "\10F79A";
}

/* line 737, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-first-aid:after {
  content: "\10F479";
}

/* line 738, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fish:after {
  content: "\10F578";
}

/* line 739, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fish-cooked:after {
  content: "\10F7FE";
}

/* line 740, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fist-raised:after {
  content: "\10F6DE";
}

/* line 741, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flag:after {
  content: "\10F024";
}

/* line 742, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flag-alt:after {
  content: "\10F74C";
}

/* line 743, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flag-checkered:after {
  content: "\10F11E";
}

/* line 744, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flag-usa:after {
  content: "\10F74D";
}

/* line 745, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flame:after {
  content: "\10F6DF";
}

/* line 746, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flashlight:after {
  content: "\10F8B8";
}

/* line 747, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flask:after {
  content: "\10F0C3";
}

/* line 748, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flask-poison:after {
  content: "\10F6E0";
}

/* line 749, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flask-potion:after {
  content: "\10F6E1";
}

/* line 750, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flower:after {
  content: "\10F7FF";
}

/* line 751, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flower-daffodil:after {
  content: "\10F800";
}

/* line 752, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flower-tulip:after {
  content: "\10F801";
}

/* line 753, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flushed:after {
  content: "\10F579";
}

/* line 754, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flute:after {
  content: "\10F8B9";
}

/* line 755, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-flux-capacitor:after {
  content: "\10F8BA";
}

/* line 756, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fog:after {
  content: "\10F74E";
}

/* line 757, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder:after {
  content: "\10F07B";
}

/* line 758, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-download:after {
  content: "\10E053";
}

/* line 759, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-minus:after {
  content: "\10F65D";
}

/* line 760, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-open:after {
  content: "\10F07C";
}

/* line 761, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-plus:after {
  content: "\10F65E";
}

/* line 762, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-times:after {
  content: "\10F65F";
}

/* line 763, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-tree:after {
  content: "\10F802";
}

/* line 764, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folder-upload:after {
  content: "\10E054";
}

/* line 765, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-folders:after {
  content: "\10F660";
}

/* line 766, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-font:after {
  content: "\10F031";
}

/* line 767, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-font-awesome-logo-full:after {
  content: "\10F4E6";
}

/* line 768, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-font-case:after {
  content: "\10F866";
}

/* line 769, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-football-ball:after {
  content: "\10F44E";
}

/* line 770, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-football-helmet:after {
  content: "\10F44F";
}

/* line 771, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-forklift:after {
  content: "\10F47A";
}

/* line 772, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-forward:after {
  content: "\10F04E";
}

/* line 773, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-fragile:after {
  content: "\10F4BB";
}

/* line 774, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-french-fries:after {
  content: "\10F803";
}

/* line 775, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-frog:after {
  content: "\10F52E";
}

/* line 776, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-frosty-head:after {
  content: "\10F79B";
}

/* line 777, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-frown:after {
  content: "\10F119";
}

/* line 778, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-frown-open:after {
  content: "\10F57A";
}

/* line 779, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-function:after {
  content: "\10F661";
}

/* line 780, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-funnel-dollar:after {
  content: "\10F662";
}

/* line 781, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-futbol:after {
  content: "\10F1E3";
}

/* line 782, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-galaxy:after {
  content: "\10E008";
}

/* line 783, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-game-board:after {
  content: "\10F867";
}

/* line 784, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-game-board-alt:after {
  content: "\10F868";
}

/* line 785, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-game-console-handheld:after {
  content: "\10F8BB";
}

/* line 786, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gamepad:after {
  content: "\10F11B";
}

/* line 787, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gamepad-alt:after {
  content: "\10F8BC";
}

/* line 788, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-garage:after {
  content: "\10E009";
}

/* line 789, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-garage-car:after {
  content: "\10E00A";
}

/* line 790, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-garage-open:after {
  content: "\10E00B";
}

/* line 791, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gas-pump:after {
  content: "\10F52F";
}

/* line 792, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gas-pump-slash:after {
  content: "\10F5F4";
}

/* line 793, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gavel:after {
  content: "\10F0E3";
}

/* line 794, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gem:after {
  content: "\10F3A5";
}

/* line 795, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-genderless:after {
  content: "\10F22D";
}

/* line 796, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ghost:after {
  content: "\10F6E2";
}

/* line 797, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gift:after {
  content: "\10F06B";
}

/* line 798, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gift-card:after {
  content: "\10F663";
}

/* line 799, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gifts:after {
  content: "\10F79C";
}

/* line 800, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gingerbread-man:after {
  content: "\10F79D";
}

/* line 801, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass:after {
  content: "\10F804";
}

/* line 802, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-champagne:after {
  content: "\10F79E";
}

/* line 803, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-cheers:after {
  content: "\10F79F";
}

/* line 804, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-citrus:after {
  content: "\10F869";
}

/* line 805, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-martini:after {
  content: "\10F000";
}

/* line 806, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-martini-alt:after {
  content: "\10F57B";
}

/* line 807, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-whiskey:after {
  content: "\10F7A0";
}

/* line 808, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glass-whiskey-rocks:after {
  content: "\10F7A1";
}

/* line 809, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glasses:after {
  content: "\10F530";
}

/* line 810, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-glasses-alt:after {
  content: "\10F5F5";
}

/* line 811, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe:after {
  content: "\10F0AC";
}

/* line 812, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe-africa:after {
  content: "\10F57C";
}

/* line 813, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe-americas:after {
  content: "\10F57D";
}

/* line 814, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe-asia:after {
  content: "\10F57E";
}

/* line 815, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe-europe:after {
  content: "\10F7A2";
}

/* line 816, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe-snow:after {
  content: "\10F7A3";
}

/* line 817, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-globe-stand:after {
  content: "\10F5F6";
}

/* line 818, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-golf-ball:after {
  content: "\10F450";
}

/* line 819, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-golf-club:after {
  content: "\10F451";
}

/* line 820, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gopuram:after {
  content: "\10F664";
}

/* line 821, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-graduation-cap:after {
  content: "\10F19D";
}

/* line 822, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-gramophone:after {
  content: "\10F8BD";
}

/* line 823, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-greater-than:after {
  content: "\10F531";
}

/* line 824, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-greater-than-equal:after {
  content: "\10F532";
}

/* line 825, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grimace:after {
  content: "\10F57F";
}

/* line 826, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin:after {
  content: "\10F580";
}

/* line 827, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-alt:after {
  content: "\10F581";
}

/* line 828, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-beam:after {
  content: "\10F582";
}

/* line 829, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-beam-sweat:after {
  content: "\10F583";
}

/* line 830, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-hearts:after {
  content: "\10F584";
}

/* line 831, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-squint:after {
  content: "\10F585";
}

/* line 832, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-squint-tears:after {
  content: "\10F586";
}

/* line 833, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-stars:after {
  content: "\10F587";
}

/* line 834, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-tears:after {
  content: "\10F588";
}

/* line 835, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-tongue:after {
  content: "\10F589";
}

/* line 836, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-tongue-squint:after {
  content: "\10F58A";
}

/* line 837, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-tongue-wink:after {
  content: "\10F58B";
}

/* line 838, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grin-wink:after {
  content: "\10F58C";
}

/* line 839, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grip-horizontal:after {
  content: "\10F58D";
}

/* line 840, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grip-lines:after {
  content: "\10F7A4";
}

/* line 841, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grip-lines-vertical:after {
  content: "\10F7A5";
}

/* line 842, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-grip-vertical:after {
  content: "\10F58E";
}

/* line 843, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-guitar:after {
  content: "\10F7A6";
}

/* line 844, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-guitar-electric:after {
  content: "\10F8BE";
}

/* line 845, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-guitars:after {
  content: "\10F8BF";
}

/* line 846, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-h-square:after {
  content: "\10F0FD";
}

/* line 847, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-h1:after {
  content: "\10F313";
}

/* line 848, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-h2:after {
  content: "\10F314";
}

/* line 849, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-h3:after {
  content: "\10F315";
}

/* line 850, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-h4:after {
  content: "\10F86A";
}

/* line 851, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hamburger:after {
  content: "\10F805";
}

/* line 852, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hammer:after {
  content: "\10F6E3";
}

/* line 853, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hammer-war:after {
  content: "\10F6E4";
}

/* line 854, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hamsa:after {
  content: "\10F665";
}

/* line 855, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-heart:after {
  content: "\10F4BC";
}

/* line 856, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding:after {
  content: "\10F4BD";
}

/* line 857, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-box:after {
  content: "\10F47B";
}

/* line 858, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-heart:after {
  content: "\10F4BE";
}

/* line 859, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-magic:after {
  content: "\10F6E5";
}

/* line 860, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-medical:after {
  content: "\10E05C";
}

/* line 861, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-seedling:after {
  content: "\10F4BF";
}

/* line 862, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-usd:after {
  content: "\10F4C0";
}

/* line 863, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-holding-water:after {
  content: "\10F4C1";
}

/* line 864, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-lizard:after {
  content: "\10F258";
}

/* line 865, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-middle-finger:after {
  content: "\10F806";
}

/* line 866, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-paper:after {
  content: "\10F256";
}

/* line 867, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-peace:after {
  content: "\10F25B";
}

/* line 868, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-point-down:after {
  content: "\10F0A7";
}

/* line 869, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-point-left:after {
  content: "\10F0A5";
}

/* line 870, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-point-right:after {
  content: "\10F0A4";
}

/* line 871, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-point-up:after {
  content: "\10F0A6";
}

/* line 872, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-pointer:after {
  content: "\10F25A";
}

/* line 873, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-receiving:after {
  content: "\10F47C";
}

/* line 874, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-rock:after {
  content: "\10F255";
}

/* line 875, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-scissors:after {
  content: "\10F257";
}

/* line 876, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-sparkles:after {
  content: "\10E05D";
}

/* line 877, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hand-spock:after {
  content: "\10F259";
}

/* line 878, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hands:after {
  content: "\10F4C2";
}

/* line 879, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hands-heart:after {
  content: "\10F4C3";
}

/* line 880, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hands-helping:after {
  content: "\10F4C4";
}

/* line 881, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hands-usd:after {
  content: "\10F4C5";
}

/* line 882, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hands-wash:after {
  content: "\10E05E";
}

/* line 883, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-handshake:after {
  content: "\10F2B5";
}

/* line 884, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-handshake-alt:after {
  content: "\10F4C6";
}

/* line 885, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-handshake-alt-slash:after {
  content: "\10E05F";
}

/* line 886, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-handshake-slash:after {
  content: "\10E060";
}

/* line 887, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hanukiah:after {
  content: "\10F6E6";
}

/* line 888, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hard-hat:after {
  content: "\10F807";
}

/* line 889, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hashtag:after {
  content: "\10F292";
}

/* line 890, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-chef:after {
  content: "\10F86B";
}

/* line 891, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-cowboy:after {
  content: "\10F8C0";
}

/* line 892, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-cowboy-side:after {
  content: "\10F8C1";
}

/* line 893, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-santa:after {
  content: "\10F7A7";
}

/* line 894, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-winter:after {
  content: "\10F7A8";
}

/* line 895, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-witch:after {
  content: "\10F6E7";
}

/* line 896, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hat-wizard:after {
  content: "\10F6E8";
}

/* line 897, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hdd:after {
  content: "\10F0A0";
}

/* line 898, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side:after {
  content: "\10F6E9";
}

/* line 899, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-brain:after {
  content: "\10F808";
}

/* line 900, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-cough:after {
  content: "\10E061";
}

/* line 901, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-cough-slash:after {
  content: "\10E062";
}

/* line 902, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-headphones:after {
  content: "\10F8C2";
}

/* line 903, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-mask:after {
  content: "\10E063";
}

/* line 904, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-medical:after {
  content: "\10F809";
}

/* line 905, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-side-virus:after {
  content: "\10E064";
}

/* line 906, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-head-vr:after {
  content: "\10F6EA";
}

/* line 907, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heading:after {
  content: "\10F1DC";
}

/* line 908, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-headphones:after {
  content: "\10F025";
}

/* line 909, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-headphones-alt:after {
  content: "\10F58F";
}

/* line 910, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-headset:after {
  content: "\10F590";
}

/* line 911, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heart:after {
  content: "\10F004";
}

/* line 912, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heart-broken:after {
  content: "\10F7A9";
}

/* line 913, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heart-circle:after {
  content: "\10F4C7";
}

/* line 914, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heart-rate:after {
  content: "\10F5F8";
}

/* line 915, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heart-square:after {
  content: "\10F4C8";
}

/* line 916, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heartbeat:after {
  content: "\10F21E";
}

/* line 917, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-heat:after {
  content: "\10E00C";
}

/* line 918, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-helicopter:after {
  content: "\10F533";
}

/* line 919, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-helmet-battle:after {
  content: "\10F6EB";
}

/* line 920, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hexagon:after {
  content: "\10F312";
}

/* line 921, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-highlighter:after {
  content: "\10F591";
}

/* line 922, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hiking:after {
  content: "\10F6EC";
}

/* line 923, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hippo:after {
  content: "\10F6ED";
}

/* line 924, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-history:after {
  content: "\10F1DA";
}

/* line 925, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hockey-mask:after {
  content: "\10F6EE";
}

/* line 926, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hockey-puck:after {
  content: "\10F453";
}

/* line 927, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hockey-sticks:after {
  content: "\10F454";
}

/* line 928, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-holly-berry:after {
  content: "\10F7AA";
}

/* line 929, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-home:after {
  content: "\10F015";
}

/* line 930, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-home-alt:after {
  content: "\10F80A";
}

/* line 931, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-home-heart:after {
  content: "\10F4C9";
}

/* line 932, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-home-lg:after {
  content: "\10F80B";
}

/* line 933, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-home-lg-alt:after {
  content: "\10F80C";
}

/* line 934, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hood-cloak:after {
  content: "\10F6EF";
}

/* line 935, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-horizontal-rule:after {
  content: "\10F86C";
}

/* line 936, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-horse:after {
  content: "\10F6F0";
}

/* line 937, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-horse-head:after {
  content: "\10F7AB";
}

/* line 938, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-horse-saddle:after {
  content: "\10F8C3";
}

/* line 939, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hospital:after {
  content: "\10F0F8";
}

/* line 940, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hospital-alt:after {
  content: "\10F47D";
}

/* line 941, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hospital-symbol:after {
  content: "\10F47E";
}

/* line 942, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hospital-user:after {
  content: "\10F80D";
}

/* line 943, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hospitals:after {
  content: "\10F80E";
}

/* line 944, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hot-tub:after {
  content: "\10F593";
}

/* line 945, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hotdog:after {
  content: "\10F80F";
}

/* line 946, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hotel:after {
  content: "\10F594";
}

/* line 947, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hourglass:after {
  content: "\10F254";
}

/* line 948, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hourglass-end:after {
  content: "\10F253";
}

/* line 949, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hourglass-half:after {
  content: "\10F252";
}

/* line 950, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hourglass-start:after {
  content: "\10F251";
}

/* line 951, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house:after {
  content: "\10E00D";
}

/* line 952, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-damage:after {
  content: "\10F6F1";
}

/* line 953, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-day:after {
  content: "\10E00E";
}

/* line 954, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-flood:after {
  content: "\10F74F";
}

/* line 955, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-leave:after {
  content: "\10E00F";
}

/* line 956, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-night:after {
  content: "\10E010";
}

/* line 957, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-return:after {
  content: "\10E011";
}

/* line 958, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-signal:after {
  content: "\10E012";
}

/* line 959, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-house-user:after {
  content: "\10E065";
}

/* line 960, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hryvnia:after {
  content: "\10F6F2";
}

/* line 961, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-humidity:after {
  content: "\10F750";
}

/* line 962, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-hurricane:after {
  content: "\10F751";
}

/* line 963, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-i-cursor:after {
  content: "\10F246";
}

/* line 964, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ice-cream:after {
  content: "\10F810";
}

/* line 965, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ice-skate:after {
  content: "\10F7AC";
}

/* line 966, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-icicles:after {
  content: "\10F7AD";
}

/* line 967, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-icons:after {
  content: "\10F86D";
}

/* line 968, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-icons-alt:after {
  content: "\10F86E";
}

/* line 969, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-id-badge:after {
  content: "\10F2C1";
}

/* line 970, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-id-card:after {
  content: "\10F2C2";
}

/* line 971, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-id-card-alt:after {
  content: "\10F47F";
}

/* line 972, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-igloo:after {
  content: "\10F7AE";
}

/* line 973, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-image:after {
  content: "\10F03E";
}

/* line 974, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-image-polaroid:after {
  content: "\10F8C4";
}

/* line 975, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-images:after {
  content: "\10F302";
}

/* line 976, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-inbox:after {
  content: "\10F01C";
}

/* line 977, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-inbox-in:after {
  content: "\10F310";
}

/* line 978, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-inbox-out:after {
  content: "\10F311";
}

/* line 979, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-indent:after {
  content: "\10F03C";
}

/* line 980, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-industry:after {
  content: "\10F275";
}

/* line 981, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-industry-alt:after {
  content: "\10F3B3";
}

/* line 982, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-infinity:after {
  content: "\10F534";
}

/* line 983, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-info:after {
  content: "\10F129";
}

/* line 984, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-info-circle:after {
  content: "\10F05A";
}

/* line 985, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-info-square:after {
  content: "\10F30F";
}

/* line 986, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-inhaler:after {
  content: "\10F5F9";
}

/* line 987, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-integral:after {
  content: "\10F667";
}

/* line 988, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-intersection:after {
  content: "\10F668";
}

/* line 989, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-inventory:after {
  content: "\10F480";
}

/* line 990, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-island-tropical:after {
  content: "\10F811";
}

/* line 991, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-italic:after {
  content: "\10F033";
}

/* line 992, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-jack-o-lantern:after {
  content: "\10F30E";
}

/* line 993, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-jedi:after {
  content: "\10F669";
}

/* line 994, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-joint:after {
  content: "\10F595";
}

/* line 995, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-journal-whills:after {
  content: "\10F66A";
}

/* line 996, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-joystick:after {
  content: "\10F8C5";
}

/* line 997, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-jug:after {
  content: "\10F8C6";
}

/* line 998, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kaaba:after {
  content: "\10F66B";
}

/* line 999, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kazoo:after {
  content: "\10F8C7";
}

/* line 1000, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kerning:after {
  content: "\10F86F";
}

/* line 1001, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-key:after {
  content: "\10F084";
}

/* line 1002, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-key-skeleton:after {
  content: "\10F6F3";
}

/* line 1003, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-keyboard:after {
  content: "\10F11C";
}

/* line 1004, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-keynote:after {
  content: "\10F66C";
}

/* line 1005, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-khanda:after {
  content: "\10F66D";
}

/* line 1006, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kidneys:after {
  content: "\10F5FB";
}

/* line 1007, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kiss:after {
  content: "\10F596";
}

/* line 1008, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kiss-beam:after {
  content: "\10F597";
}

/* line 1009, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kiss-wink-heart:after {
  content: "\10F598";
}

/* line 1010, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kite:after {
  content: "\10F6F4";
}

/* line 1011, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-kiwi-bird:after {
  content: "\10F535";
}

/* line 1012, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-knife-kitchen:after {
  content: "\10F6F5";
}

/* line 1013, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lambda:after {
  content: "\10F66E";
}

/* line 1014, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lamp:after {
  content: "\10F4CA";
}

/* line 1015, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lamp-desk:after {
  content: "\10E014";
}

/* line 1016, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lamp-floor:after {
  content: "\10E015";
}

/* line 1017, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-landmark:after {
  content: "\10F66F";
}

/* line 1018, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-landmark-alt:after {
  content: "\10F752";
}

/* line 1019, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-language:after {
  content: "\10F1AB";
}

/* line 1020, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laptop:after {
  content: "\10F109";
}

/* line 1021, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laptop-code:after {
  content: "\10F5FC";
}

/* line 1022, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laptop-house:after {
  content: "\10E066";
}

/* line 1023, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laptop-medical:after {
  content: "\10F812";
}

/* line 1024, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lasso:after {
  content: "\10F8C8";
}

/* line 1025, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laugh:after {
  content: "\10F599";
}

/* line 1026, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laugh-beam:after {
  content: "\10F59A";
}

/* line 1027, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laugh-squint:after {
  content: "\10F59B";
}

/* line 1028, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-laugh-wink:after {
  content: "\10F59C";
}

/* line 1029, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-layer-group:after {
  content: "\10F5FD";
}

/* line 1030, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-layer-minus:after {
  content: "\10F5FE";
}

/* line 1031, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-layer-plus:after {
  content: "\10F5FF";
}

/* line 1032, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-leaf:after {
  content: "\10F06C";
}

/* line 1033, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-leaf-heart:after {
  content: "\10F4CB";
}

/* line 1034, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-leaf-maple:after {
  content: "\10F6F6";
}

/* line 1035, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-leaf-oak:after {
  content: "\10F6F7";
}

/* line 1036, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lemon:after {
  content: "\10F094";
}

/* line 1037, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-less-than:after {
  content: "\10F536";
}

/* line 1038, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-less-than-equal:after {
  content: "\10F537";
}

/* line 1039, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-level-down:after {
  content: "\10F149";
}

/* line 1040, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-level-down-alt:after {
  content: "\10F3BE";
}

/* line 1041, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-level-up:after {
  content: "\10F148";
}

/* line 1042, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-level-up-alt:after {
  content: "\10F3BF";
}

/* line 1043, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-life-ring:after {
  content: "\10F1CD";
}

/* line 1044, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-light-ceiling:after {
  content: "\10E016";
}

/* line 1045, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-light-switch:after {
  content: "\10E017";
}

/* line 1046, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-light-switch-off:after {
  content: "\10E018";
}

/* line 1047, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-light-switch-on:after {
  content: "\10E019";
}

/* line 1048, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lightbulb:after {
  content: "\10F0EB";
}

/* line 1049, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lightbulb-dollar:after {
  content: "\10F670";
}

/* line 1050, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lightbulb-exclamation:after {
  content: "\10F671";
}

/* line 1051, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lightbulb-on:after {
  content: "\10F672";
}

/* line 1052, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lightbulb-slash:after {
  content: "\10F673";
}

/* line 1053, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lights-holiday:after {
  content: "\10F7B2";
}

/* line 1054, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-line-columns:after {
  content: "\10F870";
}

/* line 1055, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-line-height:after {
  content: "\10F871";
}

/* line 1056, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-link:after {
  content: "\10F0C1";
}

/* line 1057, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lips:after {
  content: "\10F600";
}

/* line 1058, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lira-sign:after {
  content: "\10F195";
}

/* line 1059, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-list:after {
  content: "\10F03A";
}

/* line 1060, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-list-alt:after {
  content: "\10F022";
}

/* line 1061, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-list-music:after {
  content: "\10F8C9";
}

/* line 1062, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-list-ol:after {
  content: "\10F0CB";
}

/* line 1063, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-list-ul:after {
  content: "\10F0CA";
}

/* line 1064, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-location:after {
  content: "\10F601";
}

/* line 1065, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-location-arrow:after {
  content: "\10F124";
}

/* line 1066, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-location-circle:after {
  content: "\10F602";
}

/* line 1067, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-location-slash:after {
  content: "\10F603";
}

/* line 1068, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lock:after {
  content: "\10F023";
}

/* line 1069, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lock-alt:after {
  content: "\10F30D";
}

/* line 1070, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lock-open:after {
  content: "\10F3C1";
}

/* line 1071, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lock-open-alt:after {
  content: "\10F3C2";
}

/* line 1072, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-alt-down:after {
  content: "\10F309";
}

/* line 1073, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-alt-left:after {
  content: "\10F30A";
}

/* line 1074, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-alt-right:after {
  content: "\10F30B";
}

/* line 1075, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-alt-up:after {
  content: "\10F30C";
}

/* line 1076, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-down:after {
  content: "\10F175";
}

/* line 1077, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-left:after {
  content: "\10F177";
}

/* line 1078, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-right:after {
  content: "\10F178";
}

/* line 1079, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-long-arrow-up:after {
  content: "\10F176";
}

/* line 1080, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-loveseat:after {
  content: "\10F4CC";
}

/* line 1081, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-low-vision:after {
  content: "\10F2A8";
}

/* line 1082, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-luchador:after {
  content: "\10F455";
}

/* line 1083, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-luggage-cart:after {
  content: "\10F59D";
}

/* line 1084, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lungs:after {
  content: "\10F604";
}

/* line 1085, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-lungs-virus:after {
  content: "\10E067";
}

/* line 1086, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mace:after {
  content: "\10F6F8";
}

/* line 1087, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-magic:after {
  content: "\10F0D0";
}

/* line 1088, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-magnet:after {
  content: "\10F076";
}

/* line 1089, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mail-bulk:after {
  content: "\10F674";
}

/* line 1090, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mailbox:after {
  content: "\10F813";
}

/* line 1091, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-male:after {
  content: "\10F183";
}

/* line 1092, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mandolin:after {
  content: "\10F6F9";
}

/* line 1093, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map:after {
  content: "\10F279";
}

/* line 1094, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marked:after {
  content: "\10F59F";
}

/* line 1095, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marked-alt:after {
  content: "\10F5A0";
}

/* line 1096, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker:after {
  content: "\10F041";
}

/* line 1097, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-alt:after {
  content: "\10F3C5";
}

/* line 1098, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-alt-slash:after {
  content: "\10F605";
}

/* line 1099, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-check:after {
  content: "\10F606";
}

/* line 1100, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-edit:after {
  content: "\10F607";
}

/* line 1101, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-exclamation:after {
  content: "\10F608";
}

/* line 1102, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-minus:after {
  content: "\10F609";
}

/* line 1103, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-plus:after {
  content: "\10F60A";
}

/* line 1104, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-question:after {
  content: "\10F60B";
}

/* line 1105, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-slash:after {
  content: "\10F60C";
}

/* line 1106, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-smile:after {
  content: "\10F60D";
}

/* line 1107, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-marker-times:after {
  content: "\10F60E";
}

/* line 1108, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-pin:after {
  content: "\10F276";
}

/* line 1109, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-map-signs:after {
  content: "\10F277";
}

/* line 1110, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-marker:after {
  content: "\10F5A1";
}

/* line 1111, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mars:after {
  content: "\10F222";
}

/* line 1112, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mars-double:after {
  content: "\10F227";
}

/* line 1113, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mars-stroke:after {
  content: "\10F229";
}

/* line 1114, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mars-stroke-h:after {
  content: "\10F22B";
}

/* line 1115, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mars-stroke-v:after {
  content: "\10F22A";
}

/* line 1116, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mask:after {
  content: "\10F6FA";
}

/* line 1117, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-meat:after {
  content: "\10F814";
}

/* line 1118, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-medal:after {
  content: "\10F5A2";
}

/* line 1119, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-medkit:after {
  content: "\10F0FA";
}

/* line 1120, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-megaphone:after {
  content: "\10F675";
}

/* line 1121, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-meh:after {
  content: "\10F11A";
}

/* line 1122, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-meh-blank:after {
  content: "\10F5A4";
}

/* line 1123, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-meh-rolling-eyes:after {
  content: "\10F5A5";
}

/* line 1124, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-memory:after {
  content: "\10F538";
}

/* line 1125, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-menorah:after {
  content: "\10F676";
}

/* line 1126, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mercury:after {
  content: "\10F223";
}

/* line 1127, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-meteor:after {
  content: "\10F753";
}

/* line 1128, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microchip:after {
  content: "\10F2DB";
}

/* line 1129, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microphone:after {
  content: "\10F130";
}

/* line 1130, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microphone-alt:after {
  content: "\10F3C9";
}

/* line 1131, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microphone-alt-slash:after {
  content: "\10F539";
}

/* line 1132, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microphone-slash:after {
  content: "\10F131";
}

/* line 1133, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microphone-stand:after {
  content: "\10F8CB";
}

/* line 1134, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microscope:after {
  content: "\10F610";
}

/* line 1135, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-microwave:after {
  content: "\10E01B";
}

/* line 1136, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mind-share:after {
  content: "\10F677";
}

/* line 1137, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-minus:after {
  content: "\10F068";
}

/* line 1138, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-minus-circle:after {
  content: "\10F056";
}

/* line 1139, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-minus-hexagon:after {
  content: "\10F307";
}

/* line 1140, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-minus-octagon:after {
  content: "\10F308";
}

/* line 1141, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-minus-square:after {
  content: "\10F146";
}

/* line 1142, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mistletoe:after {
  content: "\10F7B4";
}

/* line 1143, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mitten:after {
  content: "\10F7B5";
}

/* line 1144, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mobile:after {
  content: "\10F10B";
}

/* line 1145, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mobile-alt:after {
  content: "\10F3CD";
}

/* line 1146, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mobile-android:after {
  content: "\10F3CE";
}

/* line 1147, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mobile-android-alt:after {
  content: "\10F3CF";
}

/* line 1148, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-bill:after {
  content: "\10F0D6";
}

/* line 1149, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-bill-alt:after {
  content: "\10F3D1";
}

/* line 1150, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-bill-wave:after {
  content: "\10F53A";
}

/* line 1151, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-bill-wave-alt:after {
  content: "\10F53B";
}

/* line 1152, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-check:after {
  content: "\10F53C";
}

/* line 1153, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-check-alt:after {
  content: "\10F53D";
}

/* line 1154, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-check-edit:after {
  content: "\10F872";
}

/* line 1155, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-money-check-edit-alt:after {
  content: "\10F873";
}

/* line 1156, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-monitor-heart-rate:after {
  content: "\10F611";
}

/* line 1157, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-monkey:after {
  content: "\10F6FB";
}

/* line 1158, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-monument:after {
  content: "\10F5A6";
}

/* line 1159, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-moon:after {
  content: "\10F186";
}

/* line 1160, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-moon-cloud:after {
  content: "\10F754";
}

/* line 1161, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-moon-stars:after {
  content: "\10F755";
}

/* line 1162, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mortar-pestle:after {
  content: "\10F5A7";
}

/* line 1163, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mosque:after {
  content: "\10F678";
}

/* line 1164, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-motorcycle:after {
  content: "\10F21C";
}

/* line 1165, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mountain:after {
  content: "\10F6FC";
}

/* line 1166, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mountains:after {
  content: "\10F6FD";
}

/* line 1167, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mouse:after {
  content: "\10F8CC";
}

/* line 1168, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mouse-alt:after {
  content: "\10F8CD";
}

/* line 1169, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mouse-pointer:after {
  content: "\10F245";
}

/* line 1170, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mp3-player:after {
  content: "\10F8CE";
}

/* line 1171, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mug:after {
  content: "\10F874";
}

/* line 1172, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mug-hot:after {
  content: "\10F7B6";
}

/* line 1173, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mug-marshmallows:after {
  content: "\10F7B7";
}

/* line 1174, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-mug-tea:after {
  content: "\10F875";
}

/* line 1175, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-music:after {
  content: "\10F001";
}

/* line 1176, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-music-alt:after {
  content: "\10F8CF";
}

/* line 1177, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-music-alt-slash:after {
  content: "\10F8D0";
}

/* line 1178, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-music-slash:after {
  content: "\10F8D1";
}

/* line 1179, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-narwhal:after {
  content: "\10F6FE";
}

/* line 1180, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-network-wired:after {
  content: "\10F6FF";
}

/* line 1181, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-neuter:after {
  content: "\10F22C";
}

/* line 1182, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-newspaper:after {
  content: "\10F1EA";
}

/* line 1183, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-not-equal:after {
  content: "\10F53E";
}

/* line 1184, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-notes-medical:after {
  content: "\10F481";
}

/* line 1185, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-object-group:after {
  content: "\10F247";
}

/* line 1186, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-object-ungroup:after {
  content: "\10F248";
}

/* line 1187, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-octagon:after {
  content: "\10F306";
}

/* line 1188, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-oil-can:after {
  content: "\10F613";
}

/* line 1189, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-oil-temp:after {
  content: "\10F614";
}

/* line 1190, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-om:after {
  content: "\10F679";
}

/* line 1191, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-omega:after {
  content: "\10F67A";
}

/* line 1192, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ornament:after {
  content: "\10F7B8";
}

/* line 1193, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-otter:after {
  content: "\10F700";
}

/* line 1194, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-outdent:after {
  content: "\10F03B";
}

/* line 1195, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-outlet:after {
  content: "\10E01C";
}

/* line 1196, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-oven:after {
  content: "\10E01D";
}

/* line 1197, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-overline:after {
  content: "\10F876";
}

/* line 1198, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-page-break:after {
  content: "\10F877";
}

/* line 1199, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pager:after {
  content: "\10F815";
}

/* line 1200, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paint-brush:after {
  content: "\10F1FC";
}

/* line 1201, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paint-brush-alt:after {
  content: "\10F5A9";
}

/* line 1202, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paint-roller:after {
  content: "\10F5AA";
}

/* line 1203, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-palette:after {
  content: "\10F53F";
}

/* line 1204, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pallet:after {
  content: "\10F482";
}

/* line 1205, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pallet-alt:after {
  content: "\10F483";
}

/* line 1206, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paper-plane:after {
  content: "\10F1D8";
}

/* line 1207, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paperclip:after {
  content: "\10F0C6";
}

/* line 1208, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-parachute-box:after {
  content: "\10F4CD";
}

/* line 1209, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paragraph:after {
  content: "\10F1DD";
}

/* line 1210, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paragraph-rtl:after {
  content: "\10F878";
}

/* line 1211, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-parking:after {
  content: "\10F540";
}

/* line 1212, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-parking-circle:after {
  content: "\10F615";
}

/* line 1213, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-parking-circle-slash:after {
  content: "\10F616";
}

/* line 1214, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-parking-slash:after {
  content: "\10F617";
}

/* line 1215, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-passport:after {
  content: "\10F5AB";
}

/* line 1216, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pastafarianism:after {
  content: "\10F67B";
}

/* line 1217, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paste:after {
  content: "\10F0EA";
}

/* line 1218, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pause:after {
  content: "\10F04C";
}

/* line 1219, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pause-circle:after {
  content: "\10F28B";
}

/* line 1220, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paw:after {
  content: "\10F1B0";
}

/* line 1221, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paw-alt:after {
  content: "\10F701";
}

/* line 1222, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-paw-claws:after {
  content: "\10F702";
}

/* line 1223, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-peace:after {
  content: "\10F67C";
}

/* line 1224, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pegasus:after {
  content: "\10F703";
}

/* line 1225, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pen:after {
  content: "\10F304";
}

/* line 1226, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pen-alt:after {
  content: "\10F305";
}

/* line 1227, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pen-fancy:after {
  content: "\10F5AC";
}

/* line 1228, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pen-nib:after {
  content: "\10F5AD";
}

/* line 1229, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pen-square:after {
  content: "\10F14B";
}

/* line 1230, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pencil:after {
  content: "\10F040";
}

/* line 1231, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pencil-alt:after {
  content: "\10F303";
}

/* line 1232, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pencil-paintbrush:after {
  content: "\10F618";
}

/* line 1233, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pencil-ruler:after {
  content: "\10F5AE";
}

/* line 1234, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pennant:after {
  content: "\10F456";
}

/* line 1235, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-people-arrows:after {
  content: "\10E068";
}

/* line 1236, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-people-carry:after {
  content: "\10F4CE";
}

/* line 1237, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pepper-hot:after {
  content: "\10F816";
}

/* line 1238, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-percent:after {
  content: "\10F295";
}

/* line 1239, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-percentage:after {
  content: "\10F541";
}

/* line 1240, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-person-booth:after {
  content: "\10F756";
}

/* line 1241, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-person-carry:after {
  content: "\10F4CF";
}

/* line 1242, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-person-dolly:after {
  content: "\10F4D0";
}

/* line 1243, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-person-dolly-empty:after {
  content: "\10F4D1";
}

/* line 1244, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-person-sign:after {
  content: "\10F757";
}

/* line 1245, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone:after {
  content: "\10F095";
}

/* line 1246, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-alt:after {
  content: "\10F879";
}

/* line 1247, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-laptop:after {
  content: "\10F87A";
}

/* line 1248, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-office:after {
  content: "\10F67D";
}

/* line 1249, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-plus:after {
  content: "\10F4D2";
}

/* line 1250, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-rotary:after {
  content: "\10F8D3";
}

/* line 1251, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-slash:after {
  content: "\10F3DD";
}

/* line 1252, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-square:after {
  content: "\10F098";
}

/* line 1253, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-square-alt:after {
  content: "\10F87B";
}

/* line 1254, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-phone-volume:after {
  content: "\10F2A0";
}

/* line 1255, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-photo-video:after {
  content: "\10F87C";
}

/* line 1256, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pi:after {
  content: "\10F67E";
}

/* line 1257, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-piano:after {
  content: "\10F8D4";
}

/* line 1258, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-piano-keyboard:after {
  content: "\10F8D5";
}

/* line 1259, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pie:after {
  content: "\10F705";
}

/* line 1260, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pig:after {
  content: "\10F706";
}

/* line 1261, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-piggy-bank:after {
  content: "\10F4D3";
}

/* line 1262, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pills:after {
  content: "\10F484";
}

/* line 1263, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pizza:after {
  content: "\10F817";
}

/* line 1264, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pizza-slice:after {
  content: "\10F818";
}

/* line 1265, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-place-of-worship:after {
  content: "\10F67F";
}

/* line 1266, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plane:after {
  content: "\10F072";
}

/* line 1267, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plane-alt:after {
  content: "\10F3DE";
}

/* line 1268, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plane-arrival:after {
  content: "\10F5AF";
}

/* line 1269, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plane-departure:after {
  content: "\10F5B0";
}

/* line 1270, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plane-slash:after {
  content: "\10E069";
}

/* line 1271, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-planet-moon:after {
  content: "\10E01F";
}

/* line 1272, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-planet-ringed:after {
  content: "\10E020";
}

/* line 1273, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-play:after {
  content: "\10F04B";
}

/* line 1274, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-play-circle:after {
  content: "\10F144";
}

/* line 1275, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plug:after {
  content: "\10F1E6";
}

/* line 1276, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plus:after {
  content: "\10F067";
}

/* line 1277, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plus-circle:after {
  content: "\10F055";
}

/* line 1278, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plus-hexagon:after {
  content: "\10F300";
}

/* line 1279, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plus-octagon:after {
  content: "\10F301";
}

/* line 1280, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-plus-square:after {
  content: "\10F0FE";
}

/* line 1281, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-podcast:after {
  content: "\10F2CE";
}

/* line 1282, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-podium:after {
  content: "\10F680";
}

/* line 1283, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-podium-star:after {
  content: "\10F758";
}

/* line 1284, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-police-box:after {
  content: "\10E021";
}

/* line 1285, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-poll:after {
  content: "\10F681";
}

/* line 1286, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-poll-h:after {
  content: "\10F682";
}

/* line 1287, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-poll-people:after {
  content: "\10F759";
}

/* line 1288, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-poo:after {
  content: "\10F2FE";
}

/* line 1289, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-poo-storm:after {
  content: "\10F75A";
}

/* line 1290, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-poop:after {
  content: "\10F619";
}

/* line 1291, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-popcorn:after {
  content: "\10F819";
}

/* line 1292, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-portal-enter:after {
  content: "\10E022";
}

/* line 1293, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-portal-exit:after {
  content: "\10E023";
}

/* line 1294, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-portrait:after {
  content: "\10F3E0";
}

/* line 1295, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pound-sign:after {
  content: "\10F154";
}

/* line 1296, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-power-off:after {
  content: "\10F011";
}

/* line 1297, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pray:after {
  content: "\10F683";
}

/* line 1298, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-praying-hands:after {
  content: "\10F684";
}

/* line 1299, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-prescription:after {
  content: "\10F5B1";
}

/* line 1300, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-prescription-bottle:after {
  content: "\10F485";
}

/* line 1301, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-prescription-bottle-alt:after {
  content: "\10F486";
}

/* line 1302, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-presentation:after {
  content: "\10F685";
}

/* line 1303, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-print:after {
  content: "\10F02F";
}

/* line 1304, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-print-search:after {
  content: "\10F81A";
}

/* line 1305, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-print-slash:after {
  content: "\10F686";
}

/* line 1306, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-procedures:after {
  content: "\10F487";
}

/* line 1307, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-project-diagram:after {
  content: "\10F542";
}

/* line 1308, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-projector:after {
  content: "\10F8D6";
}

/* line 1309, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pump-medical:after {
  content: "\10E06A";
}

/* line 1310, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pump-soap:after {
  content: "\10E06B";
}

/* line 1311, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-pumpkin:after {
  content: "\10F707";
}

/* line 1312, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-puzzle-piece:after {
  content: "\10F12E";
}

/* line 1313, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-qrcode:after {
  content: "\10F029";
}

/* line 1314, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-question:after {
  content: "\10F128";
}

/* line 1315, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-question-circle:after {
  content: "\10F059";
}

/* line 1316, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-question-square:after {
  content: "\10F2FD";
}

/* line 1317, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-quidditch:after {
  content: "\10F458";
}

/* line 1318, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-quote-left:after {
  content: "\10F10D";
}

/* line 1319, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-quote-right:after {
  content: "\10F10E";
}

/* line 1320, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-quran:after {
  content: "\10F687";
}

/* line 1321, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rabbit:after {
  content: "\10F708";
}

/* line 1322, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rabbit-fast:after {
  content: "\10F709";
}

/* line 1323, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-racquet:after {
  content: "\10F45A";
}

/* line 1324, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-radar:after {
  content: "\10E024";
}

/* line 1325, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-radiation:after {
  content: "\10F7B9";
}

/* line 1326, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-radiation-alt:after {
  content: "\10F7BA";
}

/* line 1327, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-radio:after {
  content: "\10F8D7";
}

/* line 1328, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-radio-alt:after {
  content: "\10F8D8";
}

/* line 1329, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rainbow:after {
  content: "\10F75B";
}

/* line 1330, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-raindrops:after {
  content: "\10F75C";
}

/* line 1331, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ram:after {
  content: "\10F70A";
}

/* line 1332, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ramp-loading:after {
  content: "\10F4D4";
}

/* line 1333, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-random:after {
  content: "\10F074";
}

/* line 1334, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-raygun:after {
  content: "\10E025";
}

/* line 1335, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-receipt:after {
  content: "\10F543";
}

/* line 1336, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-record-vinyl:after {
  content: "\10F8D9";
}

/* line 1337, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rectangle-landscape:after {
  content: "\10F2FA";
}

/* line 1338, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rectangle-portrait:after {
  content: "\10F2FB";
}

/* line 1339, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rectangle-wide:after {
  content: "\10F2FC";
}

/* line 1340, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-recycle:after {
  content: "\10F1B8";
}

/* line 1341, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-redo:after {
  content: "\10F01E";
}

/* line 1342, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-redo-alt:after {
  content: "\10F2F9";
}

/* line 1343, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-refrigerator:after {
  content: "\10E026";
}

/* line 1344, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-registered:after {
  content: "\10F25D";
}

/* line 1345, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-remove-format:after {
  content: "\10F87D";
}

/* line 1346, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-repeat:after {
  content: "\10F363";
}

/* line 1347, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-repeat-1:after {
  content: "\10F365";
}

/* line 1348, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-repeat-1-alt:after {
  content: "\10F366";
}

/* line 1349, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-repeat-alt:after {
  content: "\10F364";
}

/* line 1350, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-reply:after {
  content: "\10F3E5";
}

/* line 1351, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-reply-all:after {
  content: "\10F122";
}

/* line 1352, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-republican:after {
  content: "\10F75E";
}

/* line 1353, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-restroom:after {
  content: "\10F7BD";
}

/* line 1354, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-retweet:after {
  content: "\10F079";
}

/* line 1355, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-retweet-alt:after {
  content: "\10F361";
}

/* line 1356, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ribbon:after {
  content: "\10F4D6";
}

/* line 1357, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ring:after {
  content: "\10F70B";
}

/* line 1358, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rings-wedding:after {
  content: "\10F81B";
}

/* line 1359, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-road:after {
  content: "\10F018";
}

/* line 1360, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-robot:after {
  content: "\10F544";
}

/* line 1361, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rocket:after {
  content: "\10F135";
}

/* line 1362, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rocket-launch:after {
  content: "\10E027";
}

/* line 1363, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-route:after {
  content: "\10F4D7";
}

/* line 1364, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-route-highway:after {
  content: "\10F61A";
}

/* line 1365, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-route-interstate:after {
  content: "\10F61B";
}

/* line 1366, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-router:after {
  content: "\10F8DA";
}

/* line 1367, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rss:after {
  content: "\10F09E";
}

/* line 1368, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rss-square:after {
  content: "\10F143";
}

/* line 1369, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ruble-sign:after {
  content: "\10F158";
}

/* line 1370, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ruler:after {
  content: "\10F545";
}

/* line 1371, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ruler-combined:after {
  content: "\10F546";
}

/* line 1372, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ruler-horizontal:after {
  content: "\10F547";
}

/* line 1373, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ruler-triangle:after {
  content: "\10F61C";
}

/* line 1374, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ruler-vertical:after {
  content: "\10F548";
}

/* line 1375, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-running:after {
  content: "\10F70C";
}

/* line 1376, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rupee-sign:after {
  content: "\10F156";
}

/* line 1377, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-rv:after {
  content: "\10F7BE";
}

/* line 1378, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sack:after {
  content: "\10F81C";
}

/* line 1379, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sack-dollar:after {
  content: "\10F81D";
}

/* line 1380, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sad-cry:after {
  content: "\10F5B3";
}

/* line 1381, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sad-tear:after {
  content: "\10F5B4";
}

/* line 1382, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-salad:after {
  content: "\10F81E";
}

/* line 1383, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sandwich:after {
  content: "\10F81F";
}

/* line 1384, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-satellite:after {
  content: "\10F7BF";
}

/* line 1385, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-satellite-dish:after {
  content: "\10F7C0";
}

/* line 1386, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sausage:after {
  content: "\10F820";
}

/* line 1387, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-save:after {
  content: "\10F0C7";
}

/* line 1388, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sax-hot:after {
  content: "\10F8DB";
}

/* line 1389, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-saxophone:after {
  content: "\10F8DC";
}

/* line 1390, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scalpel:after {
  content: "\10F61D";
}

/* line 1391, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scalpel-path:after {
  content: "\10F61E";
}

/* line 1392, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scanner:after {
  content: "\10F488";
}

/* line 1393, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scanner-image:after {
  content: "\10F8F3";
}

/* line 1394, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scanner-keyboard:after {
  content: "\10F489";
}

/* line 1395, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scanner-touchscreen:after {
  content: "\10F48A";
}

/* line 1396, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scarecrow:after {
  content: "\10F70D";
}

/* line 1397, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scarf:after {
  content: "\10F7C1";
}

/* line 1398, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-school:after {
  content: "\10F549";
}

/* line 1399, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-screwdriver:after {
  content: "\10F54A";
}

/* line 1400, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scroll:after {
  content: "\10F70E";
}

/* line 1401, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scroll-old:after {
  content: "\10F70F";
}

/* line 1402, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scrubber:after {
  content: "\10F2F8";
}

/* line 1403, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-scythe:after {
  content: "\10F710";
}

/* line 1404, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sd-card:after {
  content: "\10F7C2";
}

/* line 1405, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-search:after {
  content: "\10F002";
}

/* line 1406, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-search-dollar:after {
  content: "\10F688";
}

/* line 1407, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-search-location:after {
  content: "\10F689";
}

/* line 1408, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-search-minus:after {
  content: "\10F010";
}

/* line 1409, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-search-plus:after {
  content: "\10F00E";
}

/* line 1410, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-seedling:after {
  content: "\10F4D8";
}

/* line 1411, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-send-back:after {
  content: "\10F87E";
}

/* line 1412, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-send-backward:after {
  content: "\10F87F";
}

/* line 1413, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sensor:after {
  content: "\10E028";
}

/* line 1414, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sensor-alert:after {
  content: "\10E029";
}

/* line 1415, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sensor-fire:after {
  content: "\10E02A";
}

/* line 1416, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sensor-on:after {
  content: "\10E02B";
}

/* line 1417, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sensor-smoke:after {
  content: "\10E02C";
}

/* line 1418, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-server:after {
  content: "\10F233";
}

/* line 1419, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shapes:after {
  content: "\10F61F";
}

/* line 1420, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-share:after {
  content: "\10F064";
}

/* line 1421, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-share-all:after {
  content: "\10F367";
}

/* line 1422, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-share-alt:after {
  content: "\10F1E0";
}

/* line 1423, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-share-alt-square:after {
  content: "\10F1E1";
}

/* line 1424, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-share-square:after {
  content: "\10F14D";
}

/* line 1425, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sheep:after {
  content: "\10F711";
}

/* line 1426, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shekel-sign:after {
  content: "\10F20B";
}

/* line 1427, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shield:after {
  content: "\10F132";
}

/* line 1428, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shield-alt:after {
  content: "\10F3ED";
}

/* line 1429, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shield-check:after {
  content: "\10F2F7";
}

/* line 1430, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shield-cross:after {
  content: "\10F712";
}

/* line 1431, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shield-virus:after {
  content: "\10E06C";
}

/* line 1432, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ship:after {
  content: "\10F21A";
}

/* line 1433, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shipping-fast:after {
  content: "\10F48B";
}

/* line 1434, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shipping-timed:after {
  content: "\10F48C";
}

/* line 1435, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shish-kebab:after {
  content: "\10F821";
}

/* line 1436, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shoe-prints:after {
  content: "\10F54B";
}

/* line 1437, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shopping-bag:after {
  content: "\10F290";
}

/* line 1438, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shopping-basket:after {
  content: "\10F291";
}

/* line 1439, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shopping-cart:after {
  content: "\10F07A";
}

/* line 1440, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shovel:after {
  content: "\10F713";
}

/* line 1441, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shovel-snow:after {
  content: "\10F7C3";
}

/* line 1442, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shower:after {
  content: "\10F2CC";
}

/* line 1443, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shredder:after {
  content: "\10F68A";
}

/* line 1444, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shuttle-van:after {
  content: "\10F5B6";
}

/* line 1445, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-shuttlecock:after {
  content: "\10F45B";
}

/* line 1446, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sickle:after {
  content: "\10F822";
}

/* line 1447, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sigma:after {
  content: "\10F68B";
}

/* line 1448, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sign:after {
  content: "\10F4D9";
}

/* line 1449, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sign-in:after {
  content: "\10F090";
}

/* line 1450, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sign-in-alt:after {
  content: "\10F2F6";
}

/* line 1451, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sign-language:after {
  content: "\10F2A7";
}

/* line 1452, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sign-out:after {
  content: "\10F08B";
}

/* line 1453, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sign-out-alt:after {
  content: "\10F2F5";
}

/* line 1454, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal:after {
  content: "\10F012";
}

/* line 1455, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-1:after {
  content: "\10F68C";
}

/* line 1456, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-2:after {
  content: "\10F68D";
}

/* line 1457, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-3:after {
  content: "\10F68E";
}

/* line 1458, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-4:after {
  content: "\10F68F";
}

/* line 1459, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-alt:after {
  content: "\10F690";
}

/* line 1460, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-alt-1:after {
  content: "\10F691";
}

/* line 1461, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-alt-2:after {
  content: "\10F692";
}

/* line 1462, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-alt-3:after {
  content: "\10F693";
}

/* line 1463, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-alt-slash:after {
  content: "\10F694";
}

/* line 1464, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-slash:after {
  content: "\10F695";
}

/* line 1465, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signal-stream:after {
  content: "\10F8DD";
}

/* line 1466, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-signature:after {
  content: "\10F5B7";
}

/* line 1467, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sim-card:after {
  content: "\10F7C4";
}

/* line 1468, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sink:after {
  content: "\10E06D";
}

/* line 1469, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-siren:after {
  content: "\10E02D";
}

/* line 1470, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-siren-on:after {
  content: "\10E02E";
}

/* line 1471, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sitemap:after {
  content: "\10F0E8";
}

/* line 1472, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skating:after {
  content: "\10F7C5";
}

/* line 1473, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skeleton:after {
  content: "\10F620";
}

/* line 1474, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ski-jump:after {
  content: "\10F7C7";
}

/* line 1475, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ski-lift:after {
  content: "\10F7C8";
}

/* line 1476, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skiing:after {
  content: "\10F7C9";
}

/* line 1477, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skiing-nordic:after {
  content: "\10F7CA";
}

/* line 1478, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skull:after {
  content: "\10F54C";
}

/* line 1479, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skull-cow:after {
  content: "\10F8DE";
}

/* line 1480, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-skull-crossbones:after {
  content: "\10F714";
}

/* line 1481, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-slash:after {
  content: "\10F715";
}

/* line 1482, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sledding:after {
  content: "\10F7CB";
}

/* line 1483, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sleigh:after {
  content: "\10F7CC";
}

/* line 1484, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sliders-h:after {
  content: "\10F1DE";
}

/* line 1485, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sliders-h-square:after {
  content: "\10F3F0";
}

/* line 1486, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sliders-v:after {
  content: "\10F3F1";
}

/* line 1487, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sliders-v-square:after {
  content: "\10F3F2";
}

/* line 1488, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smile:after {
  content: "\10F118";
}

/* line 1489, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smile-beam:after {
  content: "\10F5B8";
}

/* line 1490, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smile-plus:after {
  content: "\10F5B9";
}

/* line 1491, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smile-wink:after {
  content: "\10F4DA";
}

/* line 1492, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smog:after {
  content: "\10F75F";
}

/* line 1493, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smoke:after {
  content: "\10F760";
}

/* line 1494, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smoking:after {
  content: "\10F48D";
}

/* line 1495, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-smoking-ban:after {
  content: "\10F54D";
}

/* line 1496, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sms:after {
  content: "\10F7CD";
}

/* line 1497, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snake:after {
  content: "\10F716";
}

/* line 1498, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snooze:after {
  content: "\10F880";
}

/* line 1499, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snow-blowing:after {
  content: "\10F761";
}

/* line 1500, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snowboarding:after {
  content: "\10F7CE";
}

/* line 1501, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snowflake:after {
  content: "\10F2DC";
}

/* line 1502, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snowflakes:after {
  content: "\10F7CF";
}

/* line 1503, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snowman:after {
  content: "\10F7D0";
}

/* line 1504, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snowmobile:after {
  content: "\10F7D1";
}

/* line 1505, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-snowplow:after {
  content: "\10F7D2";
}

/* line 1506, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-soap:after {
  content: "\10E06E";
}

/* line 1507, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-socks:after {
  content: "\10F696";
}

/* line 1508, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-solar-panel:after {
  content: "\10F5BA";
}

/* line 1509, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-solar-system:after {
  content: "\10E02F";
}

/* line 1510, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort:after {
  content: "\10F0DC";
}

/* line 1511, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-alpha-down:after {
  content: "\10F15D";
}

/* line 1512, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-alpha-down-alt:after {
  content: "\10F881";
}

/* line 1513, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-alpha-up:after {
  content: "\10F15E";
}

/* line 1514, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-alpha-up-alt:after {
  content: "\10F882";
}

/* line 1515, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-alt:after {
  content: "\10F883";
}

/* line 1516, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-amount-down:after {
  content: "\10F160";
}

/* line 1517, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-amount-down-alt:after {
  content: "\10F884";
}

/* line 1518, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-amount-up:after {
  content: "\10F161";
}

/* line 1519, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-amount-up-alt:after {
  content: "\10F885";
}

/* line 1520, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-circle:after {
  content: "\10E030";
}

/* line 1521, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-circle-down:after {
  content: "\10E031";
}

/* line 1522, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-circle-up:after {
  content: "\10E032";
}

/* line 1523, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-down:after {
  content: "\10F0DD";
}

/* line 1524, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-numeric-down:after {
  content: "\10F162";
}

/* line 1525, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-numeric-down-alt:after {
  content: "\10F886";
}

/* line 1526, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-numeric-up:after {
  content: "\10F163";
}

/* line 1527, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-numeric-up-alt:after {
  content: "\10F887";
}

/* line 1528, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-shapes-down:after {
  content: "\10F888";
}

/* line 1529, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-shapes-down-alt:after {
  content: "\10F889";
}

/* line 1530, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-shapes-up:after {
  content: "\10F88A";
}

/* line 1531, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-shapes-up-alt:after {
  content: "\10F88B";
}

/* line 1532, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-size-down:after {
  content: "\10F88C";
}

/* line 1533, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-size-down-alt:after {
  content: "\10F88D";
}

/* line 1534, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-size-up:after {
  content: "\10F88E";
}

/* line 1535, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-size-up-alt:after {
  content: "\10F88F";
}

/* line 1536, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sort-up:after {
  content: "\10F0DE";
}

/* line 1537, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-soup:after {
  content: "\10F823";
}

/* line 1538, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spa:after {
  content: "\10F5BB";
}

/* line 1539, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-space-shuttle:after {
  content: "\10F197";
}

/* line 1540, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-space-station-moon:after {
  content: "\10E033";
}

/* line 1541, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-space-station-moon-alt:after {
  content: "\10E034";
}

/* line 1542, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spade:after {
  content: "\10F2F4";
}

/* line 1543, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sparkles:after {
  content: "\10F890";
}

/* line 1544, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-speaker:after {
  content: "\10F8DF";
}

/* line 1545, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-speakers:after {
  content: "\10F8E0";
}

/* line 1546, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spell-check:after {
  content: "\10F891";
}

/* line 1547, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spider:after {
  content: "\10F717";
}

/* line 1548, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spider-black-widow:after {
  content: "\10F718";
}

/* line 1549, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spider-web:after {
  content: "\10F719";
}

/* line 1550, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spinner:after {
  content: "\10F110";
}

/* line 1551, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spinner-third:after {
  content: "\10F3F4";
}

/* line 1552, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-splotch:after {
  content: "\10F5BC";
}

/* line 1553, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-spray-can:after {
  content: "\10F5BD";
}

/* line 1554, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sprinkler:after {
  content: "\10E035";
}

/* line 1555, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-square:after {
  content: "\10F0C8";
}

/* line 1556, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-square-full:after {
  content: "\10F45C";
}

/* line 1557, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-square-root:after {
  content: "\10F697";
}

/* line 1558, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-square-root-alt:after {
  content: "\10F698";
}

/* line 1559, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-squirrel:after {
  content: "\10F71A";
}

/* line 1560, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-staff:after {
  content: "\10F71B";
}

/* line 1561, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stamp:after {
  content: "\10F5BF";
}

/* line 1562, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star:after {
  content: "\10F005";
}

/* line 1563, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-and-crescent:after {
  content: "\10F699";
}

/* line 1564, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-christmas:after {
  content: "\10F7D4";
}

/* line 1565, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-exclamation:after {
  content: "\10F2F3";
}

/* line 1566, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-half:after {
  content: "\10F089";
}

/* line 1567, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-half-alt:after {
  content: "\10F5C0";
}

/* line 1568, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-of-david:after {
  content: "\10F69A";
}

/* line 1569, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-of-life:after {
  content: "\10F621";
}

/* line 1570, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-star-shooting:after {
  content: "\10E036";
}

/* line 1571, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-starfighter:after {
  content: "\10E037";
}

/* line 1572, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-starfighter-alt:after {
  content: "\10E038";
}

/* line 1573, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stars:after {
  content: "\10F762";
}

/* line 1574, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-starship:after {
  content: "\10E039";
}

/* line 1575, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-starship-freighter:after {
  content: "\10E03A";
}

/* line 1576, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-steak:after {
  content: "\10F824";
}

/* line 1577, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-steering-wheel:after {
  content: "\10F622";
}

/* line 1578, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-step-backward:after {
  content: "\10F048";
}

/* line 1579, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-step-forward:after {
  content: "\10F051";
}

/* line 1580, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stethoscope:after {
  content: "\10F0F1";
}

/* line 1581, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sticky-note:after {
  content: "\10F249";
}

/* line 1582, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stocking:after {
  content: "\10F7D5";
}

/* line 1583, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stomach:after {
  content: "\10F623";
}

/* line 1584, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stop:after {
  content: "\10F04D";
}

/* line 1585, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stop-circle:after {
  content: "\10F28D";
}

/* line 1586, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stopwatch:after {
  content: "\10F2F2";
}

/* line 1587, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stopwatch-20:after {
  content: "\10E06F";
}

/* line 1588, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-store:after {
  content: "\10F54E";
}

/* line 1589, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-store-alt:after {
  content: "\10F54F";
}

/* line 1590, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-store-alt-slash:after {
  content: "\10E070";
}

/* line 1591, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-store-slash:after {
  content: "\10E071";
}

/* line 1592, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stream:after {
  content: "\10F550";
}

/* line 1593, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-street-view:after {
  content: "\10F21D";
}

/* line 1594, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stretcher:after {
  content: "\10F825";
}

/* line 1595, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-strikethrough:after {
  content: "\10F0CC";
}

/* line 1596, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-stroopwafel:after {
  content: "\10F551";
}

/* line 1597, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-subscript:after {
  content: "\10F12C";
}

/* line 1598, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-subway:after {
  content: "\10F239";
}

/* line 1599, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-suitcase:after {
  content: "\10F0F2";
}

/* line 1600, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-suitcase-rolling:after {
  content: "\10F5C1";
}

/* line 1601, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sun:after {
  content: "\10F185";
}

/* line 1602, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sun-cloud:after {
  content: "\10F763";
}

/* line 1603, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sun-dust:after {
  content: "\10F764";
}

/* line 1604, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sun-haze:after {
  content: "\10F765";
}

/* line 1605, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sunglasses:after {
  content: "\10F892";
}

/* line 1606, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sunrise:after {
  content: "\10F766";
}

/* line 1607, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sunset:after {
  content: "\10F767";
}

/* line 1608, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-superscript:after {
  content: "\10F12B";
}

/* line 1609, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-surprise:after {
  content: "\10F5C2";
}

/* line 1610, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-swatchbook:after {
  content: "\10F5C3";
}

/* line 1611, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-swimmer:after {
  content: "\10F5C4";
}

/* line 1612, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-swimming-pool:after {
  content: "\10F5C5";
}

/* line 1613, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sword:after {
  content: "\10F71C";
}

/* line 1614, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sword-laser:after {
  content: "\10E03B";
}

/* line 1615, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sword-laser-alt:after {
  content: "\10E03C";
}

/* line 1616, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-swords:after {
  content: "\10F71D";
}

/* line 1617, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-swords-laser:after {
  content: "\10E03D";
}

/* line 1618, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-synagogue:after {
  content: "\10F69B";
}

/* line 1619, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sync:after {
  content: "\10F021";
}

/* line 1620, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-sync-alt:after {
  content: "\10F2F1";
}

/* line 1621, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-syringe:after {
  content: "\10F48E";
}

/* line 1622, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-table:after {
  content: "\10F0CE";
}

/* line 1623, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-table-tennis:after {
  content: "\10F45D";
}

/* line 1624, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tablet:after {
  content: "\10F10A";
}

/* line 1625, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tablet-alt:after {
  content: "\10F3FA";
}

/* line 1626, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tablet-android:after {
  content: "\10F3FB";
}

/* line 1627, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tablet-android-alt:after {
  content: "\10F3FC";
}

/* line 1628, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tablet-rugged:after {
  content: "\10F48F";
}

/* line 1629, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tablets:after {
  content: "\10F490";
}

/* line 1630, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer:after {
  content: "\10F0E4";
}

/* line 1631, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-alt:after {
  content: "\10F3FD";
}

/* line 1632, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-alt-average:after {
  content: "\10F624";
}

/* line 1633, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-alt-fast:after {
  content: "\10F625";
}

/* line 1634, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-alt-fastest:after {
  content: "\10F626";
}

/* line 1635, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-alt-slow:after {
  content: "\10F627";
}

/* line 1636, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-alt-slowest:after {
  content: "\10F628";
}

/* line 1637, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-average:after {
  content: "\10F629";
}

/* line 1638, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-fast:after {
  content: "\10F62A";
}

/* line 1639, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-fastest:after {
  content: "\10F62B";
}

/* line 1640, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-slow:after {
  content: "\10F62C";
}

/* line 1641, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tachometer-slowest:after {
  content: "\10F62D";
}

/* line 1642, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-taco:after {
  content: "\10F826";
}

/* line 1643, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tag:after {
  content: "\10F02B";
}

/* line 1644, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tags:after {
  content: "\10F02C";
}

/* line 1645, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tally:after {
  content: "\10F69C";
}

/* line 1646, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tanakh:after {
  content: "\10F827";
}

/* line 1647, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tape:after {
  content: "\10F4DB";
}

/* line 1648, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tasks:after {
  content: "\10F0AE";
}

/* line 1649, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tasks-alt:after {
  content: "\10F828";
}

/* line 1650, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-taxi:after {
  content: "\10F1BA";
}

/* line 1651, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-teeth:after {
  content: "\10F62E";
}

/* line 1652, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-teeth-open:after {
  content: "\10F62F";
}

/* line 1653, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-telescope:after {
  content: "\10E03E";
}

/* line 1654, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-temperature-down:after {
  content: "\10E03F";
}

/* line 1655, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-temperature-frigid:after {
  content: "\10F768";
}

/* line 1656, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-temperature-high:after {
  content: "\10F769";
}

/* line 1657, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-temperature-hot:after {
  content: "\10F76A";
}

/* line 1658, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-temperature-low:after {
  content: "\10F76B";
}

/* line 1659, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-temperature-up:after {
  content: "\10E040";
}

/* line 1660, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tenge:after {
  content: "\10F7D7";
}

/* line 1661, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tennis-ball:after {
  content: "\10F45E";
}

/* line 1662, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-terminal:after {
  content: "\10F120";
}

/* line 1663, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-text:after {
  content: "\10F893";
}

/* line 1664, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-text-height:after {
  content: "\10F034";
}

/* line 1665, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-text-size:after {
  content: "\10F894";
}

/* line 1666, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-text-width:after {
  content: "\10F035";
}

/* line 1667, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-th:after {
  content: "\10F00A";
}

/* line 1668, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-th-large:after {
  content: "\10F009";
}

/* line 1669, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-th-list:after {
  content: "\10F00B";
}

/* line 1670, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-theater-masks:after {
  content: "\10F630";
}

/* line 1671, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thermometer:after {
  content: "\10F491";
}

/* line 1672, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thermometer-empty:after {
  content: "\10F2CB";
}

/* line 1673, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thermometer-full:after {
  content: "\10F2C7";
}

/* line 1674, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thermometer-half:after {
  content: "\10F2C9";
}

/* line 1675, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thermometer-quarter:after {
  content: "\10F2CA";
}

/* line 1676, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thermometer-three-quarters:after {
  content: "\10F2C8";
}

/* line 1677, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-theta:after {
  content: "\10F69E";
}

/* line 1678, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thumbs-down:after {
  content: "\10F165";
}

/* line 1679, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thumbs-up:after {
  content: "\10F164";
}

/* line 1680, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thumbtack:after {
  content: "\10F08D";
}

/* line 1681, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thunderstorm:after {
  content: "\10F76C";
}

/* line 1682, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thunderstorm-moon:after {
  content: "\10F76D";
}

/* line 1683, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-thunderstorm-sun:after {
  content: "\10F76E";
}

/* line 1684, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ticket:after {
  content: "\10F145";
}

/* line 1685, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ticket-alt:after {
  content: "\10F3FF";
}

/* line 1686, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tilde:after {
  content: "\10F69F";
}

/* line 1687, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-times:after {
  content: "\10F00D";
}

/* line 1688, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-times-circle:after {
  content: "\10F057";
}

/* line 1689, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-times-hexagon:after {
  content: "\10F2EE";
}

/* line 1690, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-times-octagon:after {
  content: "\10F2F0";
}

/* line 1691, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-times-square:after {
  content: "\10F2D3";
}

/* line 1692, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tint:after {
  content: "\10F043";
}

/* line 1693, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tint-slash:after {
  content: "\10F5C7";
}

/* line 1694, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tire:after {
  content: "\10F631";
}

/* line 1695, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tire-flat:after {
  content: "\10F632";
}

/* line 1696, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tire-pressure-warning:after {
  content: "\10F633";
}

/* line 1697, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tire-rugged:after {
  content: "\10F634";
}

/* line 1698, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tired:after {
  content: "\10F5C8";
}

/* line 1699, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toggle-off:after {
  content: "\10F204";
}

/* line 1700, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toggle-on:after {
  content: "\10F205";
}

/* line 1701, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toilet:after {
  content: "\10F7D8";
}

/* line 1702, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toilet-paper:after {
  content: "\10F71E";
}

/* line 1703, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toilet-paper-alt:after {
  content: "\10F71F";
}

/* line 1704, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toilet-paper-slash:after {
  content: "\10E072";
}

/* line 1705, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tombstone:after {
  content: "\10F720";
}

/* line 1706, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tombstone-alt:after {
  content: "\10F721";
}

/* line 1707, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toolbox:after {
  content: "\10F552";
}

/* line 1708, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tools:after {
  content: "\10F7D9";
}

/* line 1709, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tooth:after {
  content: "\10F5C9";
}

/* line 1710, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-toothbrush:after {
  content: "\10F635";
}

/* line 1711, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-torah:after {
  content: "\10F6A0";
}

/* line 1712, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-torii-gate:after {
  content: "\10F6A1";
}

/* line 1713, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tornado:after {
  content: "\10F76F";
}

/* line 1714, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tractor:after {
  content: "\10F722";
}

/* line 1715, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trademark:after {
  content: "\10F25C";
}

/* line 1716, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-traffic-cone:after {
  content: "\10F636";
}

/* line 1717, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-traffic-light:after {
  content: "\10F637";
}

/* line 1718, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-traffic-light-go:after {
  content: "\10F638";
}

/* line 1719, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-traffic-light-slow:after {
  content: "\10F639";
}

/* line 1720, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-traffic-light-stop:after {
  content: "\10F63A";
}

/* line 1721, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trailer:after {
  content: "\10E041";
}

/* line 1722, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-train:after {
  content: "\10F238";
}

/* line 1723, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tram:after {
  content: "\10F7DA";
}

/* line 1724, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transgender:after {
  content: "\10F224";
}

/* line 1725, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transgender-alt:after {
  content: "\10F225";
}

/* line 1726, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transporter:after {
  content: "\10E042";
}

/* line 1727, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transporter-1:after {
  content: "\10E043";
}

/* line 1728, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transporter-2:after {
  content: "\10E044";
}

/* line 1729, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transporter-3:after {
  content: "\10E045";
}

/* line 1730, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-transporter-empty:after {
  content: "\10E046";
}

/* line 1731, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trash:after {
  content: "\10F1F8";
}

/* line 1732, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trash-alt:after {
  content: "\10F2ED";
}

/* line 1733, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trash-restore:after {
  content: "\10F829";
}

/* line 1734, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trash-restore-alt:after {
  content: "\10F82A";
}

/* line 1735, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trash-undo:after {
  content: "\10F895";
}

/* line 1736, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trash-undo-alt:after {
  content: "\10F896";
}

/* line 1737, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-treasure-chest:after {
  content: "\10F723";
}

/* line 1738, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tree:after {
  content: "\10F1BB";
}

/* line 1739, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tree-alt:after {
  content: "\10F400";
}

/* line 1740, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tree-christmas:after {
  content: "\10F7DB";
}

/* line 1741, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tree-decorated:after {
  content: "\10F7DC";
}

/* line 1742, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tree-large:after {
  content: "\10F7DD";
}

/* line 1743, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tree-palm:after {
  content: "\10F82B";
}

/* line 1744, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trees:after {
  content: "\10F724";
}

/* line 1745, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-triangle:after {
  content: "\10F2EC";
}

/* line 1746, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-triangle-music:after {
  content: "\10F8E2";
}

/* line 1747, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trophy:after {
  content: "\10F091";
}

/* line 1748, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trophy-alt:after {
  content: "\10F2EB";
}

/* line 1749, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck:after {
  content: "\10F0D1";
}

/* line 1750, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-container:after {
  content: "\10F4DC";
}

/* line 1751, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-couch:after {
  content: "\10F4DD";
}

/* line 1752, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-loading:after {
  content: "\10F4DE";
}

/* line 1753, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-monster:after {
  content: "\10F63B";
}

/* line 1754, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-moving:after {
  content: "\10F4DF";
}

/* line 1755, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-pickup:after {
  content: "\10F63C";
}

/* line 1756, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-plow:after {
  content: "\10F7DE";
}

/* line 1757, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-truck-ramp:after {
  content: "\10F4E0";
}

/* line 1758, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-trumpet:after {
  content: "\10F8E3";
}

/* line 1759, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tshirt:after {
  content: "\10F553";
}

/* line 1760, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tty:after {
  content: "\10F1E4";
}

/* line 1761, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-turkey:after {
  content: "\10F725";
}

/* line 1762, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-turntable:after {
  content: "\10F8E4";
}

/* line 1763, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-turtle:after {
  content: "\10F726";
}

/* line 1764, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tv:after {
  content: "\10F26C";
}

/* line 1765, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tv-alt:after {
  content: "\10F8E5";
}

/* line 1766, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tv-music:after {
  content: "\10F8E6";
}

/* line 1767, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-tv-retro:after {
  content: "\10F401";
}

/* line 1768, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-typewriter:after {
  content: "\10F8E7";
}

/* line 1769, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ufo:after {
  content: "\10E047";
}

/* line 1770, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-ufo-beam:after {
  content: "\10E048";
}

/* line 1771, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-umbrella:after {
  content: "\10F0E9";
}

/* line 1772, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-umbrella-beach:after {
  content: "\10F5CA";
}

/* line 1773, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-underline:after {
  content: "\10F0CD";
}

/* line 1774, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-undo:after {
  content: "\10F0E2";
}

/* line 1775, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-undo-alt:after {
  content: "\10F2EA";
}

/* line 1776, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-unicorn:after {
  content: "\10F727";
}

/* line 1777, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-union:after {
  content: "\10F6A2";
}

/* line 1778, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-universal-access:after {
  content: "\10F29A";
}

/* line 1779, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-university:after {
  content: "\10F19C";
}

/* line 1780, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-unlink:after {
  content: "\10F127";
}

/* line 1781, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-unlock:after {
  content: "\10F09C";
}

/* line 1782, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-unlock-alt:after {
  content: "\10F13E";
}

/* line 1783, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-upload:after {
  content: "\10F093";
}

/* line 1784, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-usb-drive:after {
  content: "\10F8E9";
}

/* line 1785, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-usd-circle:after {
  content: "\10F2E8";
}

/* line 1786, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-usd-square:after {
  content: "\10F2E9";
}

/* line 1787, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user:after {
  content: "\10F007";
}

/* line 1788, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-alien:after {
  content: "\10E04A";
}

/* line 1789, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-alt:after {
  content: "\10F406";
}

/* line 1790, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-alt-slash:after {
  content: "\10F4FA";
}

/* line 1791, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-astronaut:after {
  content: "\10F4FB";
}

/* line 1792, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-chart:after {
  content: "\10F6A3";
}

/* line 1793, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-check:after {
  content: "\10F4FC";
}

/* line 1794, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-circle:after {
  content: "\10F2BD";
}

/* line 1795, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-clock:after {
  content: "\10F4FD";
}

/* line 1796, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-cog:after {
  content: "\10F4FE";
}

/* line 1797, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-cowboy:after {
  content: "\10F8EA";
}

/* line 1798, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-crown:after {
  content: "\10F6A4";
}

/* line 1799, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-edit:after {
  content: "\10F4FF";
}

/* line 1800, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-friends:after {
  content: "\10F500";
}

/* line 1801, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-graduate:after {
  content: "\10F501";
}

/* line 1802, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-hard-hat:after {
  content: "\10F82C";
}

/* line 1803, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-headset:after {
  content: "\10F82D";
}

/* line 1804, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-injured:after {
  content: "\10F728";
}

/* line 1805, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-lock:after {
  content: "\10F502";
}

/* line 1806, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-md:after {
  content: "\10F0F0";
}

/* line 1807, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-md-chat:after {
  content: "\10F82E";
}

/* line 1808, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-minus:after {
  content: "\10F503";
}

/* line 1809, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-music:after {
  content: "\10F8EB";
}

/* line 1810, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-ninja:after {
  content: "\10F504";
}

/* line 1811, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-nurse:after {
  content: "\10F82F";
}

/* line 1812, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-plus:after {
  content: "\10F234";
}

/* line 1813, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-robot:after {
  content: "\10E04B";
}

/* line 1814, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-secret:after {
  content: "\10F21B";
}

/* line 1815, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-shield:after {
  content: "\10F505";
}

/* line 1816, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-slash:after {
  content: "\10F506";
}

/* line 1817, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-tag:after {
  content: "\10F507";
}

/* line 1818, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-tie:after {
  content: "\10F508";
}

/* line 1819, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-times:after {
  content: "\10F235";
}

/* line 1820, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-unlock:after {
  content: "\10E058";
}

/* line 1821, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-user-visor:after {
  content: "\10E04C";
}

/* line 1822, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-users:after {
  content: "\10F0C0";
}

/* line 1823, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-users-class:after {
  content: "\10F63D";
}

/* line 1824, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-users-cog:after {
  content: "\10F509";
}

/* line 1825, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-users-crown:after {
  content: "\10F6A5";
}

/* line 1826, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-users-medical:after {
  content: "\10F830";
}

/* line 1827, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-users-slash:after {
  content: "\10E073";
}

/* line 1828, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-utensil-fork:after {
  content: "\10F2E3";
}

/* line 1829, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-utensil-knife:after {
  content: "\10F2E4";
}

/* line 1830, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-utensil-spoon:after {
  content: "\10F2E5";
}

/* line 1831, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-utensils:after {
  content: "\10F2E7";
}

/* line 1832, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-utensils-alt:after {
  content: "\10F2E6";
}

/* line 1833, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vacuum:after {
  content: "\10E04D";
}

/* line 1834, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vacuum-robot:after {
  content: "\10E04E";
}

/* line 1835, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-value-absolute:after {
  content: "\10F6A6";
}

/* line 1836, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vector-square:after {
  content: "\10F5CB";
}

/* line 1837, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-venus:after {
  content: "\10F221";
}

/* line 1838, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-venus-double:after {
  content: "\10F226";
}

/* line 1839, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-venus-mars:after {
  content: "\10F228";
}

/* line 1840, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vest:after {
  content: "\10E085";
}

/* line 1841, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vest-patches:after {
  content: "\10E086";
}

/* line 1842, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vhs:after {
  content: "\10F8EC";
}

/* line 1843, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vial:after {
  content: "\10F492";
}

/* line 1844, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vials:after {
  content: "\10F493";
}

/* line 1845, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-video:after {
  content: "\10F03D";
}

/* line 1846, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-video-plus:after {
  content: "\10F4E1";
}

/* line 1847, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-video-slash:after {
  content: "\10F4E2";
}

/* line 1848, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vihara:after {
  content: "\10F6A7";
}

/* line 1849, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-violin:after {
  content: "\10F8ED";
}

/* line 1850, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-virus:after {
  content: "\10E074";
}

/* line 1851, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-virus-slash:after {
  content: "\10E075";
}

/* line 1852, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-viruses:after {
  content: "\10E076";
}

/* line 1853, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-voicemail:after {
  content: "\10F897";
}

/* line 1854, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volcano:after {
  content: "\10F770";
}

/* line 1855, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volleyball-ball:after {
  content: "\10F45F";
}

/* line 1856, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volume:after {
  content: "\10F6A8";
}

/* line 1857, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volume-down:after {
  content: "\10F027";
}

/* line 1858, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volume-mute:after {
  content: "\10F6A9";
}

/* line 1859, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volume-off:after {
  content: "\10F026";
}

/* line 1860, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volume-slash:after {
  content: "\10F2E2";
}

/* line 1861, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-volume-up:after {
  content: "\10F028";
}

/* line 1862, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vote-nay:after {
  content: "\10F771";
}

/* line 1863, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vote-yea:after {
  content: "\10F772";
}

/* line 1864, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-vr-cardboard:after {
  content: "\10F729";
}

/* line 1865, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wagon-covered:after {
  content: "\10F8EE";
}

/* line 1866, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-walker:after {
  content: "\10F831";
}

/* line 1867, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-walkie-talkie:after {
  content: "\10F8EF";
}

/* line 1868, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-walking:after {
  content: "\10F554";
}

/* line 1869, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wallet:after {
  content: "\10F555";
}

/* line 1870, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wand:after {
  content: "\10F72A";
}

/* line 1871, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wand-magic:after {
  content: "\10F72B";
}

/* line 1872, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-warehouse:after {
  content: "\10F494";
}

/* line 1873, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-warehouse-alt:after {
  content: "\10F495";
}

/* line 1874, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-washer:after {
  content: "\10F898";
}

/* line 1875, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-watch:after {
  content: "\10F2E1";
}

/* line 1876, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-watch-calculator:after {
  content: "\10F8F0";
}

/* line 1877, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-watch-fitness:after {
  content: "\10F63E";
}

/* line 1878, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-water:after {
  content: "\10F773";
}

/* line 1879, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-water-lower:after {
  content: "\10F774";
}

/* line 1880, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-water-rise:after {
  content: "\10F775";
}

/* line 1881, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wave-sine:after {
  content: "\10F899";
}

/* line 1882, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wave-square:after {
  content: "\10F83E";
}

/* line 1883, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wave-triangle:after {
  content: "\10F89A";
}

/* line 1884, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-waveform:after {
  content: "\10F8F1";
}

/* line 1885, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-waveform-path:after {
  content: "\10F8F2";
}

/* line 1886, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-webcam:after {
  content: "\10F832";
}

/* line 1887, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-webcam-slash:after {
  content: "\10F833";
}

/* line 1888, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-weight:after {
  content: "\10F496";
}

/* line 1889, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-weight-hanging:after {
  content: "\10F5CD";
}

/* line 1890, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-whale:after {
  content: "\10F72C";
}

/* line 1891, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wheat:after {
  content: "\10F72D";
}

/* line 1892, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wheelchair:after {
  content: "\10F193";
}

/* line 1893, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-whistle:after {
  content: "\10F460";
}

/* line 1894, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wifi:after {
  content: "\10F1EB";
}

/* line 1895, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wifi-1:after {
  content: "\10F6AA";
}

/* line 1896, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wifi-2:after {
  content: "\10F6AB";
}

/* line 1897, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wifi-slash:after {
  content: "\10F6AC";
}

/* line 1898, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wind:after {
  content: "\10F72E";
}

/* line 1899, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wind-turbine:after {
  content: "\10F89B";
}

/* line 1900, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wind-warning:after {
  content: "\10F776";
}

/* line 1901, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window:after {
  content: "\10F40E";
}

/* line 1902, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-alt:after {
  content: "\10F40F";
}

/* line 1903, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-close:after {
  content: "\10F410";
}

/* line 1904, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-frame:after {
  content: "\10E04F";
}

/* line 1905, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-frame-open:after {
  content: "\10E050";
}

/* line 1906, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-maximize:after {
  content: "\10F2D0";
}

/* line 1907, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-minimize:after {
  content: "\10F2D1";
}

/* line 1908, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-window-restore:after {
  content: "\10F2D2";
}

/* line 1909, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-windsock:after {
  content: "\10F777";
}

/* line 1910, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wine-bottle:after {
  content: "\10F72F";
}

/* line 1911, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wine-glass:after {
  content: "\10F4E3";
}

/* line 1912, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wine-glass-alt:after {
  content: "\10F5CE";
}

/* line 1913, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-won-sign:after {
  content: "\10F159";
}

/* line 1914, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wreath:after {
  content: "\10F7E2";
}

/* line 1915, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-wrench:after {
  content: "\10F0AD";
}

/* line 1916, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-x-ray:after {
  content: "\10F497";
}

/* line 1917, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-yen-sign:after {
  content: "\10F157";
}

/* line 1918, node_modules/@fortawesome/fontawesome-pro/scss/duotone.scss */

.fad.fa-yin-yang:after {
  content: "\10F6AD";
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

body {
  background-color: #e03e64;
}

/* line 6, resources/assets/styles/common/_global.scss */

.main {
  background-color: #C30045;
}

/* line 10, resources/assets/styles/common/_global.scss */

p {
  color: #fff;
}

/* line 14, resources/assets/styles/common/_global.scss */

.bullet-nav {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 14, resources/assets/styles/common/_global.scss */

  .bullet-nav {
    right: 15px;
  }
}

/* line 28, resources/assets/styles/common/_global.scss */

.bullet-nav li {
  display: block;
  list-style: none;
  margin: 9px 0;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all linear 150ms;
}

/* line 41, resources/assets/styles/common/_global.scss */

.bullet-nav li.active,
.bullet-nav li:hover {
  background-color: #fff;
}

/* line 48, resources/assets/styles/common/_global.scss */

#belfius-backdrop {
  background-color: #632035;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
  transition: all linear 150ms;
}

/* line 60, resources/assets/styles/common/_global.scss */

#belfius-backdrop.show {
  opacity: 0.8;
  pointer-events: all;
}

/* line 80, resources/assets/styles/common/_global.scss */

.belfius-video > div {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/* line 85, resources/assets/styles/common/_global.scss */

.belfius-video > div iframe {
  width: 100%;
  height: 100%;
}

/* line 92, resources/assets/styles/common/_global.scss */

.only-mobile {
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  /* line 92, resources/assets/styles/common/_global.scss */

  .only-mobile {
    display: inline-block;
  }
}

/* line 100, resources/assets/styles/common/_global.scss */

.only-desktop {
  display: inline-block;
}

@media (hover: none) and (pointer: coarse) {
  /* line 100, resources/assets/styles/common/_global.scss */

  .only-desktop {
    display: none;
  }
}

/* line 108, resources/assets/styles/common/_global.scss */

.debug {
  pointer-events: none;
  width: 1140px;
  height: 100vh;
  background-color: rgba(0, 0, 255, 0.2);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

@media (max-width: 1199.98px) {
  /* line 108, resources/assets/styles/common/_global.scss */

  .debug {
    width: 960px;
  }
}

@media (max-width: 991.98px) {
  /* line 108, resources/assets/styles/common/_global.scss */

  .debug {
    width: 720px;
  }
}

@media (max-width: 767.98px) {
  /* line 108, resources/assets/styles/common/_global.scss */

  .debug {
    width: 540px;
  }
}

@media (max-width: 575.98px) {
  /* line 108, resources/assets/styles/common/_global.scss */

  .debug {
    width: 320px;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn {
  border-radius: 18px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
}

/* line 7, resources/assets/styles/components/_buttons.scss */

.btn.btn-outline {
  border: 1px solid #fff;
  color: #fff;
  transition: all linear 150ms;
}

/* line 12, resources/assets/styles/components/_buttons.scss */

.btn.btn-outline:hover {
  background-color: #fff;
  color: #C30045;
}

/* line 18, resources/assets/styles/components/_buttons.scss */

.btn.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #C30045;
  transition: all linear 150ms;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn.btn-white:hover {
  border-color: #C30045;
  background-color: #C30045;
  color: #fff;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn.btn-bordered-red {
  border: 2px solid #C30045;
  color: #C30045;
}

/* line 35, resources/assets/styles/components/_buttons.scss */

.btn.btn-bordered-red:hover {
  background-color: #C30045;
  color: #fff;
}

/* line 38, resources/assets/styles/components/_buttons.scss */

.btn.btn-bordered-red:hover:active {
  border-color: #C30045;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.3125rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.3125rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.3125rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.3125rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 1, resources/assets/styles/layouts/_header.scss */

.banner {
  padding: 55px 0 30px;
}

@media (max-width: 767.98px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .banner {
    padding: 30px 0 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .banner {
    padding: 0 15px 15px;
  }
}

/* line 13, resources/assets/styles/layouts/_header.scss */

.banner::after {
  /*content: "";
    position: absolute;*/
  top: -200px;
  left: 0;
  right: -400px;
  height: 563px;
  background: radial-gradient(ellipse at center, white 0%, #C30045 70%);
  pointer-events: none;
  z-index: 2;
}

/* line 28, resources/assets/styles/layouts/_header.scss */

.banner > .container {
  position: relative;
  z-index: 5;
}

/* line 33, resources/assets/styles/layouts/_header.scss */

.banner .banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  /* line 51, resources/assets/styles/layouts/_header.scss */

  .banner .brand img {
    max-width: 104px;
  }
}

/* line 58, resources/assets/styles/layouts/_header.scss */

.banner .top-nav {
  display: flex;
}

/* line 62, resources/assets/styles/layouts/_header.scss */

.banner .language-switcher {
  margin: 0 30px 0 0;
}

@media (max-width: 575.98px) {
  /* line 62, resources/assets/styles/layouts/_header.scss */

  .banner .language-switcher {
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 62, resources/assets/styles/layouts/_header.scss */

  .banner .language-switcher {
    margin: 0;
  }
}

/* line 72, resources/assets/styles/layouts/_header.scss */

.banner .language-switcher .language-switcher-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 77, resources/assets/styles/layouts/_header.scss */

.banner .language-switcher .language-switcher-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.banner .language-switcher .language-switcher-list li.active {
  display: none;
}

/* line 86, resources/assets/styles/layouts/_header.scss */

.banner .language-switcher .language-switcher-list li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.49px;
  color: #fff;
}

/* line 98, resources/assets/styles/layouts/_header.scss */

.banner .burger-menu-btn {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: default;
}

@media (max-width: 575.98px) {
  /* line 98, resources/assets/styles/layouts/_header.scss */

  .banner .burger-menu-btn {
    display: none;
  }
}

/* line 113, resources/assets/styles/layouts/_header.scss */

.home .banner::before {
  content: none;
  display: none;
  /*position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 1763px;
      background-image: url(../images/3840_Homepage_section_01.jpg);
      background-position: top right;
      background-repeat: no-repeat;
      background-size: cover;
      pointer-events: none;
      z-index: 3;*/
}

/* line 2, resources/assets/styles/layouts/_footer.scss */

.home footer.content-info {
  padding: 0;
  background: linear-gradient(0deg, #fff, #FFDEE5);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  /* line 2, resources/assets/styles/layouts/_footer.scss */

  .home footer.content-info {
    padding: 0;
    background: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 2, resources/assets/styles/layouts/_footer.scss */

  .home footer.content-info {
    padding: 0;
    background: none;
  }
}

/* line 31, resources/assets/styles/layouts/_footer.scss */

.successstory-template-default footer.content-info {
  padding: 20px 0 0;
  background: linear-gradient(0deg, #fff, #FFDEE5);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-color: #fff;
}

/* line 41, resources/assets/styles/layouts/_footer.scss */

footer.content-info {
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  /* line 41, resources/assets/styles/layouts/_footer.scss */

  footer.content-info {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  /* line 41, resources/assets/styles/layouts/_footer.scss */

  footer.content-info {
    margin: 0;
    padding: 40px 0 0;
  }
}

/* line 60, resources/assets/styles/layouts/_footer.scss */

footer.content-info .footer-inner {
  position: relative;
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom {
  padding: 100px 0;
}

/* line 68, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .bottom-grid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  z-index: 1;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .bottom-grid::after {
  content: "";
  position: absolute;
  bottom: -851px;
  right: -530px;
  width: 1011px;
  height: 989px;
  background-repeat: no-repeat;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/equal-3D.png);
  background-size: contain;
  background-position: top right;
  z-index: 0;
}

@media (max-width: 767.98px) {
  /* line 75, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid::after {
    bottom: -454px;
    right: -339px;
    width: 680px;
    height: 680px;
  }
}

@media (max-width: 575.98px) {
  /* line 75, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid::after {
    bottom: -454px;
    right: initial;
    left: 140px;
    width: 592px;
    height: 665px;
  }
}

/* line 104, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .bottom-grid > div {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  /* line 68, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  /* line 68, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid {
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  /* line 68, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991.98px) {
  /* line 121, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid .col-logo {
    flex-basis: 50%;
    order: 1;
  }
}

@media (max-width: 575.98px) {
  /* line 128, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid .col-nav {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 135, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid .col-social {
    flex-basis: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 135, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .bottom-grid .col-social {
    flex-basis: 50%;
    order: 2;
  }
}

/* line 148, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom h1,
footer.content-info .bottom .h1 {
  font-size: 14px;
  color: #51626f;
}

@media (max-width: 767.98px) {
  /* line 148, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom h1,
  footer.content-info .bottom .h1 {
    text-align: left;
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  /* line 148, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom h1,
  footer.content-info .bottom .h1 {
    margin-left: 20px;
    font-size: 10px;
  }
}

/* line 162, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom h1 img,
footer.content-info .bottom .h1 img {
  display: inline-block;
  margin-right: 30px;
  vertical-align: bottom;
  max-width: 100px;
}

@media (max-width: 767.98px) {
  /* line 162, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom h1 img,
  footer.content-info .bottom .h1 img {
    display: block;
    margin-bottom: 10px;
  }
}

/* line 181, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .nav-footer .nav {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  /* line 181, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .nav-footer .nav {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  /* line 181, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .nav-footer .nav {
    justify-content: center;
    margin-top: 15px;
    margin-left: 20px;
  }
}

/* line 200, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .nav-footer .nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 205, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .nav-footer .nav li a {
  display: block;
  margin: 0 19px;
  font-size: 18px;
  color: #51626f;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  /* line 205, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .nav-footer .nav li a {
    margin: 0;
  }
}

/* line 216, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .nav-footer .nav li a:hover {
  color: #C30045;
}

@media (max-width: 991.98px) {
  /* line 222, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .nav-footer .nav li:first-child a {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 232, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .nav-footer.nav-footer-mobile .nav {
    display: block;
    text-align: left;
  }
}

/* line 239, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .nav-footer.nav-footer-mobile .nav li a {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  /* line 239, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .nav-footer.nav-footer-mobile .nav li a {
    font-size: 10px;
  }
}

/* line 251, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .social-networks {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  /* line 251, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .social-networks {
    justify-content: flex-end;
    margin: 30px auto 0;
  }
}

@media (max-width: 767.98px) {
  /* line 251, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .social-networks {
    margin: 5px 0 0;
  }
}

@media (max-width: 575.98px) {
  /* line 251, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .social-networks {
    width: fit-content;
    justify-content: space-around;
    margin: 5px 0 0;
  }
}

/* line 275, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .social-networks li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 280, resources/assets/styles/layouts/_footer.scss */

footer.content-info .bottom .social-networks li a {
  display: block;
  margin: 0 10px;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  /* line 280, resources/assets/styles/layouts/_footer.scss */

  footer.content-info .bottom .social-networks li a {
    margin: 0 2px;
  }
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* line 8, resources/assets/styles/layouts/_pages.scss */

body {
  touch-action: pan-y !important;
  min-height: 100vh;
}

/* line 13, resources/assets/styles/layouts/_pages.scss */

.page {
  overflow-x: hidden;
  width: 100%;
}

/* line 18, resources/assets/styles/layouts/_pages.scss */

.page-header {
  position: relative;
  /*margin: -110px 0 0;*/
  background-color: #C30045;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  /* line 18, resources/assets/styles/layouts/_pages.scss */

  .page-header {
    margin-top: 0;
  }
}

/* line 28, resources/assets/styles/layouts/_pages.scss */

.page-header > .container {
  position: relative;
  z-index: 5;
}

/* line 33, resources/assets/styles/layouts/_pages.scss */

.page-header .page-header-inner {
  position: relative;
  padding: 1px 0 0;
  z-index: 2;
}

/* line 48, resources/assets/styles/layouts/_pages.scss */

.page-header .page-header-inner .image-header {
  position: absolute;
}

/* line 51, resources/assets/styles/layouts/_pages.scss */

.page-header .page-header-inner .image-header.image-header-1 {
  transform: translateX(-50%);
}

@media (max-width: 575.98px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 135px;
    left: calc(54%);
    max-width: 210px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 135px;
    left: calc(54%);
    max-width: 210px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 128px;
    left: 275px;
    max-width: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 100px;
    left: 380px;
    max-width: 470px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 90px;
    left: 380px;
    max-width: 520px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 110px;
    left: calc(33% + 22px);
    max-width: 520px;
  }
}

@media (min-width: 1600px) {
  /* line 51, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-1 {
    top: 118px;
    right: initial;
    left: calc(42% + 22px);
    max-width: 830px;
  }
}

/* line 93, resources/assets/styles/layouts/_pages.scss */

.page-header .page-header-inner .image-header.image-header-2 {
  transform: translateX(-50%);
  z-index: 7;
}

@media (max-width: 575.98px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -19px;
    left: calc(57% - 17px);
    max-width: 440px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -155px;
    left: calc(57% - 24px);
    max-width: 530px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -265px;
    left: calc(47% - 22px);
    max-width: 800px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -345px;
    left: calc(49% - 22px);
    max-width: 1120px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -370px;
    left: 41%;
    max-width: 1250px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -425px;
    left: calc(41% - 22px);
    max-width: 1250px;
  }
}

@media (min-width: 1600px) {
  /* line 93, resources/assets/styles/layouts/_pages.scss */

  .page-header .page-header-inner .image-header.image-header-2 {
    top: -630px;
    left: calc(50% - 22px);
    max-width: 2000px;
  }
}

/* line 137, resources/assets/styles/layouts/_pages.scss */

.page-header .btn-scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 3;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}

/* line 149, resources/assets/styles/layouts/_pages.scss */

.page-header .btn-scroll-down img {
  display: block;
  margin: 0 auto 5px;
}

/* line 155, resources/assets/styles/layouts/_pages.scss */

.page-header h1,
.page-header .h1 {
  position: relative;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  z-index: 5;
}

@media (max-width: 1399.98px) {
  /* line 155, resources/assets/styles/layouts/_pages.scss */

  .page-header h1,
  .page-header .h1 {
    top: 80px;
  }
}

@media (max-width: 1199.98px) {
  /* line 155, resources/assets/styles/layouts/_pages.scss */

  .page-header h1,
  .page-header .h1 {
    top: 91px;
  }
}

@media (max-width: 991.98px) {
  /* line 155, resources/assets/styles/layouts/_pages.scss */

  .page-header h1,
  .page-header .h1 {
    margin-top: 80px;
    top: 45px;
  }
}

@media (max-width: 767.98px) {
  /* line 155, resources/assets/styles/layouts/_pages.scss */

  .page-header h1,
  .page-header .h1 {
    top: 38px;
  }
}

@media (max-width: 575.98px) {
  /* line 155, resources/assets/styles/layouts/_pages.scss */

  .page-header h1,
  .page-header .h1 {
    margin-top: 0;
    top: 31px;
  }
}

/* line 190, resources/assets/styles/layouts/_pages.scss */

.page-header h1 span,
.page-header .h1 span {
  display: block;
  position: absolute;
  letter-spacing: -2px;
  white-space: nowrap;
}

/* line 196, resources/assets/styles/layouts/_pages.scss */

.page-header h1 span:nth-child(1),
.page-header .h1 span:nth-child(1) {
  font-weight: 700;
  letter-spacing: -0.87px;
  line-height: 0;
}

@media (max-width: 575.98px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 48px;
    font-size: 23px;
    left: calc(50% - 126px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 60px;
    font-size: 23px;
    left: calc(50% - 120px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 42px;
    font-size: 30px;
    left: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 54px;
    font-size: 34px;
    left: 98px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 56px;
    font-size: 38px;
    left: 100px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 66px;
    font-size: 50px;
    left: 120px;
  }
}

@media (min-width: 1600px) {
  /* line 196, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(1),
  .page-header .h1 span:nth-child(1) {
    top: 112px;
    font-size: 60px;
    left: 166px;
  }
}

/* line 239, resources/assets/styles/layouts/_pages.scss */

.page-header h1 span:nth-child(2),
.page-header .h1 span:nth-child(2) {
  position: relative;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    font-size: 158px;
    left: calc(50% - 167px);
    top: 5px;
    letter-spacing: -5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    font-size: 210px;
    left: calc(50% - 167px);
    top: 5px;
    letter-spacing: -5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    top: -35px;
    font-size: 300px;
    left: 0;
    letter-spacing: -12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    top: -46px;
    font-size: 400px;
    left: 0;
    letter-spacing: -14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    top: -51px;
    font-size: 420px;
    left: 0;
    letter-spacing: -15px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    top: -61px;
    font-size: 500px;
    left: 0;
    letter-spacing: -16px;
  }
}

@media (min-width: 1600px) {
  /* line 239, resources/assets/styles/layouts/_pages.scss */

  .page-header h1 span:nth-child(2),
  .page-header .h1 span:nth-child(2) {
    top: -61px;
    font-size: 700px;
    left: 0;
    letter-spacing: -18px;
  }
}

/* line 295, resources/assets/styles/layouts/_pages.scss */

.page-header h2,
.page-header .h2 {
  position: relative;
  color: #fff;
  font-weight: 700;
  z-index: 9;
  letter-spacing: -0.87px;
}

@media (max-width: 575.98px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 125px;
    font-size: 23px;
    left: calc(50% - 126px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 25px;
    font-size: 23px;
    left: calc(50% - 126px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 14px;
    font-size: 30px;
    left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 50px;
    font-size: 34px;
    left: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 70px;
    font-size: 38px;
    left: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 0;
    font-size: 50px;
    left: 80px;
  }
}

@media (min-width: 1600px) {
  /* line 295, resources/assets/styles/layouts/_pages.scss */

  .page-header h2,
  .page-header .h2 {
    top: 80px;
    font-size: 60px;
    left: 128px;
  }
}

/* line 338, resources/assets/styles/layouts/_pages.scss */

.page-header h2 span,
.page-header .h2 span {
  display: block;
}

/* line 343, resources/assets/styles/layouts/_pages.scss */

.page-header::before,
.page-header::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}

/* line 353, resources/assets/styles/layouts/_pages.scss */

.page-header::before {
  display: none;
  top: 0;
  left: -68px;
  width: 641px;
  height: 359px;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/header-bar-1.png);
  z-index: 3;
}

/* line 365, resources/assets/styles/layouts/_pages.scss */

.main .intro {
  position: relative;
  text-align: justify;
  font-size: 20px;
  line-height: 31px;
  z-index: 5;
  margin-top: -67px;
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  /* line 365, resources/assets/styles/layouts/_pages.scss */

  .main .intro {
    margin-top: -46px;
  }
}

@media (max-width: 991.98px) {
  /* line 365, resources/assets/styles/layouts/_pages.scss */

  .main .intro {
    margin-top: 65px;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 365, resources/assets/styles/layouts/_pages.scss */

  .main .intro {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 389, resources/assets/styles/layouts/_pages.scss */

.main .intro p {
  text-shadow: 0 0 10px #000;
}

@media (max-width: 767.98px) {
  /* line 389, resources/assets/styles/layouts/_pages.scss */

  .main .intro p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  /* line 389, resources/assets/styles/layouts/_pages.scss */

  .main .intro p {
    font-size: 14px;
    line-height: 23px;
  }
}

/* line 405, resources/assets/styles/layouts/_pages.scss */

.page-fr {
  /* Specifications Header FR */
}

@media (min-width: 768px) {
  /* line 407, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h1,
  .page-fr .page-header .h1 {
    text-indent: -22px;
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (min-width: 992px) {
  /* line 407, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h1,
  .page-fr .page-header .h1 {
    text-indent: -30px;
  }
}

@media (min-width: 1200px) {
  /* line 407, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h1,
  .page-fr .page-header .h1 {
    text-indent: -32px;
  }
}

@media (min-width: 1400px) {
  /* line 407, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h1,
  .page-fr .page-header .h1 {
    text-indent: -40px;
  }
}

@media (min-width: 1600px) {
  /* line 407, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h1,
  .page-fr .page-header .h1 {
    text-indent: -52px;
  }
}

/* line 431, resources/assets/styles/layouts/_pages.scss */

.page-fr .page-header h2,
.page-fr .page-header .h2 {
  top: 100px;
}

@media (min-width: 576px) {
  /* line 431, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h2,
  .page-fr .page-header .h2 {
    top: 36px;
  }
}

@media (min-width: 768px) {
  /* line 431, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h2,
  .page-fr .page-header .h2 {
    top: 0;
  }
}

@media (min-width: 992px) {
  /* line 431, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h2,
  .page-fr .page-header .h2 {
    top: 50px;
  }
}

@media (min-width: 1200px) {
  /* line 431, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h2,
  .page-fr .page-header .h2 {
    top: 25px;
  }
}

@media (min-width: 1400px) {
  /* line 431, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header h2,
  .page-fr .page-header .h2 {
    top: 0;
  }
}

/* line 457, resources/assets/styles/layouts/_pages.scss */

.page-fr .page-header .page-header-inner .image-header.image-header-1 {
  top: 125px;
  left: 59%;
}

@media (min-width: 576px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    top: 140px;
    left: 66%;
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    left: 365px;
    max-width: 350px;
  }
}

@media (min-width: 992px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    left: 510px;
    top: 120px;
    max-width: 470px;
  }
}

@media (min-width: 1200px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    left: 530px;
    top: 90px;
    max-width: 520px;
  }
}

@media (min-width: 1400px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    max-width: 580px;
    left: 620px;
    top: 110px;
  }
}

@media (min-width: 1600px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    left: calc(60% + 22px);
    top: 150px;
    max-width: 800px;
  }
}

@media screen and (min-width: 1800px) {
  /* line 457, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-1 {
    left: calc(50% + 22px);
  }
}

/* line 501, resources/assets/styles/layouts/_pages.scss */

.page-fr .page-header .page-header-inner .image-header.image-header-2 {
  top: -23px;
  left: calc(57% - 17px);
}

@media (min-width: 576px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    top: -135px;
    left: calc(62% - 24px);
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    top: -245px;
    left: calc(48% - 24px);
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    top: -295px;
    left: calc(48% - 22px);
    max-width: 1120px;
  }
}

@media (min-width: 1200px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    top: -340px;
    left: calc(42% - 22px);
    max-width: 1160px;
  }
}

@media (min-width: 1400px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    top: -385px;
    left: calc(36% + 22px);
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    top: -560px;
    max-width: 1860px;
    left: calc(50% + 22px);
  }
}

@media screen and (min-width: 1800px) {
  /* line 501, resources/assets/styles/layouts/_pages.scss */

  .page-fr .page-header .page-header-inner .image-header.image-header-2 {
    left: calc(44% + 22px);
  }
}

/* line 675, resources/assets/styles/layouts/_pages.scss */

.page-fr .main .intro {
  margin-top: -125px;
}

@media (max-width: 1399.98px) {
  /* line 675, resources/assets/styles/layouts/_pages.scss */

  .page-fr .main .intro {
    margin-top: -38px;
  }
}

@media (max-width: 1199.98px) {
  /* line 675, resources/assets/styles/layouts/_pages.scss */

  .page-fr .main .intro {
    margin-top: -23px;
  }
}

@media (max-width: 991.98px) {
  /* line 675, resources/assets/styles/layouts/_pages.scss */

  .page-fr .main .intro {
    margin-top: 17px;
  }
}

@media (max-width: 767.98px) {
  /* line 675, resources/assets/styles/layouts/_pages.scss */

  .page-fr .main .intro {
    margin-top: 87px;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
  min-height: 0;
}

/* line 2, resources/assets/styles/yente.scss */

.story-intro-content {
  margin-top: 10.5px;
  margin-bottom: auto;
}

/* line 5, resources/assets/styles/yente.scss */

.story-intro-content p {
  color: #C30045;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

/* line 13, resources/assets/styles/yente.scss */

.btn-go-to-story {
  background-color: #C30045;
  color: white;
  font-size: 15px;
  margin-top: 25px;
  border-radius: 50px;
  font-weight: bold;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 13, resources/assets/styles/yente.scss */

  .btn-go-to-story {
    padding: 20px;
  }
}

/* line 28, resources/assets/styles/yente.scss */

.btn-go-to-story i {
  margin-left: 7px;
  font-size: 30px;
  vertical-align: middle;
  font-weight: 300;
}

/* line 37, resources/assets/styles/yente.scss */

.my-list .btn-go-to-story {
  background-color: #C30045;
  color: white;
  font-size: 20px;
  line-height: 20px;
  margin-top: 25px;
  padding: 19px 22.9px 21px 22.1px;
  border-radius: 50px;
  font-weight: bold;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 37, resources/assets/styles/yente.scss */

  .my-list .btn-go-to-story {
    padding: 20px;
  }
}

/* line 53, resources/assets/styles/yente.scss */

.my-list .btn-go-to-story i {
  margin-left: 20px;
  font-size: 40px;
  vertical-align: middle;
}

/* line 61, resources/assets/styles/yente.scss */

.story-name {
  color: #51626F;
  display: inline;
  font-size: 20px;
  line-height: 25px !important;
  font-weight: bold;
}

/* line 69, resources/assets/styles/yente.scss */

.story-footer {
  bottom: 0;
  width: 100%;
}

/* line 77, resources/assets/styles/yente.scss */

.swiper-slide {
  height: auto;
}

/* line 82, resources/assets/styles/yente.scss */

.story-card {
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
  width: 396px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.47);
}

/* line 103, resources/assets/styles/yente.scss */

.story-item {
  margin: auto;
  height: 100%;
}

/* line 108, resources/assets/styles/yente.scss */

.swiper-wrapper {
  width: 100%;
}

/* line 111, resources/assets/styles/yente.scss */

.card-body {
  margin: 19.5px 16.9px 19.8px 16.9px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 119, resources/assets/styles/yente.scss */

.story-img {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 126, resources/assets/styles/yente.scss */

.single-successstory .story-img {
  height: 450px;
}

@media screen and (max-width: 992px) {
  /* line 132, resources/assets/styles/yente.scss */

  .single-successstory .story-img {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  /* line 138, resources/assets/styles/yente.scss */

  .single-successstory .story-img {
    height: 450px;
  }
}

/*.story-img::after {
  height: 403px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  content: "";

}*/

/* line 154, resources/assets/styles/yente.scss */

.story-img-gradient {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(195, 0, 69, 0.7) 0%, rgba(195, 0, 69, 0.5) 45%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%);
  transition: height 0.5s;
}

/* line 165, resources/assets/styles/yente.scss */

.story-img-gradient-white {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff65, #ffffff65);
  transition: height 0.5s;
}

/* line 175, resources/assets/styles/yente.scss */

.story:hover .story-img-gradient {
  height: 100%;
  background: linear-gradient(180deg, #C300459E, #C3004500);
}

/* line 180, resources/assets/styles/yente.scss */

.story:hover .story-intro-content p {
  color: #9c0037;
}

/* line 184, resources/assets/styles/yente.scss */

.story:hover .btn {
  background-color: #9c0037;
}

/* line 188, resources/assets/styles/yente.scss */

.story-img-background {
  object-fit: cover;
  height: 100%;
  z-index: -1;
}

/* line 195, resources/assets/styles/yente.scss */

.story-img-profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 195, resources/assets/styles/yente.scss */

  .story-img-profile {
    width: 90%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 195, resources/assets/styles/yente.scss */

  .story-img-profile {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 195, resources/assets/styles/yente.scss */

  .story-img-profile {
    width: 80%;
  }
}

/* line 221, resources/assets/styles/yente.scss */

.story-img-icon {
  position: absolute;
  top: 33.3px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 221, resources/assets/styles/yente.scss */

  .story-img-icon {
    top: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 221, resources/assets/styles/yente.scss */

  .story-img-icon {
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 221, resources/assets/styles/yente.scss */

  .story-img-icon {
    top: 10px;
  }
}

/* line 247, resources/assets/styles/yente.scss */

.swiper-container {
  padding: 0,100px;
}

/* line 250, resources/assets/styles/yente.scss */

.story-company {
  font-size: 16px;
}

/* line 254, resources/assets/styles/yente.scss */

.home .story {
  height: 100%;
}

/* line 258, resources/assets/styles/yente.scss */

.story {
  display: flex;
  align-items: center;
  height: auto;
  z-index: 3;
}

/* line 265, resources/assets/styles/yente.scss */

.story-featured {
  width: 100%;
  margin: auto;
  overflow: initial;
}

/* line 271, resources/assets/styles/yente.scss */

.swiper-button {
  top: 50%;
  transform: translateY(-50%);
}

/* line 276, resources/assets/styles/yente.scss */

.swiper-button .swiper-button-prev {
  left: 0%;
  transform: translateX(-10%);
}

/* line 281, resources/assets/styles/yente.scss */

.swiper-pagination {
  position: static;
  text-align: center;
}

/* line 287, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .story-card {
  width: 396px;
  overflow: hidden;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.47);
}

/* line 299, resources/assets/styles/yente.scss */

.all-stories-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1900px;
  margin: auto;
  padding: 0 100px;
  row-gap: 150px;
  z-index: 10;
  transform: translateY(-100px);
}

/* line 313, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .main {
  background-color: white;
}

/* line 317, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .banner:after {
  content: none;
}

/* line 321, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header h1,
.page-template-entrepreneurs .page-header .h1 {
  z-index: 8;
}

/* line 325, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header {
  overflow: hidden;
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/stripe-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 332, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header .image-header.image-header-1 {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  max-width: none;
  position: absolute;
  object-fit: fill;
}

/* line 343, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header {
  margin: -114px 0 0;
}

/* line 348, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header .page-header-inner .image-header.image-header-2,
.page-template-entrepreneurs.page-fr .page-header .page-header-inner .image-header.image-header-2 {
  top: 400px;
  left: 220px;
  transform: translateX(-50%);
  max-width: 1280px;
}

/* line 356, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header-inner {
  height: 680px;
}

/* line 360, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .page-header h1,
.page-template-entrepreneurs .page-header .h1 {
  left: 0;
  top: auto;
  bottom: -300px;
  transform: none;
  font-size: 40px;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 360, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .page-header h1,
  .page-template-entrepreneurs .page-header .h1 {
    font-size: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 360, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .page-header h1,
  .page-template-entrepreneurs .page-header .h1 {
    font-size: 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 360, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .page-header h1,
  .page-template-entrepreneurs .page-header .h1 {
    font-size: 50px;
  }
}

@media (min-width: 1600px) {
  /* line 360, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .page-header h1,
  .page-template-entrepreneurs .page-header .h1 {
    font-size: 60px;
  }
}

/* line 381, resources/assets/styles/yente.scss */

.page-template-entrepreneurs .banner {
  padding: 30px 0 30px;
}

/* line 385, resources/assets/styles/yente.scss */

.page-template-entrepreneurs footer.content-info .bottom .bottom-grid::after {
  bottom: -850px;
}

@media screen and (max-width: 990px) {
  /* line 390, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .page-header h1,
  .page-template-entrepreneurs .page-header .h1 {
    font-size: 35px;
    line-height: 40px;
    bottom: -150px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 398, resources/assets/styles/yente.scss */

  .page-header {
    margin: -110px 0 0;
  }
}

/* line 404, resources/assets/styles/yente.scss */

.lang {
  position: relative;
}

/* line 408, resources/assets/styles/yente.scss */

.lang-circle {
  border: 2px solid white;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  /* line 408, resources/assets/styles/yente.scss */

  .lang-circle {
    width: 42px;
    height: 42px;
  }
}

/* line 426, resources/assets/styles/yente.scss */

.overviewlink {
  border: 2px solid white;
  border-radius: 50px;
  padding: 20px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

/* line 439, resources/assets/styles/yente.scss */

.overviewlink:hover {
  color: white;
}

/* line 443, resources/assets/styles/yente.scss */

.top-nav {
  align-items: center;
}

/* line 447, resources/assets/styles/yente.scss */

.lang a {
  font-size: 20px;
}

/* line 451, resources/assets/styles/yente.scss */

.share-wrapper {
  padding: 0 10px;
}

/* line 455, resources/assets/styles/yente.scss */

.ctas #ctaCarousel .carousel-item p {
  line-height: 1.8;
}

/* line 461, resources/assets/styles/yente.scss */

.container .entry-content {
  background: none;
  padding: 0 45px;
}

@media (max-width: 575.98px) {
  /* line 461, resources/assets/styles/yente.scss */

  .container .entry-content {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 461, resources/assets/styles/yente.scss */

  .container .entry-content {
    padding: 0;
  }
}

/* line 472, resources/assets/styles/yente.scss */

.single-successstory .entry-top {
  padding: 0;
  background: linear-gradient(0deg, #fff, #FFDEE5);
  position: relative;
}

/* line 479, resources/assets/styles/yente.scss */

.single-successstory .entry-content .container .passionate-block {
  margin: 0;
  padding-left: 320px;
  position: relative;
}

@media screen and (max-width: 992px) {
  /* line 487, resources/assets/styles/yente.scss */

  .single-successstory .entry-content .container .passionate-block {
    margin: 0;
    padding-left: 0px;
  }
}

@media screen and (max-width: 575px) {
  /* line 495, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .story-card {
    width: 100%;
    min-height: 100%;
  }

  /* line 498, resources/assets/styles/yente.scss */

  .page-template-entrepreneurs .story-card .story-footer {
    position: initial;
  }

  /* line 503, resources/assets/styles/yente.scss */

  .all-stories-container {
    padding: 0 20px;
  }
}

/* line 511, resources/assets/styles/yente.scss */

.main {
  background: #c30045;
  background: linear-gradient(180deg, #c30045 0%, rgba(195, 0, 69, 0) 50%);
  background-attachment: fixed;
}

/* line 520, resources/assets/styles/yente.scss */

.allgradient-wrapper {
  position: absolute;
  top: 0;
}

/* line 525, resources/assets/styles/yente.scss */

.ot-sdk-show-settings {
  cursor: pointer;
}

/* line 530, resources/assets/styles/yente.scss */

body #ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #C30045;
  border: 1px solid #C30045;
  border-radius: 50px;
}

/* line 536, resources/assets/styles/yente.scss */

body #ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  color: #fff;
  background-color: #C30045;
}

/* line 541, resources/assets/styles/yente.scss */

.ctaCarousel .btn {
  border-radius: 50px;
}

/* line 545, resources/assets/styles/yente.scss */

.onetrust-pc-dark-filter {
  backdrop-filter: blur(10px);
}

/* line 549, resources/assets/styles/yente.scss */

.single-successstory .container .entry-content p {
  color: black;
  font-size: 20px;
  line-height: 35px;
}

@media (max-width: 575.98px) {
  /* line 549, resources/assets/styles/yente.scss */

  .single-successstory .container .entry-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 549, resources/assets/styles/yente.scss */

  .single-successstory .container .entry-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

/* line 566, resources/assets/styles/yente.scss */

.home .container p {
  font-size: 20px;
  line-height: 30px;
}

/* line 1, resources/assets/styles/layouts/_bart.scss */

.br-25 {
  border-radius: 25px;
}

/* line 5, resources/assets/styles/layouts/_bart.scss */

.btn-transparent {
  background: transparent;
  border: none;
}

/* line 10, resources/assets/styles/layouts/_bart.scss */

.main {
  position: relative;
}

/* line 14, resources/assets/styles/layouts/_bart.scss */

.home,
.home main {
  background-color: transparent;
}

/* line 18, resources/assets/styles/layouts/_bart.scss */

img.pill-top-left,
img.pills-entrepreneurs,
img.pills-footer-ctas,
img.pills-entrepreneur-detail {
  position: absolute;
}

/* line 22, resources/assets/styles/layouts/_bart.scss */

img.pills-footer-ctas {
  transform: translate(-40%, -150px);
  left: 50%;
}

/* line 27, resources/assets/styles/layouts/_bart.scss */

img.pills-entrepreneur-detail {
  transform: translate(-40%, -150px);
  left: 50%;
}

/* line 32, resources/assets/styles/layouts/_bart.scss */

img.pill-top-left {
  left: -305px;
  top: 10px;
  z-index: 3;
}

/* line 38, resources/assets/styles/layouts/_bart.scss */

img.pills-swiper {
  position: absolute;
}

@media (max-width: 575.98px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -100px);
    width: 90%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -100px);
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -120px);
    width: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -230px);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -230px);
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -300px);
  }
}

@media (min-width: 1600px) {
  /* line 38, resources/assets/styles/layouts/_bart.scss */

  img.pills-swiper {
    transform: translate(0, -300px);
  }
}

/* line 67, resources/assets/styles/layouts/_bart.scss */

img.pills-entrepreneurs {
  top: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
}

@media (max-width: 575.98px) {
  /* line 67, resources/assets/styles/layouts/_bart.scss */

  img.pills-entrepreneurs {
    width: 80%;
    transform: translate(-50%, -50%);
    bottom: 0;
    left: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 67, resources/assets/styles/layouts/_bart.scss */

  img.pills-entrepreneurs {
    width: 80%;
    transform: translate(-50%, -50%);
    bottom: 0;
    left: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 67, resources/assets/styles/layouts/_bart.scss */

  img.pills-entrepreneurs {
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 67, resources/assets/styles/layouts/_bart.scss */

  img.pills-entrepreneurs {
    width: 80%;
  }
}

/* line 101, resources/assets/styles/layouts/_bart.scss */

img.pills-footer-ctas {
  bottom: 40px;
  z-index: -1;
  max-width: 90%;
  position: absolute;
  transform: translate(-50%, 50%);
  left: 50%;
}

/* line 110, resources/assets/styles/layouts/_bart.scss */

img.pills-entrepreneur-detail {
  bottom: 0px;
  z-index: 1;
}

/* line 115, resources/assets/styles/layouts/_bart.scss */

.bg-gradient-entrepreneur-1 {
  height: 841px;
  background: linear-gradient(45deg, #E17887, #E6105C, #C30045, #8C193C);
}

/* line 120, resources/assets/styles/layouts/_bart.scss */

.bg-gradient-entrepreneur-2 {
  height: 889px;
  background: linear-gradient(180deg, #C50745, white);
}

/* line 125, resources/assets/styles/layouts/_bart.scss */

.gradient-wrap {
  margin-top: -830px;
}

/* line 129, resources/assets/styles/layouts/_bart.scss */

.bg-gradient-entrepreneur-3 {
  height: 155px;
  background: linear-gradient(0deg, #C50745, #C3004500);
  position: relative;
}

/* line 135, resources/assets/styles/layouts/_bart.scss */

.bg-gradient-entrepreneur-2 {
  height: 569px;
  background: linear-gradient(180deg, #C50745, white);
}

/* line 141, resources/assets/styles/layouts/_bart.scss */

.page-header + .container {
  margin-top: 500px;
  margin-bottom: 400px;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 200px;
    margin-bottom: 230px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 200px;
    margin-bottom: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 140px;
    margin-bottom: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 320px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 320px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 300px;
  }
}

@media (min-width: 1600px) {
  /* line 141, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container {
    margin-top: 300px;
  }
}

/* line 169, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .row {
  background: linear-gradient(180deg, white, #FFDEE5);
  height: 100%;
  border-radius: 15px;
  margin-left: 138px;
  margin-right: 138px;
}

/* line 176, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .belfius-video {
  z-index: 2;
  padding-top: 47px;
  margin-bottom: -50px;
  position: absolute;
  width: calc(100% + 138px);
  left: -138px;
  top: 0;
}

/* line 186, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-xl-7 {
  padding-left: 0;
  position: relative;
}

/* line 190, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-xl-5 {
  padding-left: 38px;
  padding-right: 50px;
  padding-top: 47px;
  padding-bottom: 47px;
}

/* line 195, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-xl-5 h2,
.page-header + .container .col-xl-5 .h2,
.page-header + .container .col-xl-5 p {
  position: relative;
  z-index: 2;
}

/* line 199, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-xl-5 h2,
.page-header + .container .col-xl-5 .h2 {
  color: #C30045;
  font-weight: bold;
  margin-bottom: 22px;
  max-width: 465px;
}

@media (max-width: 575.98px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  /* line 199, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

/* line 233, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-xl-5 p {
  color: black;
}

/* line 235, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-xl-5 p:last-child {
  margin-bottom: 0;
}

/* line 241, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-lg-12 {
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 47px;
  padding-bottom: 47px;
}

@media (max-width: 575.98px) {
  /* line 241, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 241, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 264, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-lg-12 h2,
.page-header + .container .col-lg-12 .h2,
.page-header + .container .col-lg-12 p {
  position: relative;
  z-index: 2;
}

/* line 268, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-lg-12 h2,
.page-header + .container .col-lg-12 .h2 {
  color: #C30045;
  font-weight: bold;
  margin-bottom: 22px;
}

@media (max-width: 575.98px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  /* line 268, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-lg-12 h2,
  .page-header + .container .col-lg-12 .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

/* line 301, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-lg-12 p {
  color: black;
}

/* line 303, resources/assets/styles/layouts/_bart.scss */

.page-header + .container .col-lg-12 p:last-child {
  margin-bottom: 0;
}

/* line 310, resources/assets/styles/layouts/_bart.scss */

.page-header h1,
.page-header .h1 {
  left: -40px;
  transform: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 310, resources/assets/styles/layouts/_bart.scss */

  .page-header h1,
  .page-header .h1 {
    left: -23px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 310, resources/assets/styles/layouts/_bart.scss */

  .page-header h1,
  .page-header .h1 {
    left: -30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 310, resources/assets/styles/layouts/_bart.scss */

  .page-header h1,
  .page-header .h1 {
    left: -30px;
  }
}

/* line 327, resources/assets/styles/layouts/_bart.scss */

.story-featured .story-card {
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  border: none;
}

/* line 336, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section {
  /* background-image: url('../images/3840_Homepage_section_04.jpg');
  background-size: cover;
  background-repeat: no-repeat;*/
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  /* line 336, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  /* line 349, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section::after {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #FFDEE5 100%);
    height: 600px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }
}

/* line 361, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .entrepreneur-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 460px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

@media (max-width: 575.98px) {
  /* line 361, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .entrepreneur-banner {
    background-position: 60%;
    height: 275px;
    margin-top: 0;
    padding: 0 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 361, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .entrepreneur-banner {
    background-position: 60%;
    height: 275px;
    margin-top: 0;
    padding: 0 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 361, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .entrepreneur-banner {
    padding: 0 25px;
  }
}

/* line 394, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .entrepreneur-banner h2,
.entrepreneur-section .entrepreneur-banner .h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  color: white;
  z-index: 2;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 394, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .entrepreneur-banner h2,
  .entrepreneur-section .entrepreneur-banner .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 394, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .entrepreneur-banner h2,
  .entrepreneur-section .entrepreneur-banner .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

/* line 422, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection {
  padding: 120px 140px 95px 140px;
  background: linear-gradient(180deg, #760E2E, #DE0B56);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575.98px) {
  /* line 422, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 422, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection {
    padding: 20px;
  }
}

/* line 448, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .selector-label {
  color: white;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  /* line 448, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .selector-label {
    font-size: 18px;
    line-height: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 448, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .selector-label {
    font-size: 18px;
    line-height: 35px;
  }
}

/* line 473, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .selector-col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

/* line 481, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .selector-col .selector-btns button {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

/* line 488, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .select-options::-webkit-scrollbar {
  display: none;
}

/* line 491, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .select-options {
  height: 370px;
  overflow-y: hidden;
  color: white;
  font-size: 25px;
  position: relative;
  scrollbar-width: none;
  /* for Firefox */
  /*&:before {
        content: '';
        height: 20px;
        display: block;
        position: sticky;
        top: 35px;
        left: 0;
        width: 100%;
        background: linear-gradient(#C30045, #C3004510);
      }
      &:after {
        content: '';
        height: 20px;
        display: block;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(#C3004510, #C30045);
      }*/
  /* scroll bar width, for use in mask calculations */
  --scrollbar-width: 0px;
  /* mask fade distance, for use in mask calculations */
  --mask-height: 100px;
  /* If content exceeds height of container, overflow! */
  overflow-y: auto;
  /* Our height limit */
  height: 300px;
  /* Need to make sure container has bottom space,
    otherwise content at the bottom is always faded out */
  padding-bottom: var(--mask-height);
  /* Keep some space between content and scrollbar */
  padding-right: 20px;
  /* The CSS mask */
  /* The content mask is a linear gradient from top to bottom */
  --mask-image-content: linear-gradient(
          to bottom,
          transparent,
          black var(--mask-height),
          black calc(100% - var(--mask-height)),
          transparent
      );
  /* Here we scale the content gradient to the width of the container
    minus the scrollbar width. The height is the full container height */
  --mask-size-content: calc(100% - var(--scrollbar-width)) 100%;
  /* The scrollbar mask is a black pixel */
  --mask-image-scrollbar: linear-gradient(black, black);
  /* The width of our black pixel is the width of the scrollbar.
    The height is the full container height */
  --mask-size-scrollbar: var(--scrollbar-width) 100%;
  mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
  mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
  mask-position: 0 0, 100% 0;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
  -webkit-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
  -webkit-mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat, no-repeat;
}

@media (max-width: 575.98px) {
  /* line 491, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .select-options {
    --mask-height: 75px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 491, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .select-options {
    --mask-height: 75px;
  }
}

@media (max-width: 575.98px) {
  /* line 491, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .select-options {
    height: 150px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 491, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .select-options {
    height: 150px;
  }
}

/* line 587, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .select-options a {
  color: white;
  text-decoration: none;
}

/* line 590, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .select-options a:hover {
  font-weight: bold;
}

/* line 594, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .select-options div:not(:last-child) {
  line-height: 50px;
}

/* line 597, resources/assets/styles/layouts/_bart.scss */

.entrepreneur-section .container-selection .select-options:hover {
  overflow-y: auto;
}

/* line 606, resources/assets/styles/layouts/_bart.scss */

footer .ctas {
  margin-top: 100px;
}

/* line 608, resources/assets/styles/layouts/_bart.scss */

footer .ctas .top-heading {
  font-size: 60px;
  line-height: 70px;
  padding-left: 115px;
  color: #C30045;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

/* line 617, resources/assets/styles/layouts/_bart.scss */

footer .ctas .ctas-row {
  backdrop-filter: blur(10px);
  max-height: 778px;
  background: linear-gradient(to bottom right, #FFDEE580, #FFF);
  padding: 60px 28px;
  border-radius: 20px;
  width: calc(100% - 170px);
  align-items: flex-end;
}

/* line 625, resources/assets/styles/layouts/_bart.scss */

footer .ctas .ctas-row .btn {
  margin-bottom: 15px;
  font-size: 1.4rem;
  border: 0;
}

@media (max-width: 575.98px) {
  /* line 625, resources/assets/styles/layouts/_bart.scss */

  footer .ctas .ctas-row .btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 625, resources/assets/styles/layouts/_bart.scss */

  footer .ctas .ctas-row .btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 625, resources/assets/styles/layouts/_bart.scss */

  footer .ctas .ctas-row .btn {
    font-size: 1.4rem;
  }
}

/* line 640, resources/assets/styles/layouts/_bart.scss */

footer .ctas .ctas-row .btn:not(:last-child) {
  margin-right: 15px;
}

/* line 644, resources/assets/styles/layouts/_bart.scss */

footer .ctas .ctas-row .col-img {
  position: relative;
}

/* line 646, resources/assets/styles/layouts/_bart.scss */

footer .ctas .ctas-row .col-img img {
  position: absolute;
  bottom: 0;
  max-width: 175%;
}

/* line 658, resources/assets/styles/layouts/_bart.scss */

.btn-primary-ghost {
  background-color: transparent;
  color: #C30045;
}

/* line 664, resources/assets/styles/layouts/_bart.scss */

.btn-text-red {
  background-color: transparent;
  border-color: transparent;
  color: #C30045;
  padding: 0;
  display: flex;
  text-align: left;
  width: 100%;
  align-items: center;
  font-weight: bold;
  /*img {
    margin-left: 25px;
    @include media-breakpoint-only(xs) { // (max-width: 575.98px)
      margin-left: 10px;
      //vertical-align: baseline; // David was not there
    }
    @include media-breakpoint-only(sm) { // (min-width: 576px) and (max-width: 767.98px)
      margin-left: 15px;
      vertical-align: baseline; // David was not there
    }
    @include media-breakpoint-only(md) { // (min-width: 768px) and (max-width: 991.98px)
      margin-left: 15px;
      vertical-align: baseline; // David was not there
    }
    @include media-breakpoint-only(lg) { // ((min-width: 992px) and (max-width: 1199.98px)
    }
    @include media-breakpoint-only(xl) { // ((min-width: 1200px) and (max-width: 1399.98px)
    }
    @include media-breakpoint-only(xxl) { // (min-width: 1400px) and (min-width: 1599.98px)
    }
    @include media-breakpoint-only(4k) { // (min-width: 1600px)
    }
  }*/
}

/* line 674, resources/assets/styles/layouts/_bart.scss */

.btn-text-red:hover {
  color: #C30045;
}

/* line 701, resources/assets/styles/layouts/_bart.scss */

.btn-text-red .fa.fa-angle-right {
  font-size: 40px;
  display: inline;
  font-weight: 300;
  vertical-align: text-top;
  line-height: 0.7;
}

@media (max-width: 575.98px) {
  /* line 701, resources/assets/styles/layouts/_bart.scss */

  .btn-text-red .fa.fa-angle-right {
    font-size: 30px;
    line-height: 0.8;
  }
}

/* line 714, resources/assets/styles/layouts/_bart.scss */

.swiper-pagination {
  margin-top: 70px;
}

/* line 719, resources/assets/styles/layouts/_bart.scss */

#ctaCarousel .carousel-item {
  transition: none;
  display: block;
  opacity: 0;
  z-index: -1;
}

/* line 724, resources/assets/styles/layouts/_bart.scss */

#ctaCarousel .carousel-item.active {
  opacity: 1;
  z-index: 1;
}

/* line 728, resources/assets/styles/layouts/_bart.scss */

#ctaCarousel .carousel-item p {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* line 736, resources/assets/styles/layouts/_bart.scss */

.single-successstory {
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/stripe-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 741, resources/assets/styles/layouts/_bart.scss */

.single-successstory .banner {
  padding: 55px 0 30px;
}

/* line 744, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header {
  padding-bottom: 350px;
  margin-top: 70px;
}

/* line 749, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header .container-video-copy .container-inner {
  background: linear-gradient(0deg, #FFFFFF, #FFDEE5);
  height: 100%;
  border-radius: 15px;
  margin-top: 47px;
  margin-left: 138px;
  min-height: 570px;
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 749, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .container-inner {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 749, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .container-inner {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 749, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .container-inner {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 749, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .container-inner {
    margin-left: 0;
  }
}

/* line 781, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header .container-video-copy h1,
.single-successstory .successstory-header .container-video-copy .h1 {
  font-size: 35px;
  line-height: 40px;
  color: #C30045;
  max-width: 465px;
}

@media (max-width: 575.98px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 28px;
    line-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 30px;
    line-height: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 35px;
    line-height: 65px;
  }
}

@media (min-width: 1600px) {
  /* line 781, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy h1,
  .single-successstory .successstory-header .container-video-copy .h1 {
    font-size: 42px;
    line-height: 60px;
  }
}

/* line 818, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header .container-video-copy .col-video {
  padding-left: 0;
  position: relative;
}

/* line 821, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header .container-video-copy .col-video .belfius-video {
  z-index: 2;
  width: calc(100% + 138px);
  transform: translateY(-47px) translateX(-138px);
}

@media (max-width: 991.98px) {
  /* line 821, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-video .belfius-video {
    transform: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 821, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-video .belfius-video {
    width: calc(100% + 50px);
    transform: translateY(-47px) translateX(-50px);
  }
}

/* line 838, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header .container-video-copy .col-text {
  padding-left: 38px;
  padding-right: 50px;
  padding-top: 47px;
  padding-bottom: 47px;
}

@media (max-width: 575.98px) {
  /* line 838, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-text {
    margin-top: -30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 838, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-text {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 838, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-text {
    padding-left: 24px;
    padding-right: 42px;
  }
}

/* line 863, resources/assets/styles/layouts/_bart.scss */

.single-successstory .successstory-header .container-video-copy .col-detail {
  padding: 45px;
}

/* line 868, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top .container {
  background: linear-gradient(0deg, #fff, #FFDEE5);
  padding: 45px;
  max-width: 1478px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  transform: translate(70px, -300px);
  position: relative;
  z-index: 2;
}

/* line 883, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top h1,
.single-successstory .entry-top .h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #C30045;
}

@media (max-width: 1199.98px) {
  /* line 883, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top h1,
  .single-successstory .entry-top .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 893, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top strong {
  margin-top: 40px;
  margin-bottom: 60px;
}

/* line 898, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top .content-intro {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 60px;
}

/* line 903, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top .footer-wrap {
  margin-top: 45px;
}

/* line 905, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top .footer-wrap .btn-bordered-red {
  display: flex;
  align-items: center;
  border-radius: 50px;
  font-size: 16px;
  color: #C30045;
  border: 2px solid #C30045;
  padding: 6px 14px;
  font-weight: 600;
  justify-content: center;
}

/* line 917, resources/assets/styles/layouts/_bart.scss */

.single-successstory .entry-top .footer-wrap .btn-bordered-red.btn:hover {
  color: #FFFFFF;
}

/* line 924, resources/assets/styles/layouts/_bart.scss */

.single-successstory .banner::after {
  content: none;
  display: none;
}

/* line 928, resources/assets/styles/layouts/_bart.scss */

.single-successstory .main {
  background-color: transparent;
}

/* line 933, resources/assets/styles/layouts/_bart.scss */

ul.bio-items {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgMTEgNCI+CiAgPGxpbmUgaWQ9IkxpbmVfNDAiIGRhdGEtbmFtZT0iTGluZSA0MCIgeDI9IjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2MzMDA0NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiLz4KPC9zdmc+Cg==);
  list-style-position: inside;
  padding-left: 0;
}

/* line 937, resources/assets/styles/layouts/_bart.scss */

ul.bio-items p {
  color: black;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  /* line 937, resources/assets/styles/layouts/_bart.scss */

  ul.bio-items p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 937, resources/assets/styles/layouts/_bart.scss */

  ul.bio-items p {
    font-size: 16px;
    line-height: 25px;
  }
}

/* line 952, resources/assets/styles/layouts/_bart.scss */

.success-stories-list {
  background-image: linear-gradient(0deg, #7b0026 0%, #c40043 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 952, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list {
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/bg-success-stories.jpg);
  }
}

/* line 964, resources/assets/styles/layouts/_bart.scss */

.success-stories-list h2,
.success-stories-list .h2 {
  text-align: center;
  margin-bottom: 50px;
  color: white;
  font-size: 40px;
  line-height: 50px;
}

/* line 970, resources/assets/styles/layouts/_bart.scss */

.success-stories-list h2 strong,
.success-stories-list .h2 strong {
  font-size: 70px;
  line-height: 80px;
}

/* line 975, resources/assets/styles/layouts/_bart.scss */

.success-stories-list .story-card {
  width: auto;
}

/* line 980, resources/assets/styles/layouts/_bart.scss */

.bg-section-swiper-featured {
  /* background-image: url('../images/3840_Homepage_section_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;*/
  /* content: "";
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/after-swiper-entrepreneurs.png);
    background-repeat: repeat-x;
    position: absolute;
    height: 155px;
    width: 100%;
    bottom: -10px;
    z-index: 5;*/
}

/* line 995, resources/assets/styles/layouts/_bart.scss */

.bg-section-swiper-featured .story-footer,
.bg-section-swiper-featured .story-footer .btn {
  width: 100%;
}

/*.home {
  .main {
    background-image: url('../images/3840_Homepage_section_02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
}*/

/* line 1009, resources/assets/styles/layouts/_bart.scss */

.belfius-video iframe {
  border-radius: 15px;
}

/* line 1013, resources/assets/styles/layouts/_bart.scss */

.belfius-video img {
  border-radius: 15px;
  display: block;
  max-width: 100%;
}

/* line 1021, resources/assets/styles/layouts/_bart.scss */

.page-header + .container:before {
  content: none;
}

/* line 1026, resources/assets/styles/layouts/_bart.scss */

.home {
  background-image: url(/app/themes/belfius-entrepreneurs/dist/images/414px_Homepage.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  /*background-size: cover;*/
}

/* line 1031, resources/assets/styles/layouts/_bart.scss */

.home .main {
  background: transparent;
}

/* line 1034, resources/assets/styles/layouts/_bart.scss */

.home .page-header {
  margin: -110px 0 0;
  background-color: transparent;
}

@media screen and (min-width: 414px) {
  /* line 1042, resources/assets/styles/layouts/_bart.scss */

  .home {
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/768px_Homepage.jpg);
  }
}

@media screen and (min-width: 768px) {
  /* line 1048, resources/assets/styles/layouts/_bart.scss */

  .home {
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/1024px_Homepage.jpg);
  }
}

@media screen and (min-width: 1024px) {
  /* line 1054, resources/assets/styles/layouts/_bart.scss */

  .home {
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/1366px_Homepage.jpg);
  }
}

@media screen and (min-width: 1366px) {
  /* line 1060, resources/assets/styles/layouts/_bart.scss */

  .home {
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/1920px_Homepage.jpg);
  }
}

@media screen and (min-width: 1920px) {
  /* line 1066, resources/assets/styles/layouts/_bart.scss */

  .home {
    background-image: url(/app/themes/belfius-entrepreneurs/dist/images/3840px_Homepage.jpg);
  }
}

/* line 1083, resources/assets/styles/layouts/_bart.scss */

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #C30045;
  border-color: #C30045;
  border-radius: 5px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
  background-color: white;
}

/* line 1092, resources/assets/styles/layouts/_bart.scss */

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: #900033;
  color: white;
}

@media screen and (max-width: 1440px) {
  /* line 1103, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-desktop .ctas-row {
    align-items: flex-start;
  }

  /* line 1106, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-desktop .ctas-row .col-img img {
    position: relative;
    bottom: 0;
    right: -15px;
    max-width: 190%;
  }
}

@media (min-width: 1600px) {
  /* line 1119, resources/assets/styles/layouts/_bart.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

@media (min-width: 1800px) {
  /* line 1125, resources/assets/styles/layouts/_bart.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1640px;
  }
}

@media screen and (max-width: 1199px) {
  /* line 1131, resources/assets/styles/layouts/_bart.scss */

  .home .banner::before {
    height: 850px;
  }

  /* line 1135, resources/assets/styles/layouts/_bart.scss */

  .company-selector.selector {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 1143, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .story {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  /* line 1150, resources/assets/styles/layouts/_bart.scss */

  .home .banner::before {
    height: 780px;
  }

  /* line 1154, resources/assets/styles/layouts/_bart.scss */

  img.pill-top-left {
    max-width: 75%;
  }

  /* line 1158, resources/assets/styles/layouts/_bart.scss */

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1164, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .belfius-video {
    width: calc(100% - 10px);
    position: initial;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: -70px;
    transform: translateX(20px);
  }

  /* line 1172, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .row {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1176, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-7 {
    padding-right: 0;
  }

  /* line 1179, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 50px;
  }

  /* line 1184, resources/assets/styles/layouts/_bart.scss */

  .page-header + .container .col-xl-5 h2,
  .page-header + .container .col-xl-5 .h2 {
    font-size: 25px;
    line-height: 30px;
    max-width: 100%;
  }

  /* line 1196, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row {
    max-height: 100%;
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  /* line 1202, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .btn {
    display: block;
    width: 100%;
  }

  /* line 1206, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-img {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1209, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-img img {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 1;
    object-position: 80% 100%;
  }

  /* line 1220, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text {
    background: linear-gradient(to bottom right, #f7ebee, #FFF);
    border-radius: 20px;
    padding: 40px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }

  /* line 1228, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text h1,
  footer .ctas.ctas-mobile .ctas-row .col-text .h1 {
    margin-bottom: 25px;
  }

  /* line 1237, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .row {
    padding-bottom: 0;
  }

  /* line 1241, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    bottom: -390px;
    width: 70%;
    z-index: -1;
  }
}

@media (max-width: 991.98px) {
  /* line 1251, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-item {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 1259, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-item {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 1267, resources/assets/styles/layouts/_bart.scss */

  .story-featured .swiper-featured .swiper-button .arrow {
    width: 20px;
  }

  /* line 1271, resources/assets/styles/layouts/_bart.scss */

  .banner .overviewlink {
    display: none;
  }

  /* line 1276, resources/assets/styles/layouts/_bart.scss */

  .home .banner::before {
    height: 670px;
  }

  /* line 1280, resources/assets/styles/layouts/_bart.scss */

  .story-featured {
    margin-bottom: 0;
  }

  /* line 1282, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-intro-content p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  /* line 1287, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-img {
    height: 300px;
  }

  /* line 1290, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-card {
    min-height: auto;
    overflow: visible;
  }

  /* line 1294, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-footer {
    position: initial;
  }

  /* line 1299, resources/assets/styles/layouts/_bart.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-prev {
    left: calc(50% - 15px);
  }

  /* line 1303, resources/assets/styles/layouts/_bart.scss */

  .story-featured .swiper-featured .swiper-button.swiper-button-next {
    right: calc(50% - 15px);
  }

  /* line 1307, resources/assets/styles/layouts/_bart.scss */

  .swiper-button {
    top: -75px;
  }

  /* line 1312, resources/assets/styles/layouts/_bart.scss */

  .story-featured .story-item {
    height: 100%;
  }

  /* line 1317, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section {
    padding-top: 50px;
  }

  /* line 1320, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection .select-options {
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* line 1325, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container.container-banner {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 1334, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .top-heading {
    text-align: center;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1342, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text h1,
  footer .ctas.ctas-mobile .ctas-row .col-text .h1 {
    font-size: 25px;
    line-height: 40px;
    padding-left: 0;
  }

  /* line 1347, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text p {
    margin-top: 10px;
  }

  /* line 1350, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text .link-wrapper {
    margin-top: 39px;
  }
}

@media screen and (max-width: 767px) and (max-width: 575.98px) {
  /* line 1352, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text .link-wrapper .btn {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 1356, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-text .link-wrapper .btn:not(:last-child) {
    margin-bottom: 25px;
  }

  /* line 1368, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list .story-card {
    min-height: 100%;
  }

  /* line 1370, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list .story-card .story-img {
    height: auto;
  }

  /* line 1377, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* line 1380, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .top-heading {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  /* line 1389, resources/assets/styles/layouts/_bart.scss */

  .ctas {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 1395, resources/assets/styles/layouts/_bart.scss */

  .story-featured .swiper-featured {
    margin-top: 0;
  }

  /* line 1398, resources/assets/styles/layouts/_bart.scss */

  .banner,
  .single-successstory .banner {
    padding: 40px 15px 15px 15px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1406, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container.container-banner {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* line 1411, resources/assets/styles/layouts/_bart.scss */

  .entrepreneur-section .container-selection {
    width: calc(100% - 40px);
    margin-top: -40px;
    position: relative;
    z-index: 2;
    border-radius: 25px;
  }

  /* line 1421, resources/assets/styles/layouts/_bart.scss */

  .page-header h1,
  .page-header .h1 {
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
  }
}

@media screen and (max-width: 520px) {
  /* line 1434, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 1439, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-img img {
    height: 400px;
  }
}

@media screen and (max-width: 420px) {
  /* line 1455, resources/assets/styles/layouts/_bart.scss */

  footer .ctas.ctas-mobile .ctas-row .col-img img {
    height: 350px;
  }
}

@media screen and (max-width: 992px) {
  /* line 1468, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-video .belfius-video {
    width: 100%;
    position: initial;
  }

  /* line 1473, resources/assets/styles/layouts/_bart.scss */

  .col-video {
    padding-right: 0;
  }

  /* line 1477, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .row {
    margin: 0 0;
  }

  /* line 1480, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-video {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 15px;
  }

  /* line 1486, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top h1,
  .single-successstory .entry-top .h1,
  .single-successstory .entry-top .h1 {
    font-size: 35px;
    line-height: 45px;
  }

  /* line 1491, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 680px;
  }

  /* line 1495, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .footer-wrap .btn-bordered-red {
    margin: 30px 0;
    height: 57px;
    width: 100%;
  }

  /* line 1501, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .success-stories-list .story-card {
    min-height: 820px;
  }

  /* line 1507, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-swiper,
  .single-successstory img.pills-entrepreneurs,
  .single-successstory img.pills-footer-ctas {
    scale: 50%;
    left: 10%;
    bottom: 50px;
  }

  /* line 1513, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    scale: 50%;
    left: 10%;
    bottom: 50px;
  }

  /* line 1520, resources/assets/styles/layouts/_bart.scss */

  body .single-successstory .entry-content .passionate-block::before {
    left: -400px;
    top: 350px;
    scale: 50%;
  }

  /* line 1526, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block {
    padding-left: 0;
    margin: 450px 0 400px;
  }

  /* line 1530, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block p {
    font-size: 25px;
  }

  /* line 1534, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block h2,
  .single-successstory .entry-content .passionate-block .h2 {
    margin: 37px 0;
  }

  /* line 1537, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block p.primary {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  /* line 1544, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 500px;
  }

  /* line 1549, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-swiper,
  .single-successstory img.pills-entrepreneurs,
  .single-successstory img.pills-footer-ctas {
    scale: 50%;
    left: 20%;
    bottom: -390px;
  }

  /* line 1555, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    scale: 50%;
    bottom: -390px;
  }

  /* line 1559, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .single-successstory img.pills-entrepreneur-detail {
    bottom: 35px;
  }

  /* line 1564, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list .story-card .story-img {
    height: 400px;
  }

  /* line 1567, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
      right: -339px;
      width: 680px;
      height: 680px;*/
  }
}

@media (max-width: 576px) {
  /* line 1576, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    width: calc(100% - 40px);
  }

  /* line 1581, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-swiper,
  .single-successstory img.pills-entrepreneurs,
  .single-successstory img.pills-footer-ctas {
    scale: 50%;
    left: 20%;
    bottom: -390px;
  }

  /* line 1587, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    scale: 50%;
    bottom: -390px;
  }

  /* line 1593, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block p {
    font-size: 25px;
  }

  /* line 1596, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block {
    padding-left: 0px;
  }

  /* line 1600, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -669px;
    top: 680px;
    width: 1085px;
    height: 670px;
  }

  /* line 1606, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
      right: -320px;
      width: 680px;
      height: 680px;
      left: auto;*/
  }
}

@media (max-width: 426px) {
  /* line 1616, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -669px;
    top: 740px;
    width: 1085px;
    height: 670px;
  }

  /* line 1622, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
      right: -420px;
      width: 680px;
      height: 680px;
      left: auto;*/
  }
}

@media (max-width: 380px) {
  /* line 1631, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -600px;
    top: 650px;
    width: 1085px;
    height: 670px;
  }

  /* line 1637, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
      right: -420px;
      width: 680px;
      height: 680px;
      left: auto;*/
  }
}

@media screen and (max-width: 332px) {
  /* line 1646, resources/assets/styles/layouts/_bart.scss */

  body .single-successstory .entry-content .passionate-block::before {
    left: -600px;
    top: 650px;
    width: 1085px;
    height: 670px;
  }

  /* line 1652, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
      right: -440px;
      width: 680px;
      height: 680px;
      left: auto;*/
  }
}

@media screen and (max-width: 767px) {
  /* line 1666, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top {
    margin-bottom: -150px;
  }

  /* line 1670, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    position: relative;
    z-index: 2;
    left: 0;
    top: initial;
  }

  /* line 1677, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header {
    padding-bottom: 50px;
  }

  /* line 1681, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-text,
  .single-successstory .entry-top .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 1686, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top strong,
  .single-successstory .entry-top .content-intro {
    margin-bottom: 20px;
  }

  /* line 1690, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .footer-wrap .btn-bordered-red:last-child {
    margin-bottom: 0;
  }

  /* line 1695, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block {
    margin: 50px 0 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  /* line 1702, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top h1,
  .single-successstory .entry-top .h1,
  .single-successstory .entry-top .h1,
  .success-stories-list h2 strong,
  .success-stories-list .h2 strong,
  .success-stories-list .h2 strong {
    font-size: 24px;
    line-height: 30px;
    word-break: break-word;
  }

  /* line 1707, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top strong {
    margin-top: 20px;
  }

  /* line 1710, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list {
    padding: 50px 0;
  }
}

@media screen and (max-width: 992px) {
  /* line 1717, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-video .belfius-video {
    width: 100%;
    position: initial;
  }

  /* line 1722, resources/assets/styles/layouts/_bart.scss */

  .col-video {
    padding-right: 0;
  }

  /* line 1726, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .row {
    margin: 0 0;
  }

  /* line 1729, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header .container-video-copy .col-video {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 15px;
  }

  /* line 1735, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top h1,
  .single-successstory .entry-top .h1,
  .single-successstory .entry-top .h1 {
    font-size: 35px;
    line-height: 45px;
    word-wrap: break-word;
  }

  /* line 1741, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 680px;
  }

  /* line 1745, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .footer-wrap .btn-bordered-red {
    margin: 30px 0;
  }

  /* line 1755, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-swiper,
  .single-successstory img.pills-entrepreneurs,
  .single-successstory img.pills-footer-ctas {
    scale: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 1;
  }

  /* line 1763, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    scale: 100%;
    transform: translate(10%, -50%);
    bottom: 50px;
    z-index: 1;
  }

  /* line 1771, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -669px;
    top: 450px;
  }

  /* line 1776, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block {
    padding-left: 0px;
    margin: 400px 0 400px;
  }

  /* line 1780, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block p {
    font-size: 25px;
  }

  /* line 1784, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block h2,
  .single-successstory .entry-content .passionate-block .h2 {
    margin: 37px 0;
  }

  /* line 1787, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block p.primary {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  /* line 1794, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 500px;
  }

  /* line 1799, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-swiper,
  .single-successstory img.pills-entrepreneurs,
  .single-successstory img.pills-footer-ctas {
    scale: 50%;
    left: 20%;
    bottom: -390px;
  }

  /* line 1804, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    scale: 100%;
    bottom: 100px;
  }

  /* line 1810, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list .story-card .story-img,
  .all-stories-container .story-img {
    height: 450px;
  }

  /* line 1813, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
    right: -339px;
    width: 680px;
    height: 680px;*/
  }

  /* line 1819, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list .my-list {
    gap: 24px;
  }

  /* line 1822, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .success-stories-list .story-card {
    min-height: auto;
  }

  /* line 1824, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .success-stories-list .story-card .story-footer {
    position: relative;
  }
}

@media (max-width: 576px) {
  /* line 1831, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    width: calc(100% - 40px);
  }

  /* line 1836, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-swiper,
  .single-successstory img.pills-entrepreneurs,
  .single-successstory img.pills-footer-ctas {
    scale: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    z-index: 1;
  }

  /* line 1843, resources/assets/styles/layouts/_bart.scss */

  .single-successstory img.pills-entrepreneur-detail {
    scale: 100%;
    bottom: 150px;
    z-index: 1;
  }

  /* line 1850, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block p {
    font-size: 25px;
  }

  /* line 1853, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block {
    padding-left: 0px;
  }

  /* line 1857, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -500px;
    top: 425px;
    width: 1085px;
    height: 670px;
  }

  /* line 1863, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
    right: -320px;
    width: 680px;
    height: 680px;
    left: auto;*/
  }
}

@media (max-width: 426px) {
  /* line 1873, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -550px;
    top: 500px;
    width: 1085px;
    height: 670px;
  }

  /* line 1879, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
    right: -420px;
    width: 680px;
    height: 680px;
    left: auto;*/
  }

  /* line 1886, resources/assets/styles/layouts/_bart.scss */

  .success-stories-list .story-card .story-img,
  .all-stories-container .story-img {
    height: 350px;
  }
}

@media (max-width: 380px) {
  /* line 1892, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -575px;
    top: 600px;
    width: 1085px;
    height: 670px;
  }

  /* line 1898, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
    right: -420px;
    width: 680px;
    height: 680px;
    left: auto;*/
  }
}

@media (max-width: 332px) {
  /* line 1908, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block::before {
    left: -600px;
    top: 650px;
    width: 1085px;
    height: 670px;
  }

  /* line 1914, resources/assets/styles/layouts/_bart.scss */

  .single-successstory footer.content-info .bottom .bottom-grid::after {
    /*bottom: -454px;
    right: -440px;
    width: 680px;
    height: 680px;
    left: auto;*/
  }
}

@media screen and (max-width: 767px) {
  /* line 1926, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .successstory-header {
    padding-bottom: 350px;
  }

  /* line 1931, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-content .passionate-block {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 1799px) {
  /* line 1942, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 1290px;
    transform: translate(75px, -300px);
  }
}

@media screen and (max-width: 1599px) {
  /* line 1949, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 1170px;
    transform: translate(75px, -300px);
  }
}

@media screen and (max-width: 1399px) {
  /* line 1955, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 990px;
    transform: translate(75px, -300px);
  }
}

@media screen and (max-width: 1199px) {
  /* line 1962, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 810px;
    transform: translate(75px, -300px);
  }
}

@media screen and (max-width: 990px) {
  /* line 1969, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 680px;
    transform: translateY(-300px);
  }
}

@media screen and (max-width: 767px) {
  /* line 1975, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: 500px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1981, resources/assets/styles/layouts/_bart.scss */

  .single-successstory .entry-top .container {
    max-width: none;
  }
}


/*# sourceMappingURL=main.css.map*/