/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --ms-blue: #0d6efd;
  --ms-indigo: #6610f2;
  --ms-purple: #6f42c1;
  --ms-pink: #d63384;
  --ms-red: #dc3545;
  --ms-orange: #fd7e14;
  --ms-yellow: #ffc107;
  --ms-green: #198754;
  --ms-teal: #20c997;
  --ms-cyan: #0dcaf0;
  --ms-black: #000;
  --ms-white: #fff;
  --ms-gray: #6c757d;
  --ms-gray-dark: #343a40;
  --ms-gray-100: #f8f9fa;
  --ms-gray-200: #e9ecef;
  --ms-gray-300: #dee2e6;
  --ms-gray-400: #ced4da;
  --ms-gray-500: #adb5bd;
  --ms-gray-600: #6c757d;
  --ms-gray-700: #495057;
  --ms-gray-800: #343a40;
  --ms-gray-900: #212529;
  --ms-primary: #7D8EA5;
  --ms-secondary: #B5CBF2;
  --ms-success: #198754;
  --ms-info: #0dcaf0;
  --ms-warning: #ffc107;
  --ms-danger: #dc3545;
  --ms-light: #f8f9fa;
  --ms-dark: #181818;
  --ms-white: #fff;
  --ms-primary-rgb: 125, 142, 165;
  --ms-secondary-rgb: 181, 203, 242;
  --ms-success-rgb: 25, 135, 84;
  --ms-info-rgb: 13, 202, 240;
  --ms-warning-rgb: 255, 193, 7;
  --ms-danger-rgb: 220, 53, 69;
  --ms-light-rgb: 248, 249, 250;
  --ms-dark-rgb: 24, 24, 24;
  --ms-white-rgb: 255, 255, 255;
  --ms-primary-text-emphasis: rgb(50, 56.8, 66);
  --ms-secondary-text-emphasis: rgb(72.4, 81.2, 96.8);
  --ms-success-text-emphasis: rgb(10, 54, 33.6);
  --ms-info-text-emphasis: rgb(5.2, 80.8, 96);
  --ms-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --ms-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --ms-light-text-emphasis: #495057;
  --ms-dark-text-emphasis: #495057;
  --ms-primary-bg-subtle: rgb(229, 232.4, 237);
  --ms-secondary-bg-subtle: rgb(240.2, 244.6, 252.4);
  --ms-success-bg-subtle: rgb(209, 231, 220.8);
  --ms-info-bg-subtle: rgb(206.6, 244.4, 252);
  --ms-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --ms-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --ms-light-bg-subtle: rgb(251.5, 252, 252.5);
  --ms-dark-bg-subtle: #ced4da;
  --ms-primary-border-subtle: rgb(203, 209.8, 219);
  --ms-secondary-border-subtle: rgb(225.4, 234.2, 249.8);
  --ms-success-border-subtle: rgb(163, 207, 186.6);
  --ms-info-border-subtle: rgb(158.2, 233.8, 249);
  --ms-warning-border-subtle: rgb(255, 230.2, 155.8);
  --ms-danger-border-subtle: rgb(241, 174.2, 180.6);
  --ms-light-border-subtle: #e9ecef;
  --ms-dark-border-subtle: #adb5bd;
  --ms-white-rgb: 255, 255, 255;
  --ms-black-rgb: 0, 0, 0;
  --ms-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";
  --ms-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ms-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --ms-root-font-size: 62.5%;
  --ms-body-font-family: "montserrat", sans-serif;
  --ms-body-font-size: calc(1.2535rem + 0.28875vw);
  --ms-body-font-weight: 400;
  --ms-body-line-height: 1.63;
  --ms-body-color: #fff;
  --ms-body-color-rgb: 255, 255, 255;
  --ms-body-bg: #7D8EA5;
  --ms-body-bg-rgb: 125, 142, 165;
  --ms-emphasis-color: #000;
  --ms-emphasis-color-rgb: 0, 0, 0;
  --ms-secondary-color: rgba(255, 255, 255, 0.75);
  --ms-secondary-color-rgb: 255, 255, 255;
  --ms-secondary-bg: #e9ecef;
  --ms-secondary-bg-rgb: 233, 236, 239;
  --ms-tertiary-color: rgba(255, 255, 255, 0.5);
  --ms-tertiary-color-rgb: 255, 255, 255;
  --ms-tertiary-bg: #f8f9fa;
  --ms-tertiary-bg-rgb: 248, 249, 250;
  --ms-heading-color: inherit;
  --ms-link-color: #7D8EA5;
  --ms-link-color-rgb: 125, 142, 165;
  --ms-link-decoration: none;
  --ms-link-hover-color: rgb(100, 113.6, 132);
  --ms-link-hover-color-rgb: 100, 114, 132;
  --ms-link-hover-decoration: none;
  --ms-code-color: #d63384;
  --ms-highlight-color: #fff;
  --ms-highlight-bg: rgb(255, 242.6, 205.4);
  --ms-border-width: 1px;
  --ms-border-style: solid;
  --ms-border-color: #B5CBF2;
  --ms-border-color-translucent: rgba(0, 0, 0, 0.175);
  --ms-border-radius: 0.375rem;
  --ms-border-radius-sm: 0.25rem;
  --ms-border-radius-lg: 0.5rem;
  --ms-border-radius-xl: 1rem;
  --ms-border-radius-xxl: 2rem;
  --ms-border-radius-2xl: var(--ms-border-radius-xxl);
  --ms-border-radius-pill: 50rem;
  --ms-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  --ms-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --ms-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --ms-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --ms-focus-ring-width: 0.25rem;
  --ms-focus-ring-opacity: 0.25;
  --ms-focus-ring-color: rgba(125, 142, 165, 0.25);
  --ms-form-valid-color: #198754;
  --ms-form-valid-border-color: #198754;
  --ms-form-invalid-color: #dc3545;
  --ms-form-invalid-border-color: #dc3545;
}
@media (min-width: 1200px) {
  :root,
  [data-bs-theme=light] {
    --ms-body-font-size: 1.6rem;
  }
}

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

:root {
  font-size: var(--ms-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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

hr {
  margin: 2rem 0;
  color: inherit;
  border: 0;
  border-top: var(--ms-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-family: "playfair-display", sans-serif;
  font-weight: 400;
  line-height: 1.08;
  color: var(--ms-heading-color);
}

h1, .h1 {
  font-size: calc(1.3325rem + 6.80625vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 9.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.3025rem + 4.33125vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 6.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.2825rem + 2.68125vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 4.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.2775rem + 2.26875vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 4rem;
  }
}

h5, .h5 {
  font-size: calc(1.2725rem + 1.85625vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
  font-size: calc(1.2595rem + 0.78375vw);
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 2.2rem;
  }
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: calc(1.2535rem + 0.28875vw);
}
@media (min-width: 1200px) {
  small, .small {
    font-size: 1.6rem;
  }
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--ms-link-color-rgb), var(--ms-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --ms-link-color-rgb: var(--ms-link-hover-color-rgb);
  text-decoration: none;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: calc(1.2535rem + 0.28875vw);
}
@media (min-width: 1200px) {
  pre {
    font-size: 1.6rem;
  }
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: calc(1.2535rem + 0.28875vw);
  color: var(--ms-code-color);
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  code {
    font-size: 1.6rem;
  }
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: calc(1.2535rem + 0.28875vw);
  color: var(--ms-body-bg);
  background-color: var(--ms-body-color);
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  kbd {
    font-size: 1.6rem;
  }
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--ms-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.2525rem + 0.20625vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.2565rem + 0.53625vw);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.9rem;
  }
}

.display-1 {
  font-weight: 400;
  line-height: 1.08;
  font-size: calc(1.3325rem + 6.80625vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 9.5rem;
  }
}

.display-2 {
  font-weight: 400;
  line-height: 1.08;
  font-size: calc(1.3025rem + 4.33125vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 6.5rem;
  }
}

.display-3 {
  font-weight: 400;
  line-height: 1.08;
  font-size: calc(1.2825rem + 2.68125vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 400;
  line-height: 1.08;
  font-size: calc(1.2775rem + 2.26875vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 4rem;
  }
}

.display-5 {
  font-weight: 400;
  line-height: 1.08;
  font-size: calc(1.2725rem + 1.85625vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3.5rem;
  }
}

.display-6 {
  font-weight: 400;
  line-height: 1.08;
  font-size: calc(1.2595rem + 0.78375vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.2rem;
  }
}

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

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

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

.initialism {
  font-size: calc(1.2535rem + 0.28875vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .initialism {
    font-size: 1.6rem;
  }
}

.blockquote {
  margin-bottom: 2rem;
  font-size: calc(1.2575rem + 0.61875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 2rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -2rem;
  margin-bottom: 2rem;
  font-size: calc(1.2535rem + 0.28875vw);
  color: #6c757d;
}
@media (min-width: 1200px) {
  .blockquote-footer {
    font-size: 1.6rem;
  }
}
.blockquote-footer::before {
  content: "— ";
}

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

@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 780px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1558px;
  }
}
:root {
  --ms-breakpoint-xxs: 0;
  --ms-breakpoint-xs: 321px;
  --ms-breakpoint-sm: 576px;
  --ms-breakpoint-md: 768px;
  --ms-breakpoint-lg: 992px;
  --ms-breakpoint-xl: 1200px;
  --ms-breakpoint-xxl: 1400px;
}

.row {
  --ms-gutter-x: 5.4rem;
  --ms-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--ms-gutter-y));
  margin-right: calc(-0.5 * var(--ms-gutter-x));
  margin-left: calc(-0.5 * var(--ms-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--ms-gutter-x) * 0.5);
  padding-left: calc(var(--ms-gutter-x) * 0.5);
  margin-top: var(--ms-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --ms-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --ms-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --ms-gutter-x: 1rem;
}

.g-2,
.gy-2 {
  --ms-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --ms-gutter-x: 2rem;
}

.g-3,
.gy-3 {
  --ms-gutter-y: 2rem;
}

.g-4,
.gx-4 {
  --ms-gutter-x: 3rem;
}

.g-4,
.gy-4 {
  --ms-gutter-y: 3rem;
}

.g-5,
.gx-5 {
  --ms-gutter-x: 6rem;
}

.g-5,
.gy-5 {
  --ms-gutter-y: 6rem;
}

@media (min-width: 321px) {
  .col-xs {
    flex: 1 0 0;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --ms-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --ms-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --ms-gutter-x: 0.5rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --ms-gutter-y: 0.5rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --ms-gutter-x: 1rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --ms-gutter-y: 1rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --ms-gutter-x: 2rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --ms-gutter-y: 2rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --ms-gutter-x: 3rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --ms-gutter-y: 3rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --ms-gutter-x: 6rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --ms-gutter-y: 6rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --ms-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --ms-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --ms-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --ms-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --ms-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --ms-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --ms-gutter-x: 2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --ms-gutter-y: 2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --ms-gutter-x: 3rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --ms-gutter-y: 3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --ms-gutter-x: 6rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --ms-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --ms-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --ms-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --ms-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --ms-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --ms-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --ms-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --ms-gutter-x: 2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --ms-gutter-y: 2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --ms-gutter-x: 3rem;
  }
  .g-md-4,
  .gy-md-4 {
    --ms-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --ms-gutter-x: 6rem;
  }
  .g-md-5,
  .gy-md-5 {
    --ms-gutter-y: 6rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --ms-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --ms-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --ms-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --ms-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --ms-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --ms-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --ms-gutter-x: 2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --ms-gutter-y: 2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --ms-gutter-x: 3rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --ms-gutter-y: 3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --ms-gutter-x: 6rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --ms-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --ms-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --ms-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --ms-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --ms-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --ms-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --ms-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --ms-gutter-x: 2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --ms-gutter-y: 2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --ms-gutter-x: 3rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --ms-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --ms-gutter-x: 6rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --ms-gutter-y: 6rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --ms-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --ms-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --ms-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --ms-gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --ms-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --ms-gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --ms-gutter-x: 2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --ms-gutter-y: 2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --ms-gutter-x: 3rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --ms-gutter-y: 3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --ms-gutter-x: 6rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --ms-gutter-y: 6rem;
  }
}
.btn, input[type=submit], .btn-outline-blue {
  --ms-btn-padding-x: 4.4rem;
  --ms-btn-padding-y: 1.2rem;
  --ms-btn-font-family: ;
  --ms-btn-font-size: calc(1.2545rem + 0.37125vw);
  --ms-btn-font-weight: 400;
  --ms-btn-line-height: 1.63;
  --ms-btn-color: #fff;
  --ms-btn-bg: transparent;
  --ms-btn-border-width: 0.1rem;
  --ms-btn-border-color: transparent;
  --ms-btn-border-radius: 0.5rem;
  --ms-btn-hover-border-color: transparent;
  --ms-btn-box-shadow: none;
  --ms-btn-disabled-opacity: 0.65;
  --ms-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--ms-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--ms-btn-padding-y) var(--ms-btn-padding-x);
  font-family: var(--ms-btn-font-family);
  font-size: var(--ms-btn-font-size);
  font-weight: var(--ms-btn-font-weight);
  line-height: var(--ms-btn-line-height);
  color: var(--ms-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--ms-btn-border-width) solid var(--ms-btn-border-color);
  border-radius: var(--ms-btn-border-radius);
  background-color: var(--ms-btn-bg);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .btn, input[type=submit], .btn-outline-blue {
    --ms-btn-font-size: 1.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn, input[type=submit], .btn-outline-blue {
    transition: none;
  }
}
.btn:hover, input[type=submit]:hover, .btn-outline-blue:hover {
  color: var(--ms-btn-hover-color);
  background-color: var(--ms-btn-hover-bg);
  border-color: var(--ms-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + input[type=submit]:hover, .btn-check + .btn-outline-blue:hover {
  color: var(--ms-btn-color);
  background-color: var(--ms-btn-bg);
  border-color: var(--ms-btn-border-color);
}
.btn:focus-visible, input[type=submit]:focus-visible, .btn-outline-blue:focus-visible {
  color: var(--ms-btn-hover-color);
  background-color: var(--ms-btn-hover-bg);
  border-color: var(--ms-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--ms-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + input[type=submit], .btn-check:focus-visible + .btn-outline-blue {
  border-color: var(--ms-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--ms-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + input[type=submit], .btn-check:checked + .btn-outline-blue, :not(.btn-check) + .btn:active, :not(.btn-check) + input[type=submit]:active, :not(.btn-check) + .btn-outline-blue:active, .btn:first-child:active, input[type=submit]:first-child:active, .btn-outline-blue:first-child:active, .btn.active, input.active[type=submit], .active.btn-outline-blue, .btn.show, input.show[type=submit], .show.btn-outline-blue {
  color: var(--ms-btn-active-color);
  background-color: var(--ms-btn-active-bg);
  border-color: var(--ms-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + input[type=submit]:focus-visible, .btn-check:checked + .btn-outline-blue:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + input[type=submit]:active:focus-visible, :not(.btn-check) + .btn-outline-blue:active:focus-visible, .btn:first-child:active:focus-visible, input[type=submit]:first-child:active:focus-visible, .btn-outline-blue:first-child:active:focus-visible, .btn.active:focus-visible, input.active[type=submit]:focus-visible, .active.btn-outline-blue:focus-visible, .btn.show:focus-visible, input.show[type=submit]:focus-visible, .show.btn-outline-blue:focus-visible {
  box-shadow: var(--ms-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + input[type=submit], .btn-check:checked:focus-visible + .btn-outline-blue {
  box-shadow: var(--ms-btn-focus-box-shadow);
}
.btn:disabled, input[type=submit]:disabled, .btn-outline-blue:disabled, .btn.disabled, input.disabled[type=submit], .disabled.btn-outline-blue, fieldset:disabled .btn, fieldset:disabled input[type=submit], fieldset:disabled .btn-outline-blue {
  color: var(--ms-btn-disabled-color);
  pointer-events: none;
  background-color: var(--ms-btn-disabled-bg);
  border-color: var(--ms-btn-disabled-border-color);
  opacity: var(--ms-btn-disabled-opacity);
}

.btn-primary, input[type=submit] {
  --ms-btn-color: #000;
  --ms-btn-bg: #7D8EA5;
  --ms-btn-border-color: #7D8EA5;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: rgb(144.5, 158.95, 178.5);
  --ms-btn-hover-border-color: rgb(138, 153.3, 174);
  --ms-btn-focus-shadow-rgb: 106, 121, 140;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: rgb(151, 164.6, 183);
  --ms-btn-active-border-color: rgb(138, 153.3, 174);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #000;
  --ms-btn-disabled-bg: #7D8EA5;
  --ms-btn-disabled-border-color: #7D8EA5;
}

.btn-secondary, .page-section.text-with-media .btn:nth-child(even), .page-section.text-with-media .btn-outline-blue:nth-child(even), .page-section.text-with-media input[type=submit]:nth-child(even) {
  --ms-btn-color: #000;
  --ms-btn-bg: #B5CBF2;
  --ms-btn-border-color: #B5CBF2;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: rgb(192.1, 210.8, 243.95);
  --ms-btn-hover-border-color: rgb(188.4, 208.2, 243.3);
  --ms-btn-focus-shadow-rgb: 154, 173, 206;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: rgb(195.8, 213.4, 244.6);
  --ms-btn-active-border-color: rgb(188.4, 208.2, 243.3);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #000;
  --ms-btn-disabled-bg: #B5CBF2;
  --ms-btn-disabled-border-color: #B5CBF2;
}

.btn-success {
  --ms-btn-color: #fff;
  --ms-btn-bg: #198754;
  --ms-btn-border-color: #198754;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --ms-btn-hover-border-color: rgb(20, 108, 67.2);
  --ms-btn-focus-shadow-rgb: 60, 153, 110;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: rgb(20, 108, 67.2);
  --ms-btn-active-border-color: rgb(18.75, 101.25, 63);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #fff;
  --ms-btn-disabled-bg: #198754;
  --ms-btn-disabled-border-color: #198754;
}

.btn-info {
  --ms-btn-color: #000;
  --ms-btn-bg: #0dcaf0;
  --ms-btn-border-color: #0dcaf0;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --ms-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --ms-btn-focus-shadow-rgb: 11, 172, 204;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: rgb(61.4, 212.6, 243);
  --ms-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #000;
  --ms-btn-disabled-bg: #0dcaf0;
  --ms-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --ms-btn-color: #000;
  --ms-btn-bg: #ffc107;
  --ms-btn-border-color: #ffc107;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: rgb(255, 202.3, 44.2);
  --ms-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --ms-btn-focus-shadow-rgb: 217, 164, 6;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: rgb(255, 205.4, 56.6);
  --ms-btn-active-border-color: rgb(255, 199.2, 31.8);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #000;
  --ms-btn-disabled-bg: #ffc107;
  --ms-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --ms-btn-color: #fff;
  --ms-btn-bg: #dc3545;
  --ms-btn-border-color: #dc3545;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: rgb(187, 45.05, 58.65);
  --ms-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --ms-btn-focus-shadow-rgb: 225, 83, 97;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: rgb(176, 42.4, 55.2);
  --ms-btn-active-border-color: rgb(165, 39.75, 51.75);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #fff;
  --ms-btn-disabled-bg: #dc3545;
  --ms-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --ms-btn-color: #000;
  --ms-btn-bg: #f8f9fa;
  --ms-btn-border-color: #f8f9fa;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --ms-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --ms-btn-focus-shadow-rgb: 211, 212, 213;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: rgb(198.4, 199.2, 200);
  --ms-btn-active-border-color: rgb(186, 186.75, 187.5);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #000;
  --ms-btn-disabled-bg: #f8f9fa;
  --ms-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --ms-btn-color: #fff;
  --ms-btn-bg: #181818;
  --ms-btn-border-color: #181818;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: rgb(58.65, 58.65, 58.65);
  --ms-btn-hover-border-color: rgb(47.1, 47.1, 47.1);
  --ms-btn-focus-shadow-rgb: 59, 59, 59;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: rgb(70.2, 70.2, 70.2);
  --ms-btn-active-border-color: rgb(47.1, 47.1, 47.1);
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #fff;
  --ms-btn-disabled-bg: #181818;
  --ms-btn-disabled-border-color: #181818;
}

.btn-white, .hero .btn:nth-child(even), .hero .btn-outline-blue:nth-child(even), .hero input[type=submit]:nth-child(even) {
  --ms-btn-color: #000;
  --ms-btn-bg: #fff;
  --ms-btn-border-color: #fff;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: white;
  --ms-btn-hover-border-color: white;
  --ms-btn-focus-shadow-rgb: 217, 217, 217;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: white;
  --ms-btn-active-border-color: white;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #000;
  --ms-btn-disabled-bg: #fff;
  --ms-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
  --ms-btn-color: #7D8EA5;
  --ms-btn-border-color: #7D8EA5;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: #7D8EA5;
  --ms-btn-hover-border-color: #7D8EA5;
  --ms-btn-focus-shadow-rgb: 125, 142, 165;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #7D8EA5;
  --ms-btn-active-border-color: #7D8EA5;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #7D8EA5;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #7D8EA5;
  --ms-gradient: none;
}

.btn-outline-secondary {
  --ms-btn-color: #B5CBF2;
  --ms-btn-border-color: #B5CBF2;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: #B5CBF2;
  --ms-btn-hover-border-color: #B5CBF2;
  --ms-btn-focus-shadow-rgb: 181, 203, 242;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #B5CBF2;
  --ms-btn-active-border-color: #B5CBF2;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #B5CBF2;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #B5CBF2;
  --ms-gradient: none;
}

.btn-outline-success {
  --ms-btn-color: #198754;
  --ms-btn-border-color: #198754;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: #198754;
  --ms-btn-hover-border-color: #198754;
  --ms-btn-focus-shadow-rgb: 25, 135, 84;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: #198754;
  --ms-btn-active-border-color: #198754;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #198754;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #198754;
  --ms-gradient: none;
}

.btn-outline-info {
  --ms-btn-color: #0dcaf0;
  --ms-btn-border-color: #0dcaf0;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: #0dcaf0;
  --ms-btn-hover-border-color: #0dcaf0;
  --ms-btn-focus-shadow-rgb: 13, 202, 240;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #0dcaf0;
  --ms-btn-active-border-color: #0dcaf0;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #0dcaf0;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #0dcaf0;
  --ms-gradient: none;
}

.btn-outline-warning {
  --ms-btn-color: #ffc107;
  --ms-btn-border-color: #ffc107;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: #ffc107;
  --ms-btn-hover-border-color: #ffc107;
  --ms-btn-focus-shadow-rgb: 255, 193, 7;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #ffc107;
  --ms-btn-active-border-color: #ffc107;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #ffc107;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #ffc107;
  --ms-gradient: none;
}

.btn-outline-danger {
  --ms-btn-color: #dc3545;
  --ms-btn-border-color: #dc3545;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: #dc3545;
  --ms-btn-hover-border-color: #dc3545;
  --ms-btn-focus-shadow-rgb: 220, 53, 69;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: #dc3545;
  --ms-btn-active-border-color: #dc3545;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #dc3545;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #dc3545;
  --ms-gradient: none;
}

.btn-outline-light {
  --ms-btn-color: #f8f9fa;
  --ms-btn-border-color: #f8f9fa;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: #f8f9fa;
  --ms-btn-hover-border-color: #f8f9fa;
  --ms-btn-focus-shadow-rgb: 248, 249, 250;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #f8f9fa;
  --ms-btn-active-border-color: #f8f9fa;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #f8f9fa;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #f8f9fa;
  --ms-gradient: none;
}

.btn-outline-dark {
  --ms-btn-color: #181818;
  --ms-btn-border-color: #181818;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: #181818;
  --ms-btn-hover-border-color: #181818;
  --ms-btn-focus-shadow-rgb: 24, 24, 24;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: #181818;
  --ms-btn-active-border-color: #181818;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #181818;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #181818;
  --ms-gradient: none;
}

.btn-outline-white {
  --ms-btn-color: #fff;
  --ms-btn-border-color: #fff;
  --ms-btn-hover-color: #000;
  --ms-btn-hover-bg: #fff;
  --ms-btn-hover-border-color: #fff;
  --ms-btn-focus-shadow-rgb: 255, 255, 255;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #fff;
  --ms-btn-active-border-color: #fff;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #fff;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #fff;
  --ms-gradient: none;
}

.btn-link {
  --ms-btn-font-weight: 400;
  --ms-btn-color: var(--ms-link-color);
  --ms-btn-bg: transparent;
  --ms-btn-border-color: transparent;
  --ms-btn-hover-color: var(--ms-link-hover-color);
  --ms-btn-hover-border-color: transparent;
  --ms-btn-active-color: var(--ms-link-hover-color);
  --ms-btn-active-border-color: transparent;
  --ms-btn-disabled-color: #6c757d;
  --ms-btn-disabled-border-color: transparent;
  --ms-btn-box-shadow: 0 0 0 #000;
  --ms-btn-focus-shadow-rgb: 106, 121, 140;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--ms-btn-color);
}
.btn-link:hover {
  color: var(--ms-btn-hover-color);
}

.btn-lg {
  --ms-btn-padding-y: 0.5rem;
  --ms-btn-padding-x: 1rem;
  --ms-btn-font-size: calc(1.2575rem + 0.61875vw);
  --ms-btn-border-radius: var(--ms-border-radius-lg);
}
@media (min-width: 1200px) {
  .btn-lg {
    --ms-btn-font-size: 2rem;
  }
}

.btn-sm {
  --ms-btn-padding-y: 0.25rem;
  --ms-btn-padding-x: 0.5rem;
  --ms-btn-font-size: calc(1.2535rem + 0.28875vw);
  --ms-btn-border-radius: var(--ms-border-radius-sm);
}
@media (min-width: 1200px) {
  .btn-sm {
    --ms-btn-font-size: 1.6rem;
  }
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.btn-close {
  --ms-btn-close-color: #000;
  --ms-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.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.414%27/%3e%3c/svg%3e");
  --ms-btn-close-opacity: 0.5;
  --ms-btn-close-hover-opacity: 0.75;
  --ms-btn-close-focus-shadow: 0 0 0 0.25rem rgba(125, 142, 165, 0.25);
  --ms-btn-close-focus-opacity: 1;
  --ms-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--ms-btn-close-color);
  background: transparent var(--ms-btn-close-bg) center/1em auto no-repeat;
  filter: var(--ms-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--ms-btn-close-opacity);
}
.btn-close:hover {
  color: var(--ms-btn-close-color);
  text-decoration: none;
  opacity: var(--ms-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--ms-btn-close-focus-shadow);
  opacity: var(--ms-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--ms-btn-close-disabled-opacity);
}

.btn-close-white {
  --ms-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --ms-btn-close-filter: ;
}

.modal {
  --ms-modal-zindex: 1055;
  --ms-modal-width: 500px;
  --ms-modal-padding: 2rem;
  --ms-modal-margin: 0.5rem;
  --ms-modal-color: var(--ms-body-color);
  --ms-modal-bg: transparent;
  --ms-modal-border-color: var(--ms-border-color-translucent);
  --ms-modal-border-width: 0;
  --ms-modal-border-radius: 0;
  --ms-modal-box-shadow: var(--ms-box-shadow-sm);
  --ms-modal-inner-border-radius: 0;
  --ms-modal-header-padding-x: 2rem;
  --ms-modal-header-padding-y: 2rem;
  --ms-modal-header-padding: 2rem 2rem;
  --ms-modal-header-border-color: var(--ms-border-color);
  --ms-modal-header-border-width: 0;
  --ms-modal-title-line-height: 1.63;
  --ms-modal-footer-gap: 0.5rem;
  --ms-modal-footer-bg: ;
  --ms-modal-footer-border-color: var(--ms-border-color);
  --ms-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--ms-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--ms-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--ms-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--ms-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--ms-modal-color);
  pointer-events: auto;
  background-color: var(--ms-modal-bg);
  background-clip: padding-box;
  border: var(--ms-modal-border-width) solid var(--ms-modal-border-color);
  border-radius: var(--ms-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --ms-backdrop-zindex: 1050;
  --ms-backdrop-bg: #000;
  --ms-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--ms-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--ms-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--ms-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--ms-modal-header-padding);
  border-bottom: var(--ms-modal-header-border-width) solid var(--ms-modal-header-border-color);
  border-top-left-radius: var(--ms-modal-inner-border-radius);
  border-top-right-radius: var(--ms-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--ms-modal-header-padding-y) * 0.5) calc(var(--ms-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--ms-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--ms-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--ms-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--ms-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--ms-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--ms-modal-padding) - var(--ms-modal-footer-gap) * 0.5);
  background-color: var(--ms-modal-footer-bg);
  border-top: var(--ms-modal-footer-border-width) solid var(--ms-modal-footer-border-color);
  border-bottom-right-radius: var(--ms-modal-inner-border-radius);
  border-bottom-left-radius: var(--ms-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--ms-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --ms-modal-margin: 1.75rem;
    --ms-modal-box-shadow: var(--ms-box-shadow);
  }
  .modal-dialog {
    max-width: var(--ms-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --ms-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --ms-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --ms-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 320.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000;
  background-color: RGBA(var(--ms-primary-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-secondary {
  color: #000;
  background-color: RGBA(var(--ms-secondary-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-success {
  color: #fff;
  background-color: RGBA(var(--ms-success-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-info {
  color: #000;
  background-color: RGBA(var(--ms-info-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-warning {
  color: #000;
  background-color: RGBA(var(--ms-warning-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-danger {
  color: #fff;
  background-color: RGBA(var(--ms-danger-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-light {
  color: #000;
  background-color: RGBA(var(--ms-light-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-dark {
  color: #fff;
  background-color: RGBA(var(--ms-dark-rgb), var(--ms-bg-opacity, 1));
}

.text-bg-white {
  color: #000;
  background-color: RGBA(var(--ms-white-rgb), var(--ms-bg-opacity, 1));
}

.link-primary {
  color: RGBA(var(--ms-primary-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-primary-rgb), var(--ms-link-underline-opacity, 1));
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(151, 165, 183, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(151, 165, 183, var(--ms-link-underline-opacity, 1));
}

.link-secondary {
  color: RGBA(var(--ms-secondary-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-secondary-rgb), var(--ms-link-underline-opacity, 1));
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(196, 213, 245, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(196, 213, 245, var(--ms-link-underline-opacity, 1));
}

.link-success {
  color: RGBA(var(--ms-success-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-success-rgb), var(--ms-link-underline-opacity, 1));
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(20, 108, 67, var(--ms-link-underline-opacity, 1));
}

.link-info {
  color: RGBA(var(--ms-info-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-info-rgb), var(--ms-link-underline-opacity, 1));
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(61, 213, 243, var(--ms-link-underline-opacity, 1));
}

.link-warning {
  color: RGBA(var(--ms-warning-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-warning-rgb), var(--ms-link-underline-opacity, 1));
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(255, 205, 57, var(--ms-link-underline-opacity, 1));
}

.link-danger {
  color: RGBA(var(--ms-danger-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-danger-rgb), var(--ms-link-underline-opacity, 1));
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(176, 42, 55, var(--ms-link-underline-opacity, 1));
}

.link-light {
  color: RGBA(var(--ms-light-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-light-rgb), var(--ms-link-underline-opacity, 1));
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(249, 250, 251, var(--ms-link-underline-opacity, 1));
}

.link-dark {
  color: RGBA(var(--ms-dark-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-dark-rgb), var(--ms-link-underline-opacity, 1));
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(19, 19, 19, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(19, 19, 19, var(--ms-link-underline-opacity, 1));
}

.link-white {
  color: RGBA(var(--ms-white-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-white-rgb), var(--ms-link-underline-opacity, 1));
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(255, 255, 255, var(--ms-link-underline-opacity, 1));
}

.link-body-emphasis {
  color: RGBA(var(--ms-emphasis-color-rgb), var(--ms-link-opacity, 1));
  text-decoration-color: RGBA(var(--ms-emphasis-color-rgb), var(--ms-link-underline-opacity, 1));
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--ms-emphasis-color-rgb), var(--ms-link-opacity, 0.75));
  text-decoration-color: RGBA(var(--ms-emphasis-color-rgb), var(--ms-link-underline-opacity, 0.75));
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--ms-focus-ring-x, 0) var(--ms-focus-ring-y, 0) var(--ms-focus-ring-blur, 0) var(--ms-focus-ring-width) var(--ms-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--ms-link-color-rgb), var(--ms-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--ms-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--ms-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --ms-aspect-ratio: 100%;
}

.ratio-4x3 {
  --ms-aspect-ratio: 75%;
}

.ratio-16x9 {
  --ms-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --ms-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 321px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--ms-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.float-none {
  float: none;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-scale {
  object-fit: scale-down;
}

.object-fit-none {
  object-fit: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.shadow {
  box-shadow: var(--ms-box-shadow);
}

.shadow-sm {
  box-shadow: var(--ms-box-shadow-sm);
}

.shadow-lg {
  box-shadow: var(--ms-box-shadow-lg);
}

.shadow-none {
  box-shadow: none;
}

.focus-ring-primary {
  --ms-focus-ring-color: rgba(var(--ms-primary-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-secondary {
  --ms-focus-ring-color: rgba(var(--ms-secondary-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-success {
  --ms-focus-ring-color: rgba(var(--ms-success-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-info {
  --ms-focus-ring-color: rgba(var(--ms-info-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-warning {
  --ms-focus-ring-color: rgba(var(--ms-warning-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-danger {
  --ms-focus-ring-color: rgba(var(--ms-danger-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-light {
  --ms-focus-ring-color: rgba(var(--ms-light-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-dark {
  --ms-focus-ring-color: rgba(var(--ms-dark-rgb), var(--ms-focus-ring-opacity));
}

.focus-ring-white {
  --ms-focus-ring-color: rgba(var(--ms-white-rgb), var(--ms-focus-ring-opacity));
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

.bottom-0 {
  bottom: 0;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

.start-0 {
  left: 0;
}

.start-50 {
  left: 50%;
}

.start-100 {
  left: 100%;
}

.end-0 {
  right: 0;
}

.end-50 {
  right: 50%;
}

.end-100 {
  right: 100%;
}

.translate-middle {
  transform: translate(-50%, -50%);
}

.translate-middle-x {
  transform: translateX(-50%);
}

.translate-middle-y {
  transform: translateY(-50%);
}

.border {
  border: var(--ms-border-width) var(--ms-border-style) var(--ms-border-color);
}

.border-0 {
  border: 0;
}

.border-top {
  border-top: var(--ms-border-width) var(--ms-border-style) var(--ms-border-color);
}

.border-top-0 {
  border-top: 0;
}

.border-end {
  border-right: var(--ms-border-width) var(--ms-border-style) var(--ms-border-color);
}

.border-end-0 {
  border-right: 0;
}

.border-bottom {
  border-bottom: var(--ms-border-width) var(--ms-border-style) var(--ms-border-color);
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-start {
  border-left: var(--ms-border-width) var(--ms-border-style) var(--ms-border-color);
}

.border-start-0 {
  border-left: 0;
}

.border-primary {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-primary-rgb), var(--ms-border-opacity));
}

.border-secondary {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-secondary-rgb), var(--ms-border-opacity));
}

.border-success {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-success-rgb), var(--ms-border-opacity));
}

.border-info {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-info-rgb), var(--ms-border-opacity));
}

.border-warning {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-warning-rgb), var(--ms-border-opacity));
}

.border-danger {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-danger-rgb), var(--ms-border-opacity));
}

.border-light {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-light-rgb), var(--ms-border-opacity));
}

.border-dark {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-dark-rgb), var(--ms-border-opacity));
}

.border-white {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-white-rgb), var(--ms-border-opacity));
}

.border-black {
  --ms-border-opacity: 1;
  border-color: rgba(var(--ms-black-rgb), var(--ms-border-opacity));
}

.border-primary-subtle {
  border-color: var(--ms-primary-border-subtle);
}

.border-secondary-subtle {
  border-color: var(--ms-secondary-border-subtle);
}

.border-success-subtle {
  border-color: var(--ms-success-border-subtle);
}

.border-info-subtle {
  border-color: var(--ms-info-border-subtle);
}

.border-warning-subtle {
  border-color: var(--ms-warning-border-subtle);
}

.border-danger-subtle {
  border-color: var(--ms-danger-border-subtle);
}

.border-light-subtle {
  border-color: var(--ms-light-border-subtle);
}

.border-dark-subtle {
  border-color: var(--ms-dark-border-subtle);
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-5 {
  border-width: 5px;
}

.border-opacity-10 {
  --ms-border-opacity: 0.1;
}

.border-opacity-25 {
  --ms-border-opacity: 0.25;
}

.border-opacity-50 {
  --ms-border-opacity: 0.5;
}

.border-opacity-75 {
  --ms-border-opacity: 0.75;
}

.border-opacity-100 {
  --ms-border-opacity: 1;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.mw-100 {
  max-width: 100%;
}

.vw-100 {
  width: 100vw;
}

.min-vw-100 {
  min-width: 100vw;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.mh-100 {
  max-height: 100%;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.order-first {
  order: -1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-last {
  order: 6;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 2rem;
}

.m-4 {
  margin: 3rem;
}

.m-5 {
  margin: 6rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-2 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-3 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mx-4 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-5 {
  margin-right: 6rem;
  margin-left: 6rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-5 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.5rem;
}

.me-2 {
  margin-right: 1rem;
}

.me-3 {
  margin-right: 2rem;
}

.me-4 {
  margin-right: 3rem;
}

.me-5 {
  margin-right: 6rem;
}

.me-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 6rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.5rem;
}

.ms-2 {
  margin-left: 1rem;
}

.ms-3 {
  margin-left: 2rem;
}

.ms-4 {
  margin-left: 3rem;
}

.ms-5 {
  margin-left: 6rem;
}

.ms-auto {
  margin-left: auto;
}

.m-n1 {
  margin: -0.5rem;
}

.m-n2 {
  margin: -1rem;
}

.m-n3 {
  margin: -2rem;
}

.m-n4 {
  margin: -3rem;
}

.m-n5 {
  margin: -6rem;
}

.mx-n1 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.mx-n2 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.mx-n3 {
  margin-right: -2rem;
  margin-left: -2rem;
}

.mx-n4 {
  margin-right: -3rem;
  margin-left: -3rem;
}

.mx-n5 {
  margin-right: -6rem;
  margin-left: -6rem;
}

.my-n1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.my-n2 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.my-n3 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.my-n4 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.my-n5 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.mt-n1 {
  margin-top: -0.5rem;
}

.mt-n2 {
  margin-top: -1rem;
}

.mt-n3 {
  margin-top: -2rem;
}

.mt-n4 {
  margin-top: -3rem;
}

.mt-n5 {
  margin-top: -6rem;
}

.me-n1 {
  margin-right: -0.5rem;
}

.me-n2 {
  margin-right: -1rem;
}

.me-n3 {
  margin-right: -2rem;
}

.me-n4 {
  margin-right: -3rem;
}

.me-n5 {
  margin-right: -6rem;
}

.mb-n1 {
  margin-bottom: -0.5rem;
}

.mb-n2 {
  margin-bottom: -1rem;
}

.mb-n3 {
  margin-bottom: -2rem;
}

.mb-n4 {
  margin-bottom: -3rem;
}

.mb-n5 {
  margin-bottom: -6rem;
}

.ms-n1 {
  margin-left: -0.5rem;
}

.ms-n2 {
  margin-left: -1rem;
}

.ms-n3 {
  margin-left: -2rem;
}

.ms-n4 {
  margin-left: -3rem;
}

.ms-n5 {
  margin-left: -6rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 2rem;
}

.p-4 {
  padding: 3rem;
}

.p-5 {
  padding: 6rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-2 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-3 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.px-4 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.px-5 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 3rem;
}

.pt-5 {
  padding-top: 6rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.5rem;
}

.pe-2 {
  padding-right: 1rem;
}

.pe-3 {
  padding-right: 2rem;
}

.pe-4 {
  padding-right: 3rem;
}

.pe-5 {
  padding-right: 6rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 6rem;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.5rem;
}

.ps-2 {
  padding-left: 1rem;
}

.ps-3 {
  padding-left: 2rem;
}

.ps-4 {
  padding-left: 3rem;
}

.ps-5 {
  padding-left: 6rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 2rem;
}

.gap-4 {
  gap: 3rem;
}

.gap-5 {
  gap: 6rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.5rem;
}

.row-gap-2 {
  row-gap: 1rem;
}

.row-gap-3 {
  row-gap: 2rem;
}

.row-gap-4 {
  row-gap: 3rem;
}

.row-gap-5 {
  row-gap: 6rem;
}

.column-gap-0 {
  column-gap: 0;
}

.column-gap-1 {
  column-gap: 0.5rem;
}

.column-gap-2 {
  column-gap: 1rem;
}

.column-gap-3 {
  column-gap: 2rem;
}

.column-gap-4 {
  column-gap: 3rem;
}

.column-gap-5 {
  column-gap: 6rem;
}

.font-monospace {
  font-family: var(--ms-font-monospace);
}

.fs-1 {
  font-size: calc(1.3325rem + 6.80625vw);
}

.fs-2 {
  font-size: calc(1.3025rem + 4.33125vw);
}

.fs-3 {
  font-size: calc(1.2825rem + 2.68125vw);
}

.fs-4 {
  font-size: calc(1.2775rem + 2.26875vw);
}

.fs-5 {
  font-size: calc(1.2725rem + 1.85625vw);
}

.fs-6 {
  font-size: calc(1.2595rem + 0.78375vw);
}

.fst-italic {
  font-style: italic;
}

.fst-normal {
  font-style: normal;
}

.fw-lighter {
  font-weight: lighter;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-bolder {
  font-weight: bolder;
}

.lh-1 {
  line-height: 1;
}

.lh-sm {
  line-height: 1.25;
}

.lh-base {
  line-height: 1.63;
}

.lh-lg {
  line-height: 2;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-wrap {
  white-space: normal;
}

.text-nowrap {
  white-space: nowrap;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}

/* rtl:end:remove */
.text-primary {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-primary-rgb), var(--ms-text-opacity));
}

.text-secondary {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-secondary-rgb), var(--ms-text-opacity));
}

.text-success {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-success-rgb), var(--ms-text-opacity));
}

.text-info {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-info-rgb), var(--ms-text-opacity));
}

.text-warning {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-warning-rgb), var(--ms-text-opacity));
}

.text-danger {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-danger-rgb), var(--ms-text-opacity));
}

.text-light {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-light-rgb), var(--ms-text-opacity));
}

.text-dark {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-dark-rgb), var(--ms-text-opacity));
}

.text-white {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-white-rgb), var(--ms-text-opacity));
}

.text-black {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-black-rgb), var(--ms-text-opacity));
}

.text-body {
  --ms-text-opacity: 1;
  color: rgba(var(--ms-body-color-rgb), var(--ms-text-opacity));
}

.text-muted {
  --ms-text-opacity: 1;
  color: var(--ms-secondary-color);
}

.text-black-50 {
  --ms-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}

.text-white-50 {
  --ms-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}

.text-body-secondary {
  --ms-text-opacity: 1;
  color: var(--ms-secondary-color);
}

.text-body-tertiary {
  --ms-text-opacity: 1;
  color: var(--ms-tertiary-color);
}

.text-body-emphasis {
  --ms-text-opacity: 1;
  color: var(--ms-emphasis-color);
}

.text-reset {
  --ms-text-opacity: 1;
  color: inherit;
}

.text-opacity-25 {
  --ms-text-opacity: 0.25;
}

.text-opacity-50 {
  --ms-text-opacity: 0.5;
}

.text-opacity-75 {
  --ms-text-opacity: 0.75;
}

.text-opacity-100 {
  --ms-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--ms-primary-text-emphasis);
}

.text-secondary-emphasis {
  color: var(--ms-secondary-text-emphasis);
}

.text-success-emphasis {
  color: var(--ms-success-text-emphasis);
}

.text-info-emphasis {
  color: var(--ms-info-text-emphasis);
}

.text-warning-emphasis {
  color: var(--ms-warning-text-emphasis);
}

.text-danger-emphasis {
  color: var(--ms-danger-text-emphasis);
}

.text-light-emphasis {
  color: var(--ms-light-text-emphasis);
}

.text-dark-emphasis {
  color: var(--ms-dark-text-emphasis);
}

.link-opacity-10 {
  --ms-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --ms-link-opacity: 0.1;
}

.link-opacity-25 {
  --ms-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --ms-link-opacity: 0.25;
}

.link-opacity-50 {
  --ms-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --ms-link-opacity: 0.5;
}

.link-opacity-75 {
  --ms-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --ms-link-opacity: 0.75;
}

.link-opacity-100 {
  --ms-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --ms-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em;
}

.link-offset-2 {
  text-underline-offset: 0.25em;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em;
}

.link-offset-3 {
  text-underline-offset: 0.375em;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em;
}

.link-underline-primary {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-primary-rgb), var(--ms-link-underline-opacity));
}

.link-underline-secondary {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-secondary-rgb), var(--ms-link-underline-opacity));
}

.link-underline-success {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-success-rgb), var(--ms-link-underline-opacity));
}

.link-underline-info {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-info-rgb), var(--ms-link-underline-opacity));
}

.link-underline-warning {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-warning-rgb), var(--ms-link-underline-opacity));
}

.link-underline-danger {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-danger-rgb), var(--ms-link-underline-opacity));
}

.link-underline-light {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-light-rgb), var(--ms-link-underline-opacity));
}

.link-underline-dark {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-dark-rgb), var(--ms-link-underline-opacity));
}

.link-underline-white {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-white-rgb), var(--ms-link-underline-opacity));
}

.link-underline {
  --ms-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--ms-link-color-rgb), var(--ms-link-underline-opacity, 1));
}

.link-underline-opacity-0 {
  --ms-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --ms-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --ms-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --ms-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --ms-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --ms-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --ms-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --ms-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --ms-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --ms-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --ms-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --ms-link-underline-opacity: 1;
}

.bg-primary {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-primary-rgb), var(--ms-bg-opacity));
}

.bg-secondary {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-secondary-rgb), var(--ms-bg-opacity));
}

.bg-success {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-success-rgb), var(--ms-bg-opacity));
}

.bg-info {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-info-rgb), var(--ms-bg-opacity));
}

.bg-warning {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-warning-rgb), var(--ms-bg-opacity));
}

.bg-danger {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-danger-rgb), var(--ms-bg-opacity));
}

.bg-light {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-light-rgb), var(--ms-bg-opacity));
}

.bg-dark {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-dark-rgb), var(--ms-bg-opacity));
}

.bg-white {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-white-rgb), var(--ms-bg-opacity));
}

.bg-black {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-black-rgb), var(--ms-bg-opacity));
}

.bg-body {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-body-bg-rgb), var(--ms-bg-opacity));
}

.bg-transparent {
  --ms-bg-opacity: 1;
  background-color: transparent;
}

.bg-body-secondary {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-secondary-bg-rgb), var(--ms-bg-opacity));
}

.bg-body-tertiary {
  --ms-bg-opacity: 1;
  background-color: rgba(var(--ms-tertiary-bg-rgb), var(--ms-bg-opacity));
}

.bg-opacity-10 {
  --ms-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --ms-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --ms-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --ms-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --ms-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--ms-primary-bg-subtle);
}

.bg-secondary-subtle {
  background-color: var(--ms-secondary-bg-subtle);
}

.bg-success-subtle {
  background-color: var(--ms-success-bg-subtle);
}

.bg-info-subtle {
  background-color: var(--ms-info-bg-subtle);
}

.bg-warning-subtle {
  background-color: var(--ms-warning-bg-subtle);
}

.bg-danger-subtle {
  background-color: var(--ms-danger-bg-subtle);
}

.bg-light-subtle {
  background-color: var(--ms-light-bg-subtle);
}

.bg-dark-subtle {
  background-color: var(--ms-dark-bg-subtle);
}

.bg-gradient {
  background-image: var(--ms-gradient);
}

.user-select-all {
  user-select: all;
}

.user-select-auto {
  user-select: auto;
}

.user-select-none {
  user-select: none;
}

.pe-none {
  pointer-events: none;
}

.pe-auto {
  pointer-events: auto;
}

.rounded {
  border-radius: var(--ms-border-radius);
}

.rounded-0 {
  border-radius: 0;
}

.rounded-1 {
  border-radius: var(--ms-border-radius-sm);
}

.rounded-2 {
  border-radius: var(--ms-border-radius);
}

.rounded-3 {
  border-radius: var(--ms-border-radius-lg);
}

.rounded-4 {
  border-radius: var(--ms-border-radius-xl);
}

.rounded-5 {
  border-radius: var(--ms-border-radius-xxl);
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-pill {
  border-radius: var(--ms-border-radius-pill);
}

.rounded-top {
  border-top-left-radius: var(--ms-border-radius);
  border-top-right-radius: var(--ms-border-radius);
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-top-1 {
  border-top-left-radius: var(--ms-border-radius-sm);
  border-top-right-radius: var(--ms-border-radius-sm);
}

.rounded-top-2 {
  border-top-left-radius: var(--ms-border-radius);
  border-top-right-radius: var(--ms-border-radius);
}

.rounded-top-3 {
  border-top-left-radius: var(--ms-border-radius-lg);
  border-top-right-radius: var(--ms-border-radius-lg);
}

.rounded-top-4 {
  border-top-left-radius: var(--ms-border-radius-xl);
  border-top-right-radius: var(--ms-border-radius-xl);
}

.rounded-top-5 {
  border-top-left-radius: var(--ms-border-radius-xxl);
  border-top-right-radius: var(--ms-border-radius-xxl);
}

.rounded-top-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.rounded-top-pill {
  border-top-left-radius: var(--ms-border-radius-pill);
  border-top-right-radius: var(--ms-border-radius-pill);
}

.rounded-end {
  border-top-right-radius: var(--ms-border-radius);
  border-bottom-right-radius: var(--ms-border-radius);
}

.rounded-end-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-end-1 {
  border-top-right-radius: var(--ms-border-radius-sm);
  border-bottom-right-radius: var(--ms-border-radius-sm);
}

.rounded-end-2 {
  border-top-right-radius: var(--ms-border-radius);
  border-bottom-right-radius: var(--ms-border-radius);
}

.rounded-end-3 {
  border-top-right-radius: var(--ms-border-radius-lg);
  border-bottom-right-radius: var(--ms-border-radius-lg);
}

.rounded-end-4 {
  border-top-right-radius: var(--ms-border-radius-xl);
  border-bottom-right-radius: var(--ms-border-radius-xl);
}

.rounded-end-5 {
  border-top-right-radius: var(--ms-border-radius-xxl);
  border-bottom-right-radius: var(--ms-border-radius-xxl);
}

.rounded-end-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.rounded-end-pill {
  border-top-right-radius: var(--ms-border-radius-pill);
  border-bottom-right-radius: var(--ms-border-radius-pill);
}

.rounded-bottom {
  border-bottom-right-radius: var(--ms-border-radius);
  border-bottom-left-radius: var(--ms-border-radius);
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--ms-border-radius-sm);
  border-bottom-left-radius: var(--ms-border-radius-sm);
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--ms-border-radius);
  border-bottom-left-radius: var(--ms-border-radius);
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--ms-border-radius-lg);
  border-bottom-left-radius: var(--ms-border-radius-lg);
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--ms-border-radius-xl);
  border-bottom-left-radius: var(--ms-border-radius-xl);
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--ms-border-radius-xxl);
  border-bottom-left-radius: var(--ms-border-radius-xxl);
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--ms-border-radius-pill);
  border-bottom-left-radius: var(--ms-border-radius-pill);
}

.rounded-start {
  border-bottom-left-radius: var(--ms-border-radius);
  border-top-left-radius: var(--ms-border-radius);
}

.rounded-start-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--ms-border-radius-sm);
  border-top-left-radius: var(--ms-border-radius-sm);
}

.rounded-start-2 {
  border-bottom-left-radius: var(--ms-border-radius);
  border-top-left-radius: var(--ms-border-radius);
}

.rounded-start-3 {
  border-bottom-left-radius: var(--ms-border-radius-lg);
  border-top-left-radius: var(--ms-border-radius-lg);
}

.rounded-start-4 {
  border-bottom-left-radius: var(--ms-border-radius-xl);
  border-top-left-radius: var(--ms-border-radius-xl);
}

.rounded-start-5 {
  border-bottom-left-radius: var(--ms-border-radius-xxl);
  border-top-left-radius: var(--ms-border-radius-xxl);
}

.rounded-start-circle {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--ms-border-radius-pill);
  border-top-left-radius: var(--ms-border-radius-pill);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.z-n1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

@media (min-width: 321px) {
  .float-xs-start {
    float: left;
  }
  .float-xs-end {
    float: right;
  }
  .float-xs-none {
    float: none;
  }
  .object-fit-xs-contain {
    object-fit: contain;
  }
  .object-fit-xs-cover {
    object-fit: cover;
  }
  .object-fit-xs-fill {
    object-fit: fill;
  }
  .object-fit-xs-scale {
    object-fit: scale-down;
  }
  .object-fit-xs-none {
    object-fit: none;
  }
  .d-xs-inline {
    display: inline;
  }
  .d-xs-inline-block {
    display: inline-block;
  }
  .d-xs-block {
    display: block;
  }
  .d-xs-grid {
    display: grid;
  }
  .d-xs-inline-grid {
    display: inline-grid;
  }
  .d-xs-table {
    display: table;
  }
  .d-xs-table-row {
    display: table-row;
  }
  .d-xs-table-cell {
    display: table-cell;
  }
  .d-xs-flex {
    display: flex;
  }
  .d-xs-inline-flex {
    display: inline-flex;
  }
  .d-xs-none {
    display: none;
  }
  .flex-xs-fill {
    flex: 1 1 auto;
  }
  .flex-xs-row {
    flex-direction: row;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xs-grow-0 {
    flex-grow: 0;
  }
  .flex-xs-grow-1 {
    flex-grow: 1;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xs-wrap {
    flex-wrap: wrap;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xs-start {
    justify-content: flex-start;
  }
  .justify-content-xs-end {
    justify-content: flex-end;
  }
  .justify-content-xs-center {
    justify-content: center;
  }
  .justify-content-xs-between {
    justify-content: space-between;
  }
  .justify-content-xs-around {
    justify-content: space-around;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly;
  }
  .align-items-xs-start {
    align-items: flex-start;
  }
  .align-items-xs-end {
    align-items: flex-end;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .align-items-xs-baseline {
    align-items: baseline;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
  .align-content-xs-start {
    align-content: flex-start;
  }
  .align-content-xs-end {
    align-content: flex-end;
  }
  .align-content-xs-center {
    align-content: center;
  }
  .align-content-xs-between {
    align-content: space-between;
  }
  .align-content-xs-around {
    align-content: space-around;
  }
  .align-content-xs-stretch {
    align-content: stretch;
  }
  .align-self-xs-auto {
    align-self: auto;
  }
  .align-self-xs-start {
    align-self: flex-start;
  }
  .align-self-xs-end {
    align-self: flex-end;
  }
  .align-self-xs-center {
    align-self: center;
  }
  .align-self-xs-baseline {
    align-self: baseline;
  }
  .align-self-xs-stretch {
    align-self: stretch;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-last {
    order: 6;
  }
  .m-xs-0 {
    margin: 0;
  }
  .m-xs-1 {
    margin: 0.5rem;
  }
  .m-xs-2 {
    margin: 1rem;
  }
  .m-xs-3 {
    margin: 2rem;
  }
  .m-xs-4 {
    margin: 3rem;
  }
  .m-xs-5 {
    margin: 6rem;
  }
  .m-xs-auto {
    margin: auto;
  }
  .mx-xs-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xs-1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xs-2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xs-3 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mx-xs-4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xs-5 {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .mx-xs-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xs-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xs-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xs-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-xs-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xs-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-xs-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-1 {
    margin-top: 0.5rem;
  }
  .mt-xs-2 {
    margin-top: 1rem;
  }
  .mt-xs-3 {
    margin-top: 2rem;
  }
  .mt-xs-4 {
    margin-top: 3rem;
  }
  .mt-xs-5 {
    margin-top: 6rem;
  }
  .mt-xs-auto {
    margin-top: auto;
  }
  .me-xs-0 {
    margin-right: 0;
  }
  .me-xs-1 {
    margin-right: 0.5rem;
  }
  .me-xs-2 {
    margin-right: 1rem;
  }
  .me-xs-3 {
    margin-right: 2rem;
  }
  .me-xs-4 {
    margin-right: 3rem;
  }
  .me-xs-5 {
    margin-right: 6rem;
  }
  .me-xs-auto {
    margin-right: auto;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-1 {
    margin-bottom: 0.5rem;
  }
  .mb-xs-2 {
    margin-bottom: 1rem;
  }
  .mb-xs-3 {
    margin-bottom: 2rem;
  }
  .mb-xs-4 {
    margin-bottom: 3rem;
  }
  .mb-xs-5 {
    margin-bottom: 6rem;
  }
  .mb-xs-auto {
    margin-bottom: auto;
  }
  .ms-xs-0 {
    margin-left: 0;
  }
  .ms-xs-1 {
    margin-left: 0.5rem;
  }
  .ms-xs-2 {
    margin-left: 1rem;
  }
  .ms-xs-3 {
    margin-left: 2rem;
  }
  .ms-xs-4 {
    margin-left: 3rem;
  }
  .ms-xs-5 {
    margin-left: 6rem;
  }
  .ms-xs-auto {
    margin-left: auto;
  }
  .m-xs-n1 {
    margin: -0.5rem;
  }
  .m-xs-n2 {
    margin: -1rem;
  }
  .m-xs-n3 {
    margin: -2rem;
  }
  .m-xs-n4 {
    margin: -3rem;
  }
  .m-xs-n5 {
    margin: -6rem;
  }
  .mx-xs-n1 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .mx-xs-n2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mx-xs-n3 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mx-xs-n4 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .mx-xs-n5 {
    margin-right: -6rem;
    margin-left: -6rem;
  }
  .my-xs-n1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-xs-n2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-xs-n3 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-xs-n4 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-xs-n5 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .mt-xs-n1 {
    margin-top: -0.5rem;
  }
  .mt-xs-n2 {
    margin-top: -1rem;
  }
  .mt-xs-n3 {
    margin-top: -2rem;
  }
  .mt-xs-n4 {
    margin-top: -3rem;
  }
  .mt-xs-n5 {
    margin-top: -6rem;
  }
  .me-xs-n1 {
    margin-right: -0.5rem;
  }
  .me-xs-n2 {
    margin-right: -1rem;
  }
  .me-xs-n3 {
    margin-right: -2rem;
  }
  .me-xs-n4 {
    margin-right: -3rem;
  }
  .me-xs-n5 {
    margin-right: -6rem;
  }
  .mb-xs-n1 {
    margin-bottom: -0.5rem;
  }
  .mb-xs-n2 {
    margin-bottom: -1rem;
  }
  .mb-xs-n3 {
    margin-bottom: -2rem;
  }
  .mb-xs-n4 {
    margin-bottom: -3rem;
  }
  .mb-xs-n5 {
    margin-bottom: -6rem;
  }
  .ms-xs-n1 {
    margin-left: -0.5rem;
  }
  .ms-xs-n2 {
    margin-left: -1rem;
  }
  .ms-xs-n3 {
    margin-left: -2rem;
  }
  .ms-xs-n4 {
    margin-left: -3rem;
  }
  .ms-xs-n5 {
    margin-left: -6rem;
  }
  .p-xs-0 {
    padding: 0;
  }
  .p-xs-1 {
    padding: 0.5rem;
  }
  .p-xs-2 {
    padding: 1rem;
  }
  .p-xs-3 {
    padding: 2rem;
  }
  .p-xs-4 {
    padding: 3rem;
  }
  .p-xs-5 {
    padding: 6rem;
  }
  .px-xs-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xs-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xs-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xs-3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .px-xs-4 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .px-xs-5 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xs-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xs-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xs-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-xs-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-xs-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-1 {
    padding-top: 0.5rem;
  }
  .pt-xs-2 {
    padding-top: 1rem;
  }
  .pt-xs-3 {
    padding-top: 2rem;
  }
  .pt-xs-4 {
    padding-top: 3rem;
  }
  .pt-xs-5 {
    padding-top: 6rem;
  }
  .pe-xs-0 {
    padding-right: 0;
  }
  .pe-xs-1 {
    padding-right: 0.5rem;
  }
  .pe-xs-2 {
    padding-right: 1rem;
  }
  .pe-xs-3 {
    padding-right: 2rem;
  }
  .pe-xs-4 {
    padding-right: 3rem;
  }
  .pe-xs-5 {
    padding-right: 6rem;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-1 {
    padding-bottom: 0.5rem;
  }
  .pb-xs-2 {
    padding-bottom: 1rem;
  }
  .pb-xs-3 {
    padding-bottom: 2rem;
  }
  .pb-xs-4 {
    padding-bottom: 3rem;
  }
  .pb-xs-5 {
    padding-bottom: 6rem;
  }
  .ps-xs-0 {
    padding-left: 0;
  }
  .ps-xs-1 {
    padding-left: 0.5rem;
  }
  .ps-xs-2 {
    padding-left: 1rem;
  }
  .ps-xs-3 {
    padding-left: 2rem;
  }
  .ps-xs-4 {
    padding-left: 3rem;
  }
  .ps-xs-5 {
    padding-left: 6rem;
  }
  .gap-xs-0 {
    gap: 0;
  }
  .gap-xs-1 {
    gap: 0.5rem;
  }
  .gap-xs-2 {
    gap: 1rem;
  }
  .gap-xs-3 {
    gap: 2rem;
  }
  .gap-xs-4 {
    gap: 3rem;
  }
  .gap-xs-5 {
    gap: 6rem;
  }
  .row-gap-xs-0 {
    row-gap: 0;
  }
  .row-gap-xs-1 {
    row-gap: 0.5rem;
  }
  .row-gap-xs-2 {
    row-gap: 1rem;
  }
  .row-gap-xs-3 {
    row-gap: 2rem;
  }
  .row-gap-xs-4 {
    row-gap: 3rem;
  }
  .row-gap-xs-5 {
    row-gap: 6rem;
  }
  .column-gap-xs-0 {
    column-gap: 0;
  }
  .column-gap-xs-1 {
    column-gap: 0.5rem;
  }
  .column-gap-xs-2 {
    column-gap: 1rem;
  }
  .column-gap-xs-3 {
    column-gap: 2rem;
  }
  .column-gap-xs-4 {
    column-gap: 3rem;
  }
  .column-gap-xs-5 {
    column-gap: 6rem;
  }
  .text-xs-start {
    text-align: left;
  }
  .text-xs-end {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .object-fit-sm-contain {
    object-fit: contain;
  }
  .object-fit-sm-cover {
    object-fit: cover;
  }
  .object-fit-sm-fill {
    object-fit: fill;
  }
  .object-fit-sm-scale {
    object-fit: scale-down;
  }
  .object-fit-sm-none {
    object-fit: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.5rem;
  }
  .m-sm-2 {
    margin: 1rem;
  }
  .m-sm-3 {
    margin: 2rem;
  }
  .m-sm-4 {
    margin: 3rem;
  }
  .m-sm-5 {
    margin: 6rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-sm-1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-sm-2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-sm-3 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mx-sm-4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-sm-5 {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-sm-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-sm-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-sm-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-sm-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.5rem;
  }
  .mt-sm-2 {
    margin-top: 1rem;
  }
  .mt-sm-3 {
    margin-top: 2rem;
  }
  .mt-sm-4 {
    margin-top: 3rem;
  }
  .mt-sm-5 {
    margin-top: 6rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.5rem;
  }
  .me-sm-2 {
    margin-right: 1rem;
  }
  .me-sm-3 {
    margin-right: 2rem;
  }
  .me-sm-4 {
    margin-right: 3rem;
  }
  .me-sm-5 {
    margin-right: 6rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-2 {
    margin-bottom: 1rem;
  }
  .mb-sm-3 {
    margin-bottom: 2rem;
  }
  .mb-sm-4 {
    margin-bottom: 3rem;
  }
  .mb-sm-5 {
    margin-bottom: 6rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.5rem;
  }
  .ms-sm-2 {
    margin-left: 1rem;
  }
  .ms-sm-3 {
    margin-left: 2rem;
  }
  .ms-sm-4 {
    margin-left: 3rem;
  }
  .ms-sm-5 {
    margin-left: 6rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .m-sm-n1 {
    margin: -0.5rem;
  }
  .m-sm-n2 {
    margin: -1rem;
  }
  .m-sm-n3 {
    margin: -2rem;
  }
  .m-sm-n4 {
    margin: -3rem;
  }
  .m-sm-n5 {
    margin: -6rem;
  }
  .mx-sm-n1 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .mx-sm-n2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mx-sm-n3 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mx-sm-n4 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .mx-sm-n5 {
    margin-right: -6rem;
    margin-left: -6rem;
  }
  .my-sm-n1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-sm-n2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-sm-n3 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-sm-n4 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-sm-n5 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .mt-sm-n1 {
    margin-top: -0.5rem;
  }
  .mt-sm-n2 {
    margin-top: -1rem;
  }
  .mt-sm-n3 {
    margin-top: -2rem;
  }
  .mt-sm-n4 {
    margin-top: -3rem;
  }
  .mt-sm-n5 {
    margin-top: -6rem;
  }
  .me-sm-n1 {
    margin-right: -0.5rem;
  }
  .me-sm-n2 {
    margin-right: -1rem;
  }
  .me-sm-n3 {
    margin-right: -2rem;
  }
  .me-sm-n4 {
    margin-right: -3rem;
  }
  .me-sm-n5 {
    margin-right: -6rem;
  }
  .mb-sm-n1 {
    margin-bottom: -0.5rem;
  }
  .mb-sm-n2 {
    margin-bottom: -1rem;
  }
  .mb-sm-n3 {
    margin-bottom: -2rem;
  }
  .mb-sm-n4 {
    margin-bottom: -3rem;
  }
  .mb-sm-n5 {
    margin-bottom: -6rem;
  }
  .ms-sm-n1 {
    margin-left: -0.5rem;
  }
  .ms-sm-n2 {
    margin-left: -1rem;
  }
  .ms-sm-n3 {
    margin-left: -2rem;
  }
  .ms-sm-n4 {
    margin-left: -3rem;
  }
  .ms-sm-n5 {
    margin-left: -6rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.5rem;
  }
  .p-sm-2 {
    padding: 1rem;
  }
  .p-sm-3 {
    padding: 2rem;
  }
  .p-sm-4 {
    padding: 3rem;
  }
  .p-sm-5 {
    padding: 6rem;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-sm-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-sm-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-sm-3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .px-sm-4 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .px-sm-5 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-sm-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-sm-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.5rem;
  }
  .pt-sm-2 {
    padding-top: 1rem;
  }
  .pt-sm-3 {
    padding-top: 2rem;
  }
  .pt-sm-4 {
    padding-top: 3rem;
  }
  .pt-sm-5 {
    padding-top: 6rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.5rem;
  }
  .pe-sm-2 {
    padding-right: 1rem;
  }
  .pe-sm-3 {
    padding-right: 2rem;
  }
  .pe-sm-4 {
    padding-right: 3rem;
  }
  .pe-sm-5 {
    padding-right: 6rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-2 {
    padding-bottom: 1rem;
  }
  .pb-sm-3 {
    padding-bottom: 2rem;
  }
  .pb-sm-4 {
    padding-bottom: 3rem;
  }
  .pb-sm-5 {
    padding-bottom: 6rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.5rem;
  }
  .ps-sm-2 {
    padding-left: 1rem;
  }
  .ps-sm-3 {
    padding-left: 2rem;
  }
  .ps-sm-4 {
    padding-left: 3rem;
  }
  .ps-sm-5 {
    padding-left: 6rem;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.5rem;
  }
  .gap-sm-2 {
    gap: 1rem;
  }
  .gap-sm-3 {
    gap: 2rem;
  }
  .gap-sm-4 {
    gap: 3rem;
  }
  .gap-sm-5 {
    gap: 6rem;
  }
  .row-gap-sm-0 {
    row-gap: 0;
  }
  .row-gap-sm-1 {
    row-gap: 0.5rem;
  }
  .row-gap-sm-2 {
    row-gap: 1rem;
  }
  .row-gap-sm-3 {
    row-gap: 2rem;
  }
  .row-gap-sm-4 {
    row-gap: 3rem;
  }
  .row-gap-sm-5 {
    row-gap: 6rem;
  }
  .column-gap-sm-0 {
    column-gap: 0;
  }
  .column-gap-sm-1 {
    column-gap: 0.5rem;
  }
  .column-gap-sm-2 {
    column-gap: 1rem;
  }
  .column-gap-sm-3 {
    column-gap: 2rem;
  }
  .column-gap-sm-4 {
    column-gap: 3rem;
  }
  .column-gap-sm-5 {
    column-gap: 6rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .object-fit-md-contain {
    object-fit: contain;
  }
  .object-fit-md-cover {
    object-fit: cover;
  }
  .object-fit-md-fill {
    object-fit: fill;
  }
  .object-fit-md-scale {
    object-fit: scale-down;
  }
  .object-fit-md-none {
    object-fit: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-last {
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.5rem;
  }
  .m-md-2 {
    margin: 1rem;
  }
  .m-md-3 {
    margin: 2rem;
  }
  .m-md-4 {
    margin: 3rem;
  }
  .m-md-5 {
    margin: 6rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-md-2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-md-3 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mx-md-4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-md-5 {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-md-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-md-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-md-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-md-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.5rem;
  }
  .mt-md-2 {
    margin-top: 1rem;
  }
  .mt-md-3 {
    margin-top: 2rem;
  }
  .mt-md-4 {
    margin-top: 3rem;
  }
  .mt-md-5 {
    margin-top: 6rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.5rem;
  }
  .me-md-2 {
    margin-right: 1rem;
  }
  .me-md-3 {
    margin-right: 2rem;
  }
  .me-md-4 {
    margin-right: 3rem;
  }
  .me-md-5 {
    margin-right: 6rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem;
  }
  .mb-md-2 {
    margin-bottom: 1rem;
  }
  .mb-md-3 {
    margin-bottom: 2rem;
  }
  .mb-md-4 {
    margin-bottom: 3rem;
  }
  .mb-md-5 {
    margin-bottom: 6rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.5rem;
  }
  .ms-md-2 {
    margin-left: 1rem;
  }
  .ms-md-3 {
    margin-left: 2rem;
  }
  .ms-md-4 {
    margin-left: 3rem;
  }
  .ms-md-5 {
    margin-left: 6rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .m-md-n1 {
    margin: -0.5rem;
  }
  .m-md-n2 {
    margin: -1rem;
  }
  .m-md-n3 {
    margin: -2rem;
  }
  .m-md-n4 {
    margin: -3rem;
  }
  .m-md-n5 {
    margin: -6rem;
  }
  .mx-md-n1 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .mx-md-n2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mx-md-n3 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mx-md-n4 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .mx-md-n5 {
    margin-right: -6rem;
    margin-left: -6rem;
  }
  .my-md-n1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-md-n2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-md-n3 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-md-n4 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-md-n5 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .mt-md-n1 {
    margin-top: -0.5rem;
  }
  .mt-md-n2 {
    margin-top: -1rem;
  }
  .mt-md-n3 {
    margin-top: -2rem;
  }
  .mt-md-n4 {
    margin-top: -3rem;
  }
  .mt-md-n5 {
    margin-top: -6rem;
  }
  .me-md-n1 {
    margin-right: -0.5rem;
  }
  .me-md-n2 {
    margin-right: -1rem;
  }
  .me-md-n3 {
    margin-right: -2rem;
  }
  .me-md-n4 {
    margin-right: -3rem;
  }
  .me-md-n5 {
    margin-right: -6rem;
  }
  .mb-md-n1 {
    margin-bottom: -0.5rem;
  }
  .mb-md-n2 {
    margin-bottom: -1rem;
  }
  .mb-md-n3 {
    margin-bottom: -2rem;
  }
  .mb-md-n4 {
    margin-bottom: -3rem;
  }
  .mb-md-n5 {
    margin-bottom: -6rem;
  }
  .ms-md-n1 {
    margin-left: -0.5rem;
  }
  .ms-md-n2 {
    margin-left: -1rem;
  }
  .ms-md-n3 {
    margin-left: -2rem;
  }
  .ms-md-n4 {
    margin-left: -3rem;
  }
  .ms-md-n5 {
    margin-left: -6rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.5rem;
  }
  .p-md-2 {
    padding: 1rem;
  }
  .p-md-3 {
    padding: 2rem;
  }
  .p-md-4 {
    padding: 3rem;
  }
  .p-md-5 {
    padding: 6rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-md-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-md-3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .px-md-4 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .px-md-5 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-md-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-md-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-md-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.5rem;
  }
  .pt-md-2 {
    padding-top: 1rem;
  }
  .pt-md-3 {
    padding-top: 2rem;
  }
  .pt-md-4 {
    padding-top: 3rem;
  }
  .pt-md-5 {
    padding-top: 6rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.5rem;
  }
  .pe-md-2 {
    padding-right: 1rem;
  }
  .pe-md-3 {
    padding-right: 2rem;
  }
  .pe-md-4 {
    padding-right: 3rem;
  }
  .pe-md-5 {
    padding-right: 6rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem;
  }
  .pb-md-2 {
    padding-bottom: 1rem;
  }
  .pb-md-3 {
    padding-bottom: 2rem;
  }
  .pb-md-4 {
    padding-bottom: 3rem;
  }
  .pb-md-5 {
    padding-bottom: 6rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.5rem;
  }
  .ps-md-2 {
    padding-left: 1rem;
  }
  .ps-md-3 {
    padding-left: 2rem;
  }
  .ps-md-4 {
    padding-left: 3rem;
  }
  .ps-md-5 {
    padding-left: 6rem;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.5rem;
  }
  .gap-md-2 {
    gap: 1rem;
  }
  .gap-md-3 {
    gap: 2rem;
  }
  .gap-md-4 {
    gap: 3rem;
  }
  .gap-md-5 {
    gap: 6rem;
  }
  .row-gap-md-0 {
    row-gap: 0;
  }
  .row-gap-md-1 {
    row-gap: 0.5rem;
  }
  .row-gap-md-2 {
    row-gap: 1rem;
  }
  .row-gap-md-3 {
    row-gap: 2rem;
  }
  .row-gap-md-4 {
    row-gap: 3rem;
  }
  .row-gap-md-5 {
    row-gap: 6rem;
  }
  .column-gap-md-0 {
    column-gap: 0;
  }
  .column-gap-md-1 {
    column-gap: 0.5rem;
  }
  .column-gap-md-2 {
    column-gap: 1rem;
  }
  .column-gap-md-3 {
    column-gap: 2rem;
  }
  .column-gap-md-4 {
    column-gap: 3rem;
  }
  .column-gap-md-5 {
    column-gap: 6rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .object-fit-lg-contain {
    object-fit: contain;
  }
  .object-fit-lg-cover {
    object-fit: cover;
  }
  .object-fit-lg-fill {
    object-fit: fill;
  }
  .object-fit-lg-scale {
    object-fit: scale-down;
  }
  .object-fit-lg-none {
    object-fit: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-last {
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.5rem;
  }
  .m-lg-2 {
    margin: 1rem;
  }
  .m-lg-3 {
    margin: 2rem;
  }
  .m-lg-4 {
    margin: 3rem;
  }
  .m-lg-5 {
    margin: 6rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-lg-1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-lg-2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-lg-3 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mx-lg-4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-lg-5 {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-lg-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-lg-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-lg-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-lg-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.5rem;
  }
  .mt-lg-2 {
    margin-top: 1rem;
  }
  .mt-lg-3 {
    margin-top: 2rem;
  }
  .mt-lg-4 {
    margin-top: 3rem;
  }
  .mt-lg-5 {
    margin-top: 6rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.5rem;
  }
  .me-lg-2 {
    margin-right: 1rem;
  }
  .me-lg-3 {
    margin-right: 2rem;
  }
  .me-lg-4 {
    margin-right: 3rem;
  }
  .me-lg-5 {
    margin-right: 6rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-2 {
    margin-bottom: 1rem;
  }
  .mb-lg-3 {
    margin-bottom: 2rem;
  }
  .mb-lg-4 {
    margin-bottom: 3rem;
  }
  .mb-lg-5 {
    margin-bottom: 6rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.5rem;
  }
  .ms-lg-2 {
    margin-left: 1rem;
  }
  .ms-lg-3 {
    margin-left: 2rem;
  }
  .ms-lg-4 {
    margin-left: 3rem;
  }
  .ms-lg-5 {
    margin-left: 6rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .m-lg-n1 {
    margin: -0.5rem;
  }
  .m-lg-n2 {
    margin: -1rem;
  }
  .m-lg-n3 {
    margin: -2rem;
  }
  .m-lg-n4 {
    margin: -3rem;
  }
  .m-lg-n5 {
    margin: -6rem;
  }
  .mx-lg-n1 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .mx-lg-n2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mx-lg-n3 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mx-lg-n4 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .mx-lg-n5 {
    margin-right: -6rem;
    margin-left: -6rem;
  }
  .my-lg-n1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-lg-n2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-lg-n3 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-lg-n4 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-lg-n5 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .mt-lg-n1 {
    margin-top: -0.5rem;
  }
  .mt-lg-n2 {
    margin-top: -1rem;
  }
  .mt-lg-n3 {
    margin-top: -2rem;
  }
  .mt-lg-n4 {
    margin-top: -3rem;
  }
  .mt-lg-n5 {
    margin-top: -6rem;
  }
  .me-lg-n1 {
    margin-right: -0.5rem;
  }
  .me-lg-n2 {
    margin-right: -1rem;
  }
  .me-lg-n3 {
    margin-right: -2rem;
  }
  .me-lg-n4 {
    margin-right: -3rem;
  }
  .me-lg-n5 {
    margin-right: -6rem;
  }
  .mb-lg-n1 {
    margin-bottom: -0.5rem;
  }
  .mb-lg-n2 {
    margin-bottom: -1rem;
  }
  .mb-lg-n3 {
    margin-bottom: -2rem;
  }
  .mb-lg-n4 {
    margin-bottom: -3rem;
  }
  .mb-lg-n5 {
    margin-bottom: -6rem;
  }
  .ms-lg-n1 {
    margin-left: -0.5rem;
  }
  .ms-lg-n2 {
    margin-left: -1rem;
  }
  .ms-lg-n3 {
    margin-left: -2rem;
  }
  .ms-lg-n4 {
    margin-left: -3rem;
  }
  .ms-lg-n5 {
    margin-left: -6rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.5rem;
  }
  .p-lg-2 {
    padding: 1rem;
  }
  .p-lg-3 {
    padding: 2rem;
  }
  .p-lg-4 {
    padding: 3rem;
  }
  .p-lg-5 {
    padding: 6rem;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-lg-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-lg-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-lg-3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .px-lg-4 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .px-lg-5 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-lg-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-lg-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-lg-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.5rem;
  }
  .pt-lg-2 {
    padding-top: 1rem;
  }
  .pt-lg-3 {
    padding-top: 2rem;
  }
  .pt-lg-4 {
    padding-top: 3rem;
  }
  .pt-lg-5 {
    padding-top: 6rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.5rem;
  }
  .pe-lg-2 {
    padding-right: 1rem;
  }
  .pe-lg-3 {
    padding-right: 2rem;
  }
  .pe-lg-4 {
    padding-right: 3rem;
  }
  .pe-lg-5 {
    padding-right: 6rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-2 {
    padding-bottom: 1rem;
  }
  .pb-lg-3 {
    padding-bottom: 2rem;
  }
  .pb-lg-4 {
    padding-bottom: 3rem;
  }
  .pb-lg-5 {
    padding-bottom: 6rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.5rem;
  }
  .ps-lg-2 {
    padding-left: 1rem;
  }
  .ps-lg-3 {
    padding-left: 2rem;
  }
  .ps-lg-4 {
    padding-left: 3rem;
  }
  .ps-lg-5 {
    padding-left: 6rem;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.5rem;
  }
  .gap-lg-2 {
    gap: 1rem;
  }
  .gap-lg-3 {
    gap: 2rem;
  }
  .gap-lg-4 {
    gap: 3rem;
  }
  .gap-lg-5 {
    gap: 6rem;
  }
  .row-gap-lg-0 {
    row-gap: 0;
  }
  .row-gap-lg-1 {
    row-gap: 0.5rem;
  }
  .row-gap-lg-2 {
    row-gap: 1rem;
  }
  .row-gap-lg-3 {
    row-gap: 2rem;
  }
  .row-gap-lg-4 {
    row-gap: 3rem;
  }
  .row-gap-lg-5 {
    row-gap: 6rem;
  }
  .column-gap-lg-0 {
    column-gap: 0;
  }
  .column-gap-lg-1 {
    column-gap: 0.5rem;
  }
  .column-gap-lg-2 {
    column-gap: 1rem;
  }
  .column-gap-lg-3 {
    column-gap: 2rem;
  }
  .column-gap-lg-4 {
    column-gap: 3rem;
  }
  .column-gap-lg-5 {
    column-gap: 6rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left;
  }
  .float-xl-end {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .object-fit-xl-contain {
    object-fit: contain;
  }
  .object-fit-xl-cover {
    object-fit: cover;
  }
  .object-fit-xl-fill {
    object-fit: fill;
  }
  .object-fit-xl-scale {
    object-fit: scale-down;
  }
  .object-fit-xl-none {
    object-fit: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-last {
    order: 6;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.5rem;
  }
  .m-xl-2 {
    margin: 1rem;
  }
  .m-xl-3 {
    margin: 2rem;
  }
  .m-xl-4 {
    margin: 3rem;
  }
  .m-xl-5 {
    margin: 6rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xl-1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xl-2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xl-3 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mx-xl-4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xl-5 {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xl-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xl-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-xl-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xl-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.5rem;
  }
  .mt-xl-2 {
    margin-top: 1rem;
  }
  .mt-xl-3 {
    margin-top: 2rem;
  }
  .mt-xl-4 {
    margin-top: 3rem;
  }
  .mt-xl-5 {
    margin-top: 6rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 0.5rem;
  }
  .me-xl-2 {
    margin-right: 1rem;
  }
  .me-xl-3 {
    margin-right: 2rem;
  }
  .me-xl-4 {
    margin-right: 3rem;
  }
  .me-xl-5 {
    margin-right: 6rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem;
  }
  .mb-xl-2 {
    margin-bottom: 1rem;
  }
  .mb-xl-3 {
    margin-bottom: 2rem;
  }
  .mb-xl-4 {
    margin-bottom: 3rem;
  }
  .mb-xl-5 {
    margin-bottom: 6rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 0.5rem;
  }
  .ms-xl-2 {
    margin-left: 1rem;
  }
  .ms-xl-3 {
    margin-left: 2rem;
  }
  .ms-xl-4 {
    margin-left: 3rem;
  }
  .ms-xl-5 {
    margin-left: 6rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .m-xl-n1 {
    margin: -0.5rem;
  }
  .m-xl-n2 {
    margin: -1rem;
  }
  .m-xl-n3 {
    margin: -2rem;
  }
  .m-xl-n4 {
    margin: -3rem;
  }
  .m-xl-n5 {
    margin: -6rem;
  }
  .mx-xl-n1 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .mx-xl-n2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mx-xl-n3 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mx-xl-n4 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .mx-xl-n5 {
    margin-right: -6rem;
    margin-left: -6rem;
  }
  .my-xl-n1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-xl-n2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-xl-n3 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-xl-n4 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-xl-n5 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .mt-xl-n1 {
    margin-top: -0.5rem;
  }
  .mt-xl-n2 {
    margin-top: -1rem;
  }
  .mt-xl-n3 {
    margin-top: -2rem;
  }
  .mt-xl-n4 {
    margin-top: -3rem;
  }
  .mt-xl-n5 {
    margin-top: -6rem;
  }
  .me-xl-n1 {
    margin-right: -0.5rem;
  }
  .me-xl-n2 {
    margin-right: -1rem;
  }
  .me-xl-n3 {
    margin-right: -2rem;
  }
  .me-xl-n4 {
    margin-right: -3rem;
  }
  .me-xl-n5 {
    margin-right: -6rem;
  }
  .mb-xl-n1 {
    margin-bottom: -0.5rem;
  }
  .mb-xl-n2 {
    margin-bottom: -1rem;
  }
  .mb-xl-n3 {
    margin-bottom: -2rem;
  }
  .mb-xl-n4 {
    margin-bottom: -3rem;
  }
  .mb-xl-n5 {
    margin-bottom: -6rem;
  }
  .ms-xl-n1 {
    margin-left: -0.5rem;
  }
  .ms-xl-n2 {
    margin-left: -1rem;
  }
  .ms-xl-n3 {
    margin-left: -2rem;
  }
  .ms-xl-n4 {
    margin-left: -3rem;
  }
  .ms-xl-n5 {
    margin-left: -6rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.5rem;
  }
  .p-xl-2 {
    padding: 1rem;
  }
  .p-xl-3 {
    padding: 2rem;
  }
  .p-xl-4 {
    padding: 3rem;
  }
  .p-xl-5 {
    padding: 6rem;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xl-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xl-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xl-3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .px-xl-4 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .px-xl-5 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-xl-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-xl-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.5rem;
  }
  .pt-xl-2 {
    padding-top: 1rem;
  }
  .pt-xl-3 {
    padding-top: 2rem;
  }
  .pt-xl-4 {
    padding-top: 3rem;
  }
  .pt-xl-5 {
    padding-top: 6rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 0.5rem;
  }
  .pe-xl-2 {
    padding-right: 1rem;
  }
  .pe-xl-3 {
    padding-right: 2rem;
  }
  .pe-xl-4 {
    padding-right: 3rem;
  }
  .pe-xl-5 {
    padding-right: 6rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-2 {
    padding-bottom: 1rem;
  }
  .pb-xl-3 {
    padding-bottom: 2rem;
  }
  .pb-xl-4 {
    padding-bottom: 3rem;
  }
  .pb-xl-5 {
    padding-bottom: 6rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 0.5rem;
  }
  .ps-xl-2 {
    padding-left: 1rem;
  }
  .ps-xl-3 {
    padding-left: 2rem;
  }
  .ps-xl-4 {
    padding-left: 3rem;
  }
  .ps-xl-5 {
    padding-left: 6rem;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: 0.5rem;
  }
  .gap-xl-2 {
    gap: 1rem;
  }
  .gap-xl-3 {
    gap: 2rem;
  }
  .gap-xl-4 {
    gap: 3rem;
  }
  .gap-xl-5 {
    gap: 6rem;
  }
  .row-gap-xl-0 {
    row-gap: 0;
  }
  .row-gap-xl-1 {
    row-gap: 0.5rem;
  }
  .row-gap-xl-2 {
    row-gap: 1rem;
  }
  .row-gap-xl-3 {
    row-gap: 2rem;
  }
  .row-gap-xl-4 {
    row-gap: 3rem;
  }
  .row-gap-xl-5 {
    row-gap: 6rem;
  }
  .column-gap-xl-0 {
    column-gap: 0;
  }
  .column-gap-xl-1 {
    column-gap: 0.5rem;
  }
  .column-gap-xl-2 {
    column-gap: 1rem;
  }
  .column-gap-xl-3 {
    column-gap: 2rem;
  }
  .column-gap-xl-4 {
    column-gap: 3rem;
  }
  .column-gap-xl-5 {
    column-gap: 6rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left;
  }
  .float-xxl-end {
    float: right;
  }
  .float-xxl-none {
    float: none;
  }
  .object-fit-xxl-contain {
    object-fit: contain;
  }
  .object-fit-xxl-cover {
    object-fit: cover;
  }
  .object-fit-xxl-fill {
    object-fit: fill;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down;
  }
  .object-fit-xxl-none {
    object-fit: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .align-content-xxl-around {
    align-content: space-around;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.5rem;
  }
  .m-xxl-2 {
    margin: 1rem;
  }
  .m-xxl-3 {
    margin: 2rem;
  }
  .m-xxl-4 {
    margin: 3rem;
  }
  .m-xxl-5 {
    margin: 6rem;
  }
  .m-xxl-auto {
    margin: auto;
  }
  .mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xxl-2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xxl-3 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .mx-xxl-4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xxl-5 {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xxl-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xxl-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .my-xxl-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xxl-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.5rem;
  }
  .mt-xxl-2 {
    margin-top: 1rem;
  }
  .mt-xxl-3 {
    margin-top: 2rem;
  }
  .mt-xxl-4 {
    margin-top: 3rem;
  }
  .mt-xxl-5 {
    margin-top: 6rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 0.5rem;
  }
  .me-xxl-2 {
    margin-right: 1rem;
  }
  .me-xxl-3 {
    margin-right: 2rem;
  }
  .me-xxl-4 {
    margin-right: 3rem;
  }
  .me-xxl-5 {
    margin-right: 6rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem;
  }
  .mb-xxl-3 {
    margin-bottom: 2rem;
  }
  .mb-xxl-4 {
    margin-bottom: 3rem;
  }
  .mb-xxl-5 {
    margin-bottom: 6rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem;
  }
  .ms-xxl-2 {
    margin-left: 1rem;
  }
  .ms-xxl-3 {
    margin-left: 2rem;
  }
  .ms-xxl-4 {
    margin-left: 3rem;
  }
  .ms-xxl-5 {
    margin-left: 6rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .m-xxl-n1 {
    margin: -0.5rem;
  }
  .m-xxl-n2 {
    margin: -1rem;
  }
  .m-xxl-n3 {
    margin: -2rem;
  }
  .m-xxl-n4 {
    margin: -3rem;
  }
  .m-xxl-n5 {
    margin: -6rem;
  }
  .mx-xxl-n1 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .mx-xxl-n2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mx-xxl-n3 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mx-xxl-n4 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .mx-xxl-n5 {
    margin-right: -6rem;
    margin-left: -6rem;
  }
  .my-xxl-n1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-xxl-n2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-xxl-n3 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-xxl-n4 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-xxl-n5 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .mt-xxl-n1 {
    margin-top: -0.5rem;
  }
  .mt-xxl-n2 {
    margin-top: -1rem;
  }
  .mt-xxl-n3 {
    margin-top: -2rem;
  }
  .mt-xxl-n4 {
    margin-top: -3rem;
  }
  .mt-xxl-n5 {
    margin-top: -6rem;
  }
  .me-xxl-n1 {
    margin-right: -0.5rem;
  }
  .me-xxl-n2 {
    margin-right: -1rem;
  }
  .me-xxl-n3 {
    margin-right: -2rem;
  }
  .me-xxl-n4 {
    margin-right: -3rem;
  }
  .me-xxl-n5 {
    margin-right: -6rem;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.5rem;
  }
  .mb-xxl-n2 {
    margin-bottom: -1rem;
  }
  .mb-xxl-n3 {
    margin-bottom: -2rem;
  }
  .mb-xxl-n4 {
    margin-bottom: -3rem;
  }
  .mb-xxl-n5 {
    margin-bottom: -6rem;
  }
  .ms-xxl-n1 {
    margin-left: -0.5rem;
  }
  .ms-xxl-n2 {
    margin-left: -1rem;
  }
  .ms-xxl-n3 {
    margin-left: -2rem;
  }
  .ms-xxl-n4 {
    margin-left: -3rem;
  }
  .ms-xxl-n5 {
    margin-left: -6rem;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.5rem;
  }
  .p-xxl-2 {
    padding: 1rem;
  }
  .p-xxl-3 {
    padding: 2rem;
  }
  .p-xxl-4 {
    padding: 3rem;
  }
  .p-xxl-5 {
    padding: 6rem;
  }
  .px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xxl-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xxl-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xxl-3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .px-xxl-4 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .px-xxl-5 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-xxl-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-xxl-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem;
  }
  .pt-xxl-2 {
    padding-top: 1rem;
  }
  .pt-xxl-3 {
    padding-top: 2rem;
  }
  .pt-xxl-4 {
    padding-top: 3rem;
  }
  .pt-xxl-5 {
    padding-top: 6rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem;
  }
  .pe-xxl-2 {
    padding-right: 1rem;
  }
  .pe-xxl-3 {
    padding-right: 2rem;
  }
  .pe-xxl-4 {
    padding-right: 3rem;
  }
  .pe-xxl-5 {
    padding-right: 6rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem;
  }
  .pb-xxl-3 {
    padding-bottom: 2rem;
  }
  .pb-xxl-4 {
    padding-bottom: 3rem;
  }
  .pb-xxl-5 {
    padding-bottom: 6rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem;
  }
  .ps-xxl-2 {
    padding-left: 1rem;
  }
  .ps-xxl-3 {
    padding-left: 2rem;
  }
  .ps-xxl-4 {
    padding-left: 3rem;
  }
  .ps-xxl-5 {
    padding-left: 6rem;
  }
  .gap-xxl-0 {
    gap: 0;
  }
  .gap-xxl-1 {
    gap: 0.5rem;
  }
  .gap-xxl-2 {
    gap: 1rem;
  }
  .gap-xxl-3 {
    gap: 2rem;
  }
  .gap-xxl-4 {
    gap: 3rem;
  }
  .gap-xxl-5 {
    gap: 6rem;
  }
  .row-gap-xxl-0 {
    row-gap: 0;
  }
  .row-gap-xxl-1 {
    row-gap: 0.5rem;
  }
  .row-gap-xxl-2 {
    row-gap: 1rem;
  }
  .row-gap-xxl-3 {
    row-gap: 2rem;
  }
  .row-gap-xxl-4 {
    row-gap: 3rem;
  }
  .row-gap-xxl-5 {
    row-gap: 6rem;
  }
  .column-gap-xxl-0 {
    column-gap: 0;
  }
  .column-gap-xxl-1 {
    column-gap: 0.5rem;
  }
  .column-gap-xxl-2 {
    column-gap: 1rem;
  }
  .column-gap-xxl-3 {
    column-gap: 2rem;
  }
  .column-gap-xxl-4 {
    column-gap: 3rem;
  }
  .column-gap-xxl-5 {
    column-gap: 6rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 9.5rem;
  }
  .fs-2 {
    font-size: 6.5rem;
  }
  .fs-3 {
    font-size: 4.5rem;
  }
  .fs-4 {
    font-size: 4rem;
  }
  .fs-5 {
    font-size: 3.5rem;
  }
  .fs-6 {
    font-size: 2.2rem;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-inline-grid {
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
/*
 * transition-underline
 *
 * Creates an transitioned underline on the selector which calls the mixin
 *
 * @param $color		 - The default background colour
 *						 - Default: $secondary
 * @param $border-height - The height of the border
 *						 - Default: 1px
*/
/*
 * clear-fix
 *
 * Clear fixes the element which calls the mixin
*/
/*
 *
 * awesome
 *
 * Use Font Awesome in pseudo elements
 */
/*
 *
 * get-breakpoints
 *
 * Get the px value of a breakpoint
 */
/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas,
  .far,
  .fab,
  .fa-solid,
  .fa-regular,
  .fa-brands,
  .fa-classic,
  .fa)::before {
    content: var(--fa);
  }
}
.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  --fa-width: 100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-less-than {
  --fa: "\<";
}

.fa-equals {
  --fa: "\=";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-question {
  --fa: "\?";
}

.fa-at {
  --fa: "\@";
}

.fa-a {
  --fa: "A";
}

.fa-b {
  --fa: "B";
}

.fa-c {
  --fa: "C";
}

.fa-d {
  --fa: "D";
}

.fa-e {
  --fa: "E";
}

.fa-f {
  --fa: "F";
}

.fa-g {
  --fa: "G";
}

.fa-h {
  --fa: "H";
}

.fa-i {
  --fa: "I";
}

.fa-j {
  --fa: "J";
}

.fa-k {
  --fa: "K";
}

.fa-l {
  --fa: "L";
}

.fa-m {
  --fa: "M";
}

.fa-n {
  --fa: "N";
}

.fa-o {
  --fa: "O";
}

.fa-p {
  --fa: "P";
}

.fa-q {
  --fa: "Q";
}

.fa-r {
  --fa: "R";
}

.fa-s {
  --fa: "S";
}

.fa-t {
  --fa: "T";
}

.fa-u {
  --fa: "U";
}

.fa-v {
  --fa: "V";
}

.fa-w {
  --fa: "W";
}

.fa-x {
  --fa: "X";
}

.fa-y {
  --fa: "Y";
}

.fa-z {
  --fa: "Z";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-handshake-alt-slash {
  --fa: "\e060";
}

.fa-handshake-simple-slash {
  --fa: "\e060";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-virus {
  --fa: "\e074";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-vest {
  --fa: "\e085";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-clover {
  --fa: "\e139";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-display {
  --fa: "\e163";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-section {
  --fa: "\e447";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-jar {
  --fa: "\e516";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-locust {
  --fa: "\e520";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-rug {
  --fa: "\e569";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-tents {
  --fa: "\e582";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-worm {
  --fa: "\e599";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-pentagon {
  --fa: "\e790";
}

.fa-non-binary {
  --fa: "\e807";
}

.fa-spiral {
  --fa: "\e80a";
}

.fa-mobile-vibrate {
  --fa: "\e816";
}

.fa-single-quote-left {
  --fa: "\e81b";
}

.fa-single-quote-right {
  --fa: "\e81c";
}

.fa-bus-side {
  --fa: "\e81d";
}

.fa-septagon {
  --fa: "\e820";
}

.fa-heptagon {
  --fa: "\e820";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-music {
  --fa: "\f001";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-heart {
  --fa: "\f004";
}

.fa-star {
  --fa: "\f005";
}

.fa-user {
  --fa: "\f007";
}

.fa-user-alt {
  --fa: "\f007";
}

.fa-user-large {
  --fa: "\f007";
}

.fa-film {
  --fa: "\f008";
}

.fa-film-alt {
  --fa: "\f008";
}

.fa-film-simple {
  --fa: "\f008";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-check {
  --fa: "\f00c";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-road {
  --fa: "\f018";
}

.fa-download {
  --fa: "\f019";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-lock {
  --fa: "\f023";
}

.fa-flag {
  --fa: "\f024";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-headphones-alt {
  --fa: "\f025";
}

.fa-headphones-simple {
  --fa: "\f025";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-book {
  --fa: "\f02d";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-print {
  --fa: "\f02f";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-font {
  --fa: "\f031";
}

.fa-bold {
  --fa: "\f032";
}

.fa-italic {
  --fa: "\f033";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-image {
  --fa: "\f03e";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-play {
  --fa: "\f04b";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-eject {
  --fa: "\f052";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-expand {
  --fa: "\f065";
}

.fa-compress {
  --fa: "\f066";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-plane {
  --fa: "\f072";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-comment {
  --fa: "\f075";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-key {
  --fa: "\f084";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-comments {
  --fa: "\f086";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-upload {
  --fa: "\f093";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-phone {
  --fa: "\f095";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-circle {
  --fa: "\f111";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-code {
  --fa: "\f121";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-crop {
  --fa: "\f125";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-info {
  --fa: "\f129";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-file {
  --fa: "\f15b";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-sun {
  --fa: "\f185";
}

.fa-moon {
  --fa: "\f186";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-bug {
  --fa: "\f188";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-bus {
  --fa: "\f207";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-venus {
  --fa: "\f221";
}

.fa-mars {
  --fa: "\f222";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-server {
  --fa: "\f233";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-bed {
  --fa: "\f236";
}

.fa-train {
  --fa: "\f238";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-industry {
  --fa: "\f275";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-map {
  --fa: "\f279";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-handshake-alt {
  --fa: "\f2b5";
}

.fa-handshake-simple {
  --fa: "\f2b5";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-images {
  --fa: "\f302";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-pen {
  --fa: "\f304";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-octagon {
  --fa: "\f306";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-hexagon {
  --fa: "\f312";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-alarm-clock {
  --fa: "\f34e";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-chess {
  --fa: "\f439";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-box {
  --fa: "\f466";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-dna {
  --fa: "\f471";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-pills {
  --fa: "\f484";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vial {
  --fa: "\f492";
}

.fa-vials {
  --fa: "\f493";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-user-alt-slash {
  --fa: "\f506";
}

.fa-user-large-slash {
  --fa: "\f506";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-blender {
  --fa: "\f517";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-church {
  --fa: "\f51d";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-crow {
  --fa: "\f520";
}

.fa-crown {
  --fa: "\f521";
}

.fa-dice {
  --fa: "\f522";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-divide {
  --fa: "\f529";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-memory {
  --fa: "\f538";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-robot {
  --fa: "\f544";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-school {
  --fa: "\f549";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-store {
  --fa: "\f54e";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-archway {
  --fa: "\f557";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-award {
  --fa: "\f559";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-drum {
  --fa: "\f569";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-fill {
  --fa: "\f575";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-fish {
  --fa: "\f578";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grid-horizontal {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-grid-vertical {
  --fa: "\f58e";
}

.fa-headset {
  --fa: "\f590";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-joint {
  --fa: "\f595";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-vector-polygon {
  --fa: "\f5ee";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-poop {
  --fa: "\f619";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-city {
  --fa: "\f64f";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-cross {
  --fa: "\f654";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-om {
  --fa: "\f679";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-socks {
  --fa: "\f696";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-otter {
  --fa: "\f700";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-slash {
  --fa: "\f715";
}

.fa-spider {
  --fa: "\f717";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-toilet-paper-alt {
  --fa: "\f71e";
}

.fa-toilet-paper-blank {
  --fa: "\f71e";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-water {
  --fa: "\f773";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-blog {
  --fa: "\f781";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-pager {
  --fa: "\f815";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-fan {
  --fa: "\f863";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-caravan {
  --fa: "\f8ff";
}

/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../assets/8ae0d37556ff1e685de2.woff2);
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../assets/1c5c7716b05754cb4eab.woff2);
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-unity {
  --fa: "\e049";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-bots {
  --fa: "\e340";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-threads {
  --fa: "\e618";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-openai {
  --fa: "\e7cf";
}

.fa-square-linkedin {
  --fa: "\e7d0";
}

.fa-cash-app {
  --fa: "\e7d4";
}

.fa-disqus {
  --fa: "\e7d5";
}

.fa-eleventy {
  --fa: "\e7d6";
}

.fa-11ty {
  --fa: "\e7d6";
}

.fa-kakao-talk {
  --fa: "\e7d7";
}

.fa-linktree {
  --fa: "\e7d8";
}

.fa-notion {
  --fa: "\e7d9";
}

.fa-pandora {
  --fa: "\e7da";
}

.fa-pixelfed {
  --fa: "\e7db";
}

.fa-tidal {
  --fa: "\e7dc";
}

.fa-vsco {
  --fa: "\e7dd";
}

.fa-w3c {
  --fa: "\e7de";
}

.fa-lumon {
  --fa: "\e7e2";
}

.fa-lumon-drop {
  --fa: "\e7e3";
}

.fa-square-figma {
  --fa: "\e7e4";
}

.fa-tex {
  --fa: "\e7ff";
}

.fa-duolingo {
  --fa: "\e812";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-github {
  --fa: "\f09b";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-xing {
  --fa: "\f168";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-adn {
  --fa: "\f170";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-apple {
  --fa: "\f179";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-android {
  --fa: "\f17b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-trello {
  --fa: "\f181";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-vk {
  --fa: "\f189";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-gg {
  --fa: "\f260";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-safari {
  --fa: "\f267";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-edge {
  --fa: "\f282";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-modx {
  --fa: "\f285";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-usb {
  --fa: "\f287";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-envira {
  --fa: "\f299";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-apper {
  --fa: "\f371";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-audible {
  --fa: "\f373";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-aws {
  --fa: "\f375";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-discord {
  --fa: "\f392";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-docker {
  --fa: "\f395";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-uber {
  --fa: "\f402";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-viber {
  --fa: "\f409";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-fly {
  --fa: "\f417";
}

.fa-node {
  --fa: "\f419";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-react {
  --fa: "\f41b";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-less {
  --fa: "\f41d";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-angular {
  --fa: "\f420";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-ember {
  --fa: "\f423";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-strava {
  --fa: "\f428";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-hips {
  --fa: "\f452";
}

.fa-php {
  --fa: "\f457";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-sith {
  --fa: "\f512";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-neos {
  --fa: "\f612";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-centos {
  --fa: "\f789";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-figma {
  --fa: "\f799";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-umbraco {
  --fa: "\f8e8";
}

html, body {
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures contextual;
}
body:before {
  content: "1";
  display: none;
}
@media (min-width: 321px) {
  body:before {
    content: "2";
  }
}
@media (min-width: 576px) {
  body:before {
    content: "3";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "4";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "5";
  }
}
@media (min-width: 1200px) {
  body:before {
    content: "6";
  }
}
@media (min-width: 1400px) {
  body:before {
    content: "7";
  }
}
@media (max-width: 767.98px) {
  body .container-fluid, body .container-sm, body .container-md, body .container-lg, body .container-xxl, body .container-xl, body .row {
    --ms-gutter-x: 2rem;
  }
}
body.navigation-open {
  overflow: hidden;
}
body.error404 main {
  padding-top: 13rem;
}

::-moz-selection {
  background-color: #B5CBF2;
  color: #7D8EA5;
}

::selection {
  background-color: #B5CBF2;
  color: #7D8EA5;
}

iframe {
  width: 100%;
}

.font-heading {
  font-family: "playfair-display", sans-serif;
}

.fs-large {
  font-size: calc(1.2575rem + 0.61875vw);
}
@media (min-width: 1200px) {
  .fs-large {
    font-size: 2rem;
  }
}

.lh-xs {
  line-height: 0.9444;
}

strong, b {
  font-weight: 700;
}

.btn[class*=btn-], input[class*=btn-][type=submit], [class*=btn-].btn-outline-blue {
  text-transform: uppercase;
}

.btn-outline-white {
  --ms-btn-color: #fff;
  --ms-btn-border-color: #fff;
  --ms-btn-hover-color: #7D8EA5;
  --ms-btn-hover-bg: #fff;
  --ms-btn-hover-border-color: #fff;
  --ms-btn-focus-shadow-rgb: 255, 255, 255;
  --ms-btn-active-color: #000;
  --ms-btn-active-bg: #fff;
  --ms-btn-active-border-color: #fff;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #fff;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #fff;
  --ms-gradient: none;
}

.btn-outline-blue {
  --ms-btn-color: #0d6efd;
  --ms-btn-border-color: #0d6efd;
  --ms-btn-hover-color: #fff;
  --ms-btn-hover-bg: #0d6efd;
  --ms-btn-hover-border-color: #0d6efd;
  --ms-btn-focus-shadow-rgb: 13, 110, 253;
  --ms-btn-active-color: #fff;
  --ms-btn-active-bg: #0d6efd;
  --ms-btn-active-border-color: #0d6efd;
  --ms-btn-active-shadow: none;
  --ms-btn-disabled-color: #0d6efd;
  --ms-btn-disabled-bg: transparent;
  --ms-btn-disabled-border-color: #0d6efd;
  --ms-gradient: none;
}

input[type=submit] {
  width: auto;
  min-width: 21.8rem;
  text-transform: uppercase;
}

.link-primary, .link-primary-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-primary:hover, .link-primary:focus {
  color: #7D8EA5 !important;
  border-bottom-color: #7D8EA5;
}

.link-primary-with-span:hover, .link-primary-with-span:focus {
  color: #7D8EA5;
}
.link-primary-with-span:hover .underline, .link-primary-with-span:focus .underline {
  border-bottom-color: #7D8EA5;
}

.link-secondary, .link-secondary-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-secondary:hover, .link-secondary:focus {
  color: #B5CBF2 !important;
  border-bottom-color: #B5CBF2;
}

.link-secondary-with-span:hover, .link-secondary-with-span:focus {
  color: #B5CBF2;
}
.link-secondary-with-span:hover .underline, .link-secondary-with-span:focus .underline {
  border-bottom-color: #B5CBF2;
}

.link-success, .link-success-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-success:hover, .link-success:focus {
  color: #198754 !important;
  border-bottom-color: #198754;
}

.link-success-with-span:hover, .link-success-with-span:focus {
  color: #198754;
}
.link-success-with-span:hover .underline, .link-success-with-span:focus .underline {
  border-bottom-color: #198754;
}

.link-info, .link-info-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-info:hover, .link-info:focus {
  color: #0dcaf0 !important;
  border-bottom-color: #0dcaf0;
}

.link-info-with-span:hover, .link-info-with-span:focus {
  color: #0dcaf0;
}
.link-info-with-span:hover .underline, .link-info-with-span:focus .underline {
  border-bottom-color: #0dcaf0;
}

.link-warning, .link-warning-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-warning:hover, .link-warning:focus {
  color: #ffc107 !important;
  border-bottom-color: #ffc107;
}

.link-warning-with-span:hover, .link-warning-with-span:focus {
  color: #ffc107;
}
.link-warning-with-span:hover .underline, .link-warning-with-span:focus .underline {
  border-bottom-color: #ffc107;
}

.link-danger, .link-danger-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-danger:hover, .link-danger:focus {
  color: #dc3545 !important;
  border-bottom-color: #dc3545;
}

.link-danger-with-span:hover, .link-danger-with-span:focus {
  color: #dc3545;
}
.link-danger-with-span:hover .underline, .link-danger-with-span:focus .underline {
  border-bottom-color: #dc3545;
}

.link-light, .link-light-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-light:hover, .link-light:focus {
  color: #f8f9fa !important;
  border-bottom-color: #f8f9fa;
}

.link-light-with-span:hover, .link-light-with-span:focus {
  color: #f8f9fa;
}
.link-light-with-span:hover .underline, .link-light-with-span:focus .underline {
  border-bottom-color: #f8f9fa;
}

.link-dark, .link-dark-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-dark:hover, .link-dark:focus {
  color: #181818 !important;
  border-bottom-color: #181818;
}

.link-dark-with-span:hover, .link-dark-with-span:focus {
  color: #181818;
}
.link-dark-with-span:hover .underline, .link-dark-with-span:focus .underline {
  border-bottom-color: #181818;
}

.link-white, .link-white-with-span .underline {
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0.1rem solid transparent;
}

.link-white:hover, .link-white:focus {
  color: #fff !important;
  border-bottom-color: #fff;
}

.link-white-with-span:hover, .link-white-with-span:focus {
  color: #fff;
}
.link-white-with-span:hover .underline, .link-white-with-span:focus .underline {
  border-bottom-color: #fff;
}

.social-link {
  transition: color 0.2s ease-in-out;
}
.social-link:hover, .social-link:focus {
  color: #B5CBF2;
}

.hoverable-overlay-parent:hover .hoverable-overlay:after, .hoverable-overlay-parent:focus .hoverable-overlay:after {
  opacity: 1;
}
.hoverable-overlay-parent:hover .title, .hoverable-overlay-parent:focus .title {
  color: #fd7e14;
}
.hoverable-overlay-parent .title {
  transition: color 0.2s ease-in-out;
}

.hoverable-overlay {
  position: relative;
}
.hoverable-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(125, 142, 165, 0.57);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.hoverable-overlay:hover:after, .hoverable-overlay:focus:after {
  opacity: 1;
}
.hoverable-overlay .hoverable-overlay-above {
  z-index: 1;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

[style*=background-image] {
  background-position: center;
  background-size: cover;
}

.user-generated ul {
  margin-bottom: 2.5rem;
  padding-left: 0;
  text-align: left;
}
.user-generated ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.user-generated ul li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
}
.user-generated ol li {
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}
.user-generated ol li::marker {
  color: #7D8EA5;
  font-family: "playfair-display", sans-serif;
  font-weight: 700;
}
.user-generated h1, .user-generated .h1, .user-generated h2, .user-generated .h2 {
  font-size: calc(1.3025rem + 4.33125vw);
}
@media (min-width: 1200px) {
  .user-generated h1, .user-generated .h1, .user-generated h2, .user-generated .h2 {
    font-size: 6.5rem;
  }
}
.user-generated h1 ~ h5, .user-generated .h1 ~ h5, .user-generated h1 ~ .h5, .user-generated .h1 ~ .h5, .user-generated h1 ~ h6, .user-generated .h1 ~ h6, .user-generated h1 ~ .h6, .user-generated .h1 ~ .h6, .user-generated h2 ~ h5, .user-generated .h2 ~ h5, .user-generated h2 ~ .h5, .user-generated .h2 ~ .h5, .user-generated h2 ~ h6, .user-generated .h2 ~ h6, .user-generated h2 ~ .h6, .user-generated .h2 ~ .h6 {
  margin-top: -2.5rem;
}
.user-generated p ~ h1, .user-generated p ~ .h1, .user-generated p ~ h2, .user-generated p ~ .h2, .user-generated p ~ h3, .user-generated p ~ .h3, .user-generated p ~ h4, .user-generated p ~ .h4, .user-generated p ~ h5, .user-generated p ~ .h5, .user-generated p ~ h6, .user-generated p ~ .h6 {
  margin-top: 4rem;
}
.user-generated blockquote {
  border-left: 0.5rem solid #fd7e14;
  padding-left: 3rem;
  font-size: 1.9rem;
}
.user-generated a:not([class]) {
  font-weight: 700;
  color: #7D8EA5;
  border-bottom: 0.1rem solid transparent;
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (hover: hover) {
  .user-generated a:not([class]):hover, .user-generated a:not([class]):focus {
    text-decoration: none;
    border-bottom: 0.1rem solid #7D8EA5;
  }
}
.user-generated p:last-child {
  margin-bottom: 0;
}
.user-generated img.alignnone {
  margin: 0;
}

[data-fade-in], [data-fade-in-up], [data-fade-in-left], [data-fade-in-right] {
  opacity: 0;
}
[data-fade-in].shown, [data-fade-in-up].shown, [data-fade-in-left].shown, [data-fade-in-right].shown {
  opacity: 1;
}

[data-fade-in] {
  transition: opacity 0.5s ease-in;
}

[data-fade-in-up] {
  transform: translateY(5rem);
  transition: transform 0.6s ease-out, opacity 0.5s ease-in;
}
[data-fade-in-up].shown {
  transform: translateY(0);
}

[data-fade-in-left], [data-fade-in-right] {
  transition: transform 0.6s ease-out, opacity 0.5s ease-in;
}
[data-fade-in-left].shown, [data-fade-in-right].shown {
  transform: translateX(0);
}

[data-fade-in-left] {
  transform: translateX(5rem);
}

[data-fade-in-right] {
  transform: translateX(-5rem);
}

html body #wpadminbar {
  max-width: 100%;
  width: 3.3rem;
  min-width: 0;
  top: auto;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 1rem;
  overflow: hidden;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
html body #wpadminbar:hover {
  width: 35rem;
  background-color: rgba(0, 0, 0, 0.8);
}
html body #wpadminbar a {
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 600px), screen and (max-width: 782px) {
  html body #wpadminbar {
    min-width: 0;
    height: 38px;
    position: fixed;
    font-size: 13px;
  }
  html body #wpadminbar:hover {
    width: 17rem;
  }
  html body #wpadminbar #wp-admin-bar-site-name a.ab-item:before {
    width: 33px;
    margin: 0 auto;
    font-size: 1.75rem;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  margin-top: calc(2rem / 2);
  font-size: 1.6rem;
  color: #6c757d;
}

.wp-video {
  width: 100% !important;
}

.site-header {
  z-index: 1030;
  transition: background-color 0.4s ease-in-out;
}
.navigation-open .site-header {
  background-color: #181818;
}
.site-header .logo-container {
  width: 39.8rem;
  max-width: 50vw;
}
.site-header .saif-logo {
  max-width: 6.9rem;
}
.site-header .saif-care-logo {
  max-width: 5.9rem;
}
.site-header .label {
  display: none;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .site-header .label {
    display: block;
  }
}
.site-header button[name=toggle-menu] {
  color: #7D8EA5;
  transition: color 0.2s ease-in-out;
}
.site-header button[name=toggle-menu]:hover, .site-header button[name=toggle-menu]:focus, .site-header button[name=toggle-menu]:first-child:active {
  color: #B5CBF2;
}
.site-header button[name=toggle-menu] .lines {
  width: 5.6rem;
  height: 2.8rem;
  position: relative;
}
.site-header button[name=toggle-menu] .line {
  width: 5.6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  background-color: #7D8EA5;
  transition: background-color 0.2s ease-in-out, transform 0.4s ease-in-out, opacity 0.2s ease-in-out, width 0.2s ease-in-out;
}
.site-header button[name=toggle-menu] .top {
  top: 0;
  transform-origin: left top;
}
.site-header button[name=toggle-menu] .middle {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
.site-header button[name=toggle-menu] .bottom {
  bottom: 0;
  transform-origin: left bottom;
}
.site-header button[name=toggle-menu].navigation-open .line {
  background-color: #fff;
}
.site-header button[name=toggle-menu].navigation-open .top {
  width: 3.7rem;
  transform: rotateZ(45deg);
}
.site-header button[name=toggle-menu].navigation-open .middle {
  opacity: 0;
}
.site-header button[name=toggle-menu].navigation-open .bottom {
  width: 3.7rem;
  transform: rotateZ(-45deg);
}
.site-header .menu-link {
  transition: color 0.2s ease-in-out;
}
.site-header .menu-link:hover, .site-header .menu-link:focus {
  color: #7D8EA5;
}
@media (max-width: 1399.98px) {
  .site-header .menu {
    height: calc(100vh - 8.5rem);
    padding-top: 6rem;
    z-index: 1030;
    overflow: auto;
    background-color: #181818;
    text-align: center;
  }
  .site-header .menu .menu-item {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 575.98px) {
  .site-header .menu nav ul {
    font-size: 3.5rem;
  }
}

.site-footer {
  background-image: linear-gradient(to right, #000 0%, #161616 67%, #181818 100%);
}
.site-footer i {
  color: #7D8EA5;
}
.site-footer .menu-item {
  margin-bottom: 1rem;
}

.site-credit img {
  max-width: 11.6rem;
}

form ::placeholder {
  color: #fff;
}
form ::-webkit-input-placeholder {
  color: #fff;
}
form ::-moz-placeholder {
  color: #fff;
}
form :-ms-input-placeholder {
  color: #fff;
}

input, textarea, select, button {
  font-family: 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";
}

input, textarea, select {
  width: 100%;
  border: 0.1rem solid #7D8EA5;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.7rem 1.2rem;
  background-color: #000;
  outline: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]), textarea:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]), select:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]) {
  box-shadow: none;
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):hover, textarea:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):hover, select:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):hover {
  border-color: #7D8EA5;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):focus, textarea:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):focus, select:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):focus {
  border-color: rgb(190, 198.5, 210);
  box-shadow: 0 0 0 0.25rem rgba(125, 142, 165, 0.25);
}
input[disabled], textarea[disabled], select[disabled] {
  background-color: var(--ms-secondary-bg);
}

input[type=file] {
  border: 0;
  padding: 0.8rem 0 0;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  user-select: none;
  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;
}
input[type=checkbox]:not(caption), input[type=radio]:not(caption) {
  position: absolute !important;
}
input[type=checkbox] *, input[type=radio] * {
  overflow: hidden !important;
}
input[type=checkbox]:checked ~ label:after, input[type=checkbox]:checked ~ label i, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + span i, input[type=radio]:checked ~ label:after, input[type=radio]:checked ~ label i, input[type=radio]:checked + span:after, input[type=radio]:checked + span i {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox]:not(:checked):hover ~ label:before, input[type=checkbox]:not(:checked):focus ~ label:before, input[type=checkbox]:not(:checked):hover + span:before, input[type=checkbox]:not(:checked):focus + span:before, input[type=radio]:not(:checked):hover ~ label:before, input[type=radio]:not(:checked):focus ~ label:before, input[type=radio]:not(:checked):hover + span:before, input[type=radio]:not(:checked):focus + span:before {
  border-color: #B5CBF2;
}
input[type=checkbox] ~ label, input[type=checkbox] + span, input[type=radio] ~ label, input[type=radio] + span {
  display: block;
  position: relative;
  padding-left: 3rem;
  color: #181818;
  cursor: pointer;
}
input[type=checkbox] ~ label:before, input[type=checkbox] + span:before, input[type=radio] ~ label:before, input[type=radio] + span:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0.4rem;
  left: 0;
  border: 0.1rem solid #7D8EA5;
  transition: border-color 0.2s ease-in-out;
}
input[type=checkbox] ~ label:after, input[type=checkbox] + span:after, input[type=radio] ~ label:after, input[type=radio] + span:after {
  position: absolute;
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(0.3);
  color: #B5CBF2;
}

input[type=radio] ~ label:before, input[type=radio] + span:before {
  background-color: #fff;
  border-radius: 50%;
}
input[type=radio] ~ label:after, input[type=radio] + span:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  top: 0.7rem;
  left: 0.3rem;
  background-color: #B5CBF2;
  border-radius: 50%;
}

input[type=checkbox] ~ label:before, input[type=checkbox] + span:before {
  border-radius: 0.3rem;
}
input[type=checkbox] ~ label:after, input[type=checkbox] + span:after {
  content: "\f00c";
  top: 0.6rem;
  left: 0.3rem;
  font: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}

select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJhbmdsZS1kb3duIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYW5nbGUtZG93biBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTE1MS41IDM0Ny44TDMuNSAyMDFjLTQuNy00LjctNC43LTEyLjMgMC0xN2wxOS44LTE5LjhjNC43LTQuNyAxMi4zLTQuNyAxNyAwTDE2MCAyODIuN2wxMTkuNy0xMTguNWM0LjctNC43IDEyLjMtNC43IDE3IDBsMTkuOCAxOS44YzQuNyA0LjcgNC43IDEyLjMgMCAxN2wtMTQ4IDE0Ni44Yy00LjcgNC43LTEyLjMgNC43LTE3IDB6Ij48L3BhdGg+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
  padding-right: 3.2rem;
}
select::-ms-expand {
  display: none;
}

legend {
  font-size: 1.6rem;
}

body .gform_wrapper.gravity-theme .gfield textarea.small, body .gform_wrapper.gravity-theme .gfield textarea.medium, body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 14.9rem;
  min-height: 5rem;
}

.gfield label {
  cursor: pointer;
}

.gfield_label {
  margin-bottom: 0.3rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
}

.gfield_description {
  margin-bottom: 1rem;
}

.gform_description {
  display: block;
  margin-bottom: 3rem;
}

.ginput_container_consent .gfield_required_asterisk {
  display: none;
}

.gfield_required_asterisk {
  color: #fff;
}

.gform_submission_error, .gfield_validation_message, .gfield_error .gfield_label {
  color: #dc3545;
  background-color: #f8f9fa;
  padding: 1rem;
}

.gform_submission_error {
  border: none;
  font-size: 1.6rem;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
}

.gfield_validation_message {
  margin-top: calc(2rem / 2);
  font-size: 1.6rem;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #dc3545;
}
.gfield_error.pull-error-message-up .validation_message {
  margin-bottom: 2rem;
}
.gfield_error .gfield_required_asterisk {
  color: #dc3545;
}

.gform_ajax_spinner {
  margin-left: 1rem;
}

.gform-icon {
  display: none;
}

.gform_title {
  font-size: 4.5rem;
}

.ginput_container_consent {
  display: flex;
}
.ginput_container_consent input {
  flex-shrink: 0;
  margin-right: 3rem;
}

.gfield_consent_label {
  font-size: 1.2rem;
}
.gfield_consent_label a {
  color: #B5CBF2;
  font-weight: 600;
  border-bottom: 0.1rem solid transparent;
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (hover: hover) {
  .gfield_consent_label a:hover, .gfield_consent_label a:focus {
    text-decoration: none;
    border-bottom: 0.1rem solid #B5CBF2;
  }
}

.gform_required_legend {
  display: none;
}

.gform_footer {
  margin-top: 3rem;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 1.2rem;
}
@media (min-width: 992px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 3.5rem;
    grid-column-gap: 1.7rem;
  }
}

@media all and (max-width: 340px) {
  .ginput_recaptcha {
    transform: scale(0.8);
  }
}

.gfield_required_text {
  margin-left: 0.2rem;
  font-size: 1.6rem;
}

@media all and (max-width: 641px) {
  .gform_wrapper.gravity-theme .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
.hero {
  min-height: 55rem;
  overflow: hidden;
}
.home .hero {
  min-height: 100vh;
}
.hero .hero-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  opacity: 1;
}
.hero .top-line {
  letter-spacing: 8px;
}
.hero h1, .hero .h1 {
  max-width: 103.4rem;
}
.hero .user-generated {
  max-width: 53.2rem;
}
.hero .btn, .hero .btn-outline-blue, .hero input[type=submit] {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero .copy-container {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .hero .copy-container {
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .hero {
    min-height: 85rem;
  }
}

.page-section.banner a:hover span, .page-section.banner a:focus span {
  color: #fff;
  background-color: #7D8EA5;
}
.page-section.banner span {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.page-section.call-to-action .banner-image {
  min-height: 51.7rem;
}
.page-section.call-to-action .content-container {
  overflow: hidden;
}
.page-section.call-to-action .copy {
  max-width: 72.4rem;
  margin: 0 auto 3rem;
}
.page-section.call-to-action .copy p {
  font-size: calc(1.2555rem + 0.45375vw);
}
@media (min-width: 1200px) {
  .page-section.call-to-action .copy p {
    font-size: 1.8rem;
  }
}
.page-section.call-to-action .company-info i, .page-section.call-to-action .company-info strong, .page-section.call-to-action .company-info span {
  margin-bottom: 0.5rem;
}
.page-section.call-to-action .company-info .label {
  color: #fff;
  display: block;
}
.page-section.call-to-action .company-info .underline {
  font-weight: 700;
}
.page-section.call-to-action .social-link:hover, .page-section.call-to-action .social-link:focus {
  color: #fff;
}
.page-section.call-to-action .btn, .page-section.call-to-action .btn-outline-blue, .page-section.call-to-action input[type=submit] {
  margin-top: 5rem;
}

.page-section.contact .social-link {
  color: #7D8EA5;
}
.page-section.contact .social-link:hover, .page-section.contact .social-link:focus {
  color: #fff;
}
.page-section.contact .details-heading {
  font-size: calc(1.2615rem + 0.94875vw);
}
@media (min-width: 1200px) {
  .page-section.contact .details-heading {
    font-size: 2.4rem;
  }
}
.page-section.contact .details-description {
  max-width: 56rem;
}

.page-section.gallery .container-xl, .gallery-outer-container .container-xl {
  max-width: 1374px;
}
.page-section.gallery img, .gallery-outer-container img {
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .page-section.gallery .gallery-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -3rem;
  }
  .page-section.gallery button {
    width: calc(50% - 3rem);
    height: 20rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-section.gallery button {
    width: calc(25% - 3rem);
  }
}
@media (min-width: 992px) {
  .page-section.gallery .gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 3rem;
  }
  .page-section.gallery .gallery-trigger-1 {
    grid-area: 1/1/4/2;
  }
  .page-section.gallery .gallery-trigger-2 {
    grid-area: 1/2/5/3;
  }
  .page-section.gallery .gallery-trigger-3 {
    grid-area: 1/3/5/4;
  }
  .page-section.gallery .gallery-trigger-4 {
    grid-area: 1/4/4/5;
  }
  .page-section.gallery .gallery-trigger-5 {
    grid-area: 4/1/7/2;
  }
  .page-section.gallery .gallery-trigger-6 {
    grid-area: 5/2/8/3;
  }
  .page-section.gallery .gallery-trigger-7 {
    grid-area: 5/3/8/4;
  }
  .page-section.gallery .gallery-trigger-8 {
    grid-area: 4/4/7/5;
  }
  .page-section.gallery .gallery-trigger-9 {
    grid-area: 7/1/11/2;
  }
  .page-section.gallery .gallery-trigger-10 {
    grid-area: 8/2/11/3;
  }
  .page-section.gallery .gallery-trigger-11 {
    grid-area: 8/3/11/4;
  }
  .page-section.gallery .gallery-trigger-12 {
    grid-area: 7/4/11/5;
  }
}

.page-section.logos .logos-container {
  max-width: 120rem;
}
.page-section.logos .logos-container .logo {
  width: calc(33.33% - 4rem);
}
@media (min-width: 768px) {
  .page-section.logos .logos-container .logo {
    width: auto;
  }
}

.page-section.page-links .intro {
  max-width: 68rem;
}
.page-section.page-links .image-container {
  width: 34.5rem;
  height: 47.3rem;
  max-width: 100%;
}
.page-section.page-links .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-section.staggered-content {
  margin-top: 28rem;
  background-image: linear-gradient(to bottom, #000 0%, #181818 100%);
}
.page-section.staggered-content .blocks {
  zoom: 1;
}
.page-section.staggered-content .blocks:before, .page-section.staggered-content .blocks:after {
  content: "";
  display: table;
}
.page-section.staggered-content .blocks:after {
  clear: both;
}
.page-section.staggered-content .image-container {
  width: 68.6rem;
  max-width: 100%;
  height: 71.7rem;
}
.page-section.staggered-content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-section.staggered-content .content-block {
  margin-top: 7rem;
}
.page-section.staggered-content .content-block:first-child {
  margin-top: -18rem;
}
.page-section.staggered-content .content-block:nth-child(odd) {
  clear: left;
}
.page-section.staggered-content .content-block.has-link:hover .image-container:after, .page-section.staggered-content .content-block.has-link:focus .image-container:after {
  opacity: 0.7;
}
.page-section.staggered-content .content-block.has-link:hover h4, .page-section.staggered-content .content-block.has-link:hover .h4, .page-section.staggered-content .content-block.has-link:focus h4, .page-section.staggered-content .content-block.has-link:focus .h4 {
  color: #7D8EA5;
}
.page-section.staggered-content .content-block .image-container {
  display: inline-block;
  position: relative;
}
.page-section.staggered-content .content-block .image-container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7D8EA5;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.page-section.staggered-content .content-block h4, .page-section.staggered-content .content-block .h4 {
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .page-section.staggered-content {
    margin-top: 20rem;
  }
  .page-section.staggered-content .content-block:first-child {
    margin-top: -14rem;
  }
  .page-section.staggered-content .content-block:nth-child(0n+2) {
    margin-top: 8rem;
  }
  .page-section.staggered-content .content-block:nth-child(2n+3) {
    margin-top: -23rem;
  }
  .page-section.staggered-content .content-block:nth-child(2n+4) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-section.staggered-content {
    margin-top: 40rem;
  }
  .page-section.staggered-content .content-block:first-child {
    margin-top: -30rem;
  }
  .page-section.staggered-content .content-block:nth-child(0n+2) {
    margin-top: 15rem;
  }
  .page-section.staggered-content .content-block:nth-child(2n+3) {
    margin-top: -38rem;
  }
  .page-section.staggered-content .content-block:nth-child(2n+4) {
    margin-top: 8rem;
  }
}

.page-section.testimonial-carousel .slides-container {
  max-width: 137.3rem;
  margin: 0 auto;
}
.page-section.testimonial-carousel .slides {
  white-space: nowrap;
}
.page-section.testimonial-carousel .slide {
  white-space: normal;
  transition: transform 0.4s ease-in-out;
}
.page-section.testimonial-carousel .h6 {
  line-height: 1.28;
}
.page-section.testimonial-carousel .pip {
  width: 1.3rem;
  height: 1.3rem;
  padding: 0;
  margin: 0 0.2rem;
  border: 1px solid #B5CBF2;
  border-radius: 50%;
  background-color: transparent;
}
.page-section.testimonial-carousel .pip.current {
  background-color: #B5CBF2;
}

.page-section.text-with-media h2, .page-section.text-with-media .h2 {
  max-width: 80rem;
}
.page-section.text-with-media .btn, .page-section.text-with-media .btn-outline-blue, .page-section.text-with-media input[type=submit] {
  margin-right: 3.4rem;
  margin-bottom: 1rem;
}
.modal {
  background-color: rgba(125, 142, 165, 0.47);
}

.popup-trigger {
  cursor: pointer;
}

.modal-cookies button {
  padding: 1.2rem 2.2rem;
}

[data-name=popup-gallery] .modal-dialog {
  width: 100%;
  max-width: none;
}
[data-name=popup-gallery] .image-container {
  padding: 0 4rem;
}
[data-name=popup-gallery] [name=close] {
  position: absolute;
  right: 2rem;
  opacity: 1;
}
[data-name=popup-gallery] .gallery-arrow {
  width: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  transition: color 0.2s ease-in-out;
  flex-shrink: 0;
  cursor: pointer;
}
[data-name=popup-gallery] .gallery-arrow.prev {
  left: 1rem;
}
[data-name=popup-gallery] .gallery-arrow.next {
  right: 1rem;
}
[data-name=popup-gallery] .gallery-arrow:hover, [data-name=popup-gallery] .gallery-arrow:focus {
  color: #B5CBF2;
}
@media (min-width: 576px) {
  [data-name=popup-gallery] .gallery-arrow.prev {
    left: 2rem;
  }
  [data-name=popup-gallery] .gallery-arrow.next {
    right: 2rem;
  }
}

.popup-caption {
  min-width: 20rem;
}
@media (min-width: 321px) {
  .popup-caption {
    min-width: 24rem;
  }
}
@media (min-width: 576px) {
  .popup-caption {
    min-width: 30rem;
  }
}
@media (min-width: 768px) {
  .popup-caption {
    min-width: 42rem;
  }
}

.popup-caption-text {
  width: 0;
}

.loading-icon {
  width: 4.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-icon .loading-line {
  width: 0.5rem;
  height: 3rem;
  display: inline-block;
  z-index: 1;
  transform-origin: center center;
  background-color: #7D8EA5;
}
.loading-icon .loading-line:not(:first-child) {
  margin-left: 0.5rem;
}
.loading-icon .loading-line.line-1 {
  animation: loading 1s -0.8s infinite ease-in-out;
}
.loading-icon .loading-line.line-2 {
  animation: loading 1s -0.6s infinite ease-in-out;
}
.loading-icon .loading-line.line-3 {
  animation: loading 1s -0.4s infinite ease-in-out;
}
.loading-icon .loading-line.line-4 {
  animation: loading 1s -0.2s infinite ease-in-out;
}
.loading-icon .loading-line.line-5 {
  animation: loading 1s infinite ease-in-out;
}

@keyframes loading {
  0% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
