@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0-alpha1 (https: //getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, app/assets/stylesheets/style.scss */
:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #7E8299;
  --bs-gray-dark: #3F4254;
  --bs-gray-100: #F9F9F9;
  --bs-gray-200: #F4F4F4;
  --bs-gray-300: #E1E3EA;
  --bs-gray-400: #B5B5C3;
  --bs-gray-500: #A1A5B7;
  --bs-gray-600: #7E8299;
  --bs-gray-700: #5E6278;
  --bs-gray-800: #3F4254;
  --bs-gray-900: #181C32;
  --bs-light: #F9F9F9;
  --bs-primary: #654837 !important;
  --bs-secondary: #f0eee8;
  --bs-success: #50cd89;
  --bs-info: #7239ea;
  --bs-warning: #ffc700;
  --bs-danger: #f1416c;
  --bs-dark: #181C32;
  --bs-light-rgb: 249, 249, 249;
  --bs-primary-rgb: 0, 158, 247;
  --bs-secondary-rgb: 225, 227, 234;
  --bs-success-rgb: 80, 205, 137;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #f0eee8;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #7E8299;
  --bs-dark-text: #5E6278;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #F9F9F9;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #B5B5C3;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #F4F4F4;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #F4F4F4;
  --bs-dark-border-subtle: #A1A5B7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 24, 28, 50;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Inter, Helvetica, "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,  rgba(255,  255,  255,  0.15),  rgba(255,  255,  255,  0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181C32;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(24,  28,  50,  0.75);
  --bs-secondary-color-rgb: 24, 28, 50;
  --bs-secondary-bg: #F4F4F4;
  --bs-secondary-bg-rgb: 244, 244, 244;
  --bs-tertiary-color: rgba(24,  28,  50,  0.5);
  --bs-tertiary-color-rgb: 24, 28, 50;
  --bs-tertiary-bg: #F9F9F9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-heading-color: #181C32;
  --bs-link-color: #009ef7;
  --bs-link-color-rgb: 0, 158, 247;
  --bs-link-decoration: none;
  --bs-link-hover-color: #0095e8;
  --bs-link-hover-color-rgb: 0, 149, 232;
  --bs-link-hover-decoration: none;
  --bs-code-color: #b93993;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F4F4F4;
  --bs-border-color-translucent: rgba(0,  0,  0,  0.175);
  --bs-border-radius: 0.475rem;
  --bs-border-radius-sm: 0.425rem;
  --bs-border-radius-lg: 1.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,  0,  0,  0.075);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0,  0,  0,  0.05);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0,  0,  0,  0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0,  0,  0,  0.075);
  --bs-emphasis-color: #000000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 128, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] {
  --bs-body-color: #FFFFFF;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #1e1e2d;
  --bs-body-bg-rgb: 30, 30, 45;
  --bs-emphasis-color: #F9F9F9;
  --bs-emphasis-color-rgb: 249, 249, 249;
  --bs-secondary-color: rgba(255,  255,  255,  0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #3F4254;
  --bs-secondary-bg-rgb: 63, 66, 84;
  --bs-tertiary-color: rgba(255,  255,  255,  0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #2c2f43;
  --bs-tertiary-bg-rgb: 44, 47, 67;
  --bs-emphasis-color: #ffffff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #E1E3EA;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #F9F9F9;
  --bs-dark-text: #E1E3EA;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #181C32;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #3F4254;
  --bs-dark-bg-subtle: #20212a;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #5E6278;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #5E6278;
  --bs-dark-border-subtle: #3F4254;
  --bs-heading-color: #FFFFFF;
  --bs-link-color: #009ef7;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 0, 158, 247;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #b93993;
  --bs-border-color: #2B2B40;
  --bs-border-color-translucent: rgba(255,  255,  255,  0.15);
}

/* line 177, app/assets/stylesheets/style.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 182, app/assets/stylesheets/style.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 194, app/assets/stylesheets/style.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}

/* line 201, app/assets/stylesheets/style.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

/* line 208, app/assets/stylesheets/style.scss */
.h1, h1 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  /* line 212, app/assets/stylesheets/style.scss */
  .h1, h1 {
    font-size: 1.75rem;
  }
}

/* line 215, app/assets/stylesheets/style.scss */
.h2, h2 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  /* line 219, app/assets/stylesheets/style.scss */
  .h2, h2 {
    font-size: 1.5rem;
  }
}

/* line 222, app/assets/stylesheets/style.scss */
.h3, h3 {
  font-size: calc(1.26rem + .12vw);
}

@media (min-width: 1200px) {
  /* line 226, app/assets/stylesheets/style.scss */
  .h3, h3 {
    font-size: 1.35rem;
  }
}

/* line 229, app/assets/stylesheets/style.scss */
.h4, h4 {
  font-size: 1.25rem;
}

/* line 232, app/assets/stylesheets/style.scss */
.h5, h5 {
  font-size: 1.15rem;
}

/* line 235, app/assets/stylesheets/style.scss */
.h6, h6 {
  font-size: 1.075rem;
}

/* line 238, app/assets/stylesheets/style.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 242, app/assets/stylesheets/style.scss */
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

/* line 247, app/assets/stylesheets/style.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 252, app/assets/stylesheets/style.scss */
ol, ul {
  padding-left: 2rem;
}

/* line 255, app/assets/stylesheets/style.scss */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 259, app/assets/stylesheets/style.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 262, app/assets/stylesheets/style.scss */
dt {
  font-weight: 600;
}

/* line 265, app/assets/stylesheets/style.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 269, app/assets/stylesheets/style.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 272, app/assets/stylesheets/style.scss */
b, strong {
  font-weight: 700;
}

/* line 275, app/assets/stylesheets/style.scss */
.small, small {
  font-size: .875em;
}

/* line 278, app/assets/stylesheets/style.scss */
.mark, mark {
  padding: .1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 282, app/assets/stylesheets/style.scss */
sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 288, app/assets/stylesheets/style.scss */
sub {
  bottom: -.25em;
}

/* line 291, app/assets/stylesheets/style.scss */
sup {
  top: -.5em;
}

/* line 294, app/assets/stylesheets/style.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

/* line 298, app/assets/stylesheets/style.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

/* line 302, app/assets/stylesheets/style.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 306, app/assets/stylesheets/style.scss */
code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 310, app/assets/stylesheets/style.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

/* line 317, app/assets/stylesheets/style.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 322, app/assets/stylesheets/style.scss */
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 327, app/assets/stylesheets/style.scss */
a > code {
  color: inherit;
}

/* line 330, app/assets/stylesheets/style.scss */
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .425rem;
}

/* line 337, app/assets/stylesheets/style.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 341, app/assets/stylesheets/style.scss */
figure {
  margin: 0 0 1rem;
}

/* line 344, app/assets/stylesheets/style.scss */
img, svg {
  vertical-align: middle;
}

/* line 347, app/assets/stylesheets/style.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 351, app/assets/stylesheets/style.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #a1a5b7;
  text-align: left;
}

/* line 357, app/assets/stylesheets/style.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 361, app/assets/stylesheets/style.scss */
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 366, app/assets/stylesheets/style.scss */
label {
  display: inline-block;
}

/* line 369, app/assets/stylesheets/style.scss */
button {
  border-radius: 0;
}

/* line 372, app/assets/stylesheets/style.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 375, app/assets/stylesheets/style.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 381, app/assets/stylesheets/style.scss */
button, select {
  text-transform: none;
}

/* line 384, app/assets/stylesheets/style.scss */
[role=button] {
  cursor: pointer;
}

/* line 387, app/assets/stylesheets/style.scss */
select {
  word-wrap: normal;
}

/* line 390, app/assets/stylesheets/style.scss */
select:disabled {
  opacity: 1;
}

/* line 393, app/assets/stylesheets/style.scss */
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 396, app/assets/stylesheets/style.scss */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 399, app/assets/stylesheets/style.scss */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

/* line 402, app/assets/stylesheets/style.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 406, app/assets/stylesheets/style.scss */
textarea {
  resize: vertical;
}

/* line 409, app/assets/stylesheets/style.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 415, app/assets/stylesheets/style.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 424, app/assets/stylesheets/style.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 427, app/assets/stylesheets/style.scss */
legend + * {
  clear: left;
}

/* line 430, app/assets/stylesheets/style.scss */
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 433, app/assets/stylesheets/style.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 436, app/assets/stylesheets/style.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 440, app/assets/stylesheets/style.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 443, app/assets/stylesheets/style.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 446, app/assets/stylesheets/style.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 450, app/assets/stylesheets/style.scss */
output {
  display: inline-block;
}

/* line 453, app/assets/stylesheets/style.scss */
iframe {
  border: 0;
}

/* line 456, app/assets/stylesheets/style.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 460, app/assets/stylesheets/style.scss */
progress {
  vertical-align: baseline;
}

/* line 463, app/assets/stylesheets/style.scss */
[hidden] {
  display: none !important;
}

/* line 466, app/assets/stylesheets/style.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 470, app/assets/stylesheets/style.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 476, app/assets/stylesheets/style.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 479, app/assets/stylesheets/style.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 485, app/assets/stylesheets/style.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 488, app/assets/stylesheets/style.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 494, app/assets/stylesheets/style.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 497, app/assets/stylesheets/style.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 503, app/assets/stylesheets/style.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 506, app/assets/stylesheets/style.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 512, app/assets/stylesheets/style.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 515, app/assets/stylesheets/style.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 521, app/assets/stylesheets/style.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 524, app/assets/stylesheets/style.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 528, app/assets/stylesheets/style.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 532, app/assets/stylesheets/style.scss */
.list-inline-item {
  display: inline-block;
}

/* line 535, app/assets/stylesheets/style.scss */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 538, app/assets/stylesheets/style.scss */
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}

/* line 542, app/assets/stylesheets/style.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 546, app/assets/stylesheets/style.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 549, app/assets/stylesheets/style.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #7e8299;
}

/* line 555, app/assets/stylesheets/style.scss */
.blockquote-footer::before {
  content: "— ";
}

/* line 557, app/assets/stylesheets/style.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 561, app/assets/stylesheets/style.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

/* line 570, app/assets/stylesheets/style.scss */
.figure {
  display: inline-block;
}

/* line 573, app/assets/stylesheets/style.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 577, app/assets/stylesheets/style.scss */
.figure-caption {
  font-size: .875em;
  color: var(--bs-gray-600);
}

/* line 581, app/assets/stylesheets/style.scss */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 591, app/assets/stylesheets/style.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 595, app/assets/stylesheets/style.scss */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 599, app/assets/stylesheets/style.scss */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

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

@media (min-width: 1400px) {
  /* line 607, app/assets/stylesheets/style.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 610, app/assets/stylesheets/style.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 619, app/assets/stylesheets/style.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 627, app/assets/stylesheets/style.scss */
.col {
  flex: 1 0 0%;
}

/* line 629, app/assets/stylesheets/style.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 633, app/assets/stylesheets/style.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 636, app/assets/stylesheets/style.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 639, app/assets/stylesheets/style.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 642, app/assets/stylesheets/style.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 645, app/assets/stylesheets/style.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 648, app/assets/stylesheets/style.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 651, app/assets/stylesheets/style.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 655, app/assets/stylesheets/style.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 658, app/assets/stylesheets/style.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 661, app/assets/stylesheets/style.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 664, app/assets/stylesheets/style.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 667, app/assets/stylesheets/style.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 670, app/assets/stylesheets/style.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 673, app/assets/stylesheets/style.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 676, app/assets/stylesheets/style.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 679, app/assets/stylesheets/style.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 682, app/assets/stylesheets/style.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 685, app/assets/stylesheets/style.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 688, app/assets/stylesheets/style.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 691, app/assets/stylesheets/style.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 693, app/assets/stylesheets/style.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 695, app/assets/stylesheets/style.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 697, app/assets/stylesheets/style.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 699, app/assets/stylesheets/style.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 701, app/assets/stylesheets/style.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 703, app/assets/stylesheets/style.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 705, app/assets/stylesheets/style.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 707, app/assets/stylesheets/style.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 709, app/assets/stylesheets/style.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 711, app/assets/stylesheets/style.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 713, app/assets/stylesheets/style.scss */
.g-0, .gx-0 {
  --bs-gutter-x: 0rem;
}

/* line 716, app/assets/stylesheets/style.scss */
.g-0, .gy-0 {
  --bs-gutter-y: 0rem;
}

/* line 719, app/assets/stylesheets/style.scss */
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 722, app/assets/stylesheets/style.scss */
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 725, app/assets/stylesheets/style.scss */
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 728, app/assets/stylesheets/style.scss */
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 731, app/assets/stylesheets/style.scss */
.g-3, .gx-3 {
  --bs-gutter-x: 0.75rem;
}

/* line 734, app/assets/stylesheets/style.scss */
.g-3, .gy-3 {
  --bs-gutter-y: 0.75rem;
}

/* line 737, app/assets/stylesheets/style.scss */
.g-4, .gx-4 {
  --bs-gutter-x: 1rem;
}

/* line 740, app/assets/stylesheets/style.scss */
.g-4, .gy-4 {
  --bs-gutter-y: 1rem;
}

/* line 743, app/assets/stylesheets/style.scss */
.g-5, .gx-5 {
  --bs-gutter-x: 1.25rem;
}

/* line 746, app/assets/stylesheets/style.scss */
.g-5, .gy-5 {
  --bs-gutter-y: 1.25rem;
}

/* line 749, app/assets/stylesheets/style.scss */
.g-6, .gx-6 {
  --bs-gutter-x: 1.5rem;
}

/* line 752, app/assets/stylesheets/style.scss */
.g-6, .gy-6 {
  --bs-gutter-y: 1.5rem;
}

/* line 755, app/assets/stylesheets/style.scss */
.g-7, .gx-7 {
  --bs-gutter-x: 1.75rem;
}

/* line 758, app/assets/stylesheets/style.scss */
.g-7, .gy-7 {
  --bs-gutter-y: 1.75rem;
}

/* line 761, app/assets/stylesheets/style.scss */
.g-8, .gx-8 {
  --bs-gutter-x: 2rem;
}

/* line 764, app/assets/stylesheets/style.scss */
.g-8, .gy-8 {
  --bs-gutter-y: 2rem;
}

/* line 767, app/assets/stylesheets/style.scss */
.g-9, .gx-9 {
  --bs-gutter-x: 2.25rem;
}

/* line 770, app/assets/stylesheets/style.scss */
.g-9, .gy-9 {
  --bs-gutter-y: 2.25rem;
}

/* line 773, app/assets/stylesheets/style.scss */
.g-10, .gx-10 {
  --bs-gutter-x: 2.5rem;
}

/* line 776, app/assets/stylesheets/style.scss */
.g-10, .gy-10 {
  --bs-gutter-y: 2.5rem;
}

@media (min-width: 576px) {
  /* line 780, app/assets/stylesheets/style.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 782, app/assets/stylesheets/style.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 786, app/assets/stylesheets/style.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 789, app/assets/stylesheets/style.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 792, app/assets/stylesheets/style.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 795, app/assets/stylesheets/style.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 798, app/assets/stylesheets/style.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 801, app/assets/stylesheets/style.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 804, app/assets/stylesheets/style.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 808, app/assets/stylesheets/style.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 811, app/assets/stylesheets/style.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 814, app/assets/stylesheets/style.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 817, app/assets/stylesheets/style.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 820, app/assets/stylesheets/style.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 823, app/assets/stylesheets/style.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 826, app/assets/stylesheets/style.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 829, app/assets/stylesheets/style.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 832, app/assets/stylesheets/style.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 835, app/assets/stylesheets/style.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 838, app/assets/stylesheets/style.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 841, app/assets/stylesheets/style.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 844, app/assets/stylesheets/style.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 847, app/assets/stylesheets/style.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 849, app/assets/stylesheets/style.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 851, app/assets/stylesheets/style.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 853, app/assets/stylesheets/style.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 855, app/assets/stylesheets/style.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 857, app/assets/stylesheets/style.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 859, app/assets/stylesheets/style.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 861, app/assets/stylesheets/style.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 863, app/assets/stylesheets/style.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 865, app/assets/stylesheets/style.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 867, app/assets/stylesheets/style.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 869, app/assets/stylesheets/style.scss */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }
  /* line 872, app/assets/stylesheets/style.scss */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }
  /* line 875, app/assets/stylesheets/style.scss */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 878, app/assets/stylesheets/style.scss */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 881, app/assets/stylesheets/style.scss */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 884, app/assets/stylesheets/style.scss */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 887, app/assets/stylesheets/style.scss */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 890, app/assets/stylesheets/style.scss */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 893, app/assets/stylesheets/style.scss */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 896, app/assets/stylesheets/style.scss */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 899, app/assets/stylesheets/style.scss */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 902, app/assets/stylesheets/style.scss */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 905, app/assets/stylesheets/style.scss */
  .g-sm-6, .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 908, app/assets/stylesheets/style.scss */
  .g-sm-6, .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 911, app/assets/stylesheets/style.scss */
  .g-sm-7, .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 914, app/assets/stylesheets/style.scss */
  .g-sm-7, .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 917, app/assets/stylesheets/style.scss */
  .g-sm-8, .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  /* line 920, app/assets/stylesheets/style.scss */
  .g-sm-8, .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  /* line 923, app/assets/stylesheets/style.scss */
  .g-sm-9, .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
  /* line 926, app/assets/stylesheets/style.scss */
  .g-sm-9, .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
  /* line 929, app/assets/stylesheets/style.scss */
  .g-sm-10, .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 932, app/assets/stylesheets/style.scss */
  .g-sm-10, .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
}

@media (min-width: 768px) {
  /* line 936, app/assets/stylesheets/style.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 938, app/assets/stylesheets/style.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 942, app/assets/stylesheets/style.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 945, app/assets/stylesheets/style.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 948, app/assets/stylesheets/style.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 951, app/assets/stylesheets/style.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 954, app/assets/stylesheets/style.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 957, app/assets/stylesheets/style.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 960, app/assets/stylesheets/style.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 964, app/assets/stylesheets/style.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 967, app/assets/stylesheets/style.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 970, app/assets/stylesheets/style.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 973, app/assets/stylesheets/style.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 976, app/assets/stylesheets/style.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 979, app/assets/stylesheets/style.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 982, app/assets/stylesheets/style.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 985, app/assets/stylesheets/style.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 988, app/assets/stylesheets/style.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 991, app/assets/stylesheets/style.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 994, app/assets/stylesheets/style.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 997, app/assets/stylesheets/style.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1000, app/assets/stylesheets/style.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1003, app/assets/stylesheets/style.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 1005, app/assets/stylesheets/style.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 1007, app/assets/stylesheets/style.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1009, app/assets/stylesheets/style.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 1011, app/assets/stylesheets/style.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 1013, app/assets/stylesheets/style.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1015, app/assets/stylesheets/style.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 1017, app/assets/stylesheets/style.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 1019, app/assets/stylesheets/style.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1021, app/assets/stylesheets/style.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 1023, app/assets/stylesheets/style.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 1025, app/assets/stylesheets/style.scss */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0rem;
  }
  /* line 1028, app/assets/stylesheets/style.scss */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0rem;
  }
  /* line 1031, app/assets/stylesheets/style.scss */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1034, app/assets/stylesheets/style.scss */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1037, app/assets/stylesheets/style.scss */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1040, app/assets/stylesheets/style.scss */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1043, app/assets/stylesheets/style.scss */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 1046, app/assets/stylesheets/style.scss */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 1049, app/assets/stylesheets/style.scss */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 1052, app/assets/stylesheets/style.scss */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 1055, app/assets/stylesheets/style.scss */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 1058, app/assets/stylesheets/style.scss */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 1061, app/assets/stylesheets/style.scss */
  .g-md-6, .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1064, app/assets/stylesheets/style.scss */
  .g-md-6, .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1067, app/assets/stylesheets/style.scss */
  .g-md-7, .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 1070, app/assets/stylesheets/style.scss */
  .g-md-7, .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 1073, app/assets/stylesheets/style.scss */
  .g-md-8, .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  /* line 1076, app/assets/stylesheets/style.scss */
  .g-md-8, .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  /* line 1079, app/assets/stylesheets/style.scss */
  .g-md-9, .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
  /* line 1082, app/assets/stylesheets/style.scss */
  .g-md-9, .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
  /* line 1085, app/assets/stylesheets/style.scss */
  .g-md-10, .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 1088, app/assets/stylesheets/style.scss */
  .g-md-10, .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
}

@media (min-width: 992px) {
  /* line 1092, app/assets/stylesheets/style.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 1094, app/assets/stylesheets/style.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1098, app/assets/stylesheets/style.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1101, app/assets/stylesheets/style.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1104, app/assets/stylesheets/style.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1107, app/assets/stylesheets/style.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1110, app/assets/stylesheets/style.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1113, app/assets/stylesheets/style.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1116, app/assets/stylesheets/style.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1120, app/assets/stylesheets/style.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1123, app/assets/stylesheets/style.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1126, app/assets/stylesheets/style.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1129, app/assets/stylesheets/style.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1132, app/assets/stylesheets/style.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1135, app/assets/stylesheets/style.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1138, app/assets/stylesheets/style.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1141, app/assets/stylesheets/style.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1144, app/assets/stylesheets/style.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1147, app/assets/stylesheets/style.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1150, app/assets/stylesheets/style.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1153, app/assets/stylesheets/style.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1156, app/assets/stylesheets/style.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1159, app/assets/stylesheets/style.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 1161, app/assets/stylesheets/style.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 1163, app/assets/stylesheets/style.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1165, app/assets/stylesheets/style.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 1167, app/assets/stylesheets/style.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 1169, app/assets/stylesheets/style.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1171, app/assets/stylesheets/style.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 1173, app/assets/stylesheets/style.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 1175, app/assets/stylesheets/style.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1177, app/assets/stylesheets/style.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 1179, app/assets/stylesheets/style.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 1181, app/assets/stylesheets/style.scss */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0rem;
  }
  /* line 1184, app/assets/stylesheets/style.scss */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0rem;
  }
  /* line 1187, app/assets/stylesheets/style.scss */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1190, app/assets/stylesheets/style.scss */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1193, app/assets/stylesheets/style.scss */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1196, app/assets/stylesheets/style.scss */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1199, app/assets/stylesheets/style.scss */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 1202, app/assets/stylesheets/style.scss */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 1205, app/assets/stylesheets/style.scss */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 1208, app/assets/stylesheets/style.scss */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 1211, app/assets/stylesheets/style.scss */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 1214, app/assets/stylesheets/style.scss */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 1217, app/assets/stylesheets/style.scss */
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1220, app/assets/stylesheets/style.scss */
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1223, app/assets/stylesheets/style.scss */
  .g-lg-7, .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 1226, app/assets/stylesheets/style.scss */
  .g-lg-7, .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 1229, app/assets/stylesheets/style.scss */
  .g-lg-8, .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  /* line 1232, app/assets/stylesheets/style.scss */
  .g-lg-8, .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  /* line 1235, app/assets/stylesheets/style.scss */
  .g-lg-9, .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
  /* line 1238, app/assets/stylesheets/style.scss */
  .g-lg-9, .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
  /* line 1241, app/assets/stylesheets/style.scss */
  .g-lg-10, .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 1244, app/assets/stylesheets/style.scss */
  .g-lg-10, .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 1248, app/assets/stylesheets/style.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 1250, app/assets/stylesheets/style.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1254, app/assets/stylesheets/style.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1257, app/assets/stylesheets/style.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1260, app/assets/stylesheets/style.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1263, app/assets/stylesheets/style.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1266, app/assets/stylesheets/style.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1269, app/assets/stylesheets/style.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1272, app/assets/stylesheets/style.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1276, app/assets/stylesheets/style.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1279, app/assets/stylesheets/style.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1282, app/assets/stylesheets/style.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1285, app/assets/stylesheets/style.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1288, app/assets/stylesheets/style.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1291, app/assets/stylesheets/style.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1294, app/assets/stylesheets/style.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1297, app/assets/stylesheets/style.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1300, app/assets/stylesheets/style.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1303, app/assets/stylesheets/style.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1306, app/assets/stylesheets/style.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1309, app/assets/stylesheets/style.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1312, app/assets/stylesheets/style.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1315, app/assets/stylesheets/style.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1317, app/assets/stylesheets/style.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1319, app/assets/stylesheets/style.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1321, app/assets/stylesheets/style.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1323, app/assets/stylesheets/style.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1325, app/assets/stylesheets/style.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1327, app/assets/stylesheets/style.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1329, app/assets/stylesheets/style.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1331, app/assets/stylesheets/style.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1333, app/assets/stylesheets/style.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1335, app/assets/stylesheets/style.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1337, app/assets/stylesheets/style.scss */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0rem;
  }
  /* line 1340, app/assets/stylesheets/style.scss */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0rem;
  }
  /* line 1343, app/assets/stylesheets/style.scss */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1346, app/assets/stylesheets/style.scss */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1349, app/assets/stylesheets/style.scss */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1352, app/assets/stylesheets/style.scss */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1355, app/assets/stylesheets/style.scss */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 1358, app/assets/stylesheets/style.scss */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 1361, app/assets/stylesheets/style.scss */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 1364, app/assets/stylesheets/style.scss */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 1367, app/assets/stylesheets/style.scss */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 1370, app/assets/stylesheets/style.scss */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 1373, app/assets/stylesheets/style.scss */
  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1376, app/assets/stylesheets/style.scss */
  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1379, app/assets/stylesheets/style.scss */
  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 1382, app/assets/stylesheets/style.scss */
  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 1385, app/assets/stylesheets/style.scss */
  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  /* line 1388, app/assets/stylesheets/style.scss */
  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  /* line 1391, app/assets/stylesheets/style.scss */
  .g-xl-9, .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
  /* line 1394, app/assets/stylesheets/style.scss */
  .g-xl-9, .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
  /* line 1397, app/assets/stylesheets/style.scss */
  .g-xl-10, .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 1400, app/assets/stylesheets/style.scss */
  .g-xl-10, .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

@media (min-width: 1400px) {
  /* line 1404, app/assets/stylesheets/style.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 1406, app/assets/stylesheets/style.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1410, app/assets/stylesheets/style.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1413, app/assets/stylesheets/style.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1416, app/assets/stylesheets/style.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1419, app/assets/stylesheets/style.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1422, app/assets/stylesheets/style.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1425, app/assets/stylesheets/style.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1428, app/assets/stylesheets/style.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1432, app/assets/stylesheets/style.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1435, app/assets/stylesheets/style.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1438, app/assets/stylesheets/style.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1441, app/assets/stylesheets/style.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1444, app/assets/stylesheets/style.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1447, app/assets/stylesheets/style.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1450, app/assets/stylesheets/style.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1453, app/assets/stylesheets/style.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1456, app/assets/stylesheets/style.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1459, app/assets/stylesheets/style.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1462, app/assets/stylesheets/style.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1465, app/assets/stylesheets/style.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1468, app/assets/stylesheets/style.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1471, app/assets/stylesheets/style.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1473, app/assets/stylesheets/style.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1475, app/assets/stylesheets/style.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1477, app/assets/stylesheets/style.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1479, app/assets/stylesheets/style.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1481, app/assets/stylesheets/style.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1483, app/assets/stylesheets/style.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1485, app/assets/stylesheets/style.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1487, app/assets/stylesheets/style.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1489, app/assets/stylesheets/style.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1491, app/assets/stylesheets/style.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1493, app/assets/stylesheets/style.scss */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }
  /* line 1496, app/assets/stylesheets/style.scss */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }
  /* line 1499, app/assets/stylesheets/style.scss */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1502, app/assets/stylesheets/style.scss */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1505, app/assets/stylesheets/style.scss */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1508, app/assets/stylesheets/style.scss */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1511, app/assets/stylesheets/style.scss */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  /* line 1514, app/assets/stylesheets/style.scss */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  /* line 1517, app/assets/stylesheets/style.scss */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  /* line 1520, app/assets/stylesheets/style.scss */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  /* line 1523, app/assets/stylesheets/style.scss */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  /* line 1526, app/assets/stylesheets/style.scss */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  /* line 1529, app/assets/stylesheets/style.scss */
  .g-xxl-6, .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1532, app/assets/stylesheets/style.scss */
  .g-xxl-6, .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1535, app/assets/stylesheets/style.scss */
  .g-xxl-7, .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  /* line 1538, app/assets/stylesheets/style.scss */
  .g-xxl-7, .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  /* line 1541, app/assets/stylesheets/style.scss */
  .g-xxl-8, .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }
  /* line 1544, app/assets/stylesheets/style.scss */
  .g-xxl-8, .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }
  /* line 1547, app/assets/stylesheets/style.scss */
  .g-xxl-9, .gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }
  /* line 1550, app/assets/stylesheets/style.scss */
  .g-xxl-9, .gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }
  /* line 1553, app/assets/stylesheets/style.scss */
  .g-xxl-10, .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }
  /* line 1556, app/assets/stylesheets/style.scss */
  .g-xxl-10, .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

/* line 1559, app/assets/stylesheets/style.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(var(--bs-gray-100-rgb),  0.75);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: var(--bs-gray-100);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: var(--bs-gray-100);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 1576, app/assets/stylesheets/style.scss */
.table > :not(caption) > * > * {
  padding: .75rem .75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 1582, app/assets/stylesheets/style.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 1585, app/assets/stylesheets/style.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 1588, app/assets/stylesheets/style.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 1591, app/assets/stylesheets/style.scss */
.caption-top {
  caption-side: top;
}

/* line 1594, app/assets/stylesheets/style.scss */
.table-sm > :not(caption) > * > * {
  padding: .5rem .5rem;
}

/* line 1597, app/assets/stylesheets/style.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 1600, app/assets/stylesheets/style.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 1603, app/assets/stylesheets/style.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 1606, app/assets/stylesheets/style.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 1609, app/assets/stylesheets/style.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 1613, app/assets/stylesheets/style.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 1617, app/assets/stylesheets/style.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 1621, app/assets/stylesheets/style.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 1625, app/assets/stylesheets/style.scss */
.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #ccecfd;
  --bs-table-border-color: #b8d4e4;
  --bs-table-striped-bg: #c2e0f0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d4e4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bddaea;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1638, app/assets/stylesheets/style.scss */
.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #f9f9fb;
  --bs-table-border-color: #e0e0e2;
  --bs-table-striped-bg: #ededee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e0e0e2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e6e6e8;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1651, app/assets/stylesheets/style.scss */
.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #dcf5e7;
  --bs-table-border-color: #c6ddd0;
  --bs-table-striped-bg: #d1e9db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c6ddd0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cce3d6;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1664, app/assets/stylesheets/style.scss */
.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #e3d7fb;
  --bs-table-border-color: #ccc2e2;
  --bs-table-striped-bg: #d8ccee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #ccc2e2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d2c7e8;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1677, app/assets/stylesheets/style.scss */
.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #fff4cc;
  --bs-table-border-color: #e6dcb8;
  --bs-table-striped-bg: #f2e8c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dcb8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece2bd;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1690, app/assets/stylesheets/style.scss */
.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #fcd9e2;
  --bs-table-border-color: #e3c3cb;
  --bs-table-striped-bg: #efced7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e3c3cb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e9c9d1;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1703, app/assets/stylesheets/style.scss */
.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #F9F9F9;
  --bs-table-border-color: #e0e0e0;
  --bs-table-striped-bg: #ededed;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1716, app/assets/stylesheets/style.scss */
.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #181C32;
  --bs-table-border-color: #2f3347;
  --bs-table-striped-bg: #24273c;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #2f3347;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #292d41;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1729, app/assets/stylesheets/style.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 1734, app/assets/stylesheets/style.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 1739, app/assets/stylesheets/style.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 1744, app/assets/stylesheets/style.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 1749, app/assets/stylesheets/style.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 1754, app/assets/stylesheets/style.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 1758, app/assets/stylesheets/style.scss */
.form-label {
  margin-bottom: .5rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--bs-gray-800);
}

/* line 1764, app/assets/stylesheets/style.scss */
.col-form-label {
  padding-top: calc(.775rem + 1px);
  padding-bottom: calc(.775rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-gray-800);
}

/* line 1773, app/assets/stylesheets/style.scss */
.col-form-label-lg {
  padding-top: calc(.825rem + 1px);
  padding-bottom: calc(.825rem + 1px);
  font-size: 1.15rem;
}

/* line 1778, app/assets/stylesheets/style.scss */
.col-form-label-sm {
  padding-top: calc(.55rem + 1px);
  padding-bottom: calc(.55rem + 1px);
  font-size: .95rem;
}

/* line 1783, app/assets/stylesheets/style.scss */
.form-text {
  margin-top: .5rem;
  font-size: .95rem;
  color: var(--bs-text-muted);
}

/* line 1788, app/assets/stylesheets/style.scss */
.form-control {
  display: block;
  width: 100%;
  padding: .775rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-gray-700);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-300);
  appearance: none;
  border-radius: .475rem;
  box-shadow: false;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* line 1804, app/assets/stylesheets/style.scss */
.form-control[type=file] {
  overflow: hidden;
}

/* line 1807, app/assets/stylesheets/style.scss */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 1810, app/assets/stylesheets/style.scss */
.form-control:focus {
  color: var(--bs-gray-700);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-gray-400);
  outline: 0;
  box-shadow: false, 0 0 0 0.25rem rgba(var(--bs-component-active-bg), 0.25);
}

/* line 1817, app/assets/stylesheets/style.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 1820, app/assets/stylesheets/style.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 1824, app/assets/stylesheets/style.scss */
.form-control::placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 1828, app/assets/stylesheets/style.scss */
.form-control:disabled {
  color: var(--bs-gray-500);
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
  opacity: 1;
}

/* line 1834, app/assets/stylesheets/style.scss */
.form-control::file-selector-button {
  padding: .775rem 1rem;
  margin: -.775rem -1rem;
  margin-inline-end: 1rem;
  color: var(--bs-gray-700);
  background-color: var(--bs-gray-100);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* line 1848, app/assets/stylesheets/style.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: shade-color(var(--bs-gray-100), 5%);
}

/* line 1851, app/assets/stylesheets/style.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .775rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-gray-700);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1862, app/assets/stylesheets/style.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 1865, app/assets/stylesheets/style.scss */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 1869, app/assets/stylesheets/style.scss */
.form-control-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
  padding: .55rem .75rem;
  font-size: .95rem;
  border-radius: .425rem;
}

/* line 1875, app/assets/stylesheets/style.scss */
.form-control-sm::file-selector-button {
  padding: .55rem .75rem;
  margin: -.55rem -.75rem;
  margin-inline-end: .75rem;
}

/* line 1880, app/assets/stylesheets/style.scss */
.form-control-lg {
  min-height: calc(1.5em + 1.65rem + 2px);
  padding: .825rem 1.5rem;
  font-size: 1.15rem;
  border-radius: 1.75rem;
}

/* line 1886, app/assets/stylesheets/style.scss */
.form-control-lg::file-selector-button {
  padding: .825rem 1.5rem;
  margin: -.825rem -1.5rem;
  margin-inline-end: 1.5rem;
}

/* line 1891, app/assets/stylesheets/style.scss */
textarea.form-control {
  min-height: calc(1.5em + 1.55rem + 2px);
}

/* line 1894, app/assets/stylesheets/style.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
}

/* line 1897, app/assets/stylesheets/style.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1.65rem + 2px);
}

/* line 1900, app/assets/stylesheets/style.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.55rem + 2px);
  padding: .775rem;
}

/* line 1905, app/assets/stylesheets/style.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 1908, app/assets/stylesheets/style.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: .475rem;
}

/* line 1912, app/assets/stylesheets/style.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: .475rem;
}

/* line 1915, app/assets/stylesheets/style.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 1.1rem + 2px);
}

/* line 1918, app/assets/stylesheets/style.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.65rem + 2px);
}

/* line 1921, app/assets/stylesheets/style.scss */
.form-select {
  display: block;
  width: 100%;
  padding: .775rem 3rem .775rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-gray-700);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid var(--bs-gray-300);
  border-radius: .475rem;
  box-shadow: false;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

/* line 1941, app/assets/stylesheets/style.scss */
.form-select:focus {
  border-color: var(--bs-gray-400);
  outline: 0;
  box-shadow: false, 0 0 0 0.25rem rgba(var(--bs-component-active-bg), 0.25);
}

/* line 1946, app/assets/stylesheets/style.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

/* line 1950, app/assets/stylesheets/style.scss */
.form-select:disabled {
  color: var(--bs-gray-500);
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
}

/* line 1955, app/assets/stylesheets/style.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-gray-700);
}

/* line 1959, app/assets/stylesheets/style.scss */
.form-select-sm {
  padding-top: .55rem;
  padding-bottom: .55rem;
  padding-left: .75rem;
  font-size: .95rem;
  border-radius: .425rem;
}

/* line 1966, app/assets/stylesheets/style.scss */
.form-select-lg {
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-left: 1.5rem;
  font-size: 1.15rem;
  border-radius: 1.75rem;
}

/* line 1973, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: .5rem;
}

/* line 1979, app/assets/stylesheets/style.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -2.25rem;
}

/* line 1983, app/assets/stylesheets/style.scss */
.form-check-reverse {
  padding-right: 2.25rem;
  padding-left: 0;
  text-align: right;
}

/* line 1988, app/assets/stylesheets/style.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.25rem;
  margin-left: 0;
}

/* line 1993, app/assets/stylesheets/style.scss */
.form-check-input {
  --bs-form-check-bg: transparent;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -.125rem;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--bs-gray-300);
  appearance: none;
  print-color-adjust: exact;
}

/* line 2008, app/assets/stylesheets/style.scss */
.form-check-input[type=checkbox] {
  border-radius: .45em;
}

/* line 2011, app/assets/stylesheets/style.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 2013, app/assets/stylesheets/style.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 2016, app/assets/stylesheets/style.scss */
.form-check-input:focus {
  border-color: var(--bs-gray-400);
  outline: 0;
  box-shadow: none;
}

/* line 2021, app/assets/stylesheets/style.scss */
.form-check-input:checked {
  background-color: #654837;
  border-color: #654837;
}

/* line 2025, app/assets/stylesheets/style.scss */
.form-check-input[type=checkbox]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 2028, app/assets/stylesheets/style.scss */
.form-check-input[type=radio]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 2031, app/assets/stylesheets/style.scss */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #009ef7;
  border-color: #009ef7;
  --bs-form-check-bg-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 2036, app/assets/stylesheets/style.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

/* line 2041, app/assets/stylesheets/style.scss */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

/* line 2045, app/assets/stylesheets/style.scss */
.form-check-label {
  color: var(--bs-gray-500);
}

/* line 2048, app/assets/stylesheets/style.scss */
.form-switch {
  padding-left: 3.75rem;
}

/* line 2051, app/assets/stylesheets/style.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,  0,  0,  0.25%29'/%3e%3c/svg%3e");
  width: 3.25rem;
  margin-left: -3.75rem;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 3.25rem;
  transition: background-position .15s ease-in-out;
}

/* line 2060, app/assets/stylesheets/style.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,  0,  0,  0.25%29'/%3e%3c/svg%3e");
}

/* line 2063, app/assets/stylesheets/style.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 2067, app/assets/stylesheets/style.scss */
.form-switch.form-check-reverse {
  padding-right: 3.75rem;
  padding-left: 0;
}

/* line 2071, app/assets/stylesheets/style.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -3.75rem;
  margin-left: 0;
}

/* line 2075, app/assets/stylesheets/style.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 2079, app/assets/stylesheets/style.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2084, app/assets/stylesheets/style.scss */
.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

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

/* line 2092, app/assets/stylesheets/style.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 2099, app/assets/stylesheets/style.scss */
.form-range:focus {
  outline: 0;
}

/* line 2102, app/assets/stylesheets/style.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(var(--bs-component-active-bg), 0.25);
}

/* line 2105, app/assets/stylesheets/style.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(var(--bs-component-active-bg), 0.25);
}

/* line 2108, app/assets/stylesheets/style.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 2111, app/assets/stylesheets/style.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #009ef7;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

/* line 2122, app/assets/stylesheets/style.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b3e2fd;
}

/* line 2125, app/assets/stylesheets/style.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-gray-300);
  border-color: transparent;
  border-radius: .475rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 2135, app/assets/stylesheets/style.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #009ef7;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

/* line 2145, app/assets/stylesheets/style.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b3e2fd;
}

/* line 2148, app/assets/stylesheets/style.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-gray-300);
  border-color: transparent;
  border-radius: .475rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 2158, app/assets/stylesheets/style.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 2161, app/assets/stylesheets/style.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-gray-500);
}

/* line 2164, app/assets/stylesheets/style.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-gray-500);
}

/* line 2167, app/assets/stylesheets/style.scss */
.form-floating {
  position: relative;
}

/* line 2170, app/assets/stylesheets/style.scss */
.form-floating::before:not(.form-control:disabled) {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - (calc(calc(.375em + .3875rem) + calc(.75em + .775rem))));
  height: 1.875em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: .475rem;
}

/* line 2180, app/assets/stylesheets/style.scss */
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.75rem + 2px);
  line-height: 1.25;
}

/* line 2184, app/assets/stylesheets/style.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

/* line 2200, app/assets/stylesheets/style.scss */
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}

/* line 2203, app/assets/stylesheets/style.scss */
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 2206, app/assets/stylesheets/style.scss */
.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.85rem;
  padding-bottom: .625rem;
}

/* line 2210, app/assets/stylesheets/style.scss */
.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.85rem;
  padding-bottom: .625rem;
}

/* line 2214, app/assets/stylesheets/style.scss */
.form-floating > .form-select {
  padding-top: 1.85rem;
  padding-bottom: .625rem;
}

/* line 2218, app/assets/stylesheets/style.scss */
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2222, app/assets/stylesheets/style.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2226, app/assets/stylesheets/style.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 2229, app/assets/stylesheets/style.scss */
.form-floating > .form-control:disabled ~ label {
  color: #7e8299;
}

/* line 2232, app/assets/stylesheets/style.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 2238, app/assets/stylesheets/style.scss */
.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 2244, app/assets/stylesheets/style.scss */
.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

/* line 2247, app/assets/stylesheets/style.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 2251, app/assets/stylesheets/style.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 2254, app/assets/stylesheets/style.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .775rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-gray-700);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-300);
  border-radius: .475rem;
}

/* line 2268, app/assets/stylesheets/style.scss */
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .825rem 1.5rem;
  font-size: 1.15rem;
  border-radius: 1.75rem;
}

/* line 2273, app/assets/stylesheets/style.scss */
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .55rem .75rem;
  font-size: .95rem;
  border-radius: .425rem;
}

/* line 2278, app/assets/stylesheets/style.scss */
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 2281, app/assets/stylesheets/style.scss */
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2285, app/assets/stylesheets/style.scss */
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2289, app/assets/stylesheets/style.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2294, app/assets/stylesheets/style.scss */
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2298, app/assets/stylesheets/style.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .5rem;
  font-size: .95rem;
  color: var(--bs-success-text);
}

/* line 2305, app/assets/stylesheets/style.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .75rem 1rem;
  margin-top: .1rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: .475rem;
}

/* line 2318, app/assets/stylesheets/style.scss */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 2321, app/assets/stylesheets/style.scss */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-success);
  padding-right: calc(1.5em + 1.55rem);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350cd89' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .3875rem) center;
  background-size: calc(.75em + .775rem) calc(.75em + .775rem);
}

/* line 2329, app/assets/stylesheets/style.scss */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-success);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 2333, app/assets/stylesheets/style.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.55rem);
  background-position: top calc(.375em + .3875rem) right calc(.375em + .3875rem);
}

/* line 2337, app/assets/stylesheets/style.scss */
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-success);
}

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

/* line 2346, app/assets/stylesheets/style.scss */
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-success);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 2350, app/assets/stylesheets/style.scss */
.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + 1.55rem));
}

/* line 2353, app/assets/stylesheets/style.scss */
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-success);
}

/* line 2356, app/assets/stylesheets/style.scss */
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-success-text);
}

/* line 2359, app/assets/stylesheets/style.scss */
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 2362, app/assets/stylesheets/style.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-success-text);
}

/* line 2365, app/assets/stylesheets/style.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 2368, app/assets/stylesheets/style.scss */
.input-group > .form-control.is-valid:not(:focus), .input-group > .form-floating.is-valid:not(:focus-within), .input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

/* line 2371, app/assets/stylesheets/style.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .5rem;
  font-size: .95rem;
  color: var(--bs-danger-text);
}

/* line 2378, app/assets/stylesheets/style.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .75rem 1rem;
  margin-top: .1rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: .475rem;
}

/* line 2391, app/assets/stylesheets/style.scss */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2394, app/assets/stylesheets/style.scss */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-danger);
  padding-right: calc(1.5em + 1.55rem);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .3875rem) center;
  background-size: calc(.75em + .775rem) calc(.75em + .775rem);
}

/* line 2402, app/assets/stylesheets/style.scss */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 2406, app/assets/stylesheets/style.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.55rem);
  background-position: top calc(.375em + .3875rem) right calc(.375em + .3875rem);
}

/* line 2410, app/assets/stylesheets/style.scss */
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-danger);
}

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

/* line 2419, app/assets/stylesheets/style.scss */
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 2423, app/assets/stylesheets/style.scss */
.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + 1.55rem));
}

/* line 2426, app/assets/stylesheets/style.scss */
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-danger);
}

/* line 2429, app/assets/stylesheets/style.scss */
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-danger-text);
}

/* line 2432, app/assets/stylesheets/style.scss */
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 2435, app/assets/stylesheets/style.scss */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-danger-text);
}

/* line 2438, app/assets/stylesheets/style.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 2441, app/assets/stylesheets/style.scss */
.input-group > .form-control.is-invalid:not(:focus), .input-group > .form-floating.is-invalid:not(:focus-within), .input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

/* line 2444, app/assets/stylesheets/style.scss */
.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.775rem;
  --bs-btn-font-size: 1.1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #181C32;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.475rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.15), 0 1px 1px rgba(0,  0,  0,  0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),  .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* line 2476, app/assets/stylesheets/style.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 2481, app/assets/stylesheets/style.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 2486, app/assets/stylesheets/style.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}

/* line 2493, app/assets/stylesheets/style.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}

/* line 2498, app/assets/stylesheets/style.scss */
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}

/* line 2504, app/assets/stylesheets/style.scss */
.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}

/* line 2507, app/assets/stylesheets/style.scss */
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

/* line 2515, app/assets/stylesheets/style.scss */
.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F9F9F9;
  --bs-btn-border-color: #F9F9F9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d4d4d4;
  --bs-btn-hover-border-color: #c7c7c7;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c7c7c7;
  --bs-btn-active-border-color: #bbbbbb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #F9F9F9;
  --bs-btn-disabled-border-color: #F9F9F9;
}

/* line 2531, app/assets/stylesheets/style.scss */
.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #009ef7;
  --bs-btn-border-color: #009ef7;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26adf8;
  --bs-btn-hover-border-color: #1aa8f8;
  --bs-btn-focus-shadow-rgb: 0, 134, 210;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33b1f9;
  --bs-btn-active-border-color: #1aa8f8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #009ef7;
  --bs-btn-disabled-border-color: #009ef7;
}

/* line 2547, app/assets/stylesheets/style.scss */
.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #E1E3EA;
  --bs-btn-border-color: #E1E3EA;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e6e7ed;
  --bs-btn-hover-border-color: #e4e6ec;
  --bs-btn-focus-shadow-rgb: 191, 193, 199;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e7e9ee;
  --bs-btn-active-border-color: #e4e6ec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #E1E3EA;
  --bs-btn-disabled-border-color: #E1E3EA;
}

/* line 2563, app/assets/stylesheets/style.scss */
.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #50cd89;
  --bs-btn-border-color: #50cd89;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #6ad59b;
  --bs-btn-hover-border-color: #62d295;
  --bs-btn-focus-shadow-rgb: 68, 174, 116;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #73d7a1;
  --bs-btn-active-border-color: #62d295;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #50cd89;
  --bs-btn-disabled-border-color: #50cd89;
}

/* line 2579, app/assets/stylesheets/style.scss */
.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7239ea;
  --bs-btn-border-color: #7239ea;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6130c7;
  --bs-btn-hover-border-color: #5b2ebb;
  --bs-btn-focus-shadow-rgb: 135, 87, 237;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5b2ebb;
  --bs-btn-active-border-color: #562bb0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #7239ea;
  --bs-btn-disabled-border-color: #7239ea;
}

/* line 2595, app/assets/stylesheets/style.scss */
.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffc700;
  --bs-btn-border-color: #ffc700;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffcf26;
  --bs-btn-hover-border-color: #ffcd1a;
  --bs-btn-focus-shadow-rgb: 217, 169, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffd233;
  --bs-btn-active-border-color: #ffcd1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffc700;
  --bs-btn-disabled-border-color: #ffc700;
}

/* line 2611, app/assets/stylesheets/style.scss */
.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f1416c;
  --bs-btn-border-color: #f1416c;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f35e82;
  --bs-btn-hover-border-color: #f2547b;
  --bs-btn-focus-shadow-rgb: 205, 55, 92;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f46789;
  --bs-btn-active-border-color: #f2547b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f1416c;
  --bs-btn-disabled-border-color: #f1416c;
}

/* line 2627, app/assets/stylesheets/style.scss */
.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #181C32;
  --bs-btn-border-color: #181C32;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3b3e51;
  --bs-btn-hover-border-color: #2f3347;
  --bs-btn-focus-shadow-rgb: 59, 62, 81;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #46495b;
  --bs-btn-active-border-color: #2f3347;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #181C32;
  --bs-btn-disabled-border-color: #181C32;
}

/* line 2643, app/assets/stylesheets/style.scss */
.btn-outline-light {
  --bs-btn-color: #F9F9F9;
  --bs-btn-border-color: #F9F9F9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F9F9F9;
  --bs-btn-hover-border-color: #F9F9F9;
  --bs-btn-focus-shadow-rgb: 249, 249, 249;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F9F9F9;
  --bs-btn-active-border-color: #F9F9F9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #F9F9F9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F9F9F9;
  --bs-gradient: none;
}

/* line 2659, app/assets/stylesheets/style.scss */
.btn-outline-primary {
  --bs-btn-color: #009ef7;
  --bs-btn-border-color: #009ef7;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #009ef7;
  --bs-btn-hover-border-color: #009ef7;
  --bs-btn-focus-shadow-rgb: 0, 158, 247;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #009ef7;
  --bs-btn-active-border-color: #009ef7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #009ef7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009ef7;
  --bs-gradient: none;
}

/* line 2675, app/assets/stylesheets/style.scss */
.btn-outline-secondary {
  --bs-btn-color: #E1E3EA;
  --bs-btn-border-color: #E1E3EA;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #E1E3EA;
  --bs-btn-hover-border-color: #E1E3EA;
  --bs-btn-focus-shadow-rgb: 225, 227, 234;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #E1E3EA;
  --bs-btn-active-border-color: #E1E3EA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #E1E3EA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E1E3EA;
  --bs-gradient: none;
}

/* line 2691, app/assets/stylesheets/style.scss */
.btn-outline-success {
  --bs-btn-color: #50cd89;
  --bs-btn-border-color: #50cd89;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #50cd89;
  --bs-btn-hover-border-color: #50cd89;
  --bs-btn-focus-shadow-rgb: 80, 205, 137;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #50cd89;
  --bs-btn-active-border-color: #50cd89;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #50cd89;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #50cd89;
  --bs-gradient: none;
}

/* line 2707, app/assets/stylesheets/style.scss */
.btn-outline-info {
  --bs-btn-color: #7239ea;
  --bs-btn-border-color: #7239ea;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7239ea;
  --bs-btn-hover-border-color: #7239ea;
  --bs-btn-focus-shadow-rgb: 114, 57, 234;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #7239ea;
  --bs-btn-active-border-color: #7239ea;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #7239ea;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7239ea;
  --bs-gradient: none;
}

/* line 2723, app/assets/stylesheets/style.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc700;
  --bs-btn-border-color: #ffc700;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffc700;
  --bs-btn-hover-border-color: #ffc700;
  --bs-btn-focus-shadow-rgb: 255, 199, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffc700;
  --bs-btn-active-border-color: #ffc700;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #ffc700;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc700;
  --bs-gradient: none;
}

/* line 2739, app/assets/stylesheets/style.scss */
.btn-outline-danger {
  --bs-btn-color: #f1416c;
  --bs-btn-border-color: #f1416c;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f1416c;
  --bs-btn-hover-border-color: #f1416c;
  --bs-btn-focus-shadow-rgb: 241, 65, 108;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f1416c;
  --bs-btn-active-border-color: #f1416c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #f1416c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f1416c;
  --bs-gradient: none;
}

/* line 2755, app/assets/stylesheets/style.scss */
.btn-outline-dark {
  --bs-btn-color: #181C32;
  --bs-btn-border-color: #181C32;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #181C32;
  --bs-btn-hover-border-color: #181C32;
  --bs-btn-focus-shadow-rgb: 24, 28, 50;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #181C32;
  --bs-btn-active-border-color: #181C32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,  0,  0,  0.125);
  --bs-btn-disabled-color: #181C32;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #181C32;
  --bs-gradient: none;
}

/* line 2771, app/assets/stylesheets/style.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: var(--bs-gray-600);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 0, 134, 210;
  text-decoration: none;
}

/* line 2786, app/assets/stylesheets/style.scss */
.btn-link:focus-visible, .btn-link:hover {
  text-decoration: none;
}

/* line 2789, app/assets/stylesheets/style.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 2792, app/assets/stylesheets/style.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 2795, app/assets/stylesheets/style.scss */
.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.825rem;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-font-size: 1.15rem;
  --bs-btn-border-radius: 1.75rem;
}

/* line 2801, app/assets/stylesheets/style.scss */
.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.55rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 0.95rem;
  --bs-btn-border-radius: 0.425rem;
}

/* line 2807, app/assets/stylesheets/style.scss */
.fade {
  transition: opacity .15s linear;
}

/* line 2810, app/assets/stylesheets/style.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2813, app/assets/stylesheets/style.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2816, app/assets/stylesheets/style.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

/* line 2821, app/assets/stylesheets/style.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

/* line 2826, app/assets/stylesheets/style.scss */
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

/* line 2829, app/assets/stylesheets/style.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2832, app/assets/stylesheets/style.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 2842, app/assets/stylesheets/style.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2845, app/assets/stylesheets/style.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.475rem;
  --bs-dropdown-border-width: 0rem;
  --bs-dropdown-inner-border-radius: 0.475rem;
  --bs-dropdown-divider-bg: var(--bs-gray-100);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82,  63,  105,  0.15);
  --bs-dropdown-link-color: var(--bs-gray-900);
  --bs-dropdown-link-hover-color: var(--bs-gray-900);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: var(--bs-component-hover-color);
  --bs-dropdown-link-active-bg: var(--bs-component-hover-bg);
  --bs-dropdown-link-disabled-color: var(--bs-gray-500);
  --bs-dropdown-item-padding-x: 0.85rem;
  --bs-dropdown-item-padding-y: 0.65rem;
  --bs-dropdown-header-color: var(--bs-gray-600);
  --bs-dropdown-header-padding-x: 0.85rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}

/* line 2888, app/assets/stylesheets/style.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 2893, app/assets/stylesheets/style.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 2896, app/assets/stylesheets/style.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 2900, app/assets/stylesheets/style.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 2903, app/assets/stylesheets/style.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2908, app/assets/stylesheets/style.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 2911, app/assets/stylesheets/style.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2915, app/assets/stylesheets/style.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 2918, app/assets/stylesheets/style.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2923, app/assets/stylesheets/style.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 2926, app/assets/stylesheets/style.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2930, app/assets/stylesheets/style.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 2933, app/assets/stylesheets/style.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2938, app/assets/stylesheets/style.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 2941, app/assets/stylesheets/style.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2945, app/assets/stylesheets/style.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 2948, app/assets/stylesheets/style.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 2953, app/assets/stylesheets/style.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 2956, app/assets/stylesheets/style.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2960, app/assets/stylesheets/style.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 2963, app/assets/stylesheets/style.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 2968, app/assets/stylesheets/style.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 2971, app/assets/stylesheets/style.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2975, app/assets/stylesheets/style.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 2978, app/assets/stylesheets/style.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 2982, app/assets/stylesheets/style.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 2988, app/assets/stylesheets/style.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 2998, app/assets/stylesheets/style.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3001, app/assets/stylesheets/style.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 3008, app/assets/stylesheets/style.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 3018, app/assets/stylesheets/style.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3021, app/assets/stylesheets/style.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3024, app/assets/stylesheets/style.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 3031, app/assets/stylesheets/style.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 3036, app/assets/stylesheets/style.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 3039, app/assets/stylesheets/style.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 3048, app/assets/stylesheets/style.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3051, app/assets/stylesheets/style.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3054, app/assets/stylesheets/style.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 3061, app/assets/stylesheets/style.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 3074, app/assets/stylesheets/style.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 3078, app/assets/stylesheets/style.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 3083, app/assets/stylesheets/style.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 3088, app/assets/stylesheets/style.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3091, app/assets/stylesheets/style.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .95rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 3099, app/assets/stylesheets/style.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 3104, app/assets/stylesheets/style.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #E1E3EA;
  --bs-dropdown-bg: #3F4254;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #E1E3EA;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-gray-100);
  --bs-dropdown-link-hover-bg: rgba(255,  255,  255,  0.15);
  --bs-dropdown-link-active-color: var(--bs-component-hover-color);
  --bs-dropdown-link-active-bg: var(--bs-component-hover-bg);
  --bs-dropdown-link-disabled-color: #A1A5B7;
  --bs-dropdown-header-color: #A1A5B7;
}

/* line 3117, app/assets/stylesheets/style.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3122, app/assets/stylesheets/style.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3126, app/assets/stylesheets/style.scss */
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 3129, app/assets/stylesheets/style.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3134, app/assets/stylesheets/style.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3137, app/assets/stylesheets/style.scss */
.btn-group {
  border-radius: .475rem;
}

/* line 3140, app/assets/stylesheets/style.scss */
.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: -1px;
}

/* line 3143, app/assets/stylesheets/style.scss */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3147, app/assets/stylesheets/style.scss */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3151, app/assets/stylesheets/style.scss */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 3155, app/assets/stylesheets/style.scss */
.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3158, app/assets/stylesheets/style.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3161, app/assets/stylesheets/style.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 3165, app/assets/stylesheets/style.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

/* line 3169, app/assets/stylesheets/style.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3172, app/assets/stylesheets/style.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 3175, app/assets/stylesheets/style.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3180, app/assets/stylesheets/style.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3182, app/assets/stylesheets/style.scss */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 3185, app/assets/stylesheets/style.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3189, app/assets/stylesheets/style.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3193, app/assets/stylesheets/style.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3205, app/assets/stylesheets/style.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color .15s ease-in-out;
}

/* line 3213, app/assets/stylesheets/style.scss */
.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

/* line 3216, app/assets/stylesheets/style.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 3221, app/assets/stylesheets/style.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 3231, app/assets/stylesheets/style.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 3238, app/assets/stylesheets/style.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 3242, app/assets/stylesheets/style.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 3247, app/assets/stylesheets/style.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 3252, app/assets/stylesheets/style.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3257, app/assets/stylesheets/style.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.475rem;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #009ef7;
}

/* line 3262, app/assets/stylesheets/style.scss */
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 3267, app/assets/stylesheets/style.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 3272, app/assets/stylesheets/style.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 3276, app/assets/stylesheets/style.scss */
.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3280, app/assets/stylesheets/style.scss */
.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3285, app/assets/stylesheets/style.scss */
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 3287, app/assets/stylesheets/style.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3290, app/assets/stylesheets/style.scss */
.tab-content > .active {
  display: block;
}

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

/* line 3321, app/assets/stylesheets/style.scss */
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 3327, app/assets/stylesheets/style.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}

/* line 3335, app/assets/stylesheets/style.scss */
.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 3338, app/assets/stylesheets/style.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3350, app/assets/stylesheets/style.scss */
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--bs-navbar-active-color);
}

/* line 3353, app/assets/stylesheets/style.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 3356, app/assets/stylesheets/style.scss */
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}

/* line 3361, app/assets/stylesheets/style.scss */
.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

/* line 3364, app/assets/stylesheets/style.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 3369, app/assets/stylesheets/style.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

/* line 3379, app/assets/stylesheets/style.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 3382, app/assets/stylesheets/style.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 3387, app/assets/stylesheets/style.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 3396, app/assets/stylesheets/style.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 3401, app/assets/stylesheets/style.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3405, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 3408, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3411, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3415, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3418, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3422, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 3425, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  /* line 3438, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3441, app/assets/stylesheets/style.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 3448, app/assets/stylesheets/style.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3452, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 3455, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3458, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3462, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3465, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3469, app/assets/stylesheets/style.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 3472, app/assets/stylesheets/style.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  /* line 3485, app/assets/stylesheets/style.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3488, app/assets/stylesheets/style.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 3495, app/assets/stylesheets/style.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3499, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 3502, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3505, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3509, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3512, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3516, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 3519, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  /* line 3532, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3535, app/assets/stylesheets/style.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 3542, app/assets/stylesheets/style.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3546, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 3549, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3552, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3556, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3559, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3563, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 3566, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  /* line 3579, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3582, app/assets/stylesheets/style.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 3589, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3593, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 3596, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3599, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3603, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3606, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3610, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 3613, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  /* line 3626, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3629, app/assets/stylesheets/style.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 3635, app/assets/stylesheets/style.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 3639, app/assets/stylesheets/style.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 3642, app/assets/stylesheets/style.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3645, app/assets/stylesheets/style.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 3649, app/assets/stylesheets/style.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 3652, app/assets/stylesheets/style.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 3656, app/assets/stylesheets/style.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3659, app/assets/stylesheets/style.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}

/* line 3672, app/assets/stylesheets/style.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 3675, app/assets/stylesheets/style.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

/* line 3694, app/assets/stylesheets/style.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color);
  --bs-card-border-radius: 0.9rem;
  --bs-card-box-shadow: none;
  --bs-card-inner-border-radius: calc(0.9rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: transparent;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}

/* line 3721, app/assets/stylesheets/style.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 3725, app/assets/stylesheets/style.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 3729, app/assets/stylesheets/style.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 3734, app/assets/stylesheets/style.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 3739, app/assets/stylesheets/style.scss */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 3742, app/assets/stylesheets/style.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 3747, app/assets/stylesheets/style.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 3751, app/assets/stylesheets/style.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 3756, app/assets/stylesheets/style.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3759, app/assets/stylesheets/style.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 3762, app/assets/stylesheets/style.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 3769, app/assets/stylesheets/style.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 3772, app/assets/stylesheets/style.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 3778, app/assets/stylesheets/style.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 3781, app/assets/stylesheets/style.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 3787, app/assets/stylesheets/style.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 3791, app/assets/stylesheets/style.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 3795, app/assets/stylesheets/style.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 3804, app/assets/stylesheets/style.scss */
.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

/* line 3806, app/assets/stylesheets/style.scss */
.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 3810, app/assets/stylesheets/style.scss */
.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 3814, app/assets/stylesheets/style.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 3818, app/assets/stylesheets/style.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 3822, app/assets/stylesheets/style.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 3826, app/assets/stylesheets/style.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3830, app/assets/stylesheets/style.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3834, app/assets/stylesheets/style.scss */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 3837, app/assets/stylesheets/style.scss */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 3840, app/assets/stylesheets/style.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3844, app/assets/stylesheets/style.scss */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 3847, app/assets/stylesheets/style.scss */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 3850, app/assets/stylesheets/style.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: 0.9rem;
  --bs-accordion-inner-border-radius: calc(0.9rem - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.5rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.15rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009ef7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: var(--bs-border-color);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1.5rem;
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-active-bg: var(--bs-gray-100);
}

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

/* line 3889, app/assets/stylesheets/style.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 3894, app/assets/stylesheets/style.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 3898, app/assets/stylesheets/style.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

/* line 3909, app/assets/stylesheets/style.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 3912, app/assets/stylesheets/style.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 3918, app/assets/stylesheets/style.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 3921, app/assets/stylesheets/style.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 3926, app/assets/stylesheets/style.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 3930, app/assets/stylesheets/style.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 3934, app/assets/stylesheets/style.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 3937, app/assets/stylesheets/style.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 3941, app/assets/stylesheets/style.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 3945, app/assets/stylesheets/style.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 3949, app/assets/stylesheets/style.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 3952, app/assets/stylesheets/style.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 3955, app/assets/stylesheets/style.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 3960, app/assets/stylesheets/style.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 3963, app/assets/stylesheets/style.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 3966, app/assets/stylesheets/style.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

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

/* line 3973, app/assets/stylesheets/style.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-gray-600);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 3989, app/assets/stylesheets/style.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 3992, app/assets/stylesheets/style.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 3998, app/assets/stylesheets/style.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 4001, app/assets/stylesheets/style.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.075rem;
  --bs-pagination-color: var(--bs-gray-700);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: 0.475rem;
  --bs-pagination-hover-color: var(--bs-component-hover-color);
  --bs-pagination-hover-bg: var(--bs-component-hover-bg);
  --bs-pagination-hover-border-color: transparent;
  --bs-pagination-focus-color: var(--bs-component-hover-color);
  --bs-pagination-focus-bg: var(--bs-component-hover-bg);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--bs-component-active-color);
  --bs-pagination-active-bg: var(--bs-component-active-bg);
  --bs-pagination-active-border-color: transparent;
  --bs-pagination-disabled-color: var(--bs-gray-400);
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 4026, app/assets/stylesheets/style.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* line 4036, app/assets/stylesheets/style.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 4042, app/assets/stylesheets/style.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 4049, app/assets/stylesheets/style.scss */
.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 4055, app/assets/stylesheets/style.scss */
.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 4061, app/assets/stylesheets/style.scss */
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

/* line 4064, app/assets/stylesheets/style.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 4068, app/assets/stylesheets/style.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 4072, app/assets/stylesheets/style.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.075rem;
  --bs-pagination-border-radius: 1.75rem;
}

/* line 4078, app/assets/stylesheets/style.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.95rem;
  --bs-pagination-border-radius: 0.425rem;
}

/* line 4084, app/assets/stylesheets/style.scss */
.badge {
  --bs-badge-padding-x: 0.5rem;
  --bs-badge-padding-y: 0.325rem;
  --bs-badge-font-size: 0.85rem;
  --bs-badge-font-weight: 600;
  --bs-badge-color: var(--bs-body-color);
  --bs-badge-border-radius: 0.425rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 4102, app/assets/stylesheets/style.scss */
.badge:empty {
  display: none;
}

/* line 4105, app/assets/stylesheets/style.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4109, app/assets/stylesheets/style.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.475rem;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 4127, app/assets/stylesheets/style.scss */
.alert-heading {
  color: inherit;
}

/* line 4130, app/assets/stylesheets/style.scss */
.alert-link {
  font-weight: 600;
  color: var(--bs-alert-link-color);
}

/* line 4134, app/assets/stylesheets/style.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 4137, app/assets/stylesheets/style.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 4144, app/assets/stylesheets/style.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text);
}

/* line 4150, app/assets/stylesheets/style.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text);
}

/* line 4156, app/assets/stylesheets/style.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text);
}

/* line 4162, app/assets/stylesheets/style.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text);
}

/* line 4168, app/assets/stylesheets/style.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text);
}

/* line 4174, app/assets/stylesheets/style.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text);
}

/* line 4180, app/assets/stylesheets/style.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text);
}

/* line 4186, app/assets/stylesheets/style.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text);
}

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

/* line 4196, app/assets/stylesheets/style.scss */
.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-gray-100);
  --bs-progress-border-radius: 6px;
  --bs-progress-box-shadow: none;
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #009ef7;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}

/* line 4213, app/assets/stylesheets/style.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

/* line 4224, app/assets/stylesheets/style.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 4228, app/assets/stylesheets/style.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 4231, app/assets/stylesheets/style.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 4233, app/assets/stylesheets/style.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

/* line 4236, app/assets/stylesheets/style.scss */
.list-group {
  --bs-list-group-color: var(--bs-gray-900);
  --bs-list-group-bg: #ffffff;
  --bs-list-group-border-color: rgba(0,  0,  0,  0.125);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-gray-700);
  --bs-list-group-action-hover-color: var(--bs-gray-700);
  --bs-list-group-action-hover-bg: var(--bs-gray-100);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-gray-200);
  --bs-list-group-disabled-color: var(--bs-gray-600);
  --bs-list-group-disabled-bg: #ffffff;
  --bs-list-group-active-color: var(--bs-component-active-color);
  --bs-list-group-active-bg: var(--bs-component-active-bg);
  --bs-list-group-active-border-color: var(--bs-component-active-bg);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 4260, app/assets/stylesheets/style.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 4264, app/assets/stylesheets/style.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 4268, app/assets/stylesheets/style.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 4273, app/assets/stylesheets/style.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 4279, app/assets/stylesheets/style.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 4283, app/assets/stylesheets/style.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 4291, app/assets/stylesheets/style.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 4295, app/assets/stylesheets/style.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 4299, app/assets/stylesheets/style.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 4304, app/assets/stylesheets/style.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 4310, app/assets/stylesheets/style.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4313, app/assets/stylesheets/style.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 4317, app/assets/stylesheets/style.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 4320, app/assets/stylesheets/style.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 4324, app/assets/stylesheets/style.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 4328, app/assets/stylesheets/style.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4331, app/assets/stylesheets/style.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 4335, app/assets/stylesheets/style.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 4340, app/assets/stylesheets/style.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 4343, app/assets/stylesheets/style.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4347, app/assets/stylesheets/style.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4351, app/assets/stylesheets/style.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4354, app/assets/stylesheets/style.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4358, app/assets/stylesheets/style.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 4363, app/assets/stylesheets/style.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 4366, app/assets/stylesheets/style.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4370, app/assets/stylesheets/style.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4374, app/assets/stylesheets/style.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4377, app/assets/stylesheets/style.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4381, app/assets/stylesheets/style.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 4386, app/assets/stylesheets/style.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 4389, app/assets/stylesheets/style.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4393, app/assets/stylesheets/style.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4397, app/assets/stylesheets/style.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4400, app/assets/stylesheets/style.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4404, app/assets/stylesheets/style.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 4409, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 4412, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4416, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4420, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4423, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4427, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 4432, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 4435, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4439, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4443, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4446, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4450, app/assets/stylesheets/style.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 4454, app/assets/stylesheets/style.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 4457, app/assets/stylesheets/style.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 4460, app/assets/stylesheets/style.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4463, app/assets/stylesheets/style.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
}

/* line 4468, app/assets/stylesheets/style.scss */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
}

/* line 4472, app/assets/stylesheets/style.scss */
.list-group-item-light.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-light-text);
  --bs-list-group-active-border-color: var(--bs-light-text);
}

/* line 4477, app/assets/stylesheets/style.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
}

/* line 4482, app/assets/stylesheets/style.scss */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
}

/* line 4486, app/assets/stylesheets/style.scss */
.list-group-item-primary.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-primary-text);
  --bs-list-group-active-border-color: var(--bs-primary-text);
}

/* line 4491, app/assets/stylesheets/style.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
}

/* line 4496, app/assets/stylesheets/style.scss */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
}

/* line 4500, app/assets/stylesheets/style.scss */
.list-group-item-secondary.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-secondary-text);
  --bs-list-group-active-border-color: var(--bs-secondary-text);
}

/* line 4505, app/assets/stylesheets/style.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
}

/* line 4510, app/assets/stylesheets/style.scss */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
}

/* line 4514, app/assets/stylesheets/style.scss */
.list-group-item-success.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-success-text);
  --bs-list-group-active-border-color: var(--bs-success-text);
}

/* line 4519, app/assets/stylesheets/style.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
}

/* line 4524, app/assets/stylesheets/style.scss */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
}

/* line 4528, app/assets/stylesheets/style.scss */
.list-group-item-info.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-info-text);
  --bs-list-group-active-border-color: var(--bs-info-text);
}

/* line 4533, app/assets/stylesheets/style.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
}

/* line 4538, app/assets/stylesheets/style.scss */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
}

/* line 4542, app/assets/stylesheets/style.scss */
.list-group-item-warning.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-warning-text);
  --bs-list-group-active-border-color: var(--bs-warning-text);
}

/* line 4547, app/assets/stylesheets/style.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
}

/* line 4552, app/assets/stylesheets/style.scss */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
}

/* line 4556, app/assets/stylesheets/style.scss */
.list-group-item-danger.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-danger-text);
  --bs-list-group-active-border-color: var(--bs-danger-text);
}

/* line 4561, app/assets/stylesheets/style.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
}

/* line 4566, app/assets/stylesheets/style.scss */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
}

/* line 4570, app/assets/stylesheets/style.scss */
.list-group-item-dark.list-group-item-action:active {
  --bs-list-group-active-color: var(--bs-emphasis-color);
  --bs-list-group-active-bg: var(--bs-dark-text);
  --bs-list-group-active-border-color: var(--bs-dark-text);
}

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

/* line 4594, app/assets/stylesheets/style.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 4599, app/assets/stylesheets/style.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 4604, app/assets/stylesheets/style.scss */
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 4609, app/assets/stylesheets/style.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 4612, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 4615, app/assets/stylesheets/style.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: var(--bs-gray-700);
  --bs-toast-bg: var(--bs-body-bg);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: transparent;
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-gray-700);
  --bs-toast-header-bg: var(--bs-body-bg);
  --bs-toast-header-border-color: var(--bs-border-color);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 4642, app/assets/stylesheets/style.scss */
.toast.showing {
  opacity: 0;
}

/* line 4645, app/assets/stylesheets/style.scss */
.toast:not(.show) {
  display: none;
}

/* line 4648, app/assets/stylesheets/style.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 4656, app/assets/stylesheets/style.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 4659, app/assets/stylesheets/style.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 4670, app/assets/stylesheets/style.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 4674, app/assets/stylesheets/style.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 4678, app/assets/stylesheets/style.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.75rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0.9rem;
  --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0,  0,  0,  0.1);
  --bs-modal-inner-border-radius: 0.475rem;
  --bs-modal-header-padding-x: 1.75rem;
  --bs-modal-header-padding-y: 1.75rem;
  --bs-modal-header-padding: 1.75rem 1.75rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 4709, app/assets/stylesheets/style.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 4715, app/assets/stylesheets/style.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

/* line 4719, app/assets/stylesheets/style.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 4722, app/assets/stylesheets/style.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 4725, app/assets/stylesheets/style.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 4728, app/assets/stylesheets/style.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 4732, app/assets/stylesheets/style.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 4735, app/assets/stylesheets/style.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 4740, app/assets/stylesheets/style.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}

/* line 4754, app/assets/stylesheets/style.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 4766, app/assets/stylesheets/style.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4769, app/assets/stylesheets/style.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 4772, app/assets/stylesheets/style.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 4782, app/assets/stylesheets/style.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 4786, app/assets/stylesheets/style.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 4790, app/assets/stylesheets/style.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

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

/* line 4807, app/assets/stylesheets/style.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 4811, app/assets/stylesheets/style.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0,  0,  0,  0.1);
  }
  /* line 4815, app/assets/stylesheets/style.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 4820, app/assets/stylesheets/style.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 4824, app/assets/stylesheets/style.scss */
  .modal-lg, .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 4828, app/assets/stylesheets/style.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 4831, app/assets/stylesheets/style.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 4837, app/assets/stylesheets/style.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 4842, app/assets/stylesheets/style.scss */
.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 4845, app/assets/stylesheets/style.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 4849, app/assets/stylesheets/style.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 4855, app/assets/stylesheets/style.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 4860, app/assets/stylesheets/style.scss */
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 4863, app/assets/stylesheets/style.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 4867, app/assets/stylesheets/style.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 4873, app/assets/stylesheets/style.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 4878, app/assets/stylesheets/style.scss */
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 4881, app/assets/stylesheets/style.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 4885, app/assets/stylesheets/style.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 4891, app/assets/stylesheets/style.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 4896, app/assets/stylesheets/style.scss */
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 4899, app/assets/stylesheets/style.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 4903, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 4909, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 4914, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 4917, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 4921, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 4927, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 4932, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 4935, app/assets/stylesheets/style.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 4938, app/assets/stylesheets/style.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 1rem;
  --bs-tooltip-padding-y: 0.75rem;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size: 1rem;
  --bs-tooltip-color: var(--bs-gray-800);
  --bs-tooltip-bg: var(--bs-body-bg);
  --bs-tooltip-border-radius: 0.475rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 4973, app/assets/stylesheets/style.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 4976, app/assets/stylesheets/style.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 4981, app/assets/stylesheets/style.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 4987, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

/* line 4990, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* line 4995, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 5000, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* line 5005, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

/* line 5008, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* line 5013, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 5018, app/assets/stylesheets/style.scss */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* line 5023, app/assets/stylesheets/style.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 5031, app/assets/stylesheets/style.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 1rem;
  --bs-popover-bg: #ffffff;
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: #ffffff;
  --bs-popover-border-radius: 0.475rem;
  --bs-popover-inner-border-radius: 0.475rem;
  --bs-popover-box-shadow: 0px 0px 50px 0px rgba(82,  63,  105,  0.15);
  --bs-popover-header-padding-x: 1.25rem;
  --bs-popover-header-padding-y: 1rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-gray-800);
  --bs-popover-header-bg: #ffffff;
  --bs-popover-body-padding-x: 1.25rem;
  --bs-popover-body-padding-y: 1.25rem;
  --bs-popover-body-color: var(--bs-gray-800);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}

/* line 5077, app/assets/stylesheets/style.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 5082, app/assets/stylesheets/style.scss */
.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 5090, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 5093, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 5096, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 5100, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* line 5104, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 5109, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 5112, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 5116, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* line 5120, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 5123, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 5126, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 5130, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

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

/* line 5144, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 5149, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 5152, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 5156, app/assets/stylesheets/style.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* line 5160, app/assets/stylesheets/style.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 5170, app/assets/stylesheets/style.scss */
.popover-header:empty {
  display: none;
}

/* line 5173, app/assets/stylesheets/style.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 5177, app/assets/stylesheets/style.scss */
.carousel {
  position: relative;
}

/* line 5180, app/assets/stylesheets/style.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 5183, app/assets/stylesheets/style.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5188, app/assets/stylesheets/style.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5192, app/assets/stylesheets/style.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

/* line 5201, app/assets/stylesheets/style.scss */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 5204, app/assets/stylesheets/style.scss */
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

/* line 5207, app/assets/stylesheets/style.scss */
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

/* line 5210, app/assets/stylesheets/style.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 5215, app/assets/stylesheets/style.scss */
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 5219, app/assets/stylesheets/style.scss */
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

/* line 5224, app/assets/stylesheets/style.scss */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

/* line 5241, app/assets/stylesheets/style.scss */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5247, app/assets/stylesheets/style.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5250, app/assets/stylesheets/style.scss */
.carousel-control-next {
  right: 0;
}

/* line 5253, app/assets/stylesheets/style.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 5260, app/assets/stylesheets/style.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 5263, app/assets/stylesheets/style.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 5266, app/assets/stylesheets/style.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 5280, app/assets/stylesheets/style.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

/* line 5298, app/assets/stylesheets/style.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5301, app/assets/stylesheets/style.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 5311, app/assets/stylesheets/style.scss */
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

/* line 5314, app/assets/stylesheets/style.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 5317, app/assets/stylesheets/style.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5320, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

/* line 5323, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 5326, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .carousel .carousel-caption {
  color: #000;
}

/* line 5329, app/assets/stylesheets/style.scss */
.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

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

/* line 5341, app/assets/stylesheets/style.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.185rem;
  --bs-spinner-animation-speed: 0.65s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 5351, app/assets/stylesheets/style.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.145em;
}

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

/* line 5364, app/assets/stylesheets/style.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.65s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 5373, app/assets/stylesheets/style.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

/* line 5377, app/assets/stylesheets/style.scss */
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.75rem;
  --bs-offcanvas-padding-y: 1.75rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(0,  0,  0,  0.1);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

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

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 5408, app/assets/stylesheets/style.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 5412, app/assets/stylesheets/style.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  /* line 5420, app/assets/stylesheets/style.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  /* line 5428, app/assets/stylesheets/style.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  /* line 5438, app/assets/stylesheets/style.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  /* line 5447, app/assets/stylesheets/style.scss */
  .offcanvas-sm.showing {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  /* line 5451, app/assets/stylesheets/style.scss */
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 5455, app/assets/stylesheets/style.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5460, app/assets/stylesheets/style.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 5463, app/assets/stylesheets/style.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

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

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 5487, app/assets/stylesheets/style.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5491, app/assets/stylesheets/style.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 767.98px) {
  /* line 5499, app/assets/stylesheets/style.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 767.98px) {
  /* line 5507, app/assets/stylesheets/style.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 767.98px) {
  /* line 5517, app/assets/stylesheets/style.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 767.98px) {
  /* line 5526, app/assets/stylesheets/style.scss */
  .offcanvas-md.showing {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5530, app/assets/stylesheets/style.scss */
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 5534, app/assets/stylesheets/style.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5539, app/assets/stylesheets/style.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 5542, app/assets/stylesheets/style.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

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

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 5566, app/assets/stylesheets/style.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5570, app/assets/stylesheets/style.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  /* line 5578, app/assets/stylesheets/style.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  /* line 5586, app/assets/stylesheets/style.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  /* line 5596, app/assets/stylesheets/style.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  /* line 5605, app/assets/stylesheets/style.scss */
  .offcanvas-lg.showing {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5609, app/assets/stylesheets/style.scss */
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 5613, app/assets/stylesheets/style.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5618, app/assets/stylesheets/style.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 5621, app/assets/stylesheets/style.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

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

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 5645, app/assets/stylesheets/style.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 5649, app/assets/stylesheets/style.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 5657, app/assets/stylesheets/style.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 5665, app/assets/stylesheets/style.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 5675, app/assets/stylesheets/style.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 5684, app/assets/stylesheets/style.scss */
  .offcanvas-xl.showing {
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 5688, app/assets/stylesheets/style.scss */
  .offcanvas-xl.show, .offcanvas-xl.showing {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 5692, app/assets/stylesheets/style.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5697, app/assets/stylesheets/style.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 5700, app/assets/stylesheets/style.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

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

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 5724, app/assets/stylesheets/style.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 5728, app/assets/stylesheets/style.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 5736, app/assets/stylesheets/style.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 5744, app/assets/stylesheets/style.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 5754, app/assets/stylesheets/style.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 5763, app/assets/stylesheets/style.scss */
  .offcanvas-xxl.showing {
    transform: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 5767, app/assets/stylesheets/style.scss */
  .offcanvas-xxl.show, .offcanvas-xxl.showing {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 5771, app/assets/stylesheets/style.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5776, app/assets/stylesheets/style.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 5779, app/assets/stylesheets/style.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 5786, app/assets/stylesheets/style.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}

/* line 5801, app/assets/stylesheets/style.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 5808, app/assets/stylesheets/style.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 5815, app/assets/stylesheets/style.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 5824, app/assets/stylesheets/style.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 5832, app/assets/stylesheets/style.scss */
.offcanvas.showing {
  transform: none;
}

/* line 5835, app/assets/stylesheets/style.scss */
.offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

/* line 5838, app/assets/stylesheets/style.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 5847, app/assets/stylesheets/style.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 5850, app/assets/stylesheets/style.scss */
.offcanvas-backdrop.show {
  opacity: .4;
}

/* line 5853, app/assets/stylesheets/style.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 5859, app/assets/stylesheets/style.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 5865, app/assets/stylesheets/style.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 5869, app/assets/stylesheets/style.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 5874, app/assets/stylesheets/style.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}

/* line 5882, app/assets/stylesheets/style.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 5885, app/assets/stylesheets/style.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 5888, app/assets/stylesheets/style.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 5891, app/assets/stylesheets/style.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 5894, app/assets/stylesheets/style.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

/* line 5901, app/assets/stylesheets/style.scss */
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

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

/* line 5910, app/assets/stylesheets/style.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5914, app/assets/stylesheets/style.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(249, 249, 249, var(--bs-bg-opacity, 1)) !important;
}

/* line 5918, app/assets/stylesheets/style.scss */
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(0, 158, 247, var(--bs-bg-opacity, 1)) !important;
}

/* line 5922, app/assets/stylesheets/style.scss */
.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(225, 227, 234, var(--bs-bg-opacity, 1)) !important;
}

/* line 5926, app/assets/stylesheets/style.scss */
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(80, 205, 137, var(--bs-bg-opacity, 1)) !important;
}

/* line 5930, app/assets/stylesheets/style.scss */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(114, 57, 234, var(--bs-bg-opacity, 1)) !important;
}

/* line 5934, app/assets/stylesheets/style.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 199, 0, var(--bs-bg-opacity, 1)) !important;
}

/* line 5938, app/assets/stylesheets/style.scss */
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(241, 65, 108, var(--bs-bg-opacity, 1)) !important;
}

/* line 5942, app/assets/stylesheets/style.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(24, 28, 50, var(--bs-bg-opacity, 1)) !important;
}

/* line 5946, app/assets/stylesheets/style.scss */
.link-light {
  color: #f9f9f9 !important;
}

/* line 5949, app/assets/stylesheets/style.scss */
.link-light:focus, .link-light:hover {
  color: #fafafa !important;
}

/* line 5952, app/assets/stylesheets/style.scss */
.link-primary {
  color: #009ef7 !important;
}

/* line 5955, app/assets/stylesheets/style.scss */
.link-primary:focus, .link-primary:hover {
  color: #33b1f9 !important;
}

/* line 5958, app/assets/stylesheets/style.scss */
.link-secondary {
  color: #e1e3ea !important;
}

/* line 5961, app/assets/stylesheets/style.scss */
.link-secondary:focus, .link-secondary:hover {
  color: #e7e9ee !important;
}

/* line 5964, app/assets/stylesheets/style.scss */
.link-success {
  color: #50cd89 !important;
}

/* line 5967, app/assets/stylesheets/style.scss */
.link-success:focus, .link-success:hover {
  color: #73d7a1 !important;
}

/* line 5970, app/assets/stylesheets/style.scss */
.link-info {
  color: #7239ea !important;
}

/* line 5973, app/assets/stylesheets/style.scss */
.link-info:focus, .link-info:hover {
  color: #5b2ebb !important;
}

/* line 5976, app/assets/stylesheets/style.scss */
.link-warning {
  color: #ffc700 !important;
}

/* line 5979, app/assets/stylesheets/style.scss */
.link-warning:focus, .link-warning:hover {
  color: #ffd233 !important;
}

/* line 5982, app/assets/stylesheets/style.scss */
.link-danger {
  color: #f1416c !important;
}

/* line 5985, app/assets/stylesheets/style.scss */
.link-danger:focus, .link-danger:hover {
  color: #f46789 !important;
}

/* line 5988, app/assets/stylesheets/style.scss */
.link-dark {
  color: #181c32 !important;
}

/* line 5991, app/assets/stylesheets/style.scss */
.link-dark:focus, .link-dark:hover {
  color: #131628 !important;
}

/* line 5994, app/assets/stylesheets/style.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 5997, app/assets/stylesheets/style.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 6001, app/assets/stylesheets/style.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6007, app/assets/stylesheets/style.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 6009, app/assets/stylesheets/style.scss */
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 6011, app/assets/stylesheets/style.scss */
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 6013, app/assets/stylesheets/style.scss */
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 6015, app/assets/stylesheets/style.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6022, app/assets/stylesheets/style.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 6029, app/assets/stylesheets/style.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 6034, app/assets/stylesheets/style.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 6040, app/assets/stylesheets/style.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6045, app/assets/stylesheets/style.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 6051, app/assets/stylesheets/style.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6056, app/assets/stylesheets/style.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 6062, app/assets/stylesheets/style.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6067, app/assets/stylesheets/style.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 6073, app/assets/stylesheets/style.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6078, app/assets/stylesheets/style.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 6084, app/assets/stylesheets/style.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6089, app/assets/stylesheets/style.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 6094, app/assets/stylesheets/style.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 6100, app/assets/stylesheets/style.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 6106, app/assets/stylesheets/style.scss */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6117, app/assets/stylesheets/style.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 6125, app/assets/stylesheets/style.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6130, app/assets/stylesheets/style.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}

/* line 6138, app/assets/stylesheets/style.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6141, app/assets/stylesheets/style.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6144, app/assets/stylesheets/style.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6147, app/assets/stylesheets/style.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6150, app/assets/stylesheets/style.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6153, app/assets/stylesheets/style.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6156, app/assets/stylesheets/style.scss */
.float-start {
  float: left !important;
}

/* line 6159, app/assets/stylesheets/style.scss */
.float-end {
  float: right !important;
}

/* line 6162, app/assets/stylesheets/style.scss */
.float-none {
  float: none !important;
}

/* line 6165, app/assets/stylesheets/style.scss */
.object-fit-contain {
  object-fit: contain !important;
}

/* line 6168, app/assets/stylesheets/style.scss */
.object-fit-cover {
  object-fit: cover !important;
}

/* line 6171, app/assets/stylesheets/style.scss */
.object-fit-fill {
  object-fit: fill !important;
}

/* line 6174, app/assets/stylesheets/style.scss */
.object-fit-scale {
  object-fit: scale-down !important;
}

/* line 6177, app/assets/stylesheets/style.scss */
.object-fit-none {
  object-fit: none !important;
}

/* line 6180, app/assets/stylesheets/style.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 6183, app/assets/stylesheets/style.scss */
.opacity-5 {
  opacity: 0.05 !important;
}

/* line 6186, app/assets/stylesheets/style.scss */
.opacity-10 {
  opacity: 0.1 !important;
}

/* line 6189, app/assets/stylesheets/style.scss */
.opacity-15 {
  opacity: 0.15 !important;
}

/* line 6192, app/assets/stylesheets/style.scss */
.opacity-20 {
  opacity: 0.2 !important;
}

/* line 6195, app/assets/stylesheets/style.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 6198, app/assets/stylesheets/style.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 6201, app/assets/stylesheets/style.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 6204, app/assets/stylesheets/style.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 6207, app/assets/stylesheets/style.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6210, app/assets/stylesheets/style.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6213, app/assets/stylesheets/style.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 6216, app/assets/stylesheets/style.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 6219, app/assets/stylesheets/style.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 6222, app/assets/stylesheets/style.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 6225, app/assets/stylesheets/style.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 6228, app/assets/stylesheets/style.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 6231, app/assets/stylesheets/style.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 6234, app/assets/stylesheets/style.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 6237, app/assets/stylesheets/style.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 6240, app/assets/stylesheets/style.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 6243, app/assets/stylesheets/style.scss */
.d-inline {
  display: inline !important;
}

/* line 6246, app/assets/stylesheets/style.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6249, app/assets/stylesheets/style.scss */
.d-block {
  display: block !important;
}

/* line 6252, app/assets/stylesheets/style.scss */
.d-grid {
  display: grid !important;
}

/* line 6255, app/assets/stylesheets/style.scss */
.d-table {
  display: table !important;
}

/* line 6258, app/assets/stylesheets/style.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6261, app/assets/stylesheets/style.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6264, app/assets/stylesheets/style.scss */
.d-flex {
  display: flex !important;
}

/* line 6267, app/assets/stylesheets/style.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6270, app/assets/stylesheets/style.scss */
.d-none {
  display: none !important;
}

/* line 6273, app/assets/stylesheets/style.scss */
.shadow {
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6276, app/assets/stylesheets/style.scss */
.shadow-sm {
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}

/* line 6279, app/assets/stylesheets/style.scss */
.shadow-lg {
  box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1) !important;
}

/* line 6282, app/assets/stylesheets/style.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 6285, app/assets/stylesheets/style.scss */
.position-static {
  position: static !important;
}

/* line 6288, app/assets/stylesheets/style.scss */
.position-relative {
  position: relative !important;
}

/* line 6291, app/assets/stylesheets/style.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6294, app/assets/stylesheets/style.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6297, app/assets/stylesheets/style.scss */
.position-sticky {
  position: sticky !important;
}

/* line 6300, app/assets/stylesheets/style.scss */
.top-0 {
  top: 0 !important;
}

/* line 6303, app/assets/stylesheets/style.scss */
.top-25 {
  top: 25% !important;
}

/* line 6306, app/assets/stylesheets/style.scss */
.top-50 {
  top: 50% !important;
}

/* line 6309, app/assets/stylesheets/style.scss */
.top-75 {
  top: 75% !important;
}

/* line 6312, app/assets/stylesheets/style.scss */
.top-100 {
  top: 100% !important;
}

/* line 6315, app/assets/stylesheets/style.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 6318, app/assets/stylesheets/style.scss */
.bottom-25 {
  bottom: 25% !important;
}

/* line 6321, app/assets/stylesheets/style.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 6324, app/assets/stylesheets/style.scss */
.bottom-75 {
  bottom: 75% !important;
}

/* line 6327, app/assets/stylesheets/style.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 6330, app/assets/stylesheets/style.scss */
.start-0 {
  left: 0 !important;
}

/* line 6333, app/assets/stylesheets/style.scss */
.start-25 {
  left: 25% !important;
}

/* line 6336, app/assets/stylesheets/style.scss */
.start-50 {
  left: 50% !important;
}

/* line 6339, app/assets/stylesheets/style.scss */
.start-75 {
  left: 75% !important;
}

/* line 6342, app/assets/stylesheets/style.scss */
.start-100 {
  left: 100% !important;
}

/* line 6345, app/assets/stylesheets/style.scss */
.end-0 {
  right: 0 !important;
}

/* line 6348, app/assets/stylesheets/style.scss */
.end-25 {
  right: 25% !important;
}

/* line 6351, app/assets/stylesheets/style.scss */
.end-50 {
  right: 50% !important;
}

/* line 6354, app/assets/stylesheets/style.scss */
.end-75 {
  right: 75% !important;
}

/* line 6357, app/assets/stylesheets/style.scss */
.end-100 {
  right: 100% !important;
}

/* line 6360, app/assets/stylesheets/style.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 6363, app/assets/stylesheets/style.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 6366, app/assets/stylesheets/style.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 6369, app/assets/stylesheets/style.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6372, app/assets/stylesheets/style.scss */
.border-0 {
  border: 0 !important;
}

/* line 6375, app/assets/stylesheets/style.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6378, app/assets/stylesheets/style.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6381, app/assets/stylesheets/style.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6384, app/assets/stylesheets/style.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 6387, app/assets/stylesheets/style.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6390, app/assets/stylesheets/style.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6393, app/assets/stylesheets/style.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 6396, app/assets/stylesheets/style.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 6399, app/assets/stylesheets/style.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 6403, app/assets/stylesheets/style.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 6407, app/assets/stylesheets/style.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 6411, app/assets/stylesheets/style.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 6415, app/assets/stylesheets/style.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 6419, app/assets/stylesheets/style.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 6423, app/assets/stylesheets/style.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 6427, app/assets/stylesheets/style.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 6431, app/assets/stylesheets/style.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 6435, app/assets/stylesheets/style.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 6438, app/assets/stylesheets/style.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 6441, app/assets/stylesheets/style.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 6444, app/assets/stylesheets/style.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 6447, app/assets/stylesheets/style.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 6450, app/assets/stylesheets/style.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 6453, app/assets/stylesheets/style.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 6456, app/assets/stylesheets/style.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 6459, app/assets/stylesheets/style.scss */
.border-0 {
  --bs-border-width: 0;
}

/* line 6462, app/assets/stylesheets/style.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 6465, app/assets/stylesheets/style.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 6468, app/assets/stylesheets/style.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 6471, app/assets/stylesheets/style.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 6474, app/assets/stylesheets/style.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 6477, app/assets/stylesheets/style.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 6480, app/assets/stylesheets/style.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 6483, app/assets/stylesheets/style.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 6486, app/assets/stylesheets/style.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 6489, app/assets/stylesheets/style.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 6492, app/assets/stylesheets/style.scss */
.w-unset {
  width: unset !important;
}

/* line 6495, app/assets/stylesheets/style.scss */
.w-25 {
  width: 25% !important;
}

/* line 6498, app/assets/stylesheets/style.scss */
.w-50 {
  width: 50% !important;
}

/* line 6501, app/assets/stylesheets/style.scss */
.w-75 {
  width: 75% !important;
}

/* line 6504, app/assets/stylesheets/style.scss */
.w-100 {
  width: 100% !important;
}

/* line 6507, app/assets/stylesheets/style.scss */
.w-auto {
  width: auto !important;
}

/* line 6510, app/assets/stylesheets/style.scss */
.w-1px {
  width: 1px !important;
}

/* line 6513, app/assets/stylesheets/style.scss */
.w-2px {
  width: 2px !important;
}

/* line 6516, app/assets/stylesheets/style.scss */
.w-3px {
  width: 3px !important;
}

/* line 6519, app/assets/stylesheets/style.scss */
.w-4px {
  width: 4px !important;
}

/* line 6522, app/assets/stylesheets/style.scss */
.w-5px {
  width: 5px !important;
}

/* line 6525, app/assets/stylesheets/style.scss */
.w-6px {
  width: 6px !important;
}

/* line 6528, app/assets/stylesheets/style.scss */
.w-7px {
  width: 7px !important;
}

/* line 6531, app/assets/stylesheets/style.scss */
.w-8px {
  width: 8px !important;
}

/* line 6534, app/assets/stylesheets/style.scss */
.w-9px {
  width: 9px !important;
}

/* line 6537, app/assets/stylesheets/style.scss */
.w-10px {
  width: 10px !important;
}

/* line 6540, app/assets/stylesheets/style.scss */
.w-15px {
  width: 15px !important;
}

/* line 6543, app/assets/stylesheets/style.scss */
.w-20px {
  width: 20px !important;
}

/* line 6546, app/assets/stylesheets/style.scss */
.w-25px {
  width: 25px !important;
}

/* line 6549, app/assets/stylesheets/style.scss */
.w-30px {
  width: 30px !important;
}

/* line 6552, app/assets/stylesheets/style.scss */
.w-35px {
  width: 35px !important;
}

/* line 6555, app/assets/stylesheets/style.scss */
.w-40px {
  width: 40px !important;
}

/* line 6558, app/assets/stylesheets/style.scss */
.w-45px {
  width: 45px !important;
}

/* line 6561, app/assets/stylesheets/style.scss */
.w-50px {
  width: 50px !important;
}

/* line 6564, app/assets/stylesheets/style.scss */
.w-55px {
  width: 55px !important;
}

/* line 6567, app/assets/stylesheets/style.scss */
.w-60px {
  width: 60px !important;
}

/* line 6570, app/assets/stylesheets/style.scss */
.w-65px {
  width: 65px !important;
}

/* line 6573, app/assets/stylesheets/style.scss */
.w-70px {
  width: 70px !important;
}

/* line 6576, app/assets/stylesheets/style.scss */
.w-75px {
  width: 75px !important;
}

/* line 6579, app/assets/stylesheets/style.scss */
.w-80px {
  width: 80px !important;
}

/* line 6582, app/assets/stylesheets/style.scss */
.w-85px {
  width: 85px !important;
}

/* line 6585, app/assets/stylesheets/style.scss */
.w-90px {
  width: 90px !important;
}

/* line 6588, app/assets/stylesheets/style.scss */
.w-95px {
  width: 95px !important;
}

/* line 6591, app/assets/stylesheets/style.scss */
.w-100px {
  width: 100px !important;
}

/* line 6594, app/assets/stylesheets/style.scss */
.w-125px {
  width: 125px !important;
}

/* line 6597, app/assets/stylesheets/style.scss */
.w-150px {
  width: 150px !important;
}

/* line 6600, app/assets/stylesheets/style.scss */
.w-175px {
  width: 175px !important;
}

/* line 6603, app/assets/stylesheets/style.scss */
.w-200px {
  width: 200px !important;
}

/* line 6606, app/assets/stylesheets/style.scss */
.w-225px {
  width: 225px !important;
}

/* line 6609, app/assets/stylesheets/style.scss */
.w-250px {
  width: 250px !important;
}

/* line 6612, app/assets/stylesheets/style.scss */
.w-275px {
  width: 275px !important;
}

/* line 6615, app/assets/stylesheets/style.scss */
.w-300px {
  width: 300px !important;
}

/* line 6618, app/assets/stylesheets/style.scss */
.w-325px {
  width: 325px !important;
}

/* line 6621, app/assets/stylesheets/style.scss */
.w-350px {
  width: 350px !important;
}

/* line 6624, app/assets/stylesheets/style.scss */
.w-375px {
  width: 375px !important;
}

/* line 6627, app/assets/stylesheets/style.scss */
.w-400px {
  width: 400px !important;
}

/* line 6630, app/assets/stylesheets/style.scss */
.w-425px {
  width: 425px !important;
}

/* line 6633, app/assets/stylesheets/style.scss */
.w-450px {
  width: 450px !important;
}

/* line 6636, app/assets/stylesheets/style.scss */
.w-475px {
  width: 475px !important;
}

/* line 6639, app/assets/stylesheets/style.scss */
.w-500px {
  width: 500px !important;
}

/* line 6642, app/assets/stylesheets/style.scss */
.w-550px {
  width: 550px !important;
}

/* line 6645, app/assets/stylesheets/style.scss */
.w-600px {
  width: 600px !important;
}

/* line 6648, app/assets/stylesheets/style.scss */
.w-650px {
  width: 650px !important;
}

/* line 6651, app/assets/stylesheets/style.scss */
.w-700px {
  width: 700px !important;
}

/* line 6654, app/assets/stylesheets/style.scss */
.w-750px {
  width: 750px !important;
}

/* line 6657, app/assets/stylesheets/style.scss */
.w-800px {
  width: 800px !important;
}

/* line 6660, app/assets/stylesheets/style.scss */
.w-850px {
  width: 850px !important;
}

/* line 6663, app/assets/stylesheets/style.scss */
.w-900px {
  width: 900px !important;
}

/* line 6666, app/assets/stylesheets/style.scss */
.w-950px {
  width: 950px !important;
}

/* line 6669, app/assets/stylesheets/style.scss */
.w-1000px {
  width: 1000px !important;
}

/* line 6672, app/assets/stylesheets/style.scss */
.mw-unset {
  max-width: unset !important;
}

/* line 6675, app/assets/stylesheets/style.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 6678, app/assets/stylesheets/style.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 6681, app/assets/stylesheets/style.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 6684, app/assets/stylesheets/style.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6687, app/assets/stylesheets/style.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 6690, app/assets/stylesheets/style.scss */
.mw-1px {
  max-width: 1px !important;
}

/* line 6693, app/assets/stylesheets/style.scss */
.mw-2px {
  max-width: 2px !important;
}

/* line 6696, app/assets/stylesheets/style.scss */
.mw-3px {
  max-width: 3px !important;
}

/* line 6699, app/assets/stylesheets/style.scss */
.mw-4px {
  max-width: 4px !important;
}

/* line 6702, app/assets/stylesheets/style.scss */
.mw-5px {
  max-width: 5px !important;
}

/* line 6705, app/assets/stylesheets/style.scss */
.mw-6px {
  max-width: 6px !important;
}

/* line 6708, app/assets/stylesheets/style.scss */
.mw-7px {
  max-width: 7px !important;
}

/* line 6711, app/assets/stylesheets/style.scss */
.mw-8px {
  max-width: 8px !important;
}

/* line 6714, app/assets/stylesheets/style.scss */
.mw-9px {
  max-width: 9px !important;
}

/* line 6717, app/assets/stylesheets/style.scss */
.mw-10px {
  max-width: 10px !important;
}

/* line 6720, app/assets/stylesheets/style.scss */
.mw-15px {
  max-width: 15px !important;
}

/* line 6723, app/assets/stylesheets/style.scss */
.mw-20px {
  max-width: 20px !important;
}

/* line 6726, app/assets/stylesheets/style.scss */
.mw-25px {
  max-width: 25px !important;
}

/* line 6729, app/assets/stylesheets/style.scss */
.mw-30px {
  max-width: 30px !important;
}

/* line 6732, app/assets/stylesheets/style.scss */
.mw-35px {
  max-width: 35px !important;
}

/* line 6735, app/assets/stylesheets/style.scss */
.mw-40px {
  max-width: 40px !important;
}

/* line 6738, app/assets/stylesheets/style.scss */
.mw-45px {
  max-width: 45px !important;
}

/* line 6741, app/assets/stylesheets/style.scss */
.mw-50px {
  max-width: 50px !important;
}

/* line 6744, app/assets/stylesheets/style.scss */
.mw-55px {
  max-width: 55px !important;
}

/* line 6747, app/assets/stylesheets/style.scss */
.mw-60px {
  max-width: 60px !important;
}

/* line 6750, app/assets/stylesheets/style.scss */
.mw-65px {
  max-width: 65px !important;
}

/* line 6753, app/assets/stylesheets/style.scss */
.mw-70px {
  max-width: 70px !important;
}

/* line 6756, app/assets/stylesheets/style.scss */
.mw-75px {
  max-width: 75px !important;
}

/* line 6759, app/assets/stylesheets/style.scss */
.mw-80px {
  max-width: 80px !important;
}

/* line 6762, app/assets/stylesheets/style.scss */
.mw-85px {
  max-width: 85px !important;
}

/* line 6765, app/assets/stylesheets/style.scss */
.mw-90px {
  max-width: 90px !important;
}

/* line 6768, app/assets/stylesheets/style.scss */
.mw-95px {
  max-width: 95px !important;
}

/* line 6771, app/assets/stylesheets/style.scss */
.mw-100px {
  max-width: 100px !important;
}

/* line 6774, app/assets/stylesheets/style.scss */
.mw-125px {
  max-width: 125px !important;
}

/* line 6777, app/assets/stylesheets/style.scss */
.mw-150px {
  max-width: 150px !important;
}

/* line 6780, app/assets/stylesheets/style.scss */
.mw-175px {
  max-width: 175px !important;
}

/* line 6783, app/assets/stylesheets/style.scss */
.mw-200px {
  max-width: 200px !important;
}

/* line 6786, app/assets/stylesheets/style.scss */
.mw-225px {
  max-width: 225px !important;
}

/* line 6789, app/assets/stylesheets/style.scss */
.mw-250px {
  max-width: 250px !important;
}

/* line 6792, app/assets/stylesheets/style.scss */
.mw-275px {
  max-width: 275px !important;
}

/* line 6795, app/assets/stylesheets/style.scss */
.mw-300px {
  max-width: 300px !important;
}

/* line 6798, app/assets/stylesheets/style.scss */
.mw-325px {
  max-width: 325px !important;
}

/* line 6801, app/assets/stylesheets/style.scss */
.mw-350px {
  max-width: 350px !important;
}

/* line 6804, app/assets/stylesheets/style.scss */
.mw-375px {
  max-width: 375px !important;
}

/* line 6807, app/assets/stylesheets/style.scss */
.mw-400px {
  max-width: 400px !important;
}

/* line 6810, app/assets/stylesheets/style.scss */
.mw-425px {
  max-width: 425px !important;
}

/* line 6813, app/assets/stylesheets/style.scss */
.mw-450px {
  max-width: 450px !important;
}

/* line 6816, app/assets/stylesheets/style.scss */
.mw-475px {
  max-width: 475px !important;
}

/* line 6819, app/assets/stylesheets/style.scss */
.mw-500px {
  max-width: 500px !important;
}

/* line 6822, app/assets/stylesheets/style.scss */
.mw-550px {
  max-width: 550px !important;
}

/* line 6825, app/assets/stylesheets/style.scss */
.mw-600px {
  max-width: 600px !important;
}

/* line 6828, app/assets/stylesheets/style.scss */
.mw-650px {
  max-width: 650px !important;
}

/* line 6831, app/assets/stylesheets/style.scss */
.mw-700px {
  max-width: 700px !important;
}

/* line 6834, app/assets/stylesheets/style.scss */
.mw-750px {
  max-width: 750px !important;
}

/* line 6837, app/assets/stylesheets/style.scss */
.mw-800px {
  max-width: 800px !important;
}

/* line 6840, app/assets/stylesheets/style.scss */
.mw-850px {
  max-width: 850px !important;
}

/* line 6843, app/assets/stylesheets/style.scss */
.mw-900px {
  max-width: 900px !important;
}

/* line 6846, app/assets/stylesheets/style.scss */
.mw-950px {
  max-width: 950px !important;
}

/* line 6849, app/assets/stylesheets/style.scss */
.mw-1000px {
  max-width: 1000px !important;
}

/* line 6852, app/assets/stylesheets/style.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6855, app/assets/stylesheets/style.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6858, app/assets/stylesheets/style.scss */
.h-unset {
  height: unset !important;
}

/* line 6861, app/assets/stylesheets/style.scss */
.h-25 {
  height: 25% !important;
}

/* line 6864, app/assets/stylesheets/style.scss */
.h-50 {
  height: 50% !important;
}

/* line 6867, app/assets/stylesheets/style.scss */
.h-75 {
  height: 75% !important;
}

/* line 6870, app/assets/stylesheets/style.scss */
.h-100 {
  height: 100% !important;
}

/* line 6873, app/assets/stylesheets/style.scss */
.h-auto {
  height: auto !important;
}

/* line 6876, app/assets/stylesheets/style.scss */
.h-1px {
  height: 1px !important;
}

/* line 6879, app/assets/stylesheets/style.scss */
.h-2px {
  height: 2px !important;
}

/* line 6882, app/assets/stylesheets/style.scss */
.h-3px {
  height: 3px !important;
}

/* line 6885, app/assets/stylesheets/style.scss */
.h-4px {
  height: 4px !important;
}

/* line 6888, app/assets/stylesheets/style.scss */
.h-5px {
  height: 5px !important;
}

/* line 6891, app/assets/stylesheets/style.scss */
.h-6px {
  height: 6px !important;
}

/* line 6894, app/assets/stylesheets/style.scss */
.h-7px {
  height: 7px !important;
}

/* line 6897, app/assets/stylesheets/style.scss */
.h-8px {
  height: 8px !important;
}

/* line 6900, app/assets/stylesheets/style.scss */
.h-9px {
  height: 9px !important;
}

/* line 6903, app/assets/stylesheets/style.scss */
.h-10px {
  height: 10px !important;
}

/* line 6906, app/assets/stylesheets/style.scss */
.h-15px {
  height: 15px !important;
}

/* line 6909, app/assets/stylesheets/style.scss */
.h-20px {
  height: 20px !important;
}

/* line 6912, app/assets/stylesheets/style.scss */
.h-25px {
  height: 25px !important;
}

/* line 6915, app/assets/stylesheets/style.scss */
.h-30px {
  height: 30px !important;
}

/* line 6918, app/assets/stylesheets/style.scss */
.h-35px {
  height: 35px !important;
}

/* line 6921, app/assets/stylesheets/style.scss */
.h-40px {
  height: 40px !important;
}

/* line 6924, app/assets/stylesheets/style.scss */
.h-45px {
  height: 45px !important;
}

/* line 6927, app/assets/stylesheets/style.scss */
.h-50px {
  height: 50px !important;
}

/* line 6930, app/assets/stylesheets/style.scss */
.h-55px {
  height: 55px !important;
}

/* line 6933, app/assets/stylesheets/style.scss */
.h-60px {
  height: 60px !important;
}

/* line 6936, app/assets/stylesheets/style.scss */
.h-65px {
  height: 65px !important;
}

/* line 6939, app/assets/stylesheets/style.scss */
.h-70px {
  height: 70px !important;
}

/* line 6942, app/assets/stylesheets/style.scss */
.h-75px {
  height: 75px !important;
}

/* line 6945, app/assets/stylesheets/style.scss */
.h-80px {
  height: 80px !important;
}

/* line 6948, app/assets/stylesheets/style.scss */
.h-85px {
  height: 85px !important;
}

/* line 6951, app/assets/stylesheets/style.scss */
.h-90px {
  height: 90px !important;
}

/* line 6954, app/assets/stylesheets/style.scss */
.h-95px {
  height: 95px !important;
}

/* line 6957, app/assets/stylesheets/style.scss */
.h-100px {
  height: 100px !important;
}

/* line 6960, app/assets/stylesheets/style.scss */
.h-125px {
  height: 125px !important;
}

/* line 6963, app/assets/stylesheets/style.scss */
.h-150px {
  height: 150px !important;
}

/* line 6966, app/assets/stylesheets/style.scss */
.h-175px {
  height: 175px !important;
}

/* line 6969, app/assets/stylesheets/style.scss */
.h-200px {
  height: 200px !important;
}

/* line 6972, app/assets/stylesheets/style.scss */
.h-225px {
  height: 225px !important;
}

/* line 6975, app/assets/stylesheets/style.scss */
.h-250px {
  height: 250px !important;
}

/* line 6978, app/assets/stylesheets/style.scss */
.h-275px {
  height: 275px !important;
}

/* line 6981, app/assets/stylesheets/style.scss */
.h-300px {
  height: 300px !important;
}

/* line 6984, app/assets/stylesheets/style.scss */
.h-325px {
  height: 325px !important;
}

/* line 6987, app/assets/stylesheets/style.scss */
.h-350px {
  height: 350px !important;
}

/* line 6990, app/assets/stylesheets/style.scss */
.h-375px {
  height: 375px !important;
}

/* line 6993, app/assets/stylesheets/style.scss */
.h-400px {
  height: 400px !important;
}

/* line 6996, app/assets/stylesheets/style.scss */
.h-425px {
  height: 425px !important;
}

/* line 6999, app/assets/stylesheets/style.scss */
.h-450px {
  height: 450px !important;
}

/* line 7002, app/assets/stylesheets/style.scss */
.h-475px {
  height: 475px !important;
}

/* line 7005, app/assets/stylesheets/style.scss */
.h-500px {
  height: 500px !important;
}

/* line 7008, app/assets/stylesheets/style.scss */
.h-550px {
  height: 550px !important;
}

/* line 7011, app/assets/stylesheets/style.scss */
.h-600px {
  height: 600px !important;
}

/* line 7014, app/assets/stylesheets/style.scss */
.h-650px {
  height: 650px !important;
}

/* line 7017, app/assets/stylesheets/style.scss */
.h-700px {
  height: 700px !important;
}

/* line 7020, app/assets/stylesheets/style.scss */
.h-750px {
  height: 750px !important;
}

/* line 7023, app/assets/stylesheets/style.scss */
.h-800px {
  height: 800px !important;
}

/* line 7026, app/assets/stylesheets/style.scss */
.h-850px {
  height: 850px !important;
}

/* line 7029, app/assets/stylesheets/style.scss */
.h-900px {
  height: 900px !important;
}

/* line 7032, app/assets/stylesheets/style.scss */
.h-950px {
  height: 950px !important;
}

/* line 7035, app/assets/stylesheets/style.scss */
.h-1000px {
  height: 1000px !important;
}

/* line 7038, app/assets/stylesheets/style.scss */
.mh-unset {
  max-height: unset !important;
}

/* line 7041, app/assets/stylesheets/style.scss */
.mh-25 {
  max-height: 25% !important;
}

/* line 7044, app/assets/stylesheets/style.scss */
.mh-50 {
  max-height: 50% !important;
}

/* line 7047, app/assets/stylesheets/style.scss */
.mh-75 {
  max-height: 75% !important;
}

/* line 7050, app/assets/stylesheets/style.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7053, app/assets/stylesheets/style.scss */
.mh-auto {
  max-height: auto !important;
}

/* line 7056, app/assets/stylesheets/style.scss */
.mh-1px {
  max-height: 1px !important;
}

/* line 7059, app/assets/stylesheets/style.scss */
.mh-2px {
  max-height: 2px !important;
}

/* line 7062, app/assets/stylesheets/style.scss */
.mh-3px {
  max-height: 3px !important;
}

/* line 7065, app/assets/stylesheets/style.scss */
.mh-4px {
  max-height: 4px !important;
}

/* line 7068, app/assets/stylesheets/style.scss */
.mh-5px {
  max-height: 5px !important;
}

/* line 7071, app/assets/stylesheets/style.scss */
.mh-6px {
  max-height: 6px !important;
}

/* line 7074, app/assets/stylesheets/style.scss */
.mh-7px {
  max-height: 7px !important;
}

/* line 7077, app/assets/stylesheets/style.scss */
.mh-8px {
  max-height: 8px !important;
}

/* line 7080, app/assets/stylesheets/style.scss */
.mh-9px {
  max-height: 9px !important;
}

/* line 7083, app/assets/stylesheets/style.scss */
.mh-10px {
  max-height: 10px !important;
}

/* line 7086, app/assets/stylesheets/style.scss */
.mh-15px {
  max-height: 15px !important;
}

/* line 7089, app/assets/stylesheets/style.scss */
.mh-20px {
  max-height: 20px !important;
}

/* line 7092, app/assets/stylesheets/style.scss */
.mh-25px {
  max-height: 25px !important;
}

/* line 7095, app/assets/stylesheets/style.scss */
.mh-30px {
  max-height: 30px !important;
}

/* line 7098, app/assets/stylesheets/style.scss */
.mh-35px {
  max-height: 35px !important;
}

/* line 7101, app/assets/stylesheets/style.scss */
.mh-40px {
  max-height: 40px !important;
}

/* line 7104, app/assets/stylesheets/style.scss */
.mh-45px {
  max-height: 45px !important;
}

/* line 7107, app/assets/stylesheets/style.scss */
.mh-50px {
  max-height: 50px !important;
}

/* line 7110, app/assets/stylesheets/style.scss */
.mh-55px {
  max-height: 55px !important;
}

/* line 7113, app/assets/stylesheets/style.scss */
.mh-60px {
  max-height: 60px !important;
}

/* line 7116, app/assets/stylesheets/style.scss */
.mh-65px {
  max-height: 65px !important;
}

/* line 7119, app/assets/stylesheets/style.scss */
.mh-70px {
  max-height: 70px !important;
}

/* line 7122, app/assets/stylesheets/style.scss */
.mh-75px {
  max-height: 75px !important;
}

/* line 7125, app/assets/stylesheets/style.scss */
.mh-80px {
  max-height: 80px !important;
}

/* line 7128, app/assets/stylesheets/style.scss */
.mh-85px {
  max-height: 85px !important;
}

/* line 7131, app/assets/stylesheets/style.scss */
.mh-90px {
  max-height: 90px !important;
}

/* line 7134, app/assets/stylesheets/style.scss */
.mh-95px {
  max-height: 95px !important;
}

/* line 7137, app/assets/stylesheets/style.scss */
.mh-100px {
  max-height: 100px !important;
}

/* line 7140, app/assets/stylesheets/style.scss */
.mh-125px {
  max-height: 125px !important;
}

/* line 7143, app/assets/stylesheets/style.scss */
.mh-150px {
  max-height: 150px !important;
}

/* line 7146, app/assets/stylesheets/style.scss */
.mh-175px {
  max-height: 175px !important;
}

/* line 7149, app/assets/stylesheets/style.scss */
.mh-200px {
  max-height: 200px !important;
}

/* line 7152, app/assets/stylesheets/style.scss */
.mh-225px {
  max-height: 225px !important;
}

/* line 7155, app/assets/stylesheets/style.scss */
.mh-250px {
  max-height: 250px !important;
}

/* line 7158, app/assets/stylesheets/style.scss */
.mh-275px {
  max-height: 275px !important;
}

/* line 7161, app/assets/stylesheets/style.scss */
.mh-300px {
  max-height: 300px !important;
}

/* line 7164, app/assets/stylesheets/style.scss */
.mh-325px {
  max-height: 325px !important;
}

/* line 7167, app/assets/stylesheets/style.scss */
.mh-350px {
  max-height: 350px !important;
}

/* line 7170, app/assets/stylesheets/style.scss */
.mh-375px {
  max-height: 375px !important;
}

/* line 7173, app/assets/stylesheets/style.scss */
.mh-400px {
  max-height: 400px !important;
}

/* line 7176, app/assets/stylesheets/style.scss */
.mh-425px {
  max-height: 425px !important;
}

/* line 7179, app/assets/stylesheets/style.scss */
.mh-450px {
  max-height: 450px !important;
}

/* line 7182, app/assets/stylesheets/style.scss */
.mh-475px {
  max-height: 475px !important;
}

/* line 7185, app/assets/stylesheets/style.scss */
.mh-500px {
  max-height: 500px !important;
}

/* line 7188, app/assets/stylesheets/style.scss */
.mh-550px {
  max-height: 550px !important;
}

/* line 7191, app/assets/stylesheets/style.scss */
.mh-600px {
  max-height: 600px !important;
}

/* line 7194, app/assets/stylesheets/style.scss */
.mh-650px {
  max-height: 650px !important;
}

/* line 7197, app/assets/stylesheets/style.scss */
.mh-700px {
  max-height: 700px !important;
}

/* line 7200, app/assets/stylesheets/style.scss */
.mh-750px {
  max-height: 750px !important;
}

/* line 7203, app/assets/stylesheets/style.scss */
.mh-800px {
  max-height: 800px !important;
}

/* line 7206, app/assets/stylesheets/style.scss */
.mh-850px {
  max-height: 850px !important;
}

/* line 7209, app/assets/stylesheets/style.scss */
.mh-900px {
  max-height: 900px !important;
}

/* line 7212, app/assets/stylesheets/style.scss */
.mh-950px {
  max-height: 950px !important;
}

/* line 7215, app/assets/stylesheets/style.scss */
.mh-1000px {
  max-height: 1000px !important;
}

/* line 7218, app/assets/stylesheets/style.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7221, app/assets/stylesheets/style.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7224, app/assets/stylesheets/style.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7227, app/assets/stylesheets/style.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 7230, app/assets/stylesheets/style.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7233, app/assets/stylesheets/style.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7236, app/assets/stylesheets/style.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7239, app/assets/stylesheets/style.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7242, app/assets/stylesheets/style.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7245, app/assets/stylesheets/style.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7248, app/assets/stylesheets/style.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7251, app/assets/stylesheets/style.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7254, app/assets/stylesheets/style.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7257, app/assets/stylesheets/style.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7260, app/assets/stylesheets/style.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7263, app/assets/stylesheets/style.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7266, app/assets/stylesheets/style.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 7269, app/assets/stylesheets/style.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7272, app/assets/stylesheets/style.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7275, app/assets/stylesheets/style.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 7278, app/assets/stylesheets/style.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7281, app/assets/stylesheets/style.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7284, app/assets/stylesheets/style.scss */
.align-items-center {
  align-items: center !important;
}

/* line 7287, app/assets/stylesheets/style.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7290, app/assets/stylesheets/style.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7293, app/assets/stylesheets/style.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7296, app/assets/stylesheets/style.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7299, app/assets/stylesheets/style.scss */
.align-content-center {
  align-content: center !important;
}

/* line 7302, app/assets/stylesheets/style.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 7305, app/assets/stylesheets/style.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 7308, app/assets/stylesheets/style.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7311, app/assets/stylesheets/style.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 7314, app/assets/stylesheets/style.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7317, app/assets/stylesheets/style.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7320, app/assets/stylesheets/style.scss */
.align-self-center {
  align-self: center !important;
}

/* line 7323, app/assets/stylesheets/style.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7326, app/assets/stylesheets/style.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 7329, app/assets/stylesheets/style.scss */
.order-first {
  order: -1 !important;
}

/* line 7332, app/assets/stylesheets/style.scss */
.order-0 {
  order: 0 !important;
}

/* line 7335, app/assets/stylesheets/style.scss */
.order-1 {
  order: 1 !important;
}

/* line 7338, app/assets/stylesheets/style.scss */
.order-2 {
  order: 2 !important;
}

/* line 7341, app/assets/stylesheets/style.scss */
.order-3 {
  order: 3 !important;
}

/* line 7344, app/assets/stylesheets/style.scss */
.order-4 {
  order: 4 !important;
}

/* line 7347, app/assets/stylesheets/style.scss */
.order-5 {
  order: 5 !important;
}

/* line 7350, app/assets/stylesheets/style.scss */
.order-last {
  order: 6 !important;
}

/* line 7353, app/assets/stylesheets/style.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7356, app/assets/stylesheets/style.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7359, app/assets/stylesheets/style.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7362, app/assets/stylesheets/style.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 7365, app/assets/stylesheets/style.scss */
.m-4 {
  margin: 1rem !important;
}

/* line 7368, app/assets/stylesheets/style.scss */
.m-5 {
  margin: 1.25rem !important;
}

/* line 7371, app/assets/stylesheets/style.scss */
.m-6 {
  margin: 1.5rem !important;
}

/* line 7374, app/assets/stylesheets/style.scss */
.m-7 {
  margin: 1.75rem !important;
}

/* line 7377, app/assets/stylesheets/style.scss */
.m-8 {
  margin: 2rem !important;
}

/* line 7380, app/assets/stylesheets/style.scss */
.m-9 {
  margin: 2.25rem !important;
}

/* line 7383, app/assets/stylesheets/style.scss */
.m-10 {
  margin: 2.5rem !important;
}

/* line 7386, app/assets/stylesheets/style.scss */
.m-11 {
  margin: 2.75rem !important;
}

/* line 7389, app/assets/stylesheets/style.scss */
.m-12 {
  margin: 3rem !important;
}

/* line 7392, app/assets/stylesheets/style.scss */
.m-13 {
  margin: 3.25rem !important;
}

/* line 7395, app/assets/stylesheets/style.scss */
.m-14 {
  margin: 3.5rem !important;
}

/* line 7398, app/assets/stylesheets/style.scss */
.m-15 {
  margin: 3.75rem !important;
}

/* line 7401, app/assets/stylesheets/style.scss */
.m-16 {
  margin: 4rem !important;
}

/* line 7404, app/assets/stylesheets/style.scss */
.m-17 {
  margin: 4.25rem !important;
}

/* line 7407, app/assets/stylesheets/style.scss */
.m-18 {
  margin: 4.5rem !important;
}

/* line 7410, app/assets/stylesheets/style.scss */
.m-19 {
  margin: 4.75rem !important;
}

/* line 7413, app/assets/stylesheets/style.scss */
.m-20 {
  margin: 5rem !important;
}

/* line 7416, app/assets/stylesheets/style.scss */
.m-auto {
  margin: auto !important;
}

/* line 7419, app/assets/stylesheets/style.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 7423, app/assets/stylesheets/style.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 7427, app/assets/stylesheets/style.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 7431, app/assets/stylesheets/style.scss */
.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

/* line 7435, app/assets/stylesheets/style.scss */
.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 7439, app/assets/stylesheets/style.scss */
.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 7443, app/assets/stylesheets/style.scss */
.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 7447, app/assets/stylesheets/style.scss */
.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

/* line 7451, app/assets/stylesheets/style.scss */
.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 7455, app/assets/stylesheets/style.scss */
.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

/* line 7459, app/assets/stylesheets/style.scss */
.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 7463, app/assets/stylesheets/style.scss */
.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

/* line 7467, app/assets/stylesheets/style.scss */
.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 7471, app/assets/stylesheets/style.scss */
.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

/* line 7475, app/assets/stylesheets/style.scss */
.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 7479, app/assets/stylesheets/style.scss */
.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

/* line 7483, app/assets/stylesheets/style.scss */
.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 7487, app/assets/stylesheets/style.scss */
.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

/* line 7491, app/assets/stylesheets/style.scss */
.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 7495, app/assets/stylesheets/style.scss */
.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

/* line 7499, app/assets/stylesheets/style.scss */
.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 7503, app/assets/stylesheets/style.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 7507, app/assets/stylesheets/style.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 7511, app/assets/stylesheets/style.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 7515, app/assets/stylesheets/style.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 7519, app/assets/stylesheets/style.scss */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 7523, app/assets/stylesheets/style.scss */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 7527, app/assets/stylesheets/style.scss */
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 7531, app/assets/stylesheets/style.scss */
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 7535, app/assets/stylesheets/style.scss */
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

/* line 7539, app/assets/stylesheets/style.scss */
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 7543, app/assets/stylesheets/style.scss */
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

/* line 7547, app/assets/stylesheets/style.scss */
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 7551, app/assets/stylesheets/style.scss */
.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

/* line 7555, app/assets/stylesheets/style.scss */
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 7559, app/assets/stylesheets/style.scss */
.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

/* line 7563, app/assets/stylesheets/style.scss */
.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 7567, app/assets/stylesheets/style.scss */
.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

/* line 7571, app/assets/stylesheets/style.scss */
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 7575, app/assets/stylesheets/style.scss */
.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

/* line 7579, app/assets/stylesheets/style.scss */
.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 7583, app/assets/stylesheets/style.scss */
.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

/* line 7587, app/assets/stylesheets/style.scss */
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 7591, app/assets/stylesheets/style.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 7595, app/assets/stylesheets/style.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 7598, app/assets/stylesheets/style.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 7601, app/assets/stylesheets/style.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 7604, app/assets/stylesheets/style.scss */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 7607, app/assets/stylesheets/style.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 7610, app/assets/stylesheets/style.scss */
.mt-5 {
  margin-top: 1.25rem !important;
}

/* line 7613, app/assets/stylesheets/style.scss */
.mt-6 {
  margin-top: 1.5rem !important;
}

/* line 7616, app/assets/stylesheets/style.scss */
.mt-7 {
  margin-top: 1.75rem !important;
}

/* line 7619, app/assets/stylesheets/style.scss */
.mt-8 {
  margin-top: 2rem !important;
}

/* line 7622, app/assets/stylesheets/style.scss */
.mt-9 {
  margin-top: 2.25rem !important;
}

/* line 7625, app/assets/stylesheets/style.scss */
.mt-10 {
  margin-top: 2.5rem !important;
}

/* line 7628, app/assets/stylesheets/style.scss */
.mt-11 {
  margin-top: 2.75rem !important;
}

/* line 7631, app/assets/stylesheets/style.scss */
.mt-12 {
  margin-top: 3rem !important;
}

/* line 7634, app/assets/stylesheets/style.scss */
.mt-13 {
  margin-top: 3.25rem !important;
}

/* line 7637, app/assets/stylesheets/style.scss */
.mt-14 {
  margin-top: 3.5rem !important;
}

/* line 7640, app/assets/stylesheets/style.scss */
.mt-15 {
  margin-top: 3.75rem !important;
}

/* line 7643, app/assets/stylesheets/style.scss */
.mt-16 {
  margin-top: 4rem !important;
}

/* line 7646, app/assets/stylesheets/style.scss */
.mt-17 {
  margin-top: 4.25rem !important;
}

/* line 7649, app/assets/stylesheets/style.scss */
.mt-18 {
  margin-top: 4.5rem !important;
}

/* line 7652, app/assets/stylesheets/style.scss */
.mt-19 {
  margin-top: 4.75rem !important;
}

/* line 7655, app/assets/stylesheets/style.scss */
.mt-20 {
  margin-top: 5rem !important;
}

/* line 7658, app/assets/stylesheets/style.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 7661, app/assets/stylesheets/style.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 7664, app/assets/stylesheets/style.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 7667, app/assets/stylesheets/style.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 7670, app/assets/stylesheets/style.scss */
.me-3 {
  margin-right: 0.75rem !important;
}

/* line 7673, app/assets/stylesheets/style.scss */
.me-4 {
  margin-right: 1rem !important;
}

/* line 7676, app/assets/stylesheets/style.scss */
.me-5 {
  margin-right: 1.25rem !important;
}

/* line 7679, app/assets/stylesheets/style.scss */
.me-6 {
  margin-right: 1.5rem !important;
}

/* line 7682, app/assets/stylesheets/style.scss */
.me-7 {
  margin-right: 1.75rem !important;
}

/* line 7685, app/assets/stylesheets/style.scss */
.me-8 {
  margin-right: 2rem !important;
}

/* line 7688, app/assets/stylesheets/style.scss */
.me-9 {
  margin-right: 2.25rem !important;
}

/* line 7691, app/assets/stylesheets/style.scss */
.me-10 {
  margin-right: 2.5rem !important;
}

/* line 7694, app/assets/stylesheets/style.scss */
.me-11 {
  margin-right: 2.75rem !important;
}

/* line 7697, app/assets/stylesheets/style.scss */
.me-12 {
  margin-right: 3rem !important;
}

/* line 7700, app/assets/stylesheets/style.scss */
.me-13 {
  margin-right: 3.25rem !important;
}

/* line 7703, app/assets/stylesheets/style.scss */
.me-14 {
  margin-right: 3.5rem !important;
}

/* line 7706, app/assets/stylesheets/style.scss */
.me-15 {
  margin-right: 3.75rem !important;
}

/* line 7709, app/assets/stylesheets/style.scss */
.me-16 {
  margin-right: 4rem !important;
}

/* line 7712, app/assets/stylesheets/style.scss */
.me-17 {
  margin-right: 4.25rem !important;
}

/* line 7715, app/assets/stylesheets/style.scss */
.me-18 {
  margin-right: 4.5rem !important;
}

/* line 7718, app/assets/stylesheets/style.scss */
.me-19 {
  margin-right: 4.75rem !important;
}

/* line 7721, app/assets/stylesheets/style.scss */
.me-20 {
  margin-right: 5rem !important;
}

/* line 7724, app/assets/stylesheets/style.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 7727, app/assets/stylesheets/style.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 7730, app/assets/stylesheets/style.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7733, app/assets/stylesheets/style.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7736, app/assets/stylesheets/style.scss */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 7739, app/assets/stylesheets/style.scss */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 7742, app/assets/stylesheets/style.scss */
.mb-5 {
  margin-bottom: 1.25rem !important;
}

/* line 7745, app/assets/stylesheets/style.scss */
.mb-6 {
  margin-bottom: 1.5rem !important;
}

/* line 7748, app/assets/stylesheets/style.scss */
.mb-7 {
  margin-bottom: 1.75rem !important;
}

/* line 7751, app/assets/stylesheets/style.scss */
.mb-8 {
  margin-bottom: 2rem !important;
}

/* line 7754, app/assets/stylesheets/style.scss */
.mb-9 {
  margin-bottom: 2.25rem !important;
}

/* line 7757, app/assets/stylesheets/style.scss */
.mb-10 {
  margin-bottom: 2.5rem !important;
}

/* line 7760, app/assets/stylesheets/style.scss */
.mb-11 {
  margin-bottom: 2.75rem !important;
}

/* line 7763, app/assets/stylesheets/style.scss */
.mb-12 {
  margin-bottom: 3rem !important;
}

/* line 7766, app/assets/stylesheets/style.scss */
.mb-13 {
  margin-bottom: 3.25rem !important;
}

/* line 7769, app/assets/stylesheets/style.scss */
.mb-14 {
  margin-bottom: 3.5rem !important;
}

/* line 7772, app/assets/stylesheets/style.scss */
.mb-15 {
  margin-bottom: 3.75rem !important;
}

/* line 7775, app/assets/stylesheets/style.scss */
.mb-16 {
  margin-bottom: 4rem !important;
}

/* line 7778, app/assets/stylesheets/style.scss */
.mb-17 {
  margin-bottom: 4.25rem !important;
}

/* line 7781, app/assets/stylesheets/style.scss */
.mb-18 {
  margin-bottom: 4.5rem !important;
}

/* line 7784, app/assets/stylesheets/style.scss */
.mb-19 {
  margin-bottom: 4.75rem !important;
}

/* line 7787, app/assets/stylesheets/style.scss */
.mb-20 {
  margin-bottom: 5rem !important;
}

/* line 7790, app/assets/stylesheets/style.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 7793, app/assets/stylesheets/style.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 7796, app/assets/stylesheets/style.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 7799, app/assets/stylesheets/style.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 7802, app/assets/stylesheets/style.scss */
.ms-3 {
  margin-left: 0.75rem !important;
}

/* line 7805, app/assets/stylesheets/style.scss */
.ms-4 {
  margin-left: 1rem !important;
}

/* line 7808, app/assets/stylesheets/style.scss */
.ms-5 {
  margin-left: 1.25rem !important;
}

/* line 7811, app/assets/stylesheets/style.scss */
.ms-6 {
  margin-left: 1.5rem !important;
}

/* line 7814, app/assets/stylesheets/style.scss */
.ms-7 {
  margin-left: 1.75rem !important;
}

/* line 7817, app/assets/stylesheets/style.scss */
.ms-8 {
  margin-left: 2rem !important;
}

/* line 7820, app/assets/stylesheets/style.scss */
.ms-9 {
  margin-left: 2.25rem !important;
}

/* line 7823, app/assets/stylesheets/style.scss */
.ms-10 {
  margin-left: 2.5rem !important;
}

/* line 7826, app/assets/stylesheets/style.scss */
.ms-11 {
  margin-left: 2.75rem !important;
}

/* line 7829, app/assets/stylesheets/style.scss */
.ms-12 {
  margin-left: 3rem !important;
}

/* line 7832, app/assets/stylesheets/style.scss */
.ms-13 {
  margin-left: 3.25rem !important;
}

/* line 7835, app/assets/stylesheets/style.scss */
.ms-14 {
  margin-left: 3.5rem !important;
}

/* line 7838, app/assets/stylesheets/style.scss */
.ms-15 {
  margin-left: 3.75rem !important;
}

/* line 7841, app/assets/stylesheets/style.scss */
.ms-16 {
  margin-left: 4rem !important;
}

/* line 7844, app/assets/stylesheets/style.scss */
.ms-17 {
  margin-left: 4.25rem !important;
}

/* line 7847, app/assets/stylesheets/style.scss */
.ms-18 {
  margin-left: 4.5rem !important;
}

/* line 7850, app/assets/stylesheets/style.scss */
.ms-19 {
  margin-left: 4.75rem !important;
}

/* line 7853, app/assets/stylesheets/style.scss */
.ms-20 {
  margin-left: 5rem !important;
}

/* line 7856, app/assets/stylesheets/style.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 7859, app/assets/stylesheets/style.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 7862, app/assets/stylesheets/style.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 7865, app/assets/stylesheets/style.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 7868, app/assets/stylesheets/style.scss */
.m-n4 {
  margin: -1rem !important;
}

/* line 7871, app/assets/stylesheets/style.scss */
.m-n5 {
  margin: -1.25rem !important;
}

/* line 7874, app/assets/stylesheets/style.scss */
.m-n6 {
  margin: -1.5rem !important;
}

/* line 7877, app/assets/stylesheets/style.scss */
.m-n7 {
  margin: -1.75rem !important;
}

/* line 7880, app/assets/stylesheets/style.scss */
.m-n8 {
  margin: -2rem !important;
}

/* line 7883, app/assets/stylesheets/style.scss */
.m-n9 {
  margin: -2.25rem !important;
}

/* line 7886, app/assets/stylesheets/style.scss */
.m-n10 {
  margin: -2.5rem !important;
}

/* line 7889, app/assets/stylesheets/style.scss */
.m-n11 {
  margin: -2.75rem !important;
}

/* line 7892, app/assets/stylesheets/style.scss */
.m-n12 {
  margin: -3rem !important;
}

/* line 7895, app/assets/stylesheets/style.scss */
.m-n13 {
  margin: -3.25rem !important;
}

/* line 7898, app/assets/stylesheets/style.scss */
.m-n14 {
  margin: -3.5rem !important;
}

/* line 7901, app/assets/stylesheets/style.scss */
.m-n15 {
  margin: -3.75rem !important;
}

/* line 7904, app/assets/stylesheets/style.scss */
.m-n16 {
  margin: -4rem !important;
}

/* line 7907, app/assets/stylesheets/style.scss */
.m-n17 {
  margin: -4.25rem !important;
}

/* line 7910, app/assets/stylesheets/style.scss */
.m-n18 {
  margin: -4.5rem !important;
}

/* line 7913, app/assets/stylesheets/style.scss */
.m-n19 {
  margin: -4.75rem !important;
}

/* line 7916, app/assets/stylesheets/style.scss */
.m-n20 {
  margin: -5rem !important;
}

/* line 7919, app/assets/stylesheets/style.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 7923, app/assets/stylesheets/style.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 7927, app/assets/stylesheets/style.scss */
.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

/* line 7931, app/assets/stylesheets/style.scss */
.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 7935, app/assets/stylesheets/style.scss */
.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

/* line 7939, app/assets/stylesheets/style.scss */
.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 7943, app/assets/stylesheets/style.scss */
.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

/* line 7947, app/assets/stylesheets/style.scss */
.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 7951, app/assets/stylesheets/style.scss */
.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

/* line 7955, app/assets/stylesheets/style.scss */
.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 7959, app/assets/stylesheets/style.scss */
.mx-n11 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

/* line 7963, app/assets/stylesheets/style.scss */
.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 7967, app/assets/stylesheets/style.scss */
.mx-n13 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}

/* line 7971, app/assets/stylesheets/style.scss */
.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 7975, app/assets/stylesheets/style.scss */
.mx-n15 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

/* line 7979, app/assets/stylesheets/style.scss */
.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 7983, app/assets/stylesheets/style.scss */
.mx-n17 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important;
}

/* line 7987, app/assets/stylesheets/style.scss */
.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 7991, app/assets/stylesheets/style.scss */
.mx-n19 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}

/* line 7995, app/assets/stylesheets/style.scss */
.mx-n20 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 7999, app/assets/stylesheets/style.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 8003, app/assets/stylesheets/style.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 8007, app/assets/stylesheets/style.scss */
.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

/* line 8011, app/assets/stylesheets/style.scss */
.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 8015, app/assets/stylesheets/style.scss */
.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

/* line 8019, app/assets/stylesheets/style.scss */
.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 8023, app/assets/stylesheets/style.scss */
.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

/* line 8027, app/assets/stylesheets/style.scss */
.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 8031, app/assets/stylesheets/style.scss */
.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

/* line 8035, app/assets/stylesheets/style.scss */
.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 8039, app/assets/stylesheets/style.scss */
.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

/* line 8043, app/assets/stylesheets/style.scss */
.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 8047, app/assets/stylesheets/style.scss */
.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

/* line 8051, app/assets/stylesheets/style.scss */
.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 8055, app/assets/stylesheets/style.scss */
.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

/* line 8059, app/assets/stylesheets/style.scss */
.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 8063, app/assets/stylesheets/style.scss */
.my-n17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

/* line 8067, app/assets/stylesheets/style.scss */
.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 8071, app/assets/stylesheets/style.scss */
.my-n19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

/* line 8075, app/assets/stylesheets/style.scss */
.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 8079, app/assets/stylesheets/style.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 8082, app/assets/stylesheets/style.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 8085, app/assets/stylesheets/style.scss */
.mt-n3 {
  margin-top: -0.75rem !important;
}

/* line 8088, app/assets/stylesheets/style.scss */
.mt-n4 {
  margin-top: -1rem !important;
}

/* line 8091, app/assets/stylesheets/style.scss */
.mt-n5 {
  margin-top: -1.25rem !important;
}

/* line 8094, app/assets/stylesheets/style.scss */
.mt-n6 {
  margin-top: -1.5rem !important;
}

/* line 8097, app/assets/stylesheets/style.scss */
.mt-n7 {
  margin-top: -1.75rem !important;
}

/* line 8100, app/assets/stylesheets/style.scss */
.mt-n8 {
  margin-top: -2rem !important;
}

/* line 8103, app/assets/stylesheets/style.scss */
.mt-n9 {
  margin-top: -2.25rem !important;
}

/* line 8106, app/assets/stylesheets/style.scss */
.mt-n10 {
  margin-top: -2.5rem !important;
}

/* line 8109, app/assets/stylesheets/style.scss */
.mt-n11 {
  margin-top: -2.75rem !important;
}

/* line 8112, app/assets/stylesheets/style.scss */
.mt-n12 {
  margin-top: -3rem !important;
}

/* line 8115, app/assets/stylesheets/style.scss */
.mt-n13 {
  margin-top: -3.25rem !important;
}

/* line 8118, app/assets/stylesheets/style.scss */
.mt-n14 {
  margin-top: -3.5rem !important;
}

/* line 8121, app/assets/stylesheets/style.scss */
.mt-n15 {
  margin-top: -3.75rem !important;
}

/* line 8124, app/assets/stylesheets/style.scss */
.mt-n16 {
  margin-top: -4rem !important;
}

/* line 8127, app/assets/stylesheets/style.scss */
.mt-n17 {
  margin-top: -4.25rem !important;
}

/* line 8130, app/assets/stylesheets/style.scss */
.mt-n18 {
  margin-top: -4.5rem !important;
}

/* line 8133, app/assets/stylesheets/style.scss */
.mt-n19 {
  margin-top: -4.75rem !important;
}

/* line 8136, app/assets/stylesheets/style.scss */
.mt-n20 {
  margin-top: -5rem !important;
}

/* line 8139, app/assets/stylesheets/style.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 8142, app/assets/stylesheets/style.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 8145, app/assets/stylesheets/style.scss */
.me-n3 {
  margin-right: -0.75rem !important;
}

/* line 8148, app/assets/stylesheets/style.scss */
.me-n4 {
  margin-right: -1rem !important;
}

/* line 8151, app/assets/stylesheets/style.scss */
.me-n5 {
  margin-right: -1.25rem !important;
}

/* line 8154, app/assets/stylesheets/style.scss */
.me-n6 {
  margin-right: -1.5rem !important;
}

/* line 8157, app/assets/stylesheets/style.scss */
.me-n7 {
  margin-right: -1.75rem !important;
}

/* line 8160, app/assets/stylesheets/style.scss */
.me-n8 {
  margin-right: -2rem !important;
}

/* line 8163, app/assets/stylesheets/style.scss */
.me-n9 {
  margin-right: -2.25rem !important;
}

/* line 8166, app/assets/stylesheets/style.scss */
.me-n10 {
  margin-right: -2.5rem !important;
}

/* line 8169, app/assets/stylesheets/style.scss */
.me-n11 {
  margin-right: -2.75rem !important;
}

/* line 8172, app/assets/stylesheets/style.scss */
.me-n12 {
  margin-right: -3rem !important;
}

/* line 8175, app/assets/stylesheets/style.scss */
.me-n13 {
  margin-right: -3.25rem !important;
}

/* line 8178, app/assets/stylesheets/style.scss */
.me-n14 {
  margin-right: -3.5rem !important;
}

/* line 8181, app/assets/stylesheets/style.scss */
.me-n15 {
  margin-right: -3.75rem !important;
}

/* line 8184, app/assets/stylesheets/style.scss */
.me-n16 {
  margin-right: -4rem !important;
}

/* line 8187, app/assets/stylesheets/style.scss */
.me-n17 {
  margin-right: -4.25rem !important;
}

/* line 8190, app/assets/stylesheets/style.scss */
.me-n18 {
  margin-right: -4.5rem !important;
}

/* line 8193, app/assets/stylesheets/style.scss */
.me-n19 {
  margin-right: -4.75rem !important;
}

/* line 8196, app/assets/stylesheets/style.scss */
.me-n20 {
  margin-right: -5rem !important;
}

/* line 8199, app/assets/stylesheets/style.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8202, app/assets/stylesheets/style.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8205, app/assets/stylesheets/style.scss */
.mb-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 8208, app/assets/stylesheets/style.scss */
.mb-n4 {
  margin-bottom: -1rem !important;
}

/* line 8211, app/assets/stylesheets/style.scss */
.mb-n5 {
  margin-bottom: -1.25rem !important;
}

/* line 8214, app/assets/stylesheets/style.scss */
.mb-n6 {
  margin-bottom: -1.5rem !important;
}

/* line 8217, app/assets/stylesheets/style.scss */
.mb-n7 {
  margin-bottom: -1.75rem !important;
}

/* line 8220, app/assets/stylesheets/style.scss */
.mb-n8 {
  margin-bottom: -2rem !important;
}

/* line 8223, app/assets/stylesheets/style.scss */
.mb-n9 {
  margin-bottom: -2.25rem !important;
}

/* line 8226, app/assets/stylesheets/style.scss */
.mb-n10 {
  margin-bottom: -2.5rem !important;
}

/* line 8229, app/assets/stylesheets/style.scss */
.mb-n11 {
  margin-bottom: -2.75rem !important;
}

/* line 8232, app/assets/stylesheets/style.scss */
.mb-n12 {
  margin-bottom: -3rem !important;
}

/* line 8235, app/assets/stylesheets/style.scss */
.mb-n13 {
  margin-bottom: -3.25rem !important;
}

/* line 8238, app/assets/stylesheets/style.scss */
.mb-n14 {
  margin-bottom: -3.5rem !important;
}

/* line 8241, app/assets/stylesheets/style.scss */
.mb-n15 {
  margin-bottom: -3.75rem !important;
}

/* line 8244, app/assets/stylesheets/style.scss */
.mb-n16 {
  margin-bottom: -4rem !important;
}

/* line 8247, app/assets/stylesheets/style.scss */
.mb-n17 {
  margin-bottom: -4.25rem !important;
}

/* line 8250, app/assets/stylesheets/style.scss */
.mb-n18 {
  margin-bottom: -4.5rem !important;
}

/* line 8253, app/assets/stylesheets/style.scss */
.mb-n19 {
  margin-bottom: -4.75rem !important;
}

/* line 8256, app/assets/stylesheets/style.scss */
.mb-n20 {
  margin-bottom: -5rem !important;
}

/* line 8259, app/assets/stylesheets/style.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 8262, app/assets/stylesheets/style.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 8265, app/assets/stylesheets/style.scss */
.ms-n3 {
  margin-left: -0.75rem !important;
}

/* line 8268, app/assets/stylesheets/style.scss */
.ms-n4 {
  margin-left: -1rem !important;
}

/* line 8271, app/assets/stylesheets/style.scss */
.ms-n5 {
  margin-left: -1.25rem !important;
}

/* line 8274, app/assets/stylesheets/style.scss */
.ms-n6 {
  margin-left: -1.5rem !important;
}

/* line 8277, app/assets/stylesheets/style.scss */
.ms-n7 {
  margin-left: -1.75rem !important;
}

/* line 8280, app/assets/stylesheets/style.scss */
.ms-n8 {
  margin-left: -2rem !important;
}

/* line 8283, app/assets/stylesheets/style.scss */
.ms-n9 {
  margin-left: -2.25rem !important;
}

/* line 8286, app/assets/stylesheets/style.scss */
.ms-n10 {
  margin-left: -2.5rem !important;
}

/* line 8289, app/assets/stylesheets/style.scss */
.ms-n11 {
  margin-left: -2.75rem !important;
}

/* line 8292, app/assets/stylesheets/style.scss */
.ms-n12 {
  margin-left: -3rem !important;
}

/* line 8295, app/assets/stylesheets/style.scss */
.ms-n13 {
  margin-left: -3.25rem !important;
}

/* line 8298, app/assets/stylesheets/style.scss */
.ms-n14 {
  margin-left: -3.5rem !important;
}

/* line 8301, app/assets/stylesheets/style.scss */
.ms-n15 {
  margin-left: -3.75rem !important;
}

/* line 8304, app/assets/stylesheets/style.scss */
.ms-n16 {
  margin-left: -4rem !important;
}

/* line 8307, app/assets/stylesheets/style.scss */
.ms-n17 {
  margin-left: -4.25rem !important;
}

/* line 8310, app/assets/stylesheets/style.scss */
.ms-n18 {
  margin-left: -4.5rem !important;
}

/* line 8313, app/assets/stylesheets/style.scss */
.ms-n19 {
  margin-left: -4.75rem !important;
}

/* line 8316, app/assets/stylesheets/style.scss */
.ms-n20 {
  margin-left: -5rem !important;
}

/* line 8319, app/assets/stylesheets/style.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8322, app/assets/stylesheets/style.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8325, app/assets/stylesheets/style.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8328, app/assets/stylesheets/style.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 8331, app/assets/stylesheets/style.scss */
.p-4 {
  padding: 1rem !important;
}

/* line 8334, app/assets/stylesheets/style.scss */
.p-5 {
  padding: 1.25rem !important;
}

/* line 8337, app/assets/stylesheets/style.scss */
.p-6 {
  padding: 1.5rem !important;
}

/* line 8340, app/assets/stylesheets/style.scss */
.p-7 {
  padding: 1.75rem !important;
}

/* line 8343, app/assets/stylesheets/style.scss */
.p-8 {
  padding: 2rem !important;
}

/* line 8346, app/assets/stylesheets/style.scss */
.p-9 {
  padding: 2.25rem !important;
}

/* line 8349, app/assets/stylesheets/style.scss */
.p-10 {
  padding: 2.5rem !important;
}

/* line 8352, app/assets/stylesheets/style.scss */
.p-11 {
  padding: 2.75rem !important;
}

/* line 8355, app/assets/stylesheets/style.scss */
.p-12 {
  padding: 3rem !important;
}

/* line 8358, app/assets/stylesheets/style.scss */
.p-13 {
  padding: 3.25rem !important;
}

/* line 8361, app/assets/stylesheets/style.scss */
.p-14 {
  padding: 3.5rem !important;
}

/* line 8364, app/assets/stylesheets/style.scss */
.p-15 {
  padding: 3.75rem !important;
}

/* line 8367, app/assets/stylesheets/style.scss */
.p-16 {
  padding: 4rem !important;
}

/* line 8370, app/assets/stylesheets/style.scss */
.p-17 {
  padding: 4.25rem !important;
}

/* line 8373, app/assets/stylesheets/style.scss */
.p-18 {
  padding: 4.5rem !important;
}

/* line 8376, app/assets/stylesheets/style.scss */
.p-19 {
  padding: 4.75rem !important;
}

/* line 8379, app/assets/stylesheets/style.scss */
.p-20 {
  padding: 5rem !important;
}

/* line 8382, app/assets/stylesheets/style.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 8386, app/assets/stylesheets/style.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 8390, app/assets/stylesheets/style.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 8394, app/assets/stylesheets/style.scss */
.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

/* line 8398, app/assets/stylesheets/style.scss */
.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 8402, app/assets/stylesheets/style.scss */
.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 8406, app/assets/stylesheets/style.scss */
.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 8410, app/assets/stylesheets/style.scss */
.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

/* line 8414, app/assets/stylesheets/style.scss */
.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 8418, app/assets/stylesheets/style.scss */
.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

/* line 8422, app/assets/stylesheets/style.scss */
.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 8426, app/assets/stylesheets/style.scss */
.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

/* line 8430, app/assets/stylesheets/style.scss */
.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 8434, app/assets/stylesheets/style.scss */
.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

/* line 8438, app/assets/stylesheets/style.scss */
.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 8442, app/assets/stylesheets/style.scss */
.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

/* line 8446, app/assets/stylesheets/style.scss */
.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 8450, app/assets/stylesheets/style.scss */
.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

/* line 8454, app/assets/stylesheets/style.scss */
.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 8458, app/assets/stylesheets/style.scss */
.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

/* line 8462, app/assets/stylesheets/style.scss */
.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 8466, app/assets/stylesheets/style.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 8470, app/assets/stylesheets/style.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 8474, app/assets/stylesheets/style.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 8478, app/assets/stylesheets/style.scss */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 8482, app/assets/stylesheets/style.scss */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 8486, app/assets/stylesheets/style.scss */
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 8490, app/assets/stylesheets/style.scss */
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 8494, app/assets/stylesheets/style.scss */
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

/* line 8498, app/assets/stylesheets/style.scss */
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 8502, app/assets/stylesheets/style.scss */
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

/* line 8506, app/assets/stylesheets/style.scss */
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 8510, app/assets/stylesheets/style.scss */
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

/* line 8514, app/assets/stylesheets/style.scss */
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 8518, app/assets/stylesheets/style.scss */
.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

/* line 8522, app/assets/stylesheets/style.scss */
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 8526, app/assets/stylesheets/style.scss */
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

/* line 8530, app/assets/stylesheets/style.scss */
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 8534, app/assets/stylesheets/style.scss */
.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

/* line 8538, app/assets/stylesheets/style.scss */
.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 8542, app/assets/stylesheets/style.scss */
.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

/* line 8546, app/assets/stylesheets/style.scss */
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 8550, app/assets/stylesheets/style.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 8553, app/assets/stylesheets/style.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 8556, app/assets/stylesheets/style.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 8559, app/assets/stylesheets/style.scss */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 8562, app/assets/stylesheets/style.scss */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 8565, app/assets/stylesheets/style.scss */
.pt-5 {
  padding-top: 1.25rem !important;
}

/* line 8568, app/assets/stylesheets/style.scss */
.pt-6 {
  padding-top: 1.5rem !important;
}

/* line 8571, app/assets/stylesheets/style.scss */
.pt-7 {
  padding-top: 1.75rem !important;
}

/* line 8574, app/assets/stylesheets/style.scss */
.pt-8 {
  padding-top: 2rem !important;
}

/* line 8577, app/assets/stylesheets/style.scss */
.pt-9 {
  padding-top: 2.25rem !important;
}

/* line 8580, app/assets/stylesheets/style.scss */
.pt-10 {
  padding-top: 2.5rem !important;
}

/* line 8583, app/assets/stylesheets/style.scss */
.pt-11 {
  padding-top: 2.75rem !important;
}

/* line 8586, app/assets/stylesheets/style.scss */
.pt-12 {
  padding-top: 3rem !important;
}

/* line 8589, app/assets/stylesheets/style.scss */
.pt-13 {
  padding-top: 3.25rem !important;
}

/* line 8592, app/assets/stylesheets/style.scss */
.pt-14 {
  padding-top: 3.5rem !important;
}

/* line 8595, app/assets/stylesheets/style.scss */
.pt-15 {
  padding-top: 3.75rem !important;
}

/* line 8598, app/assets/stylesheets/style.scss */
.pt-16 {
  padding-top: 4rem !important;
}

/* line 8601, app/assets/stylesheets/style.scss */
.pt-17 {
  padding-top: 4.25rem !important;
}

/* line 8604, app/assets/stylesheets/style.scss */
.pt-18 {
  padding-top: 4.5rem !important;
}

/* line 8607, app/assets/stylesheets/style.scss */
.pt-19 {
  padding-top: 4.75rem !important;
}

/* line 8610, app/assets/stylesheets/style.scss */
.pt-20 {
  padding-top: 5rem !important;
}

/* line 8613, app/assets/stylesheets/style.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 8616, app/assets/stylesheets/style.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 8619, app/assets/stylesheets/style.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 8622, app/assets/stylesheets/style.scss */
.pe-3 {
  padding-right: 0.75rem !important;
}

/* line 8625, app/assets/stylesheets/style.scss */
.pe-4 {
  padding-right: 1rem !important;
}

/* line 8628, app/assets/stylesheets/style.scss */
.pe-5 {
  padding-right: 1.25rem !important;
}

/* line 8631, app/assets/stylesheets/style.scss */
.pe-6 {
  padding-right: 1.5rem !important;
}

/* line 8634, app/assets/stylesheets/style.scss */
.pe-7 {
  padding-right: 1.75rem !important;
}

/* line 8637, app/assets/stylesheets/style.scss */
.pe-8 {
  padding-right: 2rem !important;
}

/* line 8640, app/assets/stylesheets/style.scss */
.pe-9 {
  padding-right: 2.25rem !important;
}

/* line 8643, app/assets/stylesheets/style.scss */
.pe-10 {
  padding-right: 2.5rem !important;
}

/* line 8646, app/assets/stylesheets/style.scss */
.pe-11 {
  padding-right: 2.75rem !important;
}

/* line 8649, app/assets/stylesheets/style.scss */
.pe-12 {
  padding-right: 3rem !important;
}

/* line 8652, app/assets/stylesheets/style.scss */
.pe-13 {
  padding-right: 3.25rem !important;
}

/* line 8655, app/assets/stylesheets/style.scss */
.pe-14 {
  padding-right: 3.5rem !important;
}

/* line 8658, app/assets/stylesheets/style.scss */
.pe-15 {
  padding-right: 3.75rem !important;
}

/* line 8661, app/assets/stylesheets/style.scss */
.pe-16 {
  padding-right: 4rem !important;
}

/* line 8664, app/assets/stylesheets/style.scss */
.pe-17 {
  padding-right: 4.25rem !important;
}

/* line 8667, app/assets/stylesheets/style.scss */
.pe-18 {
  padding-right: 4.5rem !important;
}

/* line 8670, app/assets/stylesheets/style.scss */
.pe-19 {
  padding-right: 4.75rem !important;
}

/* line 8673, app/assets/stylesheets/style.scss */
.pe-20 {
  padding-right: 5rem !important;
}

/* line 8676, app/assets/stylesheets/style.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 8679, app/assets/stylesheets/style.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8682, app/assets/stylesheets/style.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8685, app/assets/stylesheets/style.scss */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 8688, app/assets/stylesheets/style.scss */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 8691, app/assets/stylesheets/style.scss */
.pb-5 {
  padding-bottom: 1.25rem !important;
}

/* line 8694, app/assets/stylesheets/style.scss */
.pb-6 {
  padding-bottom: 1.5rem !important;
}

/* line 8697, app/assets/stylesheets/style.scss */
.pb-7 {
  padding-bottom: 1.75rem !important;
}

/* line 8700, app/assets/stylesheets/style.scss */
.pb-8 {
  padding-bottom: 2rem !important;
}

/* line 8703, app/assets/stylesheets/style.scss */
.pb-9 {
  padding-bottom: 2.25rem !important;
}

/* line 8706, app/assets/stylesheets/style.scss */
.pb-10 {
  padding-bottom: 2.5rem !important;
}

/* line 8709, app/assets/stylesheets/style.scss */
.pb-11 {
  padding-bottom: 2.75rem !important;
}

/* line 8712, app/assets/stylesheets/style.scss */
.pb-12 {
  padding-bottom: 3rem !important;
}

/* line 8715, app/assets/stylesheets/style.scss */
.pb-13 {
  padding-bottom: 3.25rem !important;
}

/* line 8718, app/assets/stylesheets/style.scss */
.pb-14 {
  padding-bottom: 3.5rem !important;
}

/* line 8721, app/assets/stylesheets/style.scss */
.pb-15 {
  padding-bottom: 3.75rem !important;
}

/* line 8724, app/assets/stylesheets/style.scss */
.pb-16 {
  padding-bottom: 4rem !important;
}

/* line 8727, app/assets/stylesheets/style.scss */
.pb-17 {
  padding-bottom: 4.25rem !important;
}

/* line 8730, app/assets/stylesheets/style.scss */
.pb-18 {
  padding-bottom: 4.5rem !important;
}

/* line 8733, app/assets/stylesheets/style.scss */
.pb-19 {
  padding-bottom: 4.75rem !important;
}

/* line 8736, app/assets/stylesheets/style.scss */
.pb-20 {
  padding-bottom: 5rem !important;
}

/* line 8739, app/assets/stylesheets/style.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 8742, app/assets/stylesheets/style.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 8745, app/assets/stylesheets/style.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 8748, app/assets/stylesheets/style.scss */
.ps-3 {
  padding-left: 0.75rem !important;
}

/* line 8751, app/assets/stylesheets/style.scss */
.ps-4 {
  padding-left: 1rem !important;
}

/* line 8754, app/assets/stylesheets/style.scss */
.ps-5 {
  padding-left: 1.25rem !important;
}

/* line 8757, app/assets/stylesheets/style.scss */
.ps-6 {
  padding-left: 1.5rem !important;
}

/* line 8760, app/assets/stylesheets/style.scss */
.ps-7 {
  padding-left: 1.75rem !important;
}

/* line 8763, app/assets/stylesheets/style.scss */
.ps-8 {
  padding-left: 2rem !important;
}

/* line 8766, app/assets/stylesheets/style.scss */
.ps-9 {
  padding-left: 2.25rem !important;
}

/* line 8769, app/assets/stylesheets/style.scss */
.ps-10 {
  padding-left: 2.5rem !important;
}

/* line 8772, app/assets/stylesheets/style.scss */
.ps-11 {
  padding-left: 2.75rem !important;
}

/* line 8775, app/assets/stylesheets/style.scss */
.ps-12 {
  padding-left: 3rem !important;
}

/* line 8778, app/assets/stylesheets/style.scss */
.ps-13 {
  padding-left: 3.25rem !important;
}

/* line 8781, app/assets/stylesheets/style.scss */
.ps-14 {
  padding-left: 3.5rem !important;
}

/* line 8784, app/assets/stylesheets/style.scss */
.ps-15 {
  padding-left: 3.75rem !important;
}

/* line 8787, app/assets/stylesheets/style.scss */
.ps-16 {
  padding-left: 4rem !important;
}

/* line 8790, app/assets/stylesheets/style.scss */
.ps-17 {
  padding-left: 4.25rem !important;
}

/* line 8793, app/assets/stylesheets/style.scss */
.ps-18 {
  padding-left: 4.5rem !important;
}

/* line 8796, app/assets/stylesheets/style.scss */
.ps-19 {
  padding-left: 4.75rem !important;
}

/* line 8799, app/assets/stylesheets/style.scss */
.ps-20 {
  padding-left: 5rem !important;
}

/* line 8802, app/assets/stylesheets/style.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 8805, app/assets/stylesheets/style.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 8808, app/assets/stylesheets/style.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 8811, app/assets/stylesheets/style.scss */
.gap-3 {
  gap: 0.75rem !important;
}

/* line 8814, app/assets/stylesheets/style.scss */
.gap-4 {
  gap: 1rem !important;
}

/* line 8817, app/assets/stylesheets/style.scss */
.gap-5 {
  gap: 1.25rem !important;
}

/* line 8820, app/assets/stylesheets/style.scss */
.gap-6 {
  gap: 1.5rem !important;
}

/* line 8823, app/assets/stylesheets/style.scss */
.gap-7 {
  gap: 1.75rem !important;
}

/* line 8826, app/assets/stylesheets/style.scss */
.gap-8 {
  gap: 2rem !important;
}

/* line 8829, app/assets/stylesheets/style.scss */
.gap-9 {
  gap: 2.25rem !important;
}

/* line 8832, app/assets/stylesheets/style.scss */
.gap-10 {
  gap: 2.5rem !important;
}

/* line 8835, app/assets/stylesheets/style.scss */
.gap-11 {
  gap: 2.75rem !important;
}

/* line 8838, app/assets/stylesheets/style.scss */
.gap-12 {
  gap: 3rem !important;
}

/* line 8841, app/assets/stylesheets/style.scss */
.gap-13 {
  gap: 3.25rem !important;
}

/* line 8844, app/assets/stylesheets/style.scss */
.gap-14 {
  gap: 3.5rem !important;
}

/* line 8847, app/assets/stylesheets/style.scss */
.gap-15 {
  gap: 3.75rem !important;
}

/* line 8850, app/assets/stylesheets/style.scss */
.gap-16 {
  gap: 4rem !important;
}

/* line 8853, app/assets/stylesheets/style.scss */
.gap-17 {
  gap: 4.25rem !important;
}

/* line 8856, app/assets/stylesheets/style.scss */
.gap-18 {
  gap: 4.5rem !important;
}

/* line 8859, app/assets/stylesheets/style.scss */
.gap-19 {
  gap: 4.75rem !important;
}

/* line 8862, app/assets/stylesheets/style.scss */
.gap-20 {
  gap: 5rem !important;
}

/* line 8865, app/assets/stylesheets/style.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 8868, app/assets/stylesheets/style.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 8871, app/assets/stylesheets/style.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 8874, app/assets/stylesheets/style.scss */
.row-gap-3 {
  row-gap: 0.75rem !important;
}

/* line 8877, app/assets/stylesheets/style.scss */
.row-gap-4 {
  row-gap: 1rem !important;
}

/* line 8880, app/assets/stylesheets/style.scss */
.row-gap-5 {
  row-gap: 1.25rem !important;
}

/* line 8883, app/assets/stylesheets/style.scss */
.row-gap-6 {
  row-gap: 1.5rem !important;
}

/* line 8886, app/assets/stylesheets/style.scss */
.row-gap-7 {
  row-gap: 1.75rem !important;
}

/* line 8889, app/assets/stylesheets/style.scss */
.row-gap-8 {
  row-gap: 2rem !important;
}

/* line 8892, app/assets/stylesheets/style.scss */
.row-gap-9 {
  row-gap: 2.25rem !important;
}

/* line 8895, app/assets/stylesheets/style.scss */
.row-gap-10 {
  row-gap: 2.5rem !important;
}

/* line 8898, app/assets/stylesheets/style.scss */
.row-gap-11 {
  row-gap: 2.75rem !important;
}

/* line 8901, app/assets/stylesheets/style.scss */
.row-gap-12 {
  row-gap: 3rem !important;
}

/* line 8904, app/assets/stylesheets/style.scss */
.row-gap-13 {
  row-gap: 3.25rem !important;
}

/* line 8907, app/assets/stylesheets/style.scss */
.row-gap-14 {
  row-gap: 3.5rem !important;
}

/* line 8910, app/assets/stylesheets/style.scss */
.row-gap-15 {
  row-gap: 3.75rem !important;
}

/* line 8913, app/assets/stylesheets/style.scss */
.row-gap-16 {
  row-gap: 4rem !important;
}

/* line 8916, app/assets/stylesheets/style.scss */
.row-gap-17 {
  row-gap: 4.25rem !important;
}

/* line 8919, app/assets/stylesheets/style.scss */
.row-gap-18 {
  row-gap: 4.5rem !important;
}

/* line 8922, app/assets/stylesheets/style.scss */
.row-gap-19 {
  row-gap: 4.75rem !important;
}

/* line 8925, app/assets/stylesheets/style.scss */
.row-gap-20 {
  row-gap: 5rem !important;
}

/* line 8928, app/assets/stylesheets/style.scss */
.column-gap-0 {
  column-gap: 0 !important;
}

/* line 8931, app/assets/stylesheets/style.scss */
.column-gap-1 {
  column-gap: 0.25rem !important;
}

/* line 8934, app/assets/stylesheets/style.scss */
.column-gap-2 {
  column-gap: 0.5rem !important;
}

/* line 8937, app/assets/stylesheets/style.scss */
.column-gap-3 {
  column-gap: 0.75rem !important;
}

/* line 8940, app/assets/stylesheets/style.scss */
.column-gap-4 {
  column-gap: 1rem !important;
}

/* line 8943, app/assets/stylesheets/style.scss */
.column-gap-5 {
  column-gap: 1.25rem !important;
}

/* line 8946, app/assets/stylesheets/style.scss */
.column-gap-6 {
  column-gap: 1.5rem !important;
}

/* line 8949, app/assets/stylesheets/style.scss */
.column-gap-7 {
  column-gap: 1.75rem !important;
}

/* line 8952, app/assets/stylesheets/style.scss */
.column-gap-8 {
  column-gap: 2rem !important;
}

/* line 8955, app/assets/stylesheets/style.scss */
.column-gap-9 {
  column-gap: 2.25rem !important;
}

/* line 8958, app/assets/stylesheets/style.scss */
.column-gap-10 {
  column-gap: 2.5rem !important;
}

/* line 8961, app/assets/stylesheets/style.scss */
.column-gap-11 {
  column-gap: 2.75rem !important;
}

/* line 8964, app/assets/stylesheets/style.scss */
.column-gap-12 {
  column-gap: 3rem !important;
}

/* line 8967, app/assets/stylesheets/style.scss */
.column-gap-13 {
  column-gap: 3.25rem !important;
}

/* line 8970, app/assets/stylesheets/style.scss */
.column-gap-14 {
  column-gap: 3.5rem !important;
}

/* line 8973, app/assets/stylesheets/style.scss */
.column-gap-15 {
  column-gap: 3.75rem !important;
}

/* line 8976, app/assets/stylesheets/style.scss */
.column-gap-16 {
  column-gap: 4rem !important;
}

/* line 8979, app/assets/stylesheets/style.scss */
.column-gap-17 {
  column-gap: 4.25rem !important;
}

/* line 8982, app/assets/stylesheets/style.scss */
.column-gap-18 {
  column-gap: 4.5rem !important;
}

/* line 8985, app/assets/stylesheets/style.scss */
.column-gap-19 {
  column-gap: 4.75rem !important;
}

/* line 8988, app/assets/stylesheets/style.scss */
.column-gap-20 {
  column-gap: 5rem !important;
}

/* line 8991, app/assets/stylesheets/style.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 8994, app/assets/stylesheets/style.scss */
.fs-1 {
  font-size: calc(1.3rem + .6vw) !important;
}

/* line 8997, app/assets/stylesheets/style.scss */
.fs-2 {
  font-size: calc(1.275rem + .3vw) !important;
}

/* line 9000, app/assets/stylesheets/style.scss */
.fs-3 {
  font-size: calc(1.26rem + .12vw) !important;
}

/* line 9003, app/assets/stylesheets/style.scss */
.fs-4 {
  font-size: 1.25rem !important;
}

/* line 9006, app/assets/stylesheets/style.scss */
.fs-5 {
  font-size: 1.15rem !important;
}

/* line 9009, app/assets/stylesheets/style.scss */
.fs-6 {
  font-size: 1.075rem !important;
}

/* line 9012, app/assets/stylesheets/style.scss */
.fs-7 {
  font-size: 0.95rem !important;
}

/* line 9015, app/assets/stylesheets/style.scss */
.fs-8 {
  font-size: 0.85rem !important;
}

/* line 9018, app/assets/stylesheets/style.scss */
.fs-9 {
  font-size: 0.75rem !important;
}

/* line 9021, app/assets/stylesheets/style.scss */
.fs-10 {
  font-size: 0.5rem !important;
}

/* line 9024, app/assets/stylesheets/style.scss */
.fs-base {
  font-size: 1rem !important;
}

/* line 9027, app/assets/stylesheets/style.scss */
.fs-fluid {
  font-size: 100% !important;
}

/* line 9030, app/assets/stylesheets/style.scss */
.fs-2x {
  font-size: calc(1.325rem + .9vw) !important;
}

/* line 9033, app/assets/stylesheets/style.scss */
.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important;
}

/* line 9036, app/assets/stylesheets/style.scss */
.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 9039, app/assets/stylesheets/style.scss */
.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important;
}

/* line 9042, app/assets/stylesheets/style.scss */
.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}

/* line 9045, app/assets/stylesheets/style.scss */
.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}

/* line 9048, app/assets/stylesheets/style.scss */
.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}

/* line 9051, app/assets/stylesheets/style.scss */
.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}

/* line 9054, app/assets/stylesheets/style.scss */
.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}

/* line 9057, app/assets/stylesheets/style.scss */
.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}

/* line 9060, app/assets/stylesheets/style.scss */
.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}

/* line 9063, app/assets/stylesheets/style.scss */
.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}

/* line 9066, app/assets/stylesheets/style.scss */
.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}

/* line 9069, app/assets/stylesheets/style.scss */
.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}

/* line 9072, app/assets/stylesheets/style.scss */
.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}

/* line 9075, app/assets/stylesheets/style.scss */
.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}

/* line 9078, app/assets/stylesheets/style.scss */
.fs-6x {
  font-size: calc(1.725rem + 5.7vw) !important;
}

/* line 9081, app/assets/stylesheets/style.scss */
.fs-6qx {
  font-size: calc(1.75rem + 6vw) !important;
}

/* line 9084, app/assets/stylesheets/style.scss */
.fs-6hx {
  font-size: calc(1.775rem + 6.3vw) !important;
}

/* line 9087, app/assets/stylesheets/style.scss */
.fs-6tx {
  font-size: calc(1.8rem + 6.6vw) !important;
}

/* line 9090, app/assets/stylesheets/style.scss */
.fs-7x {
  font-size: calc(1.825rem + 6.9vw) !important;
}

/* line 9093, app/assets/stylesheets/style.scss */
.fs-7qx {
  font-size: calc(1.85rem + 7.2vw) !important;
}

/* line 9096, app/assets/stylesheets/style.scss */
.fs-7hx {
  font-size: calc(1.875rem + 7.5vw) !important;
}

/* line 9099, app/assets/stylesheets/style.scss */
.fs-7tx {
  font-size: calc(1.9rem + 7.8vw) !important;
}

/* line 9102, app/assets/stylesheets/style.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 9105, app/assets/stylesheets/style.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 9108, app/assets/stylesheets/style.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 9111, app/assets/stylesheets/style.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 9114, app/assets/stylesheets/style.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 9117, app/assets/stylesheets/style.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 9120, app/assets/stylesheets/style.scss */
.fw-semibold {
  font-weight: 500 !important;
}

/* line 9123, app/assets/stylesheets/style.scss */
.fw-bold {
  font-weight: 600 !important;
}

/* line 9126, app/assets/stylesheets/style.scss */
.fw-bolder {
  font-weight: 700 !important;
}

/* line 9129, app/assets/stylesheets/style.scss */
.lh-0 {
  line-height: 0 !important;
}

/* line 9132, app/assets/stylesheets/style.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 9135, app/assets/stylesheets/style.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 9138, app/assets/stylesheets/style.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 9141, app/assets/stylesheets/style.scss */
.lh-lg {
  line-height: 1.75 !important;
}

/* line 9144, app/assets/stylesheets/style.scss */
.lh-xl {
  line-height: 2 !important;
}

/* line 9147, app/assets/stylesheets/style.scss */
.lh-xxl {
  line-height: 2.25 !important;
}

/* line 9150, app/assets/stylesheets/style.scss */
.text-start {
  text-align: left !important;
}

/* line 9153, app/assets/stylesheets/style.scss */
.text-end {
  text-align: right !important;
}

/* line 9156, app/assets/stylesheets/style.scss */
.text-center {
  text-align: center !important;
}

/* line 9159, app/assets/stylesheets/style.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9162, app/assets/stylesheets/style.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 9165, app/assets/stylesheets/style.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 9168, app/assets/stylesheets/style.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9171, app/assets/stylesheets/style.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9174, app/assets/stylesheets/style.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9177, app/assets/stylesheets/style.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9180, app/assets/stylesheets/style.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9183, app/assets/stylesheets/style.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 9187, app/assets/stylesheets/style.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 9191, app/assets/stylesheets/style.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 9195, app/assets/stylesheets/style.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 9199, app/assets/stylesheets/style.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 9203, app/assets/stylesheets/style.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 9207, app/assets/stylesheets/style.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 9211, app/assets/stylesheets/style.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 9215, app/assets/stylesheets/style.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 9219, app/assets/stylesheets/style.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 9223, app/assets/stylesheets/style.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 9227, app/assets/stylesheets/style.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 9231, app/assets/stylesheets/style.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #a1a5b7 !important;
}

/* line 9235, app/assets/stylesheets/style.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9239, app/assets/stylesheets/style.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9243, app/assets/stylesheets/style.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 9247, app/assets/stylesheets/style.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 9251, app/assets/stylesheets/style.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 9255, app/assets/stylesheets/style.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 9259, app/assets/stylesheets/style.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 9262, app/assets/stylesheets/style.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 9265, app/assets/stylesheets/style.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 9268, app/assets/stylesheets/style.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 9271, app/assets/stylesheets/style.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text) !important;
}

/* line 9274, app/assets/stylesheets/style.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text) !important;
}

/* line 9277, app/assets/stylesheets/style.scss */
.text-success-emphasis {
  color: var(--bs-success-text) !important;
}

/* line 9280, app/assets/stylesheets/style.scss */
.text-info-emphasis {
  color: var(--bs-info-text) !important;
}

/* line 9283, app/assets/stylesheets/style.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text) !important;
}

/* line 9286, app/assets/stylesheets/style.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text) !important;
}

/* line 9289, app/assets/stylesheets/style.scss */
.text-light-emphasis {
  color: var(--bs-light-text) !important;
}

/* line 9292, app/assets/stylesheets/style.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text) !important;
}

/* line 9295, app/assets/stylesheets/style.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9299, app/assets/stylesheets/style.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9303, app/assets/stylesheets/style.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9307, app/assets/stylesheets/style.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9311, app/assets/stylesheets/style.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9315, app/assets/stylesheets/style.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9319, app/assets/stylesheets/style.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9323, app/assets/stylesheets/style.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9327, app/assets/stylesheets/style.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9331, app/assets/stylesheets/style.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9335, app/assets/stylesheets/style.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9339, app/assets/stylesheets/style.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 9343, app/assets/stylesheets/style.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9347, app/assets/stylesheets/style.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9351, app/assets/stylesheets/style.scss */
.bg-body-emphasis {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9355, app/assets/stylesheets/style.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 9358, app/assets/stylesheets/style.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 9361, app/assets/stylesheets/style.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 9364, app/assets/stylesheets/style.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 9367, app/assets/stylesheets/style.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 9370, app/assets/stylesheets/style.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 9373, app/assets/stylesheets/style.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 9376, app/assets/stylesheets/style.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 9379, app/assets/stylesheets/style.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 9382, app/assets/stylesheets/style.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 9385, app/assets/stylesheets/style.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 9388, app/assets/stylesheets/style.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 9391, app/assets/stylesheets/style.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 9394, app/assets/stylesheets/style.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 9397, app/assets/stylesheets/style.scss */
.user-select-all {
  user-select: all !important;
}

/* line 9400, app/assets/stylesheets/style.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 9403, app/assets/stylesheets/style.scss */
.user-select-none {
  user-select: none !important;
}

/* line 9406, app/assets/stylesheets/style.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 9409, app/assets/stylesheets/style.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 9412, app/assets/stylesheets/style.scss */
.rounded {
  border-radius: 0.475rem !important;
}

/* line 9415, app/assets/stylesheets/style.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 9418, app/assets/stylesheets/style.scss */
.rounded-1 {
  border-radius: 0.425rem !important;
}

/* line 9421, app/assets/stylesheets/style.scss */
.rounded-2 {
  border-radius: 0.475rem !important;
}

/* line 9424, app/assets/stylesheets/style.scss */
.rounded-3 {
  border-radius: 1.75rem !important;
}

/* line 9427, app/assets/stylesheets/style.scss */
.rounded-4 {
  border-radius: 1rem !important;
}

/* line 9430, app/assets/stylesheets/style.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 9433, app/assets/stylesheets/style.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 9436, app/assets/stylesheets/style.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 9440, app/assets/stylesheets/style.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 9444, app/assets/stylesheets/style.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 9448, app/assets/stylesheets/style.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 9452, app/assets/stylesheets/style.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 9456, app/assets/stylesheets/style.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 9460, app/assets/stylesheets/style.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
}

/* line 9464, app/assets/stylesheets/style.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 9468, app/assets/stylesheets/style.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 9472, app/assets/stylesheets/style.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 9476, app/assets/stylesheets/style.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 9480, app/assets/stylesheets/style.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 9484, app/assets/stylesheets/style.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 9488, app/assets/stylesheets/style.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 9492, app/assets/stylesheets/style.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 9496, app/assets/stylesheets/style.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
}

/* line 9500, app/assets/stylesheets/style.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 9504, app/assets/stylesheets/style.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 9508, app/assets/stylesheets/style.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 9512, app/assets/stylesheets/style.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 9516, app/assets/stylesheets/style.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 9520, app/assets/stylesheets/style.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 9524, app/assets/stylesheets/style.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 9528, app/assets/stylesheets/style.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 9532, app/assets/stylesheets/style.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
}

/* line 9536, app/assets/stylesheets/style.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 9540, app/assets/stylesheets/style.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 9544, app/assets/stylesheets/style.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 9548, app/assets/stylesheets/style.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 9552, app/assets/stylesheets/style.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 9556, app/assets/stylesheets/style.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 9560, app/assets/stylesheets/style.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 9564, app/assets/stylesheets/style.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 9568, app/assets/stylesheets/style.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
}

/* line 9572, app/assets/stylesheets/style.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 9576, app/assets/stylesheets/style.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 9580, app/assets/stylesheets/style.scss */
.visible {
  visibility: visible !important;
}

/* line 9583, app/assets/stylesheets/style.scss */
.invisible {
  visibility: hidden !important;
}

/* line 9586, app/assets/stylesheets/style.scss */
.z-index-n1 {
  z-index: -1 !important;
}

/* line 9589, app/assets/stylesheets/style.scss */
.z-index-n2 {
  z-index: -2 !important;
}

/* line 9592, app/assets/stylesheets/style.scss */
.z-index-0 {
  z-index: 0 !important;
}

/* line 9595, app/assets/stylesheets/style.scss */
.z-index-1 {
  z-index: 1 !important;
}

/* line 9598, app/assets/stylesheets/style.scss */
.z-index-2 {
  z-index: 2 !important;
}

/* line 9601, app/assets/stylesheets/style.scss */
.z-index-3 {
  z-index: 3 !important;
}

/* line 9604, app/assets/stylesheets/style.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 9607, app/assets/stylesheets/style.scss */
.opacity-0-hover:hover {
  opacity: 0 !important;
}

/* line 9610, app/assets/stylesheets/style.scss */
.opacity-5 {
  opacity: 0.05 !important;
}

/* line 9613, app/assets/stylesheets/style.scss */
.opacity-5-hover:hover {
  opacity: 0.05 !important;
}

/* line 9616, app/assets/stylesheets/style.scss */
.opacity-10 {
  opacity: 0.1 !important;
}

/* line 9619, app/assets/stylesheets/style.scss */
.opacity-10-hover:hover {
  opacity: 0.1 !important;
}

/* line 9622, app/assets/stylesheets/style.scss */
.opacity-15 {
  opacity: 0.15 !important;
}

/* line 9625, app/assets/stylesheets/style.scss */
.opacity-15-hover:hover {
  opacity: 0.15 !important;
}

/* line 9628, app/assets/stylesheets/style.scss */
.opacity-20 {
  opacity: 0.2 !important;
}

/* line 9631, app/assets/stylesheets/style.scss */
.opacity-20-hover:hover {
  opacity: 0.2 !important;
}

/* line 9634, app/assets/stylesheets/style.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 9637, app/assets/stylesheets/style.scss */
.opacity-25-hover:hover {
  opacity: 0.25 !important;
}

/* line 9640, app/assets/stylesheets/style.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 9643, app/assets/stylesheets/style.scss */
.opacity-50-hover:hover {
  opacity: 0.5 !important;
}

/* line 9646, app/assets/stylesheets/style.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 9649, app/assets/stylesheets/style.scss */
.opacity-75-hover:hover {
  opacity: 0.75 !important;
}

/* line 9652, app/assets/stylesheets/style.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 9655, app/assets/stylesheets/style.scss */
.opacity-100-hover:hover {
  opacity: 1 !important;
}

/* line 9658, app/assets/stylesheets/style.scss */
.min-w-unset {
  min-width: unset !important;
}

/* line 9661, app/assets/stylesheets/style.scss */
.min-w-25 {
  min-width: 25% !important;
}

/* line 9664, app/assets/stylesheets/style.scss */
.min-w-50 {
  min-width: 50% !important;
}

/* line 9667, app/assets/stylesheets/style.scss */
.min-w-75 {
  min-width: 75% !important;
}

/* line 9670, app/assets/stylesheets/style.scss */
.min-w-100 {
  min-width: 100% !important;
}

/* line 9673, app/assets/stylesheets/style.scss */
.min-w-auto {
  min-width: auto !important;
}

/* line 9676, app/assets/stylesheets/style.scss */
.min-w-1px {
  min-width: 1px !important;
}

/* line 9679, app/assets/stylesheets/style.scss */
.min-w-2px {
  min-width: 2px !important;
}

/* line 9682, app/assets/stylesheets/style.scss */
.min-w-3px {
  min-width: 3px !important;
}

/* line 9685, app/assets/stylesheets/style.scss */
.min-w-4px {
  min-width: 4px !important;
}

/* line 9688, app/assets/stylesheets/style.scss */
.min-w-5px {
  min-width: 5px !important;
}

/* line 9691, app/assets/stylesheets/style.scss */
.min-w-6px {
  min-width: 6px !important;
}

/* line 9694, app/assets/stylesheets/style.scss */
.min-w-7px {
  min-width: 7px !important;
}

/* line 9697, app/assets/stylesheets/style.scss */
.min-w-8px {
  min-width: 8px !important;
}

/* line 9700, app/assets/stylesheets/style.scss */
.min-w-9px {
  min-width: 9px !important;
}

/* line 9703, app/assets/stylesheets/style.scss */
.min-w-10px {
  min-width: 10px !important;
}

/* line 9706, app/assets/stylesheets/style.scss */
.min-w-15px {
  min-width: 15px !important;
}

/* line 9709, app/assets/stylesheets/style.scss */
.min-w-20px {
  min-width: 20px !important;
}

/* line 9712, app/assets/stylesheets/style.scss */
.min-w-25px {
  min-width: 25px !important;
}

/* line 9715, app/assets/stylesheets/style.scss */
.min-w-30px {
  min-width: 30px !important;
}

/* line 9718, app/assets/stylesheets/style.scss */
.min-w-35px {
  min-width: 35px !important;
}

/* line 9721, app/assets/stylesheets/style.scss */
.min-w-40px {
  min-width: 40px !important;
}

/* line 9724, app/assets/stylesheets/style.scss */
.min-w-45px {
  min-width: 45px !important;
}

/* line 9727, app/assets/stylesheets/style.scss */
.min-w-50px {
  min-width: 50px !important;
}

/* line 9730, app/assets/stylesheets/style.scss */
.min-w-55px {
  min-width: 55px !important;
}

/* line 9733, app/assets/stylesheets/style.scss */
.min-w-60px {
  min-width: 60px !important;
}

/* line 9736, app/assets/stylesheets/style.scss */
.min-w-65px {
  min-width: 65px !important;
}

/* line 9739, app/assets/stylesheets/style.scss */
.min-w-70px {
  min-width: 70px !important;
}

/* line 9742, app/assets/stylesheets/style.scss */
.min-w-75px {
  min-width: 75px !important;
}

/* line 9745, app/assets/stylesheets/style.scss */
.min-w-80px {
  min-width: 80px !important;
}

/* line 9748, app/assets/stylesheets/style.scss */
.min-w-85px {
  min-width: 85px !important;
}

/* line 9751, app/assets/stylesheets/style.scss */
.min-w-90px {
  min-width: 90px !important;
}

/* line 9754, app/assets/stylesheets/style.scss */
.min-w-95px {
  min-width: 95px !important;
}

/* line 9757, app/assets/stylesheets/style.scss */
.min-w-100px {
  min-width: 100px !important;
}

/* line 9760, app/assets/stylesheets/style.scss */
.min-w-125px {
  min-width: 125px !important;
}

/* line 9763, app/assets/stylesheets/style.scss */
.min-w-150px {
  min-width: 150px !important;
}

/* line 9766, app/assets/stylesheets/style.scss */
.min-w-175px {
  min-width: 175px !important;
}

/* line 9769, app/assets/stylesheets/style.scss */
.min-w-200px {
  min-width: 200px !important;
}

/* line 9772, app/assets/stylesheets/style.scss */
.min-w-225px {
  min-width: 225px !important;
}

/* line 9775, app/assets/stylesheets/style.scss */
.min-w-250px {
  min-width: 250px !important;
}

/* line 9778, app/assets/stylesheets/style.scss */
.min-w-275px {
  min-width: 275px !important;
}

/* line 9781, app/assets/stylesheets/style.scss */
.min-w-300px {
  min-width: 300px !important;
}

/* line 9784, app/assets/stylesheets/style.scss */
.min-w-325px {
  min-width: 325px !important;
}

/* line 9787, app/assets/stylesheets/style.scss */
.min-w-350px {
  min-width: 350px !important;
}

/* line 9790, app/assets/stylesheets/style.scss */
.min-w-375px {
  min-width: 375px !important;
}

/* line 9793, app/assets/stylesheets/style.scss */
.min-w-400px {
  min-width: 400px !important;
}

/* line 9796, app/assets/stylesheets/style.scss */
.min-w-425px {
  min-width: 425px !important;
}

/* line 9799, app/assets/stylesheets/style.scss */
.min-w-450px {
  min-width: 450px !important;
}

/* line 9802, app/assets/stylesheets/style.scss */
.min-w-475px {
  min-width: 475px !important;
}

/* line 9805, app/assets/stylesheets/style.scss */
.min-w-500px {
  min-width: 500px !important;
}

/* line 9808, app/assets/stylesheets/style.scss */
.min-w-550px {
  min-width: 550px !important;
}

/* line 9811, app/assets/stylesheets/style.scss */
.min-w-600px {
  min-width: 600px !important;
}

/* line 9814, app/assets/stylesheets/style.scss */
.min-w-650px {
  min-width: 650px !important;
}

/* line 9817, app/assets/stylesheets/style.scss */
.min-w-700px {
  min-width: 700px !important;
}

/* line 9820, app/assets/stylesheets/style.scss */
.min-w-750px {
  min-width: 750px !important;
}

/* line 9823, app/assets/stylesheets/style.scss */
.min-w-800px {
  min-width: 800px !important;
}

/* line 9826, app/assets/stylesheets/style.scss */
.min-w-850px {
  min-width: 850px !important;
}

/* line 9829, app/assets/stylesheets/style.scss */
.min-w-900px {
  min-width: 900px !important;
}

/* line 9832, app/assets/stylesheets/style.scss */
.min-w-950px {
  min-width: 950px !important;
}

/* line 9835, app/assets/stylesheets/style.scss */
.min-w-1000px {
  min-width: 1000px !important;
}

/* line 9838, app/assets/stylesheets/style.scss */
.min-h-unset {
  min-height: unset !important;
}

/* line 9841, app/assets/stylesheets/style.scss */
.min-h-25 {
  min-height: 25% !important;
}

/* line 9844, app/assets/stylesheets/style.scss */
.min-h-50 {
  min-height: 50% !important;
}

/* line 9847, app/assets/stylesheets/style.scss */
.min-h-75 {
  min-height: 75% !important;
}

/* line 9850, app/assets/stylesheets/style.scss */
.min-h-100 {
  min-height: 100% !important;
}

/* line 9853, app/assets/stylesheets/style.scss */
.min-h-auto {
  min-height: auto !important;
}

/* line 9856, app/assets/stylesheets/style.scss */
.min-h-1px {
  min-height: 1px !important;
}

/* line 9859, app/assets/stylesheets/style.scss */
.min-h-2px {
  min-height: 2px !important;
}

/* line 9862, app/assets/stylesheets/style.scss */
.min-h-3px {
  min-height: 3px !important;
}

/* line 9865, app/assets/stylesheets/style.scss */
.min-h-4px {
  min-height: 4px !important;
}

/* line 9868, app/assets/stylesheets/style.scss */
.min-h-5px {
  min-height: 5px !important;
}

/* line 9871, app/assets/stylesheets/style.scss */
.min-h-6px {
  min-height: 6px !important;
}

/* line 9874, app/assets/stylesheets/style.scss */
.min-h-7px {
  min-height: 7px !important;
}

/* line 9877, app/assets/stylesheets/style.scss */
.min-h-8px {
  min-height: 8px !important;
}

/* line 9880, app/assets/stylesheets/style.scss */
.min-h-9px {
  min-height: 9px !important;
}

/* line 9883, app/assets/stylesheets/style.scss */
.min-h-10px {
  min-height: 10px !important;
}

/* line 9886, app/assets/stylesheets/style.scss */
.min-h-15px {
  min-height: 15px !important;
}

/* line 9889, app/assets/stylesheets/style.scss */
.min-h-20px {
  min-height: 20px !important;
}

/* line 9892, app/assets/stylesheets/style.scss */
.min-h-25px {
  min-height: 25px !important;
}

/* line 9895, app/assets/stylesheets/style.scss */
.min-h-30px {
  min-height: 30px !important;
}

/* line 9898, app/assets/stylesheets/style.scss */
.min-h-35px {
  min-height: 35px !important;
}

/* line 9901, app/assets/stylesheets/style.scss */
.min-h-40px {
  min-height: 40px !important;
}

/* line 9904, app/assets/stylesheets/style.scss */
.min-h-45px {
  min-height: 45px !important;
}

/* line 9907, app/assets/stylesheets/style.scss */
.min-h-50px {
  min-height: 50px !important;
}

/* line 9910, app/assets/stylesheets/style.scss */
.min-h-55px {
  min-height: 55px !important;
}

/* line 9913, app/assets/stylesheets/style.scss */
.min-h-60px {
  min-height: 60px !important;
}

/* line 9916, app/assets/stylesheets/style.scss */
.min-h-65px {
  min-height: 65px !important;
}

/* line 9919, app/assets/stylesheets/style.scss */
.min-h-70px {
  min-height: 70px !important;
}

/* line 9922, app/assets/stylesheets/style.scss */
.min-h-75px {
  min-height: 75px !important;
}

/* line 9925, app/assets/stylesheets/style.scss */
.min-h-80px {
  min-height: 80px !important;
}

/* line 9928, app/assets/stylesheets/style.scss */
.min-h-85px {
  min-height: 85px !important;
}

/* line 9931, app/assets/stylesheets/style.scss */
.min-h-90px {
  min-height: 90px !important;
}

/* line 9934, app/assets/stylesheets/style.scss */
.min-h-95px {
  min-height: 95px !important;
}

/* line 9937, app/assets/stylesheets/style.scss */
.min-h-100px {
  min-height: 100px !important;
}

/* line 9940, app/assets/stylesheets/style.scss */
.min-h-125px {
  min-height: 125px !important;
}

/* line 9943, app/assets/stylesheets/style.scss */
.min-h-150px {
  min-height: 150px !important;
}

/* line 9946, app/assets/stylesheets/style.scss */
.min-h-175px {
  min-height: 175px !important;
}

/* line 9949, app/assets/stylesheets/style.scss */
.min-h-200px {
  min-height: 200px !important;
}

/* line 9952, app/assets/stylesheets/style.scss */
.min-h-225px {
  min-height: 225px !important;
}

/* line 9955, app/assets/stylesheets/style.scss */
.min-h-250px {
  min-height: 250px !important;
}

/* line 9958, app/assets/stylesheets/style.scss */
.min-h-275px {
  min-height: 275px !important;
}

/* line 9961, app/assets/stylesheets/style.scss */
.min-h-300px {
  min-height: 300px !important;
}

/* line 9964, app/assets/stylesheets/style.scss */
.min-h-325px {
  min-height: 325px !important;
}

/* line 9967, app/assets/stylesheets/style.scss */
.min-h-350px {
  min-height: 350px !important;
}

/* line 9970, app/assets/stylesheets/style.scss */
.min-h-375px {
  min-height: 375px !important;
}

/* line 9973, app/assets/stylesheets/style.scss */
.min-h-400px {
  min-height: 400px !important;
}

/* line 9976, app/assets/stylesheets/style.scss */
.min-h-425px {
  min-height: 425px !important;
}

/* line 9979, app/assets/stylesheets/style.scss */
.min-h-450px {
  min-height: 450px !important;
}

/* line 9982, app/assets/stylesheets/style.scss */
.min-h-475px {
  min-height: 475px !important;
}

/* line 9985, app/assets/stylesheets/style.scss */
.min-h-500px {
  min-height: 500px !important;
}

/* line 9988, app/assets/stylesheets/style.scss */
.min-h-550px {
  min-height: 550px !important;
}

/* line 9991, app/assets/stylesheets/style.scss */
.min-h-600px {
  min-height: 600px !important;
}

/* line 9994, app/assets/stylesheets/style.scss */
.min-h-650px {
  min-height: 650px !important;
}

/* line 9997, app/assets/stylesheets/style.scss */
.min-h-700px {
  min-height: 700px !important;
}

/* line 10000, app/assets/stylesheets/style.scss */
.min-h-750px {
  min-height: 750px !important;
}

/* line 10003, app/assets/stylesheets/style.scss */
.min-h-800px {
  min-height: 800px !important;
}

/* line 10006, app/assets/stylesheets/style.scss */
.min-h-850px {
  min-height: 850px !important;
}

/* line 10009, app/assets/stylesheets/style.scss */
.min-h-900px {
  min-height: 900px !important;
}

/* line 10012, app/assets/stylesheets/style.scss */
.min-h-950px {
  min-height: 950px !important;
}

/* line 10015, app/assets/stylesheets/style.scss */
.min-h-1000px {
  min-height: 1000px !important;
}

/* line 10018, app/assets/stylesheets/style.scss */
.border-top-0 {
  border-top-width: 0 !important;
}

/* line 10021, app/assets/stylesheets/style.scss */
.border-top-1 {
  border-top-width: 1px !important;
}

/* line 10024, app/assets/stylesheets/style.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 10027, app/assets/stylesheets/style.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 10030, app/assets/stylesheets/style.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 10033, app/assets/stylesheets/style.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 10036, app/assets/stylesheets/style.scss */
.border-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 10039, app/assets/stylesheets/style.scss */
.border-bottom-1 {
  border-bottom-width: 1px !important;
}

/* line 10042, app/assets/stylesheets/style.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 10045, app/assets/stylesheets/style.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 10048, app/assets/stylesheets/style.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 10051, app/assets/stylesheets/style.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 10054, app/assets/stylesheets/style.scss */
.border-right-0 {
  border-right-width: 0 !important;
}

/* line 10057, app/assets/stylesheets/style.scss */
.border-right-1 {
  border-right-width: 1px !important;
}

/* line 10060, app/assets/stylesheets/style.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 10063, app/assets/stylesheets/style.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 10066, app/assets/stylesheets/style.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 10069, app/assets/stylesheets/style.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 10072, app/assets/stylesheets/style.scss */
.border-left-0 {
  border-left-width: 0 !important;
}

/* line 10075, app/assets/stylesheets/style.scss */
.border-left-1 {
  border-left-width: 1px !important;
}

/* line 10078, app/assets/stylesheets/style.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 10081, app/assets/stylesheets/style.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 10084, app/assets/stylesheets/style.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 10087, app/assets/stylesheets/style.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 10090, app/assets/stylesheets/style.scss */
.ls-1 {
  letter-spacing: 0.1rem !important;
}

/* line 10093, app/assets/stylesheets/style.scss */
.ls-2 {
  letter-spacing: 0.115rem !important;
}

/* line 10096, app/assets/stylesheets/style.scss */
.ls-3 {
  letter-spacing: 0.125rem !important;
}

/* line 10099, app/assets/stylesheets/style.scss */
.ls-4 {
  letter-spacing: 0.25rem !important;
}

/* line 10102, app/assets/stylesheets/style.scss */
.ls-5 {
  letter-spacing: 0.5rem !important;
}

/* line 10105, app/assets/stylesheets/style.scss */
.ls-n1 {
  letter-spacing: -0.1rem !important;
}

/* line 10108, app/assets/stylesheets/style.scss */
.ls-n2 {
  letter-spacing: -0.115rem !important;
}

/* line 10111, app/assets/stylesheets/style.scss */
.ls-n3 {
  letter-spacing: -0.125rem !important;
}

/* line 10114, app/assets/stylesheets/style.scss */
.ls-n4 {
  letter-spacing: -0.25rem !important;
}

/* line 10117, app/assets/stylesheets/style.scss */
.ls-n5 {
  letter-spacing: -0.5rem !important;
}

@media (min-width: 576px) {
  /* line 10121, app/assets/stylesheets/style.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 10124, app/assets/stylesheets/style.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 10127, app/assets/stylesheets/style.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 10130, app/assets/stylesheets/style.scss */
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  /* line 10133, app/assets/stylesheets/style.scss */
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  /* line 10136, app/assets/stylesheets/style.scss */
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  /* line 10139, app/assets/stylesheets/style.scss */
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  /* line 10142, app/assets/stylesheets/style.scss */
  .object-fit-sm-none {
    object-fit: none !important;
  }
  /* line 10145, app/assets/stylesheets/style.scss */
  .overflow-sm-auto {
    overflow: auto !important;
  }
  /* line 10148, app/assets/stylesheets/style.scss */
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  /* line 10151, app/assets/stylesheets/style.scss */
  .overflow-sm-visible {
    overflow: visible !important;
  }
  /* line 10154, app/assets/stylesheets/style.scss */
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  /* line 10157, app/assets/stylesheets/style.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 10160, app/assets/stylesheets/style.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 10163, app/assets/stylesheets/style.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 10166, app/assets/stylesheets/style.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 10169, app/assets/stylesheets/style.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 10172, app/assets/stylesheets/style.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 10175, app/assets/stylesheets/style.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 10178, app/assets/stylesheets/style.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 10181, app/assets/stylesheets/style.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 10184, app/assets/stylesheets/style.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 10187, app/assets/stylesheets/style.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 10190, app/assets/stylesheets/style.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 10193, app/assets/stylesheets/style.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 10196, app/assets/stylesheets/style.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 10199, app/assets/stylesheets/style.scss */
  .position-sm-sticky {
    position: sticky !important;
  }
  /* line 10202, app/assets/stylesheets/style.scss */
  .w-sm-unset {
    width: unset !important;
  }
  /* line 10205, app/assets/stylesheets/style.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 10208, app/assets/stylesheets/style.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 10211, app/assets/stylesheets/style.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 10214, app/assets/stylesheets/style.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 10217, app/assets/stylesheets/style.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 10220, app/assets/stylesheets/style.scss */
  .w-sm-1px {
    width: 1px !important;
  }
  /* line 10223, app/assets/stylesheets/style.scss */
  .w-sm-2px {
    width: 2px !important;
  }
  /* line 10226, app/assets/stylesheets/style.scss */
  .w-sm-3px {
    width: 3px !important;
  }
  /* line 10229, app/assets/stylesheets/style.scss */
  .w-sm-4px {
    width: 4px !important;
  }
  /* line 10232, app/assets/stylesheets/style.scss */
  .w-sm-5px {
    width: 5px !important;
  }
  /* line 10235, app/assets/stylesheets/style.scss */
  .w-sm-6px {
    width: 6px !important;
  }
  /* line 10238, app/assets/stylesheets/style.scss */
  .w-sm-7px {
    width: 7px !important;
  }
  /* line 10241, app/assets/stylesheets/style.scss */
  .w-sm-8px {
    width: 8px !important;
  }
  /* line 10244, app/assets/stylesheets/style.scss */
  .w-sm-9px {
    width: 9px !important;
  }
  /* line 10247, app/assets/stylesheets/style.scss */
  .w-sm-10px {
    width: 10px !important;
  }
  /* line 10250, app/assets/stylesheets/style.scss */
  .w-sm-15px {
    width: 15px !important;
  }
  /* line 10253, app/assets/stylesheets/style.scss */
  .w-sm-20px {
    width: 20px !important;
  }
  /* line 10256, app/assets/stylesheets/style.scss */
  .w-sm-25px {
    width: 25px !important;
  }
  /* line 10259, app/assets/stylesheets/style.scss */
  .w-sm-30px {
    width: 30px !important;
  }
  /* line 10262, app/assets/stylesheets/style.scss */
  .w-sm-35px {
    width: 35px !important;
  }
  /* line 10265, app/assets/stylesheets/style.scss */
  .w-sm-40px {
    width: 40px !important;
  }
  /* line 10268, app/assets/stylesheets/style.scss */
  .w-sm-45px {
    width: 45px !important;
  }
  /* line 10271, app/assets/stylesheets/style.scss */
  .w-sm-50px {
    width: 50px !important;
  }
  /* line 10274, app/assets/stylesheets/style.scss */
  .w-sm-55px {
    width: 55px !important;
  }
  /* line 10277, app/assets/stylesheets/style.scss */
  .w-sm-60px {
    width: 60px !important;
  }
  /* line 10280, app/assets/stylesheets/style.scss */
  .w-sm-65px {
    width: 65px !important;
  }
  /* line 10283, app/assets/stylesheets/style.scss */
  .w-sm-70px {
    width: 70px !important;
  }
  /* line 10286, app/assets/stylesheets/style.scss */
  .w-sm-75px {
    width: 75px !important;
  }
  /* line 10289, app/assets/stylesheets/style.scss */
  .w-sm-80px {
    width: 80px !important;
  }
  /* line 10292, app/assets/stylesheets/style.scss */
  .w-sm-85px {
    width: 85px !important;
  }
  /* line 10295, app/assets/stylesheets/style.scss */
  .w-sm-90px {
    width: 90px !important;
  }
  /* line 10298, app/assets/stylesheets/style.scss */
  .w-sm-95px {
    width: 95px !important;
  }
  /* line 10301, app/assets/stylesheets/style.scss */
  .w-sm-100px {
    width: 100px !important;
  }
  /* line 10304, app/assets/stylesheets/style.scss */
  .w-sm-125px {
    width: 125px !important;
  }
  /* line 10307, app/assets/stylesheets/style.scss */
  .w-sm-150px {
    width: 150px !important;
  }
  /* line 10310, app/assets/stylesheets/style.scss */
  .w-sm-175px {
    width: 175px !important;
  }
  /* line 10313, app/assets/stylesheets/style.scss */
  .w-sm-200px {
    width: 200px !important;
  }
  /* line 10316, app/assets/stylesheets/style.scss */
  .w-sm-225px {
    width: 225px !important;
  }
  /* line 10319, app/assets/stylesheets/style.scss */
  .w-sm-250px {
    width: 250px !important;
  }
  /* line 10322, app/assets/stylesheets/style.scss */
  .w-sm-275px {
    width: 275px !important;
  }
  /* line 10325, app/assets/stylesheets/style.scss */
  .w-sm-300px {
    width: 300px !important;
  }
  /* line 10328, app/assets/stylesheets/style.scss */
  .w-sm-325px {
    width: 325px !important;
  }
  /* line 10331, app/assets/stylesheets/style.scss */
  .w-sm-350px {
    width: 350px !important;
  }
  /* line 10334, app/assets/stylesheets/style.scss */
  .w-sm-375px {
    width: 375px !important;
  }
  /* line 10337, app/assets/stylesheets/style.scss */
  .w-sm-400px {
    width: 400px !important;
  }
  /* line 10340, app/assets/stylesheets/style.scss */
  .w-sm-425px {
    width: 425px !important;
  }
  /* line 10343, app/assets/stylesheets/style.scss */
  .w-sm-450px {
    width: 450px !important;
  }
  /* line 10346, app/assets/stylesheets/style.scss */
  .w-sm-475px {
    width: 475px !important;
  }
  /* line 10349, app/assets/stylesheets/style.scss */
  .w-sm-500px {
    width: 500px !important;
  }
  /* line 10352, app/assets/stylesheets/style.scss */
  .w-sm-550px {
    width: 550px !important;
  }
  /* line 10355, app/assets/stylesheets/style.scss */
  .w-sm-600px {
    width: 600px !important;
  }
  /* line 10358, app/assets/stylesheets/style.scss */
  .w-sm-650px {
    width: 650px !important;
  }
  /* line 10361, app/assets/stylesheets/style.scss */
  .w-sm-700px {
    width: 700px !important;
  }
  /* line 10364, app/assets/stylesheets/style.scss */
  .w-sm-750px {
    width: 750px !important;
  }
  /* line 10367, app/assets/stylesheets/style.scss */
  .w-sm-800px {
    width: 800px !important;
  }
  /* line 10370, app/assets/stylesheets/style.scss */
  .w-sm-850px {
    width: 850px !important;
  }
  /* line 10373, app/assets/stylesheets/style.scss */
  .w-sm-900px {
    width: 900px !important;
  }
  /* line 10376, app/assets/stylesheets/style.scss */
  .w-sm-950px {
    width: 950px !important;
  }
  /* line 10379, app/assets/stylesheets/style.scss */
  .w-sm-1000px {
    width: 1000px !important;
  }
  /* line 10382, app/assets/stylesheets/style.scss */
  .mw-sm-unset {
    max-width: unset !important;
  }
  /* line 10385, app/assets/stylesheets/style.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 10388, app/assets/stylesheets/style.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 10391, app/assets/stylesheets/style.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 10394, app/assets/stylesheets/style.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 10397, app/assets/stylesheets/style.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 10400, app/assets/stylesheets/style.scss */
  .mw-sm-1px {
    max-width: 1px !important;
  }
  /* line 10403, app/assets/stylesheets/style.scss */
  .mw-sm-2px {
    max-width: 2px !important;
  }
  /* line 10406, app/assets/stylesheets/style.scss */
  .mw-sm-3px {
    max-width: 3px !important;
  }
  /* line 10409, app/assets/stylesheets/style.scss */
  .mw-sm-4px {
    max-width: 4px !important;
  }
  /* line 10412, app/assets/stylesheets/style.scss */
  .mw-sm-5px {
    max-width: 5px !important;
  }
  /* line 10415, app/assets/stylesheets/style.scss */
  .mw-sm-6px {
    max-width: 6px !important;
  }
  /* line 10418, app/assets/stylesheets/style.scss */
  .mw-sm-7px {
    max-width: 7px !important;
  }
  /* line 10421, app/assets/stylesheets/style.scss */
  .mw-sm-8px {
    max-width: 8px !important;
  }
  /* line 10424, app/assets/stylesheets/style.scss */
  .mw-sm-9px {
    max-width: 9px !important;
  }
  /* line 10427, app/assets/stylesheets/style.scss */
  .mw-sm-10px {
    max-width: 10px !important;
  }
  /* line 10430, app/assets/stylesheets/style.scss */
  .mw-sm-15px {
    max-width: 15px !important;
  }
  /* line 10433, app/assets/stylesheets/style.scss */
  .mw-sm-20px {
    max-width: 20px !important;
  }
  /* line 10436, app/assets/stylesheets/style.scss */
  .mw-sm-25px {
    max-width: 25px !important;
  }
  /* line 10439, app/assets/stylesheets/style.scss */
  .mw-sm-30px {
    max-width: 30px !important;
  }
  /* line 10442, app/assets/stylesheets/style.scss */
  .mw-sm-35px {
    max-width: 35px !important;
  }
  /* line 10445, app/assets/stylesheets/style.scss */
  .mw-sm-40px {
    max-width: 40px !important;
  }
  /* line 10448, app/assets/stylesheets/style.scss */
  .mw-sm-45px {
    max-width: 45px !important;
  }
  /* line 10451, app/assets/stylesheets/style.scss */
  .mw-sm-50px {
    max-width: 50px !important;
  }
  /* line 10454, app/assets/stylesheets/style.scss */
  .mw-sm-55px {
    max-width: 55px !important;
  }
  /* line 10457, app/assets/stylesheets/style.scss */
  .mw-sm-60px {
    max-width: 60px !important;
  }
  /* line 10460, app/assets/stylesheets/style.scss */
  .mw-sm-65px {
    max-width: 65px !important;
  }
  /* line 10463, app/assets/stylesheets/style.scss */
  .mw-sm-70px {
    max-width: 70px !important;
  }
  /* line 10466, app/assets/stylesheets/style.scss */
  .mw-sm-75px {
    max-width: 75px !important;
  }
  /* line 10469, app/assets/stylesheets/style.scss */
  .mw-sm-80px {
    max-width: 80px !important;
  }
  /* line 10472, app/assets/stylesheets/style.scss */
  .mw-sm-85px {
    max-width: 85px !important;
  }
  /* line 10475, app/assets/stylesheets/style.scss */
  .mw-sm-90px {
    max-width: 90px !important;
  }
  /* line 10478, app/assets/stylesheets/style.scss */
  .mw-sm-95px {
    max-width: 95px !important;
  }
  /* line 10481, app/assets/stylesheets/style.scss */
  .mw-sm-100px {
    max-width: 100px !important;
  }
  /* line 10484, app/assets/stylesheets/style.scss */
  .mw-sm-125px {
    max-width: 125px !important;
  }
  /* line 10487, app/assets/stylesheets/style.scss */
  .mw-sm-150px {
    max-width: 150px !important;
  }
  /* line 10490, app/assets/stylesheets/style.scss */
  .mw-sm-175px {
    max-width: 175px !important;
  }
  /* line 10493, app/assets/stylesheets/style.scss */
  .mw-sm-200px {
    max-width: 200px !important;
  }
  /* line 10496, app/assets/stylesheets/style.scss */
  .mw-sm-225px {
    max-width: 225px !important;
  }
  /* line 10499, app/assets/stylesheets/style.scss */
  .mw-sm-250px {
    max-width: 250px !important;
  }
  /* line 10502, app/assets/stylesheets/style.scss */
  .mw-sm-275px {
    max-width: 275px !important;
  }
  /* line 10505, app/assets/stylesheets/style.scss */
  .mw-sm-300px {
    max-width: 300px !important;
  }
  /* line 10508, app/assets/stylesheets/style.scss */
  .mw-sm-325px {
    max-width: 325px !important;
  }
  /* line 10511, app/assets/stylesheets/style.scss */
  .mw-sm-350px {
    max-width: 350px !important;
  }
  /* line 10514, app/assets/stylesheets/style.scss */
  .mw-sm-375px {
    max-width: 375px !important;
  }
  /* line 10517, app/assets/stylesheets/style.scss */
  .mw-sm-400px {
    max-width: 400px !important;
  }
  /* line 10520, app/assets/stylesheets/style.scss */
  .mw-sm-425px {
    max-width: 425px !important;
  }
  /* line 10523, app/assets/stylesheets/style.scss */
  .mw-sm-450px {
    max-width: 450px !important;
  }
  /* line 10526, app/assets/stylesheets/style.scss */
  .mw-sm-475px {
    max-width: 475px !important;
  }
  /* line 10529, app/assets/stylesheets/style.scss */
  .mw-sm-500px {
    max-width: 500px !important;
  }
  /* line 10532, app/assets/stylesheets/style.scss */
  .mw-sm-550px {
    max-width: 550px !important;
  }
  /* line 10535, app/assets/stylesheets/style.scss */
  .mw-sm-600px {
    max-width: 600px !important;
  }
  /* line 10538, app/assets/stylesheets/style.scss */
  .mw-sm-650px {
    max-width: 650px !important;
  }
  /* line 10541, app/assets/stylesheets/style.scss */
  .mw-sm-700px {
    max-width: 700px !important;
  }
  /* line 10544, app/assets/stylesheets/style.scss */
  .mw-sm-750px {
    max-width: 750px !important;
  }
  /* line 10547, app/assets/stylesheets/style.scss */
  .mw-sm-800px {
    max-width: 800px !important;
  }
  /* line 10550, app/assets/stylesheets/style.scss */
  .mw-sm-850px {
    max-width: 850px !important;
  }
  /* line 10553, app/assets/stylesheets/style.scss */
  .mw-sm-900px {
    max-width: 900px !important;
  }
  /* line 10556, app/assets/stylesheets/style.scss */
  .mw-sm-950px {
    max-width: 950px !important;
  }
  /* line 10559, app/assets/stylesheets/style.scss */
  .mw-sm-1000px {
    max-width: 1000px !important;
  }
  /* line 10562, app/assets/stylesheets/style.scss */
  .h-sm-unset {
    height: unset !important;
  }
  /* line 10565, app/assets/stylesheets/style.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 10568, app/assets/stylesheets/style.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 10571, app/assets/stylesheets/style.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 10574, app/assets/stylesheets/style.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 10577, app/assets/stylesheets/style.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 10580, app/assets/stylesheets/style.scss */
  .h-sm-1px {
    height: 1px !important;
  }
  /* line 10583, app/assets/stylesheets/style.scss */
  .h-sm-2px {
    height: 2px !important;
  }
  /* line 10586, app/assets/stylesheets/style.scss */
  .h-sm-3px {
    height: 3px !important;
  }
  /* line 10589, app/assets/stylesheets/style.scss */
  .h-sm-4px {
    height: 4px !important;
  }
  /* line 10592, app/assets/stylesheets/style.scss */
  .h-sm-5px {
    height: 5px !important;
  }
  /* line 10595, app/assets/stylesheets/style.scss */
  .h-sm-6px {
    height: 6px !important;
  }
  /* line 10598, app/assets/stylesheets/style.scss */
  .h-sm-7px {
    height: 7px !important;
  }
  /* line 10601, app/assets/stylesheets/style.scss */
  .h-sm-8px {
    height: 8px !important;
  }
  /* line 10604, app/assets/stylesheets/style.scss */
  .h-sm-9px {
    height: 9px !important;
  }
  /* line 10607, app/assets/stylesheets/style.scss */
  .h-sm-10px {
    height: 10px !important;
  }
  /* line 10610, app/assets/stylesheets/style.scss */
  .h-sm-15px {
    height: 15px !important;
  }
  /* line 10613, app/assets/stylesheets/style.scss */
  .h-sm-20px {
    height: 20px !important;
  }
  /* line 10616, app/assets/stylesheets/style.scss */
  .h-sm-25px {
    height: 25px !important;
  }
  /* line 10619, app/assets/stylesheets/style.scss */
  .h-sm-30px {
    height: 30px !important;
  }
  /* line 10622, app/assets/stylesheets/style.scss */
  .h-sm-35px {
    height: 35px !important;
  }
  /* line 10625, app/assets/stylesheets/style.scss */
  .h-sm-40px {
    height: 40px !important;
  }
  /* line 10628, app/assets/stylesheets/style.scss */
  .h-sm-45px {
    height: 45px !important;
  }
  /* line 10631, app/assets/stylesheets/style.scss */
  .h-sm-50px {
    height: 50px !important;
  }
  /* line 10634, app/assets/stylesheets/style.scss */
  .h-sm-55px {
    height: 55px !important;
  }
  /* line 10637, app/assets/stylesheets/style.scss */
  .h-sm-60px {
    height: 60px !important;
  }
  /* line 10640, app/assets/stylesheets/style.scss */
  .h-sm-65px {
    height: 65px !important;
  }
  /* line 10643, app/assets/stylesheets/style.scss */
  .h-sm-70px {
    height: 70px !important;
  }
  /* line 10646, app/assets/stylesheets/style.scss */
  .h-sm-75px {
    height: 75px !important;
  }
  /* line 10649, app/assets/stylesheets/style.scss */
  .h-sm-80px {
    height: 80px !important;
  }
  /* line 10652, app/assets/stylesheets/style.scss */
  .h-sm-85px {
    height: 85px !important;
  }
  /* line 10655, app/assets/stylesheets/style.scss */
  .h-sm-90px {
    height: 90px !important;
  }
  /* line 10658, app/assets/stylesheets/style.scss */
  .h-sm-95px {
    height: 95px !important;
  }
  /* line 10661, app/assets/stylesheets/style.scss */
  .h-sm-100px {
    height: 100px !important;
  }
  /* line 10664, app/assets/stylesheets/style.scss */
  .h-sm-125px {
    height: 125px !important;
  }
  /* line 10667, app/assets/stylesheets/style.scss */
  .h-sm-150px {
    height: 150px !important;
  }
  /* line 10670, app/assets/stylesheets/style.scss */
  .h-sm-175px {
    height: 175px !important;
  }
  /* line 10673, app/assets/stylesheets/style.scss */
  .h-sm-200px {
    height: 200px !important;
  }
  /* line 10676, app/assets/stylesheets/style.scss */
  .h-sm-225px {
    height: 225px !important;
  }
  /* line 10679, app/assets/stylesheets/style.scss */
  .h-sm-250px {
    height: 250px !important;
  }
  /* line 10682, app/assets/stylesheets/style.scss */
  .h-sm-275px {
    height: 275px !important;
  }
  /* line 10685, app/assets/stylesheets/style.scss */
  .h-sm-300px {
    height: 300px !important;
  }
  /* line 10688, app/assets/stylesheets/style.scss */
  .h-sm-325px {
    height: 325px !important;
  }
  /* line 10691, app/assets/stylesheets/style.scss */
  .h-sm-350px {
    height: 350px !important;
  }
  /* line 10694, app/assets/stylesheets/style.scss */
  .h-sm-375px {
    height: 375px !important;
  }
  /* line 10697, app/assets/stylesheets/style.scss */
  .h-sm-400px {
    height: 400px !important;
  }
  /* line 10700, app/assets/stylesheets/style.scss */
  .h-sm-425px {
    height: 425px !important;
  }
  /* line 10703, app/assets/stylesheets/style.scss */
  .h-sm-450px {
    height: 450px !important;
  }
  /* line 10706, app/assets/stylesheets/style.scss */
  .h-sm-475px {
    height: 475px !important;
  }
  /* line 10709, app/assets/stylesheets/style.scss */
  .h-sm-500px {
    height: 500px !important;
  }
  /* line 10712, app/assets/stylesheets/style.scss */
  .h-sm-550px {
    height: 550px !important;
  }
  /* line 10715, app/assets/stylesheets/style.scss */
  .h-sm-600px {
    height: 600px !important;
  }
  /* line 10718, app/assets/stylesheets/style.scss */
  .h-sm-650px {
    height: 650px !important;
  }
  /* line 10721, app/assets/stylesheets/style.scss */
  .h-sm-700px {
    height: 700px !important;
  }
  /* line 10724, app/assets/stylesheets/style.scss */
  .h-sm-750px {
    height: 750px !important;
  }
  /* line 10727, app/assets/stylesheets/style.scss */
  .h-sm-800px {
    height: 800px !important;
  }
  /* line 10730, app/assets/stylesheets/style.scss */
  .h-sm-850px {
    height: 850px !important;
  }
  /* line 10733, app/assets/stylesheets/style.scss */
  .h-sm-900px {
    height: 900px !important;
  }
  /* line 10736, app/assets/stylesheets/style.scss */
  .h-sm-950px {
    height: 950px !important;
  }
  /* line 10739, app/assets/stylesheets/style.scss */
  .h-sm-1000px {
    height: 1000px !important;
  }
  /* line 10742, app/assets/stylesheets/style.scss */
  .mh-sm-unset {
    max-height: unset !important;
  }
  /* line 10745, app/assets/stylesheets/style.scss */
  .mh-sm-25 {
    max-height: 25% !important;
  }
  /* line 10748, app/assets/stylesheets/style.scss */
  .mh-sm-50 {
    max-height: 50% !important;
  }
  /* line 10751, app/assets/stylesheets/style.scss */
  .mh-sm-75 {
    max-height: 75% !important;
  }
  /* line 10754, app/assets/stylesheets/style.scss */
  .mh-sm-100 {
    max-height: 100% !important;
  }
  /* line 10757, app/assets/stylesheets/style.scss */
  .mh-sm-auto {
    max-height: auto !important;
  }
  /* line 10760, app/assets/stylesheets/style.scss */
  .mh-sm-1px {
    max-height: 1px !important;
  }
  /* line 10763, app/assets/stylesheets/style.scss */
  .mh-sm-2px {
    max-height: 2px !important;
  }
  /* line 10766, app/assets/stylesheets/style.scss */
  .mh-sm-3px {
    max-height: 3px !important;
  }
  /* line 10769, app/assets/stylesheets/style.scss */
  .mh-sm-4px {
    max-height: 4px !important;
  }
  /* line 10772, app/assets/stylesheets/style.scss */
  .mh-sm-5px {
    max-height: 5px !important;
  }
  /* line 10775, app/assets/stylesheets/style.scss */
  .mh-sm-6px {
    max-height: 6px !important;
  }
  /* line 10778, app/assets/stylesheets/style.scss */
  .mh-sm-7px {
    max-height: 7px !important;
  }
  /* line 10781, app/assets/stylesheets/style.scss */
  .mh-sm-8px {
    max-height: 8px !important;
  }
  /* line 10784, app/assets/stylesheets/style.scss */
  .mh-sm-9px {
    max-height: 9px !important;
  }
  /* line 10787, app/assets/stylesheets/style.scss */
  .mh-sm-10px {
    max-height: 10px !important;
  }
  /* line 10790, app/assets/stylesheets/style.scss */
  .mh-sm-15px {
    max-height: 15px !important;
  }
  /* line 10793, app/assets/stylesheets/style.scss */
  .mh-sm-20px {
    max-height: 20px !important;
  }
  /* line 10796, app/assets/stylesheets/style.scss */
  .mh-sm-25px {
    max-height: 25px !important;
  }
  /* line 10799, app/assets/stylesheets/style.scss */
  .mh-sm-30px {
    max-height: 30px !important;
  }
  /* line 10802, app/assets/stylesheets/style.scss */
  .mh-sm-35px {
    max-height: 35px !important;
  }
  /* line 10805, app/assets/stylesheets/style.scss */
  .mh-sm-40px {
    max-height: 40px !important;
  }
  /* line 10808, app/assets/stylesheets/style.scss */
  .mh-sm-45px {
    max-height: 45px !important;
  }
  /* line 10811, app/assets/stylesheets/style.scss */
  .mh-sm-50px {
    max-height: 50px !important;
  }
  /* line 10814, app/assets/stylesheets/style.scss */
  .mh-sm-55px {
    max-height: 55px !important;
  }
  /* line 10817, app/assets/stylesheets/style.scss */
  .mh-sm-60px {
    max-height: 60px !important;
  }
  /* line 10820, app/assets/stylesheets/style.scss */
  .mh-sm-65px {
    max-height: 65px !important;
  }
  /* line 10823, app/assets/stylesheets/style.scss */
  .mh-sm-70px {
    max-height: 70px !important;
  }
  /* line 10826, app/assets/stylesheets/style.scss */
  .mh-sm-75px {
    max-height: 75px !important;
  }
  /* line 10829, app/assets/stylesheets/style.scss */
  .mh-sm-80px {
    max-height: 80px !important;
  }
  /* line 10832, app/assets/stylesheets/style.scss */
  .mh-sm-85px {
    max-height: 85px !important;
  }
  /* line 10835, app/assets/stylesheets/style.scss */
  .mh-sm-90px {
    max-height: 90px !important;
  }
  /* line 10838, app/assets/stylesheets/style.scss */
  .mh-sm-95px {
    max-height: 95px !important;
  }
  /* line 10841, app/assets/stylesheets/style.scss */
  .mh-sm-100px {
    max-height: 100px !important;
  }
  /* line 10844, app/assets/stylesheets/style.scss */
  .mh-sm-125px {
    max-height: 125px !important;
  }
  /* line 10847, app/assets/stylesheets/style.scss */
  .mh-sm-150px {
    max-height: 150px !important;
  }
  /* line 10850, app/assets/stylesheets/style.scss */
  .mh-sm-175px {
    max-height: 175px !important;
  }
  /* line 10853, app/assets/stylesheets/style.scss */
  .mh-sm-200px {
    max-height: 200px !important;
  }
  /* line 10856, app/assets/stylesheets/style.scss */
  .mh-sm-225px {
    max-height: 225px !important;
  }
  /* line 10859, app/assets/stylesheets/style.scss */
  .mh-sm-250px {
    max-height: 250px !important;
  }
  /* line 10862, app/assets/stylesheets/style.scss */
  .mh-sm-275px {
    max-height: 275px !important;
  }
  /* line 10865, app/assets/stylesheets/style.scss */
  .mh-sm-300px {
    max-height: 300px !important;
  }
  /* line 10868, app/assets/stylesheets/style.scss */
  .mh-sm-325px {
    max-height: 325px !important;
  }
  /* line 10871, app/assets/stylesheets/style.scss */
  .mh-sm-350px {
    max-height: 350px !important;
  }
  /* line 10874, app/assets/stylesheets/style.scss */
  .mh-sm-375px {
    max-height: 375px !important;
  }
  /* line 10877, app/assets/stylesheets/style.scss */
  .mh-sm-400px {
    max-height: 400px !important;
  }
  /* line 10880, app/assets/stylesheets/style.scss */
  .mh-sm-425px {
    max-height: 425px !important;
  }
  /* line 10883, app/assets/stylesheets/style.scss */
  .mh-sm-450px {
    max-height: 450px !important;
  }
  /* line 10886, app/assets/stylesheets/style.scss */
  .mh-sm-475px {
    max-height: 475px !important;
  }
  /* line 10889, app/assets/stylesheets/style.scss */
  .mh-sm-500px {
    max-height: 500px !important;
  }
  /* line 10892, app/assets/stylesheets/style.scss */
  .mh-sm-550px {
    max-height: 550px !important;
  }
  /* line 10895, app/assets/stylesheets/style.scss */
  .mh-sm-600px {
    max-height: 600px !important;
  }
  /* line 10898, app/assets/stylesheets/style.scss */
  .mh-sm-650px {
    max-height: 650px !important;
  }
  /* line 10901, app/assets/stylesheets/style.scss */
  .mh-sm-700px {
    max-height: 700px !important;
  }
  /* line 10904, app/assets/stylesheets/style.scss */
  .mh-sm-750px {
    max-height: 750px !important;
  }
  /* line 10907, app/assets/stylesheets/style.scss */
  .mh-sm-800px {
    max-height: 800px !important;
  }
  /* line 10910, app/assets/stylesheets/style.scss */
  .mh-sm-850px {
    max-height: 850px !important;
  }
  /* line 10913, app/assets/stylesheets/style.scss */
  .mh-sm-900px {
    max-height: 900px !important;
  }
  /* line 10916, app/assets/stylesheets/style.scss */
  .mh-sm-950px {
    max-height: 950px !important;
  }
  /* line 10919, app/assets/stylesheets/style.scss */
  .mh-sm-1000px {
    max-height: 1000px !important;
  }
  /* line 10922, app/assets/stylesheets/style.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 10925, app/assets/stylesheets/style.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 10928, app/assets/stylesheets/style.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 10931, app/assets/stylesheets/style.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10934, app/assets/stylesheets/style.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10937, app/assets/stylesheets/style.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10940, app/assets/stylesheets/style.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10943, app/assets/stylesheets/style.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10946, app/assets/stylesheets/style.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10949, app/assets/stylesheets/style.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10952, app/assets/stylesheets/style.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10955, app/assets/stylesheets/style.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10958, app/assets/stylesheets/style.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 10961, app/assets/stylesheets/style.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 10964, app/assets/stylesheets/style.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 10967, app/assets/stylesheets/style.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 10970, app/assets/stylesheets/style.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 10973, app/assets/stylesheets/style.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 10976, app/assets/stylesheets/style.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 10979, app/assets/stylesheets/style.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 10982, app/assets/stylesheets/style.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 10985, app/assets/stylesheets/style.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 10988, app/assets/stylesheets/style.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 10991, app/assets/stylesheets/style.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 10994, app/assets/stylesheets/style.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 10997, app/assets/stylesheets/style.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 11000, app/assets/stylesheets/style.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 11003, app/assets/stylesheets/style.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 11006, app/assets/stylesheets/style.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 11009, app/assets/stylesheets/style.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 11012, app/assets/stylesheets/style.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 11015, app/assets/stylesheets/style.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 11018, app/assets/stylesheets/style.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 11021, app/assets/stylesheets/style.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 11024, app/assets/stylesheets/style.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 11027, app/assets/stylesheets/style.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 11030, app/assets/stylesheets/style.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 11033, app/assets/stylesheets/style.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 11036, app/assets/stylesheets/style.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 11039, app/assets/stylesheets/style.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 11042, app/assets/stylesheets/style.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 11045, app/assets/stylesheets/style.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 11048, app/assets/stylesheets/style.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 11051, app/assets/stylesheets/style.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 11054, app/assets/stylesheets/style.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 11057, app/assets/stylesheets/style.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 11060, app/assets/stylesheets/style.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 11063, app/assets/stylesheets/style.scss */
  .m-sm-4 {
    margin: 1rem !important;
  }
  /* line 11066, app/assets/stylesheets/style.scss */
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  /* line 11069, app/assets/stylesheets/style.scss */
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  /* line 11072, app/assets/stylesheets/style.scss */
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  /* line 11075, app/assets/stylesheets/style.scss */
  .m-sm-8 {
    margin: 2rem !important;
  }
  /* line 11078, app/assets/stylesheets/style.scss */
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  /* line 11081, app/assets/stylesheets/style.scss */
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  /* line 11084, app/assets/stylesheets/style.scss */
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  /* line 11087, app/assets/stylesheets/style.scss */
  .m-sm-12 {
    margin: 3rem !important;
  }
  /* line 11090, app/assets/stylesheets/style.scss */
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  /* line 11093, app/assets/stylesheets/style.scss */
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  /* line 11096, app/assets/stylesheets/style.scss */
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  /* line 11099, app/assets/stylesheets/style.scss */
  .m-sm-16 {
    margin: 4rem !important;
  }
  /* line 11102, app/assets/stylesheets/style.scss */
  .m-sm-17 {
    margin: 4.25rem !important;
  }
  /* line 11105, app/assets/stylesheets/style.scss */
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  /* line 11108, app/assets/stylesheets/style.scss */
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  /* line 11111, app/assets/stylesheets/style.scss */
  .m-sm-20 {
    margin: 5rem !important;
  }
  /* line 11114, app/assets/stylesheets/style.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 11117, app/assets/stylesheets/style.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 11121, app/assets/stylesheets/style.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 11125, app/assets/stylesheets/style.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 11129, app/assets/stylesheets/style.scss */
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 11133, app/assets/stylesheets/style.scss */
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 11137, app/assets/stylesheets/style.scss */
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 11141, app/assets/stylesheets/style.scss */
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 11145, app/assets/stylesheets/style.scss */
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 11149, app/assets/stylesheets/style.scss */
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 11153, app/assets/stylesheets/style.scss */
  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 11157, app/assets/stylesheets/style.scss */
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 11161, app/assets/stylesheets/style.scss */
  .mx-sm-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  /* line 11165, app/assets/stylesheets/style.scss */
  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 11169, app/assets/stylesheets/style.scss */
  .mx-sm-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  /* line 11173, app/assets/stylesheets/style.scss */
  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 11177, app/assets/stylesheets/style.scss */
  .mx-sm-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  /* line 11181, app/assets/stylesheets/style.scss */
  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 11185, app/assets/stylesheets/style.scss */
  .mx-sm-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  /* line 11189, app/assets/stylesheets/style.scss */
  .mx-sm-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 11193, app/assets/stylesheets/style.scss */
  .mx-sm-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  /* line 11197, app/assets/stylesheets/style.scss */
  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 11201, app/assets/stylesheets/style.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 11205, app/assets/stylesheets/style.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 11209, app/assets/stylesheets/style.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 11213, app/assets/stylesheets/style.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 11217, app/assets/stylesheets/style.scss */
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 11221, app/assets/stylesheets/style.scss */
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 11225, app/assets/stylesheets/style.scss */
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 11229, app/assets/stylesheets/style.scss */
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 11233, app/assets/stylesheets/style.scss */
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 11237, app/assets/stylesheets/style.scss */
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 11241, app/assets/stylesheets/style.scss */
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 11245, app/assets/stylesheets/style.scss */
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 11249, app/assets/stylesheets/style.scss */
  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 11253, app/assets/stylesheets/style.scss */
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 11257, app/assets/stylesheets/style.scss */
  .my-sm-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  /* line 11261, app/assets/stylesheets/style.scss */
  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 11265, app/assets/stylesheets/style.scss */
  .my-sm-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  /* line 11269, app/assets/stylesheets/style.scss */
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 11273, app/assets/stylesheets/style.scss */
  .my-sm-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  /* line 11277, app/assets/stylesheets/style.scss */
  .my-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 11281, app/assets/stylesheets/style.scss */
  .my-sm-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  /* line 11285, app/assets/stylesheets/style.scss */
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 11289, app/assets/stylesheets/style.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 11293, app/assets/stylesheets/style.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 11296, app/assets/stylesheets/style.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 11299, app/assets/stylesheets/style.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 11302, app/assets/stylesheets/style.scss */
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 11305, app/assets/stylesheets/style.scss */
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  /* line 11308, app/assets/stylesheets/style.scss */
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  /* line 11311, app/assets/stylesheets/style.scss */
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  /* line 11314, app/assets/stylesheets/style.scss */
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  /* line 11317, app/assets/stylesheets/style.scss */
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  /* line 11320, app/assets/stylesheets/style.scss */
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  /* line 11323, app/assets/stylesheets/style.scss */
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  /* line 11326, app/assets/stylesheets/style.scss */
  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }
  /* line 11329, app/assets/stylesheets/style.scss */
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  /* line 11332, app/assets/stylesheets/style.scss */
  .mt-sm-13 {
    margin-top: 3.25rem !important;
  }
  /* line 11335, app/assets/stylesheets/style.scss */
  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }
  /* line 11338, app/assets/stylesheets/style.scss */
  .mt-sm-15 {
    margin-top: 3.75rem !important;
  }
  /* line 11341, app/assets/stylesheets/style.scss */
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  /* line 11344, app/assets/stylesheets/style.scss */
  .mt-sm-17 {
    margin-top: 4.25rem !important;
  }
  /* line 11347, app/assets/stylesheets/style.scss */
  .mt-sm-18 {
    margin-top: 4.5rem !important;
  }
  /* line 11350, app/assets/stylesheets/style.scss */
  .mt-sm-19 {
    margin-top: 4.75rem !important;
  }
  /* line 11353, app/assets/stylesheets/style.scss */
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  /* line 11356, app/assets/stylesheets/style.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 11359, app/assets/stylesheets/style.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 11362, app/assets/stylesheets/style.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 11365, app/assets/stylesheets/style.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 11368, app/assets/stylesheets/style.scss */
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 11371, app/assets/stylesheets/style.scss */
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  /* line 11374, app/assets/stylesheets/style.scss */
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  /* line 11377, app/assets/stylesheets/style.scss */
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  /* line 11380, app/assets/stylesheets/style.scss */
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  /* line 11383, app/assets/stylesheets/style.scss */
  .me-sm-8 {
    margin-right: 2rem !important;
  }
  /* line 11386, app/assets/stylesheets/style.scss */
  .me-sm-9 {
    margin-right: 2.25rem !important;
  }
  /* line 11389, app/assets/stylesheets/style.scss */
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
  /* line 11392, app/assets/stylesheets/style.scss */
  .me-sm-11 {
    margin-right: 2.75rem !important;
  }
  /* line 11395, app/assets/stylesheets/style.scss */
  .me-sm-12 {
    margin-right: 3rem !important;
  }
  /* line 11398, app/assets/stylesheets/style.scss */
  .me-sm-13 {
    margin-right: 3.25rem !important;
  }
  /* line 11401, app/assets/stylesheets/style.scss */
  .me-sm-14 {
    margin-right: 3.5rem !important;
  }
  /* line 11404, app/assets/stylesheets/style.scss */
  .me-sm-15 {
    margin-right: 3.75rem !important;
  }
  /* line 11407, app/assets/stylesheets/style.scss */
  .me-sm-16 {
    margin-right: 4rem !important;
  }
  /* line 11410, app/assets/stylesheets/style.scss */
  .me-sm-17 {
    margin-right: 4.25rem !important;
  }
  /* line 11413, app/assets/stylesheets/style.scss */
  .me-sm-18 {
    margin-right: 4.5rem !important;
  }
  /* line 11416, app/assets/stylesheets/style.scss */
  .me-sm-19 {
    margin-right: 4.75rem !important;
  }
  /* line 11419, app/assets/stylesheets/style.scss */
  .me-sm-20 {
    margin-right: 5rem !important;
  }
  /* line 11422, app/assets/stylesheets/style.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 11425, app/assets/stylesheets/style.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 11428, app/assets/stylesheets/style.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 11431, app/assets/stylesheets/style.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 11434, app/assets/stylesheets/style.scss */
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 11437, app/assets/stylesheets/style.scss */
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  /* line 11440, app/assets/stylesheets/style.scss */
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 11443, app/assets/stylesheets/style.scss */
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11446, app/assets/stylesheets/style.scss */
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 11449, app/assets/stylesheets/style.scss */
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  /* line 11452, app/assets/stylesheets/style.scss */
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 11455, app/assets/stylesheets/style.scss */
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 11458, app/assets/stylesheets/style.scss */
  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 11461, app/assets/stylesheets/style.scss */
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  /* line 11464, app/assets/stylesheets/style.scss */
  .mb-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  /* line 11467, app/assets/stylesheets/style.scss */
  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 11470, app/assets/stylesheets/style.scss */
  .mb-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  /* line 11473, app/assets/stylesheets/style.scss */
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  /* line 11476, app/assets/stylesheets/style.scss */
  .mb-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  /* line 11479, app/assets/stylesheets/style.scss */
  .mb-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11482, app/assets/stylesheets/style.scss */
  .mb-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  /* line 11485, app/assets/stylesheets/style.scss */
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  /* line 11488, app/assets/stylesheets/style.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 11491, app/assets/stylesheets/style.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11494, app/assets/stylesheets/style.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11497, app/assets/stylesheets/style.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11500, app/assets/stylesheets/style.scss */
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11503, app/assets/stylesheets/style.scss */
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  /* line 11506, app/assets/stylesheets/style.scss */
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  /* line 11509, app/assets/stylesheets/style.scss */
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  /* line 11512, app/assets/stylesheets/style.scss */
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  /* line 11515, app/assets/stylesheets/style.scss */
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
  /* line 11518, app/assets/stylesheets/style.scss */
  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }
  /* line 11521, app/assets/stylesheets/style.scss */
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
  /* line 11524, app/assets/stylesheets/style.scss */
  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }
  /* line 11527, app/assets/stylesheets/style.scss */
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
  /* line 11530, app/assets/stylesheets/style.scss */
  .ms-sm-13 {
    margin-left: 3.25rem !important;
  }
  /* line 11533, app/assets/stylesheets/style.scss */
  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }
  /* line 11536, app/assets/stylesheets/style.scss */
  .ms-sm-15 {
    margin-left: 3.75rem !important;
  }
  /* line 11539, app/assets/stylesheets/style.scss */
  .ms-sm-16 {
    margin-left: 4rem !important;
  }
  /* line 11542, app/assets/stylesheets/style.scss */
  .ms-sm-17 {
    margin-left: 4.25rem !important;
  }
  /* line 11545, app/assets/stylesheets/style.scss */
  .ms-sm-18 {
    margin-left: 4.5rem !important;
  }
  /* line 11548, app/assets/stylesheets/style.scss */
  .ms-sm-19 {
    margin-left: 4.75rem !important;
  }
  /* line 11551, app/assets/stylesheets/style.scss */
  .ms-sm-20 {
    margin-left: 5rem !important;
  }
  /* line 11554, app/assets/stylesheets/style.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 11557, app/assets/stylesheets/style.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 11560, app/assets/stylesheets/style.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 11563, app/assets/stylesheets/style.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 11566, app/assets/stylesheets/style.scss */
  .m-sm-n4 {
    margin: -1rem !important;
  }
  /* line 11569, app/assets/stylesheets/style.scss */
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  /* line 11572, app/assets/stylesheets/style.scss */
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  /* line 11575, app/assets/stylesheets/style.scss */
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  /* line 11578, app/assets/stylesheets/style.scss */
  .m-sm-n8 {
    margin: -2rem !important;
  }
  /* line 11581, app/assets/stylesheets/style.scss */
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  /* line 11584, app/assets/stylesheets/style.scss */
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  /* line 11587, app/assets/stylesheets/style.scss */
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  /* line 11590, app/assets/stylesheets/style.scss */
  .m-sm-n12 {
    margin: -3rem !important;
  }
  /* line 11593, app/assets/stylesheets/style.scss */
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  /* line 11596, app/assets/stylesheets/style.scss */
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  /* line 11599, app/assets/stylesheets/style.scss */
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  /* line 11602, app/assets/stylesheets/style.scss */
  .m-sm-n16 {
    margin: -4rem !important;
  }
  /* line 11605, app/assets/stylesheets/style.scss */
  .m-sm-n17 {
    margin: -4.25rem !important;
  }
  /* line 11608, app/assets/stylesheets/style.scss */
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  /* line 11611, app/assets/stylesheets/style.scss */
  .m-sm-n19 {
    margin: -4.75rem !important;
  }
  /* line 11614, app/assets/stylesheets/style.scss */
  .m-sm-n20 {
    margin: -5rem !important;
  }
  /* line 11617, app/assets/stylesheets/style.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 11621, app/assets/stylesheets/style.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 11625, app/assets/stylesheets/style.scss */
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 11629, app/assets/stylesheets/style.scss */
  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 11633, app/assets/stylesheets/style.scss */
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 11637, app/assets/stylesheets/style.scss */
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 11641, app/assets/stylesheets/style.scss */
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  /* line 11645, app/assets/stylesheets/style.scss */
  .mx-sm-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 11649, app/assets/stylesheets/style.scss */
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 11653, app/assets/stylesheets/style.scss */
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 11657, app/assets/stylesheets/style.scss */
  .mx-sm-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  /* line 11661, app/assets/stylesheets/style.scss */
  .mx-sm-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 11665, app/assets/stylesheets/style.scss */
  .mx-sm-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  /* line 11669, app/assets/stylesheets/style.scss */
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 11673, app/assets/stylesheets/style.scss */
  .mx-sm-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  /* line 11677, app/assets/stylesheets/style.scss */
  .mx-sm-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 11681, app/assets/stylesheets/style.scss */
  .mx-sm-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  /* line 11685, app/assets/stylesheets/style.scss */
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 11689, app/assets/stylesheets/style.scss */
  .mx-sm-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  /* line 11693, app/assets/stylesheets/style.scss */
  .mx-sm-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 11697, app/assets/stylesheets/style.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 11701, app/assets/stylesheets/style.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 11705, app/assets/stylesheets/style.scss */
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 11709, app/assets/stylesheets/style.scss */
  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 11713, app/assets/stylesheets/style.scss */
  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 11717, app/assets/stylesheets/style.scss */
  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 11721, app/assets/stylesheets/style.scss */
  .my-sm-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 11725, app/assets/stylesheets/style.scss */
  .my-sm-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 11729, app/assets/stylesheets/style.scss */
  .my-sm-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 11733, app/assets/stylesheets/style.scss */
  .my-sm-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 11737, app/assets/stylesheets/style.scss */
  .my-sm-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 11741, app/assets/stylesheets/style.scss */
  .my-sm-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 11745, app/assets/stylesheets/style.scss */
  .my-sm-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  /* line 11749, app/assets/stylesheets/style.scss */
  .my-sm-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 11753, app/assets/stylesheets/style.scss */
  .my-sm-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  /* line 11757, app/assets/stylesheets/style.scss */
  .my-sm-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 11761, app/assets/stylesheets/style.scss */
  .my-sm-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  /* line 11765, app/assets/stylesheets/style.scss */
  .my-sm-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 11769, app/assets/stylesheets/style.scss */
  .my-sm-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  /* line 11773, app/assets/stylesheets/style.scss */
  .my-sm-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 11777, app/assets/stylesheets/style.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 11780, app/assets/stylesheets/style.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 11783, app/assets/stylesheets/style.scss */
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 11786, app/assets/stylesheets/style.scss */
  .mt-sm-n4 {
    margin-top: -1rem !important;
  }
  /* line 11789, app/assets/stylesheets/style.scss */
  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }
  /* line 11792, app/assets/stylesheets/style.scss */
  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }
  /* line 11795, app/assets/stylesheets/style.scss */
  .mt-sm-n7 {
    margin-top: -1.75rem !important;
  }
  /* line 11798, app/assets/stylesheets/style.scss */
  .mt-sm-n8 {
    margin-top: -2rem !important;
  }
  /* line 11801, app/assets/stylesheets/style.scss */
  .mt-sm-n9 {
    margin-top: -2.25rem !important;
  }
  /* line 11804, app/assets/stylesheets/style.scss */
  .mt-sm-n10 {
    margin-top: -2.5rem !important;
  }
  /* line 11807, app/assets/stylesheets/style.scss */
  .mt-sm-n11 {
    margin-top: -2.75rem !important;
  }
  /* line 11810, app/assets/stylesheets/style.scss */
  .mt-sm-n12 {
    margin-top: -3rem !important;
  }
  /* line 11813, app/assets/stylesheets/style.scss */
  .mt-sm-n13 {
    margin-top: -3.25rem !important;
  }
  /* line 11816, app/assets/stylesheets/style.scss */
  .mt-sm-n14 {
    margin-top: -3.5rem !important;
  }
  /* line 11819, app/assets/stylesheets/style.scss */
  .mt-sm-n15 {
    margin-top: -3.75rem !important;
  }
  /* line 11822, app/assets/stylesheets/style.scss */
  .mt-sm-n16 {
    margin-top: -4rem !important;
  }
  /* line 11825, app/assets/stylesheets/style.scss */
  .mt-sm-n17 {
    margin-top: -4.25rem !important;
  }
  /* line 11828, app/assets/stylesheets/style.scss */
  .mt-sm-n18 {
    margin-top: -4.5rem !important;
  }
  /* line 11831, app/assets/stylesheets/style.scss */
  .mt-sm-n19 {
    margin-top: -4.75rem !important;
  }
  /* line 11834, app/assets/stylesheets/style.scss */
  .mt-sm-n20 {
    margin-top: -5rem !important;
  }
  /* line 11837, app/assets/stylesheets/style.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 11840, app/assets/stylesheets/style.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 11843, app/assets/stylesheets/style.scss */
  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 11846, app/assets/stylesheets/style.scss */
  .me-sm-n4 {
    margin-right: -1rem !important;
  }
  /* line 11849, app/assets/stylesheets/style.scss */
  .me-sm-n5 {
    margin-right: -1.25rem !important;
  }
  /* line 11852, app/assets/stylesheets/style.scss */
  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }
  /* line 11855, app/assets/stylesheets/style.scss */
  .me-sm-n7 {
    margin-right: -1.75rem !important;
  }
  /* line 11858, app/assets/stylesheets/style.scss */
  .me-sm-n8 {
    margin-right: -2rem !important;
  }
  /* line 11861, app/assets/stylesheets/style.scss */
  .me-sm-n9 {
    margin-right: -2.25rem !important;
  }
  /* line 11864, app/assets/stylesheets/style.scss */
  .me-sm-n10 {
    margin-right: -2.5rem !important;
  }
  /* line 11867, app/assets/stylesheets/style.scss */
  .me-sm-n11 {
    margin-right: -2.75rem !important;
  }
  /* line 11870, app/assets/stylesheets/style.scss */
  .me-sm-n12 {
    margin-right: -3rem !important;
  }
  /* line 11873, app/assets/stylesheets/style.scss */
  .me-sm-n13 {
    margin-right: -3.25rem !important;
  }
  /* line 11876, app/assets/stylesheets/style.scss */
  .me-sm-n14 {
    margin-right: -3.5rem !important;
  }
  /* line 11879, app/assets/stylesheets/style.scss */
  .me-sm-n15 {
    margin-right: -3.75rem !important;
  }
  /* line 11882, app/assets/stylesheets/style.scss */
  .me-sm-n16 {
    margin-right: -4rem !important;
  }
  /* line 11885, app/assets/stylesheets/style.scss */
  .me-sm-n17 {
    margin-right: -4.25rem !important;
  }
  /* line 11888, app/assets/stylesheets/style.scss */
  .me-sm-n18 {
    margin-right: -4.5rem !important;
  }
  /* line 11891, app/assets/stylesheets/style.scss */
  .me-sm-n19 {
    margin-right: -4.75rem !important;
  }
  /* line 11894, app/assets/stylesheets/style.scss */
  .me-sm-n20 {
    margin-right: -5rem !important;
  }
  /* line 11897, app/assets/stylesheets/style.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 11900, app/assets/stylesheets/style.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 11903, app/assets/stylesheets/style.scss */
  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 11906, app/assets/stylesheets/style.scss */
  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }
  /* line 11909, app/assets/stylesheets/style.scss */
  .mb-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 11912, app/assets/stylesheets/style.scss */
  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 11915, app/assets/stylesheets/style.scss */
  .mb-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 11918, app/assets/stylesheets/style.scss */
  .mb-sm-n8 {
    margin-bottom: -2rem !important;
  }
  /* line 11921, app/assets/stylesheets/style.scss */
  .mb-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 11924, app/assets/stylesheets/style.scss */
  .mb-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 11927, app/assets/stylesheets/style.scss */
  .mb-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 11930, app/assets/stylesheets/style.scss */
  .mb-sm-n12 {
    margin-bottom: -3rem !important;
  }
  /* line 11933, app/assets/stylesheets/style.scss */
  .mb-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  /* line 11936, app/assets/stylesheets/style.scss */
  .mb-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 11939, app/assets/stylesheets/style.scss */
  .mb-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  /* line 11942, app/assets/stylesheets/style.scss */
  .mb-sm-n16 {
    margin-bottom: -4rem !important;
  }
  /* line 11945, app/assets/stylesheets/style.scss */
  .mb-sm-n17 {
    margin-bottom: -4.25rem !important;
  }
  /* line 11948, app/assets/stylesheets/style.scss */
  .mb-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  /* line 11951, app/assets/stylesheets/style.scss */
  .mb-sm-n19 {
    margin-bottom: -4.75rem !important;
  }
  /* line 11954, app/assets/stylesheets/style.scss */
  .mb-sm-n20 {
    margin-bottom: -5rem !important;
  }
  /* line 11957, app/assets/stylesheets/style.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 11960, app/assets/stylesheets/style.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 11963, app/assets/stylesheets/style.scss */
  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 11966, app/assets/stylesheets/style.scss */
  .ms-sm-n4 {
    margin-left: -1rem !important;
  }
  /* line 11969, app/assets/stylesheets/style.scss */
  .ms-sm-n5 {
    margin-left: -1.25rem !important;
  }
  /* line 11972, app/assets/stylesheets/style.scss */
  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }
  /* line 11975, app/assets/stylesheets/style.scss */
  .ms-sm-n7 {
    margin-left: -1.75rem !important;
  }
  /* line 11978, app/assets/stylesheets/style.scss */
  .ms-sm-n8 {
    margin-left: -2rem !important;
  }
  /* line 11981, app/assets/stylesheets/style.scss */
  .ms-sm-n9 {
    margin-left: -2.25rem !important;
  }
  /* line 11984, app/assets/stylesheets/style.scss */
  .ms-sm-n10 {
    margin-left: -2.5rem !important;
  }
  /* line 11987, app/assets/stylesheets/style.scss */
  .ms-sm-n11 {
    margin-left: -2.75rem !important;
  }
  /* line 11990, app/assets/stylesheets/style.scss */
  .ms-sm-n12 {
    margin-left: -3rem !important;
  }
  /* line 11993, app/assets/stylesheets/style.scss */
  .ms-sm-n13 {
    margin-left: -3.25rem !important;
  }
  /* line 11996, app/assets/stylesheets/style.scss */
  .ms-sm-n14 {
    margin-left: -3.5rem !important;
  }
  /* line 11999, app/assets/stylesheets/style.scss */
  .ms-sm-n15 {
    margin-left: -3.75rem !important;
  }
  /* line 12002, app/assets/stylesheets/style.scss */
  .ms-sm-n16 {
    margin-left: -4rem !important;
  }
  /* line 12005, app/assets/stylesheets/style.scss */
  .ms-sm-n17 {
    margin-left: -4.25rem !important;
  }
  /* line 12008, app/assets/stylesheets/style.scss */
  .ms-sm-n18 {
    margin-left: -4.5rem !important;
  }
  /* line 12011, app/assets/stylesheets/style.scss */
  .ms-sm-n19 {
    margin-left: -4.75rem !important;
  }
  /* line 12014, app/assets/stylesheets/style.scss */
  .ms-sm-n20 {
    margin-left: -5rem !important;
  }
  /* line 12017, app/assets/stylesheets/style.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12020, app/assets/stylesheets/style.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12023, app/assets/stylesheets/style.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12026, app/assets/stylesheets/style.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 12029, app/assets/stylesheets/style.scss */
  .p-sm-4 {
    padding: 1rem !important;
  }
  /* line 12032, app/assets/stylesheets/style.scss */
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  /* line 12035, app/assets/stylesheets/style.scss */
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  /* line 12038, app/assets/stylesheets/style.scss */
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  /* line 12041, app/assets/stylesheets/style.scss */
  .p-sm-8 {
    padding: 2rem !important;
  }
  /* line 12044, app/assets/stylesheets/style.scss */
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  /* line 12047, app/assets/stylesheets/style.scss */
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  /* line 12050, app/assets/stylesheets/style.scss */
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  /* line 12053, app/assets/stylesheets/style.scss */
  .p-sm-12 {
    padding: 3rem !important;
  }
  /* line 12056, app/assets/stylesheets/style.scss */
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  /* line 12059, app/assets/stylesheets/style.scss */
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  /* line 12062, app/assets/stylesheets/style.scss */
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  /* line 12065, app/assets/stylesheets/style.scss */
  .p-sm-16 {
    padding: 4rem !important;
  }
  /* line 12068, app/assets/stylesheets/style.scss */
  .p-sm-17 {
    padding: 4.25rem !important;
  }
  /* line 12071, app/assets/stylesheets/style.scss */
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  /* line 12074, app/assets/stylesheets/style.scss */
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  /* line 12077, app/assets/stylesheets/style.scss */
  .p-sm-20 {
    padding: 5rem !important;
  }
  /* line 12080, app/assets/stylesheets/style.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 12084, app/assets/stylesheets/style.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 12088, app/assets/stylesheets/style.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 12092, app/assets/stylesheets/style.scss */
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 12096, app/assets/stylesheets/style.scss */
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 12100, app/assets/stylesheets/style.scss */
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 12104, app/assets/stylesheets/style.scss */
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 12108, app/assets/stylesheets/style.scss */
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 12112, app/assets/stylesheets/style.scss */
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 12116, app/assets/stylesheets/style.scss */
  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 12120, app/assets/stylesheets/style.scss */
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 12124, app/assets/stylesheets/style.scss */
  .px-sm-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  /* line 12128, app/assets/stylesheets/style.scss */
  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 12132, app/assets/stylesheets/style.scss */
  .px-sm-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  /* line 12136, app/assets/stylesheets/style.scss */
  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 12140, app/assets/stylesheets/style.scss */
  .px-sm-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  /* line 12144, app/assets/stylesheets/style.scss */
  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 12148, app/assets/stylesheets/style.scss */
  .px-sm-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  /* line 12152, app/assets/stylesheets/style.scss */
  .px-sm-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 12156, app/assets/stylesheets/style.scss */
  .px-sm-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  /* line 12160, app/assets/stylesheets/style.scss */
  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 12164, app/assets/stylesheets/style.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12168, app/assets/stylesheets/style.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12172, app/assets/stylesheets/style.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12176, app/assets/stylesheets/style.scss */
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 12180, app/assets/stylesheets/style.scss */
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12184, app/assets/stylesheets/style.scss */
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 12188, app/assets/stylesheets/style.scss */
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12192, app/assets/stylesheets/style.scss */
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 12196, app/assets/stylesheets/style.scss */
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 12200, app/assets/stylesheets/style.scss */
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 12204, app/assets/stylesheets/style.scss */
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 12208, app/assets/stylesheets/style.scss */
  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 12212, app/assets/stylesheets/style.scss */
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 12216, app/assets/stylesheets/style.scss */
  .py-sm-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  /* line 12220, app/assets/stylesheets/style.scss */
  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 12224, app/assets/stylesheets/style.scss */
  .py-sm-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  /* line 12228, app/assets/stylesheets/style.scss */
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 12232, app/assets/stylesheets/style.scss */
  .py-sm-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  /* line 12236, app/assets/stylesheets/style.scss */
  .py-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 12240, app/assets/stylesheets/style.scss */
  .py-sm-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  /* line 12244, app/assets/stylesheets/style.scss */
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 12248, app/assets/stylesheets/style.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 12251, app/assets/stylesheets/style.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 12254, app/assets/stylesheets/style.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 12257, app/assets/stylesheets/style.scss */
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 12260, app/assets/stylesheets/style.scss */
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  /* line 12263, app/assets/stylesheets/style.scss */
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  /* line 12266, app/assets/stylesheets/style.scss */
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  /* line 12269, app/assets/stylesheets/style.scss */
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  /* line 12272, app/assets/stylesheets/style.scss */
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  /* line 12275, app/assets/stylesheets/style.scss */
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  /* line 12278, app/assets/stylesheets/style.scss */
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  /* line 12281, app/assets/stylesheets/style.scss */
  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }
  /* line 12284, app/assets/stylesheets/style.scss */
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  /* line 12287, app/assets/stylesheets/style.scss */
  .pt-sm-13 {
    padding-top: 3.25rem !important;
  }
  /* line 12290, app/assets/stylesheets/style.scss */
  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }
  /* line 12293, app/assets/stylesheets/style.scss */
  .pt-sm-15 {
    padding-top: 3.75rem !important;
  }
  /* line 12296, app/assets/stylesheets/style.scss */
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  /* line 12299, app/assets/stylesheets/style.scss */
  .pt-sm-17 {
    padding-top: 4.25rem !important;
  }
  /* line 12302, app/assets/stylesheets/style.scss */
  .pt-sm-18 {
    padding-top: 4.5rem !important;
  }
  /* line 12305, app/assets/stylesheets/style.scss */
  .pt-sm-19 {
    padding-top: 4.75rem !important;
  }
  /* line 12308, app/assets/stylesheets/style.scss */
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  /* line 12311, app/assets/stylesheets/style.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 12314, app/assets/stylesheets/style.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 12317, app/assets/stylesheets/style.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 12320, app/assets/stylesheets/style.scss */
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 12323, app/assets/stylesheets/style.scss */
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  /* line 12326, app/assets/stylesheets/style.scss */
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  /* line 12329, app/assets/stylesheets/style.scss */
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  /* line 12332, app/assets/stylesheets/style.scss */
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  /* line 12335, app/assets/stylesheets/style.scss */
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
  /* line 12338, app/assets/stylesheets/style.scss */
  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }
  /* line 12341, app/assets/stylesheets/style.scss */
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
  /* line 12344, app/assets/stylesheets/style.scss */
  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }
  /* line 12347, app/assets/stylesheets/style.scss */
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
  /* line 12350, app/assets/stylesheets/style.scss */
  .pe-sm-13 {
    padding-right: 3.25rem !important;
  }
  /* line 12353, app/assets/stylesheets/style.scss */
  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }
  /* line 12356, app/assets/stylesheets/style.scss */
  .pe-sm-15 {
    padding-right: 3.75rem !important;
  }
  /* line 12359, app/assets/stylesheets/style.scss */
  .pe-sm-16 {
    padding-right: 4rem !important;
  }
  /* line 12362, app/assets/stylesheets/style.scss */
  .pe-sm-17 {
    padding-right: 4.25rem !important;
  }
  /* line 12365, app/assets/stylesheets/style.scss */
  .pe-sm-18 {
    padding-right: 4.5rem !important;
  }
  /* line 12368, app/assets/stylesheets/style.scss */
  .pe-sm-19 {
    padding-right: 4.75rem !important;
  }
  /* line 12371, app/assets/stylesheets/style.scss */
  .pe-sm-20 {
    padding-right: 5rem !important;
  }
  /* line 12374, app/assets/stylesheets/style.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 12377, app/assets/stylesheets/style.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 12380, app/assets/stylesheets/style.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 12383, app/assets/stylesheets/style.scss */
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 12386, app/assets/stylesheets/style.scss */
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  /* line 12389, app/assets/stylesheets/style.scss */
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 12392, app/assets/stylesheets/style.scss */
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12395, app/assets/stylesheets/style.scss */
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 12398, app/assets/stylesheets/style.scss */
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  /* line 12401, app/assets/stylesheets/style.scss */
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 12404, app/assets/stylesheets/style.scss */
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 12407, app/assets/stylesheets/style.scss */
  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 12410, app/assets/stylesheets/style.scss */
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  /* line 12413, app/assets/stylesheets/style.scss */
  .pb-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  /* line 12416, app/assets/stylesheets/style.scss */
  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 12419, app/assets/stylesheets/style.scss */
  .pb-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  /* line 12422, app/assets/stylesheets/style.scss */
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  /* line 12425, app/assets/stylesheets/style.scss */
  .pb-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  /* line 12428, app/assets/stylesheets/style.scss */
  .pb-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  /* line 12431, app/assets/stylesheets/style.scss */
  .pb-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  /* line 12434, app/assets/stylesheets/style.scss */
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  /* line 12437, app/assets/stylesheets/style.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12440, app/assets/stylesheets/style.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12443, app/assets/stylesheets/style.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12446, app/assets/stylesheets/style.scss */
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 12449, app/assets/stylesheets/style.scss */
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  /* line 12452, app/assets/stylesheets/style.scss */
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  /* line 12455, app/assets/stylesheets/style.scss */
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  /* line 12458, app/assets/stylesheets/style.scss */
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  /* line 12461, app/assets/stylesheets/style.scss */
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
  /* line 12464, app/assets/stylesheets/style.scss */
  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }
  /* line 12467, app/assets/stylesheets/style.scss */
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
  /* line 12470, app/assets/stylesheets/style.scss */
  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }
  /* line 12473, app/assets/stylesheets/style.scss */
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
  /* line 12476, app/assets/stylesheets/style.scss */
  .ps-sm-13 {
    padding-left: 3.25rem !important;
  }
  /* line 12479, app/assets/stylesheets/style.scss */
  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }
  /* line 12482, app/assets/stylesheets/style.scss */
  .ps-sm-15 {
    padding-left: 3.75rem !important;
  }
  /* line 12485, app/assets/stylesheets/style.scss */
  .ps-sm-16 {
    padding-left: 4rem !important;
  }
  /* line 12488, app/assets/stylesheets/style.scss */
  .ps-sm-17 {
    padding-left: 4.25rem !important;
  }
  /* line 12491, app/assets/stylesheets/style.scss */
  .ps-sm-18 {
    padding-left: 4.5rem !important;
  }
  /* line 12494, app/assets/stylesheets/style.scss */
  .ps-sm-19 {
    padding-left: 4.75rem !important;
  }
  /* line 12497, app/assets/stylesheets/style.scss */
  .ps-sm-20 {
    padding-left: 5rem !important;
  }
  /* line 12500, app/assets/stylesheets/style.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 12503, app/assets/stylesheets/style.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 12506, app/assets/stylesheets/style.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 12509, app/assets/stylesheets/style.scss */
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  /* line 12512, app/assets/stylesheets/style.scss */
  .gap-sm-4 {
    gap: 1rem !important;
  }
  /* line 12515, app/assets/stylesheets/style.scss */
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  /* line 12518, app/assets/stylesheets/style.scss */
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  /* line 12521, app/assets/stylesheets/style.scss */
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  /* line 12524, app/assets/stylesheets/style.scss */
  .gap-sm-8 {
    gap: 2rem !important;
  }
  /* line 12527, app/assets/stylesheets/style.scss */
  .gap-sm-9 {
    gap: 2.25rem !important;
  }
  /* line 12530, app/assets/stylesheets/style.scss */
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
  /* line 12533, app/assets/stylesheets/style.scss */
  .gap-sm-11 {
    gap: 2.75rem !important;
  }
  /* line 12536, app/assets/stylesheets/style.scss */
  .gap-sm-12 {
    gap: 3rem !important;
  }
  /* line 12539, app/assets/stylesheets/style.scss */
  .gap-sm-13 {
    gap: 3.25rem !important;
  }
  /* line 12542, app/assets/stylesheets/style.scss */
  .gap-sm-14 {
    gap: 3.5rem !important;
  }
  /* line 12545, app/assets/stylesheets/style.scss */
  .gap-sm-15 {
    gap: 3.75rem !important;
  }
  /* line 12548, app/assets/stylesheets/style.scss */
  .gap-sm-16 {
    gap: 4rem !important;
  }
  /* line 12551, app/assets/stylesheets/style.scss */
  .gap-sm-17 {
    gap: 4.25rem !important;
  }
  /* line 12554, app/assets/stylesheets/style.scss */
  .gap-sm-18 {
    gap: 4.5rem !important;
  }
  /* line 12557, app/assets/stylesheets/style.scss */
  .gap-sm-19 {
    gap: 4.75rem !important;
  }
  /* line 12560, app/assets/stylesheets/style.scss */
  .gap-sm-20 {
    gap: 5rem !important;
  }
  /* line 12563, app/assets/stylesheets/style.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 12566, app/assets/stylesheets/style.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 12569, app/assets/stylesheets/style.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 12572, app/assets/stylesheets/style.scss */
  .row-gap-sm-3 {
    row-gap: 0.75rem !important;
  }
  /* line 12575, app/assets/stylesheets/style.scss */
  .row-gap-sm-4 {
    row-gap: 1rem !important;
  }
  /* line 12578, app/assets/stylesheets/style.scss */
  .row-gap-sm-5 {
    row-gap: 1.25rem !important;
  }
  /* line 12581, app/assets/stylesheets/style.scss */
  .row-gap-sm-6 {
    row-gap: 1.5rem !important;
  }
  /* line 12584, app/assets/stylesheets/style.scss */
  .row-gap-sm-7 {
    row-gap: 1.75rem !important;
  }
  /* line 12587, app/assets/stylesheets/style.scss */
  .row-gap-sm-8 {
    row-gap: 2rem !important;
  }
  /* line 12590, app/assets/stylesheets/style.scss */
  .row-gap-sm-9 {
    row-gap: 2.25rem !important;
  }
  /* line 12593, app/assets/stylesheets/style.scss */
  .row-gap-sm-10 {
    row-gap: 2.5rem !important;
  }
  /* line 12596, app/assets/stylesheets/style.scss */
  .row-gap-sm-11 {
    row-gap: 2.75rem !important;
  }
  /* line 12599, app/assets/stylesheets/style.scss */
  .row-gap-sm-12 {
    row-gap: 3rem !important;
  }
  /* line 12602, app/assets/stylesheets/style.scss */
  .row-gap-sm-13 {
    row-gap: 3.25rem !important;
  }
  /* line 12605, app/assets/stylesheets/style.scss */
  .row-gap-sm-14 {
    row-gap: 3.5rem !important;
  }
  /* line 12608, app/assets/stylesheets/style.scss */
  .row-gap-sm-15 {
    row-gap: 3.75rem !important;
  }
  /* line 12611, app/assets/stylesheets/style.scss */
  .row-gap-sm-16 {
    row-gap: 4rem !important;
  }
  /* line 12614, app/assets/stylesheets/style.scss */
  .row-gap-sm-17 {
    row-gap: 4.25rem !important;
  }
  /* line 12617, app/assets/stylesheets/style.scss */
  .row-gap-sm-18 {
    row-gap: 4.5rem !important;
  }
  /* line 12620, app/assets/stylesheets/style.scss */
  .row-gap-sm-19 {
    row-gap: 4.75rem !important;
  }
  /* line 12623, app/assets/stylesheets/style.scss */
  .row-gap-sm-20 {
    row-gap: 5rem !important;
  }
  /* line 12626, app/assets/stylesheets/style.scss */
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  /* line 12629, app/assets/stylesheets/style.scss */
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  /* line 12632, app/assets/stylesheets/style.scss */
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  /* line 12635, app/assets/stylesheets/style.scss */
  .column-gap-sm-3 {
    column-gap: 0.75rem !important;
  }
  /* line 12638, app/assets/stylesheets/style.scss */
  .column-gap-sm-4 {
    column-gap: 1rem !important;
  }
  /* line 12641, app/assets/stylesheets/style.scss */
  .column-gap-sm-5 {
    column-gap: 1.25rem !important;
  }
  /* line 12644, app/assets/stylesheets/style.scss */
  .column-gap-sm-6 {
    column-gap: 1.5rem !important;
  }
  /* line 12647, app/assets/stylesheets/style.scss */
  .column-gap-sm-7 {
    column-gap: 1.75rem !important;
  }
  /* line 12650, app/assets/stylesheets/style.scss */
  .column-gap-sm-8 {
    column-gap: 2rem !important;
  }
  /* line 12653, app/assets/stylesheets/style.scss */
  .column-gap-sm-9 {
    column-gap: 2.25rem !important;
  }
  /* line 12656, app/assets/stylesheets/style.scss */
  .column-gap-sm-10 {
    column-gap: 2.5rem !important;
  }
  /* line 12659, app/assets/stylesheets/style.scss */
  .column-gap-sm-11 {
    column-gap: 2.75rem !important;
  }
  /* line 12662, app/assets/stylesheets/style.scss */
  .column-gap-sm-12 {
    column-gap: 3rem !important;
  }
  /* line 12665, app/assets/stylesheets/style.scss */
  .column-gap-sm-13 {
    column-gap: 3.25rem !important;
  }
  /* line 12668, app/assets/stylesheets/style.scss */
  .column-gap-sm-14 {
    column-gap: 3.5rem !important;
  }
  /* line 12671, app/assets/stylesheets/style.scss */
  .column-gap-sm-15 {
    column-gap: 3.75rem !important;
  }
  /* line 12674, app/assets/stylesheets/style.scss */
  .column-gap-sm-16 {
    column-gap: 4rem !important;
  }
  /* line 12677, app/assets/stylesheets/style.scss */
  .column-gap-sm-17 {
    column-gap: 4.25rem !important;
  }
  /* line 12680, app/assets/stylesheets/style.scss */
  .column-gap-sm-18 {
    column-gap: 4.5rem !important;
  }
  /* line 12683, app/assets/stylesheets/style.scss */
  .column-gap-sm-19 {
    column-gap: 4.75rem !important;
  }
  /* line 12686, app/assets/stylesheets/style.scss */
  .column-gap-sm-20 {
    column-gap: 5rem !important;
  }
  /* line 12689, app/assets/stylesheets/style.scss */
  .fs-sm-1 {
    font-size: calc(1.3rem + .6vw) !important;
  }
  /* line 12692, app/assets/stylesheets/style.scss */
  .fs-sm-2 {
    font-size: calc(1.275rem + .3vw) !important;
  }
  /* line 12695, app/assets/stylesheets/style.scss */
  .fs-sm-3 {
    font-size: calc(1.26rem + .12vw) !important;
  }
  /* line 12698, app/assets/stylesheets/style.scss */
  .fs-sm-4 {
    font-size: 1.25rem !important;
  }
  /* line 12701, app/assets/stylesheets/style.scss */
  .fs-sm-5 {
    font-size: 1.15rem !important;
  }
  /* line 12704, app/assets/stylesheets/style.scss */
  .fs-sm-6 {
    font-size: 1.075rem !important;
  }
  /* line 12707, app/assets/stylesheets/style.scss */
  .fs-sm-7 {
    font-size: 0.95rem !important;
  }
  /* line 12710, app/assets/stylesheets/style.scss */
  .fs-sm-8 {
    font-size: 0.85rem !important;
  }
  /* line 12713, app/assets/stylesheets/style.scss */
  .fs-sm-9 {
    font-size: 0.75rem !important;
  }
  /* line 12716, app/assets/stylesheets/style.scss */
  .fs-sm-10 {
    font-size: 0.5rem !important;
  }
  /* line 12719, app/assets/stylesheets/style.scss */
  .fs-sm-base {
    font-size: 1rem !important;
  }
  /* line 12722, app/assets/stylesheets/style.scss */
  .fs-sm-fluid {
    font-size: 100% !important;
  }
  /* line 12725, app/assets/stylesheets/style.scss */
  .fs-sm-2x {
    font-size: calc(1.325rem + .9vw) !important;
  }
  /* line 12728, app/assets/stylesheets/style.scss */
  .fs-sm-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 12731, app/assets/stylesheets/style.scss */
  .fs-sm-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 12734, app/assets/stylesheets/style.scss */
  .fs-sm-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  /* line 12737, app/assets/stylesheets/style.scss */
  .fs-sm-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  /* line 12740, app/assets/stylesheets/style.scss */
  .fs-sm-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
  /* line 12743, app/assets/stylesheets/style.scss */
  .fs-sm-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  /* line 12746, app/assets/stylesheets/style.scss */
  .fs-sm-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }
  /* line 12749, app/assets/stylesheets/style.scss */
  .fs-sm-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  /* line 12752, app/assets/stylesheets/style.scss */
  .fs-sm-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }
  /* line 12755, app/assets/stylesheets/style.scss */
  .fs-sm-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  /* line 12758, app/assets/stylesheets/style.scss */
  .fs-sm-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }
  /* line 12761, app/assets/stylesheets/style.scss */
  .fs-sm-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  /* line 12764, app/assets/stylesheets/style.scss */
  .fs-sm-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
  /* line 12767, app/assets/stylesheets/style.scss */
  .fs-sm-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }
  /* line 12770, app/assets/stylesheets/style.scss */
  .fs-sm-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
  /* line 12773, app/assets/stylesheets/style.scss */
  .fs-sm-6x {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  /* line 12776, app/assets/stylesheets/style.scss */
  .fs-sm-6qx {
    font-size: calc(1.75rem + 6vw) !important;
  }
  /* line 12779, app/assets/stylesheets/style.scss */
  .fs-sm-6hx {
    font-size: calc(1.775rem + 6.3vw) !important;
  }
  /* line 12782, app/assets/stylesheets/style.scss */
  .fs-sm-6tx {
    font-size: calc(1.8rem + 6.6vw) !important;
  }
  /* line 12785, app/assets/stylesheets/style.scss */
  .fs-sm-7x {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  /* line 12788, app/assets/stylesheets/style.scss */
  .fs-sm-7qx {
    font-size: calc(1.85rem + 7.2vw) !important;
  }
  /* line 12791, app/assets/stylesheets/style.scss */
  .fs-sm-7hx {
    font-size: calc(1.875rem + 7.5vw) !important;
  }
  /* line 12794, app/assets/stylesheets/style.scss */
  .fs-sm-7tx {
    font-size: calc(1.9rem + 7.8vw) !important;
  }
  /* line 12797, app/assets/stylesheets/style.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 12800, app/assets/stylesheets/style.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 12803, app/assets/stylesheets/style.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 12806, app/assets/stylesheets/style.scss */
  .min-w-sm-unset {
    min-width: unset !important;
  }
  /* line 12809, app/assets/stylesheets/style.scss */
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  /* line 12812, app/assets/stylesheets/style.scss */
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  /* line 12815, app/assets/stylesheets/style.scss */
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  /* line 12818, app/assets/stylesheets/style.scss */
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  /* line 12821, app/assets/stylesheets/style.scss */
  .min-w-sm-auto {
    min-width: auto !important;
  }
  /* line 12824, app/assets/stylesheets/style.scss */
  .min-w-sm-1px {
    min-width: 1px !important;
  }
  /* line 12827, app/assets/stylesheets/style.scss */
  .min-w-sm-2px {
    min-width: 2px !important;
  }
  /* line 12830, app/assets/stylesheets/style.scss */
  .min-w-sm-3px {
    min-width: 3px !important;
  }
  /* line 12833, app/assets/stylesheets/style.scss */
  .min-w-sm-4px {
    min-width: 4px !important;
  }
  /* line 12836, app/assets/stylesheets/style.scss */
  .min-w-sm-5px {
    min-width: 5px !important;
  }
  /* line 12839, app/assets/stylesheets/style.scss */
  .min-w-sm-6px {
    min-width: 6px !important;
  }
  /* line 12842, app/assets/stylesheets/style.scss */
  .min-w-sm-7px {
    min-width: 7px !important;
  }
  /* line 12845, app/assets/stylesheets/style.scss */
  .min-w-sm-8px {
    min-width: 8px !important;
  }
  /* line 12848, app/assets/stylesheets/style.scss */
  .min-w-sm-9px {
    min-width: 9px !important;
  }
  /* line 12851, app/assets/stylesheets/style.scss */
  .min-w-sm-10px {
    min-width: 10px !important;
  }
  /* line 12854, app/assets/stylesheets/style.scss */
  .min-w-sm-15px {
    min-width: 15px !important;
  }
  /* line 12857, app/assets/stylesheets/style.scss */
  .min-w-sm-20px {
    min-width: 20px !important;
  }
  /* line 12860, app/assets/stylesheets/style.scss */
  .min-w-sm-25px {
    min-width: 25px !important;
  }
  /* line 12863, app/assets/stylesheets/style.scss */
  .min-w-sm-30px {
    min-width: 30px !important;
  }
  /* line 12866, app/assets/stylesheets/style.scss */
  .min-w-sm-35px {
    min-width: 35px !important;
  }
  /* line 12869, app/assets/stylesheets/style.scss */
  .min-w-sm-40px {
    min-width: 40px !important;
  }
  /* line 12872, app/assets/stylesheets/style.scss */
  .min-w-sm-45px {
    min-width: 45px !important;
  }
  /* line 12875, app/assets/stylesheets/style.scss */
  .min-w-sm-50px {
    min-width: 50px !important;
  }
  /* line 12878, app/assets/stylesheets/style.scss */
  .min-w-sm-55px {
    min-width: 55px !important;
  }
  /* line 12881, app/assets/stylesheets/style.scss */
  .min-w-sm-60px {
    min-width: 60px !important;
  }
  /* line 12884, app/assets/stylesheets/style.scss */
  .min-w-sm-65px {
    min-width: 65px !important;
  }
  /* line 12887, app/assets/stylesheets/style.scss */
  .min-w-sm-70px {
    min-width: 70px !important;
  }
  /* line 12890, app/assets/stylesheets/style.scss */
  .min-w-sm-75px {
    min-width: 75px !important;
  }
  /* line 12893, app/assets/stylesheets/style.scss */
  .min-w-sm-80px {
    min-width: 80px !important;
  }
  /* line 12896, app/assets/stylesheets/style.scss */
  .min-w-sm-85px {
    min-width: 85px !important;
  }
  /* line 12899, app/assets/stylesheets/style.scss */
  .min-w-sm-90px {
    min-width: 90px !important;
  }
  /* line 12902, app/assets/stylesheets/style.scss */
  .min-w-sm-95px {
    min-width: 95px !important;
  }
  /* line 12905, app/assets/stylesheets/style.scss */
  .min-w-sm-100px {
    min-width: 100px !important;
  }
  /* line 12908, app/assets/stylesheets/style.scss */
  .min-w-sm-125px {
    min-width: 125px !important;
  }
  /* line 12911, app/assets/stylesheets/style.scss */
  .min-w-sm-150px {
    min-width: 150px !important;
  }
  /* line 12914, app/assets/stylesheets/style.scss */
  .min-w-sm-175px {
    min-width: 175px !important;
  }
  /* line 12917, app/assets/stylesheets/style.scss */
  .min-w-sm-200px {
    min-width: 200px !important;
  }
  /* line 12920, app/assets/stylesheets/style.scss */
  .min-w-sm-225px {
    min-width: 225px !important;
  }
  /* line 12923, app/assets/stylesheets/style.scss */
  .min-w-sm-250px {
    min-width: 250px !important;
  }
  /* line 12926, app/assets/stylesheets/style.scss */
  .min-w-sm-275px {
    min-width: 275px !important;
  }
  /* line 12929, app/assets/stylesheets/style.scss */
  .min-w-sm-300px {
    min-width: 300px !important;
  }
  /* line 12932, app/assets/stylesheets/style.scss */
  .min-w-sm-325px {
    min-width: 325px !important;
  }
  /* line 12935, app/assets/stylesheets/style.scss */
  .min-w-sm-350px {
    min-width: 350px !important;
  }
  /* line 12938, app/assets/stylesheets/style.scss */
  .min-w-sm-375px {
    min-width: 375px !important;
  }
  /* line 12941, app/assets/stylesheets/style.scss */
  .min-w-sm-400px {
    min-width: 400px !important;
  }
  /* line 12944, app/assets/stylesheets/style.scss */
  .min-w-sm-425px {
    min-width: 425px !important;
  }
  /* line 12947, app/assets/stylesheets/style.scss */
  .min-w-sm-450px {
    min-width: 450px !important;
  }
  /* line 12950, app/assets/stylesheets/style.scss */
  .min-w-sm-475px {
    min-width: 475px !important;
  }
  /* line 12953, app/assets/stylesheets/style.scss */
  .min-w-sm-500px {
    min-width: 500px !important;
  }
  /* line 12956, app/assets/stylesheets/style.scss */
  .min-w-sm-550px {
    min-width: 550px !important;
  }
  /* line 12959, app/assets/stylesheets/style.scss */
  .min-w-sm-600px {
    min-width: 600px !important;
  }
  /* line 12962, app/assets/stylesheets/style.scss */
  .min-w-sm-650px {
    min-width: 650px !important;
  }
  /* line 12965, app/assets/stylesheets/style.scss */
  .min-w-sm-700px {
    min-width: 700px !important;
  }
  /* line 12968, app/assets/stylesheets/style.scss */
  .min-w-sm-750px {
    min-width: 750px !important;
  }
  /* line 12971, app/assets/stylesheets/style.scss */
  .min-w-sm-800px {
    min-width: 800px !important;
  }
  /* line 12974, app/assets/stylesheets/style.scss */
  .min-w-sm-850px {
    min-width: 850px !important;
  }
  /* line 12977, app/assets/stylesheets/style.scss */
  .min-w-sm-900px {
    min-width: 900px !important;
  }
  /* line 12980, app/assets/stylesheets/style.scss */
  .min-w-sm-950px {
    min-width: 950px !important;
  }
  /* line 12983, app/assets/stylesheets/style.scss */
  .min-w-sm-1000px {
    min-width: 1000px !important;
  }
  /* line 12986, app/assets/stylesheets/style.scss */
  .min-h-sm-unset {
    min-height: unset !important;
  }
  /* line 12989, app/assets/stylesheets/style.scss */
  .min-h-sm-25 {
    min-height: 25% !important;
  }
  /* line 12992, app/assets/stylesheets/style.scss */
  .min-h-sm-50 {
    min-height: 50% !important;
  }
  /* line 12995, app/assets/stylesheets/style.scss */
  .min-h-sm-75 {
    min-height: 75% !important;
  }
  /* line 12998, app/assets/stylesheets/style.scss */
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  /* line 13001, app/assets/stylesheets/style.scss */
  .min-h-sm-auto {
    min-height: auto !important;
  }
  /* line 13004, app/assets/stylesheets/style.scss */
  .min-h-sm-1px {
    min-height: 1px !important;
  }
  /* line 13007, app/assets/stylesheets/style.scss */
  .min-h-sm-2px {
    min-height: 2px !important;
  }
  /* line 13010, app/assets/stylesheets/style.scss */
  .min-h-sm-3px {
    min-height: 3px !important;
  }
  /* line 13013, app/assets/stylesheets/style.scss */
  .min-h-sm-4px {
    min-height: 4px !important;
  }
  /* line 13016, app/assets/stylesheets/style.scss */
  .min-h-sm-5px {
    min-height: 5px !important;
  }
  /* line 13019, app/assets/stylesheets/style.scss */
  .min-h-sm-6px {
    min-height: 6px !important;
  }
  /* line 13022, app/assets/stylesheets/style.scss */
  .min-h-sm-7px {
    min-height: 7px !important;
  }
  /* line 13025, app/assets/stylesheets/style.scss */
  .min-h-sm-8px {
    min-height: 8px !important;
  }
  /* line 13028, app/assets/stylesheets/style.scss */
  .min-h-sm-9px {
    min-height: 9px !important;
  }
  /* line 13031, app/assets/stylesheets/style.scss */
  .min-h-sm-10px {
    min-height: 10px !important;
  }
  /* line 13034, app/assets/stylesheets/style.scss */
  .min-h-sm-15px {
    min-height: 15px !important;
  }
  /* line 13037, app/assets/stylesheets/style.scss */
  .min-h-sm-20px {
    min-height: 20px !important;
  }
  /* line 13040, app/assets/stylesheets/style.scss */
  .min-h-sm-25px {
    min-height: 25px !important;
  }
  /* line 13043, app/assets/stylesheets/style.scss */
  .min-h-sm-30px {
    min-height: 30px !important;
  }
  /* line 13046, app/assets/stylesheets/style.scss */
  .min-h-sm-35px {
    min-height: 35px !important;
  }
  /* line 13049, app/assets/stylesheets/style.scss */
  .min-h-sm-40px {
    min-height: 40px !important;
  }
  /* line 13052, app/assets/stylesheets/style.scss */
  .min-h-sm-45px {
    min-height: 45px !important;
  }
  /* line 13055, app/assets/stylesheets/style.scss */
  .min-h-sm-50px {
    min-height: 50px !important;
  }
  /* line 13058, app/assets/stylesheets/style.scss */
  .min-h-sm-55px {
    min-height: 55px !important;
  }
  /* line 13061, app/assets/stylesheets/style.scss */
  .min-h-sm-60px {
    min-height: 60px !important;
  }
  /* line 13064, app/assets/stylesheets/style.scss */
  .min-h-sm-65px {
    min-height: 65px !important;
  }
  /* line 13067, app/assets/stylesheets/style.scss */
  .min-h-sm-70px {
    min-height: 70px !important;
  }
  /* line 13070, app/assets/stylesheets/style.scss */
  .min-h-sm-75px {
    min-height: 75px !important;
  }
  /* line 13073, app/assets/stylesheets/style.scss */
  .min-h-sm-80px {
    min-height: 80px !important;
  }
  /* line 13076, app/assets/stylesheets/style.scss */
  .min-h-sm-85px {
    min-height: 85px !important;
  }
  /* line 13079, app/assets/stylesheets/style.scss */
  .min-h-sm-90px {
    min-height: 90px !important;
  }
  /* line 13082, app/assets/stylesheets/style.scss */
  .min-h-sm-95px {
    min-height: 95px !important;
  }
  /* line 13085, app/assets/stylesheets/style.scss */
  .min-h-sm-100px {
    min-height: 100px !important;
  }
  /* line 13088, app/assets/stylesheets/style.scss */
  .min-h-sm-125px {
    min-height: 125px !important;
  }
  /* line 13091, app/assets/stylesheets/style.scss */
  .min-h-sm-150px {
    min-height: 150px !important;
  }
  /* line 13094, app/assets/stylesheets/style.scss */
  .min-h-sm-175px {
    min-height: 175px !important;
  }
  /* line 13097, app/assets/stylesheets/style.scss */
  .min-h-sm-200px {
    min-height: 200px !important;
  }
  /* line 13100, app/assets/stylesheets/style.scss */
  .min-h-sm-225px {
    min-height: 225px !important;
  }
  /* line 13103, app/assets/stylesheets/style.scss */
  .min-h-sm-250px {
    min-height: 250px !important;
  }
  /* line 13106, app/assets/stylesheets/style.scss */
  .min-h-sm-275px {
    min-height: 275px !important;
  }
  /* line 13109, app/assets/stylesheets/style.scss */
  .min-h-sm-300px {
    min-height: 300px !important;
  }
  /* line 13112, app/assets/stylesheets/style.scss */
  .min-h-sm-325px {
    min-height: 325px !important;
  }
  /* line 13115, app/assets/stylesheets/style.scss */
  .min-h-sm-350px {
    min-height: 350px !important;
  }
  /* line 13118, app/assets/stylesheets/style.scss */
  .min-h-sm-375px {
    min-height: 375px !important;
  }
  /* line 13121, app/assets/stylesheets/style.scss */
  .min-h-sm-400px {
    min-height: 400px !important;
  }
  /* line 13124, app/assets/stylesheets/style.scss */
  .min-h-sm-425px {
    min-height: 425px !important;
  }
  /* line 13127, app/assets/stylesheets/style.scss */
  .min-h-sm-450px {
    min-height: 450px !important;
  }
  /* line 13130, app/assets/stylesheets/style.scss */
  .min-h-sm-475px {
    min-height: 475px !important;
  }
  /* line 13133, app/assets/stylesheets/style.scss */
  .min-h-sm-500px {
    min-height: 500px !important;
  }
  /* line 13136, app/assets/stylesheets/style.scss */
  .min-h-sm-550px {
    min-height: 550px !important;
  }
  /* line 13139, app/assets/stylesheets/style.scss */
  .min-h-sm-600px {
    min-height: 600px !important;
  }
  /* line 13142, app/assets/stylesheets/style.scss */
  .min-h-sm-650px {
    min-height: 650px !important;
  }
  /* line 13145, app/assets/stylesheets/style.scss */
  .min-h-sm-700px {
    min-height: 700px !important;
  }
  /* line 13148, app/assets/stylesheets/style.scss */
  .min-h-sm-750px {
    min-height: 750px !important;
  }
  /* line 13151, app/assets/stylesheets/style.scss */
  .min-h-sm-800px {
    min-height: 800px !important;
  }
  /* line 13154, app/assets/stylesheets/style.scss */
  .min-h-sm-850px {
    min-height: 850px !important;
  }
  /* line 13157, app/assets/stylesheets/style.scss */
  .min-h-sm-900px {
    min-height: 900px !important;
  }
  /* line 13160, app/assets/stylesheets/style.scss */
  .min-h-sm-950px {
    min-height: 950px !important;
  }
  /* line 13163, app/assets/stylesheets/style.scss */
  .min-h-sm-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 768px) {
  /* line 13167, app/assets/stylesheets/style.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 13170, app/assets/stylesheets/style.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 13173, app/assets/stylesheets/style.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 13176, app/assets/stylesheets/style.scss */
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  /* line 13179, app/assets/stylesheets/style.scss */
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  /* line 13182, app/assets/stylesheets/style.scss */
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  /* line 13185, app/assets/stylesheets/style.scss */
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  /* line 13188, app/assets/stylesheets/style.scss */
  .object-fit-md-none {
    object-fit: none !important;
  }
  /* line 13191, app/assets/stylesheets/style.scss */
  .overflow-md-auto {
    overflow: auto !important;
  }
  /* line 13194, app/assets/stylesheets/style.scss */
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  /* line 13197, app/assets/stylesheets/style.scss */
  .overflow-md-visible {
    overflow: visible !important;
  }
  /* line 13200, app/assets/stylesheets/style.scss */
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  /* line 13203, app/assets/stylesheets/style.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13206, app/assets/stylesheets/style.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 13209, app/assets/stylesheets/style.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 13212, app/assets/stylesheets/style.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 13215, app/assets/stylesheets/style.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 13218, app/assets/stylesheets/style.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 13221, app/assets/stylesheets/style.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 13224, app/assets/stylesheets/style.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 13227, app/assets/stylesheets/style.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 13230, app/assets/stylesheets/style.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 13233, app/assets/stylesheets/style.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 13236, app/assets/stylesheets/style.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 13239, app/assets/stylesheets/style.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 13242, app/assets/stylesheets/style.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 13245, app/assets/stylesheets/style.scss */
  .position-md-sticky {
    position: sticky !important;
  }
  /* line 13248, app/assets/stylesheets/style.scss */
  .w-md-unset {
    width: unset !important;
  }
  /* line 13251, app/assets/stylesheets/style.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 13254, app/assets/stylesheets/style.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 13257, app/assets/stylesheets/style.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 13260, app/assets/stylesheets/style.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 13263, app/assets/stylesheets/style.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 13266, app/assets/stylesheets/style.scss */
  .w-md-1px {
    width: 1px !important;
  }
  /* line 13269, app/assets/stylesheets/style.scss */
  .w-md-2px {
    width: 2px !important;
  }
  /* line 13272, app/assets/stylesheets/style.scss */
  .w-md-3px {
    width: 3px !important;
  }
  /* line 13275, app/assets/stylesheets/style.scss */
  .w-md-4px {
    width: 4px !important;
  }
  /* line 13278, app/assets/stylesheets/style.scss */
  .w-md-5px {
    width: 5px !important;
  }
  /* line 13281, app/assets/stylesheets/style.scss */
  .w-md-6px {
    width: 6px !important;
  }
  /* line 13284, app/assets/stylesheets/style.scss */
  .w-md-7px {
    width: 7px !important;
  }
  /* line 13287, app/assets/stylesheets/style.scss */
  .w-md-8px {
    width: 8px !important;
  }
  /* line 13290, app/assets/stylesheets/style.scss */
  .w-md-9px {
    width: 9px !important;
  }
  /* line 13293, app/assets/stylesheets/style.scss */
  .w-md-10px {
    width: 10px !important;
  }
  /* line 13296, app/assets/stylesheets/style.scss */
  .w-md-15px {
    width: 15px !important;
  }
  /* line 13299, app/assets/stylesheets/style.scss */
  .w-md-20px {
    width: 20px !important;
  }
  /* line 13302, app/assets/stylesheets/style.scss */
  .w-md-25px {
    width: 25px !important;
  }
  /* line 13305, app/assets/stylesheets/style.scss */
  .w-md-30px {
    width: 30px !important;
  }
  /* line 13308, app/assets/stylesheets/style.scss */
  .w-md-35px {
    width: 35px !important;
  }
  /* line 13311, app/assets/stylesheets/style.scss */
  .w-md-40px {
    width: 40px !important;
  }
  /* line 13314, app/assets/stylesheets/style.scss */
  .w-md-45px {
    width: 45px !important;
  }
  /* line 13317, app/assets/stylesheets/style.scss */
  .w-md-50px {
    width: 50px !important;
  }
  /* line 13320, app/assets/stylesheets/style.scss */
  .w-md-55px {
    width: 55px !important;
  }
  /* line 13323, app/assets/stylesheets/style.scss */
  .w-md-60px {
    width: 60px !important;
  }
  /* line 13326, app/assets/stylesheets/style.scss */
  .w-md-65px {
    width: 65px !important;
  }
  /* line 13329, app/assets/stylesheets/style.scss */
  .w-md-70px {
    width: 70px !important;
  }
  /* line 13332, app/assets/stylesheets/style.scss */
  .w-md-75px {
    width: 75px !important;
  }
  /* line 13335, app/assets/stylesheets/style.scss */
  .w-md-80px {
    width: 80px !important;
  }
  /* line 13338, app/assets/stylesheets/style.scss */
  .w-md-85px {
    width: 85px !important;
  }
  /* line 13341, app/assets/stylesheets/style.scss */
  .w-md-90px {
    width: 90px !important;
  }
  /* line 13344, app/assets/stylesheets/style.scss */
  .w-md-95px {
    width: 95px !important;
  }
  /* line 13347, app/assets/stylesheets/style.scss */
  .w-md-100px {
    width: 100px !important;
  }
  /* line 13350, app/assets/stylesheets/style.scss */
  .w-md-125px {
    width: 125px !important;
  }
  /* line 13353, app/assets/stylesheets/style.scss */
  .w-md-150px {
    width: 150px !important;
  }
  /* line 13356, app/assets/stylesheets/style.scss */
  .w-md-175px {
    width: 175px !important;
  }
  /* line 13359, app/assets/stylesheets/style.scss */
  .w-md-200px {
    width: 200px !important;
  }
  /* line 13362, app/assets/stylesheets/style.scss */
  .w-md-225px {
    width: 225px !important;
  }
  /* line 13365, app/assets/stylesheets/style.scss */
  .w-md-250px {
    width: 250px !important;
  }
  /* line 13368, app/assets/stylesheets/style.scss */
  .w-md-275px {
    width: 275px !important;
  }
  /* line 13371, app/assets/stylesheets/style.scss */
  .w-md-300px {
    width: 300px !important;
  }
  /* line 13374, app/assets/stylesheets/style.scss */
  .w-md-325px {
    width: 325px !important;
  }
  /* line 13377, app/assets/stylesheets/style.scss */
  .w-md-350px {
    width: 350px !important;
  }
  /* line 13380, app/assets/stylesheets/style.scss */
  .w-md-375px {
    width: 375px !important;
  }
  /* line 13383, app/assets/stylesheets/style.scss */
  .w-md-400px {
    width: 400px !important;
  }
  /* line 13386, app/assets/stylesheets/style.scss */
  .w-md-425px {
    width: 425px !important;
  }
  /* line 13389, app/assets/stylesheets/style.scss */
  .w-md-450px {
    width: 450px !important;
  }
  /* line 13392, app/assets/stylesheets/style.scss */
  .w-md-475px {
    width: 475px !important;
  }
  /* line 13395, app/assets/stylesheets/style.scss */
  .w-md-500px {
    width: 500px !important;
  }
  /* line 13398, app/assets/stylesheets/style.scss */
  .w-md-550px {
    width: 550px !important;
  }
  /* line 13401, app/assets/stylesheets/style.scss */
  .w-md-600px {
    width: 600px !important;
  }
  /* line 13404, app/assets/stylesheets/style.scss */
  .w-md-650px {
    width: 650px !important;
  }
  /* line 13407, app/assets/stylesheets/style.scss */
  .w-md-700px {
    width: 700px !important;
  }
  /* line 13410, app/assets/stylesheets/style.scss */
  .w-md-750px {
    width: 750px !important;
  }
  /* line 13413, app/assets/stylesheets/style.scss */
  .w-md-800px {
    width: 800px !important;
  }
  /* line 13416, app/assets/stylesheets/style.scss */
  .w-md-850px {
    width: 850px !important;
  }
  /* line 13419, app/assets/stylesheets/style.scss */
  .w-md-900px {
    width: 900px !important;
  }
  /* line 13422, app/assets/stylesheets/style.scss */
  .w-md-950px {
    width: 950px !important;
  }
  /* line 13425, app/assets/stylesheets/style.scss */
  .w-md-1000px {
    width: 1000px !important;
  }
  /* line 13428, app/assets/stylesheets/style.scss */
  .mw-md-unset {
    max-width: unset !important;
  }
  /* line 13431, app/assets/stylesheets/style.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 13434, app/assets/stylesheets/style.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 13437, app/assets/stylesheets/style.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 13440, app/assets/stylesheets/style.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 13443, app/assets/stylesheets/style.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 13446, app/assets/stylesheets/style.scss */
  .mw-md-1px {
    max-width: 1px !important;
  }
  /* line 13449, app/assets/stylesheets/style.scss */
  .mw-md-2px {
    max-width: 2px !important;
  }
  /* line 13452, app/assets/stylesheets/style.scss */
  .mw-md-3px {
    max-width: 3px !important;
  }
  /* line 13455, app/assets/stylesheets/style.scss */
  .mw-md-4px {
    max-width: 4px !important;
  }
  /* line 13458, app/assets/stylesheets/style.scss */
  .mw-md-5px {
    max-width: 5px !important;
  }
  /* line 13461, app/assets/stylesheets/style.scss */
  .mw-md-6px {
    max-width: 6px !important;
  }
  /* line 13464, app/assets/stylesheets/style.scss */
  .mw-md-7px {
    max-width: 7px !important;
  }
  /* line 13467, app/assets/stylesheets/style.scss */
  .mw-md-8px {
    max-width: 8px !important;
  }
  /* line 13470, app/assets/stylesheets/style.scss */
  .mw-md-9px {
    max-width: 9px !important;
  }
  /* line 13473, app/assets/stylesheets/style.scss */
  .mw-md-10px {
    max-width: 10px !important;
  }
  /* line 13476, app/assets/stylesheets/style.scss */
  .mw-md-15px {
    max-width: 15px !important;
  }
  /* line 13479, app/assets/stylesheets/style.scss */
  .mw-md-20px {
    max-width: 20px !important;
  }
  /* line 13482, app/assets/stylesheets/style.scss */
  .mw-md-25px {
    max-width: 25px !important;
  }
  /* line 13485, app/assets/stylesheets/style.scss */
  .mw-md-30px {
    max-width: 30px !important;
  }
  /* line 13488, app/assets/stylesheets/style.scss */
  .mw-md-35px {
    max-width: 35px !important;
  }
  /* line 13491, app/assets/stylesheets/style.scss */
  .mw-md-40px {
    max-width: 40px !important;
  }
  /* line 13494, app/assets/stylesheets/style.scss */
  .mw-md-45px {
    max-width: 45px !important;
  }
  /* line 13497, app/assets/stylesheets/style.scss */
  .mw-md-50px {
    max-width: 50px !important;
  }
  /* line 13500, app/assets/stylesheets/style.scss */
  .mw-md-55px {
    max-width: 55px !important;
  }
  /* line 13503, app/assets/stylesheets/style.scss */
  .mw-md-60px {
    max-width: 60px !important;
  }
  /* line 13506, app/assets/stylesheets/style.scss */
  .mw-md-65px {
    max-width: 65px !important;
  }
  /* line 13509, app/assets/stylesheets/style.scss */
  .mw-md-70px {
    max-width: 70px !important;
  }
  /* line 13512, app/assets/stylesheets/style.scss */
  .mw-md-75px {
    max-width: 75px !important;
  }
  /* line 13515, app/assets/stylesheets/style.scss */
  .mw-md-80px {
    max-width: 80px !important;
  }
  /* line 13518, app/assets/stylesheets/style.scss */
  .mw-md-85px {
    max-width: 85px !important;
  }
  /* line 13521, app/assets/stylesheets/style.scss */
  .mw-md-90px {
    max-width: 90px !important;
  }
  /* line 13524, app/assets/stylesheets/style.scss */
  .mw-md-95px {
    max-width: 95px !important;
  }
  /* line 13527, app/assets/stylesheets/style.scss */
  .mw-md-100px {
    max-width: 100px !important;
  }
  /* line 13530, app/assets/stylesheets/style.scss */
  .mw-md-125px {
    max-width: 125px !important;
  }
  /* line 13533, app/assets/stylesheets/style.scss */
  .mw-md-150px {
    max-width: 150px !important;
  }
  /* line 13536, app/assets/stylesheets/style.scss */
  .mw-md-175px {
    max-width: 175px !important;
  }
  /* line 13539, app/assets/stylesheets/style.scss */
  .mw-md-200px {
    max-width: 200px !important;
  }
  /* line 13542, app/assets/stylesheets/style.scss */
  .mw-md-225px {
    max-width: 225px !important;
  }
  /* line 13545, app/assets/stylesheets/style.scss */
  .mw-md-250px {
    max-width: 250px !important;
  }
  /* line 13548, app/assets/stylesheets/style.scss */
  .mw-md-275px {
    max-width: 275px !important;
  }
  /* line 13551, app/assets/stylesheets/style.scss */
  .mw-md-300px {
    max-width: 300px !important;
  }
  /* line 13554, app/assets/stylesheets/style.scss */
  .mw-md-325px {
    max-width: 325px !important;
  }
  /* line 13557, app/assets/stylesheets/style.scss */
  .mw-md-350px {
    max-width: 350px !important;
  }
  /* line 13560, app/assets/stylesheets/style.scss */
  .mw-md-375px {
    max-width: 375px !important;
  }
  /* line 13563, app/assets/stylesheets/style.scss */
  .mw-md-400px {
    max-width: 400px !important;
  }
  /* line 13566, app/assets/stylesheets/style.scss */
  .mw-md-425px {
    max-width: 425px !important;
  }
  /* line 13569, app/assets/stylesheets/style.scss */
  .mw-md-450px {
    max-width: 450px !important;
  }
  /* line 13572, app/assets/stylesheets/style.scss */
  .mw-md-475px {
    max-width: 475px !important;
  }
  /* line 13575, app/assets/stylesheets/style.scss */
  .mw-md-500px {
    max-width: 500px !important;
  }
  /* line 13578, app/assets/stylesheets/style.scss */
  .mw-md-550px {
    max-width: 550px !important;
  }
  /* line 13581, app/assets/stylesheets/style.scss */
  .mw-md-600px {
    max-width: 600px !important;
  }
  /* line 13584, app/assets/stylesheets/style.scss */
  .mw-md-650px {
    max-width: 650px !important;
  }
  /* line 13587, app/assets/stylesheets/style.scss */
  .mw-md-700px {
    max-width: 700px !important;
  }
  /* line 13590, app/assets/stylesheets/style.scss */
  .mw-md-750px {
    max-width: 750px !important;
  }
  /* line 13593, app/assets/stylesheets/style.scss */
  .mw-md-800px {
    max-width: 800px !important;
  }
  /* line 13596, app/assets/stylesheets/style.scss */
  .mw-md-850px {
    max-width: 850px !important;
  }
  /* line 13599, app/assets/stylesheets/style.scss */
  .mw-md-900px {
    max-width: 900px !important;
  }
  /* line 13602, app/assets/stylesheets/style.scss */
  .mw-md-950px {
    max-width: 950px !important;
  }
  /* line 13605, app/assets/stylesheets/style.scss */
  .mw-md-1000px {
    max-width: 1000px !important;
  }
  /* line 13608, app/assets/stylesheets/style.scss */
  .h-md-unset {
    height: unset !important;
  }
  /* line 13611, app/assets/stylesheets/style.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 13614, app/assets/stylesheets/style.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 13617, app/assets/stylesheets/style.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 13620, app/assets/stylesheets/style.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 13623, app/assets/stylesheets/style.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 13626, app/assets/stylesheets/style.scss */
  .h-md-1px {
    height: 1px !important;
  }
  /* line 13629, app/assets/stylesheets/style.scss */
  .h-md-2px {
    height: 2px !important;
  }
  /* line 13632, app/assets/stylesheets/style.scss */
  .h-md-3px {
    height: 3px !important;
  }
  /* line 13635, app/assets/stylesheets/style.scss */
  .h-md-4px {
    height: 4px !important;
  }
  /* line 13638, app/assets/stylesheets/style.scss */
  .h-md-5px {
    height: 5px !important;
  }
  /* line 13641, app/assets/stylesheets/style.scss */
  .h-md-6px {
    height: 6px !important;
  }
  /* line 13644, app/assets/stylesheets/style.scss */
  .h-md-7px {
    height: 7px !important;
  }
  /* line 13647, app/assets/stylesheets/style.scss */
  .h-md-8px {
    height: 8px !important;
  }
  /* line 13650, app/assets/stylesheets/style.scss */
  .h-md-9px {
    height: 9px !important;
  }
  /* line 13653, app/assets/stylesheets/style.scss */
  .h-md-10px {
    height: 10px !important;
  }
  /* line 13656, app/assets/stylesheets/style.scss */
  .h-md-15px {
    height: 15px !important;
  }
  /* line 13659, app/assets/stylesheets/style.scss */
  .h-md-20px {
    height: 20px !important;
  }
  /* line 13662, app/assets/stylesheets/style.scss */
  .h-md-25px {
    height: 25px !important;
  }
  /* line 13665, app/assets/stylesheets/style.scss */
  .h-md-30px {
    height: 30px !important;
  }
  /* line 13668, app/assets/stylesheets/style.scss */
  .h-md-35px {
    height: 35px !important;
  }
  /* line 13671, app/assets/stylesheets/style.scss */
  .h-md-40px {
    height: 40px !important;
  }
  /* line 13674, app/assets/stylesheets/style.scss */
  .h-md-45px {
    height: 45px !important;
  }
  /* line 13677, app/assets/stylesheets/style.scss */
  .h-md-50px {
    height: 50px !important;
  }
  /* line 13680, app/assets/stylesheets/style.scss */
  .h-md-55px {
    height: 55px !important;
  }
  /* line 13683, app/assets/stylesheets/style.scss */
  .h-md-60px {
    height: 60px !important;
  }
  /* line 13686, app/assets/stylesheets/style.scss */
  .h-md-65px {
    height: 65px !important;
  }
  /* line 13689, app/assets/stylesheets/style.scss */
  .h-md-70px {
    height: 70px !important;
  }
  /* line 13692, app/assets/stylesheets/style.scss */
  .h-md-75px {
    height: 75px !important;
  }
  /* line 13695, app/assets/stylesheets/style.scss */
  .h-md-80px {
    height: 80px !important;
  }
  /* line 13698, app/assets/stylesheets/style.scss */
  .h-md-85px {
    height: 85px !important;
  }
  /* line 13701, app/assets/stylesheets/style.scss */
  .h-md-90px {
    height: 90px !important;
  }
  /* line 13704, app/assets/stylesheets/style.scss */
  .h-md-95px {
    height: 95px !important;
  }
  /* line 13707, app/assets/stylesheets/style.scss */
  .h-md-100px {
    height: 100px !important;
  }
  /* line 13710, app/assets/stylesheets/style.scss */
  .h-md-125px {
    height: 125px !important;
  }
  /* line 13713, app/assets/stylesheets/style.scss */
  .h-md-150px {
    height: 150px !important;
  }
  /* line 13716, app/assets/stylesheets/style.scss */
  .h-md-175px {
    height: 175px !important;
  }
  /* line 13719, app/assets/stylesheets/style.scss */
  .h-md-200px {
    height: 200px !important;
  }
  /* line 13722, app/assets/stylesheets/style.scss */
  .h-md-225px {
    height: 225px !important;
  }
  /* line 13725, app/assets/stylesheets/style.scss */
  .h-md-250px {
    height: 250px !important;
  }
  /* line 13728, app/assets/stylesheets/style.scss */
  .h-md-275px {
    height: 275px !important;
  }
  /* line 13731, app/assets/stylesheets/style.scss */
  .h-md-300px {
    height: 300px !important;
  }
  /* line 13734, app/assets/stylesheets/style.scss */
  .h-md-325px {
    height: 325px !important;
  }
  /* line 13737, app/assets/stylesheets/style.scss */
  .h-md-350px {
    height: 350px !important;
  }
  /* line 13740, app/assets/stylesheets/style.scss */
  .h-md-375px {
    height: 375px !important;
  }
  /* line 13743, app/assets/stylesheets/style.scss */
  .h-md-400px {
    height: 400px !important;
  }
  /* line 13746, app/assets/stylesheets/style.scss */
  .h-md-425px {
    height: 425px !important;
  }
  /* line 13749, app/assets/stylesheets/style.scss */
  .h-md-450px {
    height: 450px !important;
  }
  /* line 13752, app/assets/stylesheets/style.scss */
  .h-md-475px {
    height: 475px !important;
  }
  /* line 13755, app/assets/stylesheets/style.scss */
  .h-md-500px {
    height: 500px !important;
  }
  /* line 13758, app/assets/stylesheets/style.scss */
  .h-md-550px {
    height: 550px !important;
  }
  /* line 13761, app/assets/stylesheets/style.scss */
  .h-md-600px {
    height: 600px !important;
  }
  /* line 13764, app/assets/stylesheets/style.scss */
  .h-md-650px {
    height: 650px !important;
  }
  /* line 13767, app/assets/stylesheets/style.scss */
  .h-md-700px {
    height: 700px !important;
  }
  /* line 13770, app/assets/stylesheets/style.scss */
  .h-md-750px {
    height: 750px !important;
  }
  /* line 13773, app/assets/stylesheets/style.scss */
  .h-md-800px {
    height: 800px !important;
  }
  /* line 13776, app/assets/stylesheets/style.scss */
  .h-md-850px {
    height: 850px !important;
  }
  /* line 13779, app/assets/stylesheets/style.scss */
  .h-md-900px {
    height: 900px !important;
  }
  /* line 13782, app/assets/stylesheets/style.scss */
  .h-md-950px {
    height: 950px !important;
  }
  /* line 13785, app/assets/stylesheets/style.scss */
  .h-md-1000px {
    height: 1000px !important;
  }
  /* line 13788, app/assets/stylesheets/style.scss */
  .mh-md-unset {
    max-height: unset !important;
  }
  /* line 13791, app/assets/stylesheets/style.scss */
  .mh-md-25 {
    max-height: 25% !important;
  }
  /* line 13794, app/assets/stylesheets/style.scss */
  .mh-md-50 {
    max-height: 50% !important;
  }
  /* line 13797, app/assets/stylesheets/style.scss */
  .mh-md-75 {
    max-height: 75% !important;
  }
  /* line 13800, app/assets/stylesheets/style.scss */
  .mh-md-100 {
    max-height: 100% !important;
  }
  /* line 13803, app/assets/stylesheets/style.scss */
  .mh-md-auto {
    max-height: auto !important;
  }
  /* line 13806, app/assets/stylesheets/style.scss */
  .mh-md-1px {
    max-height: 1px !important;
  }
  /* line 13809, app/assets/stylesheets/style.scss */
  .mh-md-2px {
    max-height: 2px !important;
  }
  /* line 13812, app/assets/stylesheets/style.scss */
  .mh-md-3px {
    max-height: 3px !important;
  }
  /* line 13815, app/assets/stylesheets/style.scss */
  .mh-md-4px {
    max-height: 4px !important;
  }
  /* line 13818, app/assets/stylesheets/style.scss */
  .mh-md-5px {
    max-height: 5px !important;
  }
  /* line 13821, app/assets/stylesheets/style.scss */
  .mh-md-6px {
    max-height: 6px !important;
  }
  /* line 13824, app/assets/stylesheets/style.scss */
  .mh-md-7px {
    max-height: 7px !important;
  }
  /* line 13827, app/assets/stylesheets/style.scss */
  .mh-md-8px {
    max-height: 8px !important;
  }
  /* line 13830, app/assets/stylesheets/style.scss */
  .mh-md-9px {
    max-height: 9px !important;
  }
  /* line 13833, app/assets/stylesheets/style.scss */
  .mh-md-10px {
    max-height: 10px !important;
  }
  /* line 13836, app/assets/stylesheets/style.scss */
  .mh-md-15px {
    max-height: 15px !important;
  }
  /* line 13839, app/assets/stylesheets/style.scss */
  .mh-md-20px {
    max-height: 20px !important;
  }
  /* line 13842, app/assets/stylesheets/style.scss */
  .mh-md-25px {
    max-height: 25px !important;
  }
  /* line 13845, app/assets/stylesheets/style.scss */
  .mh-md-30px {
    max-height: 30px !important;
  }
  /* line 13848, app/assets/stylesheets/style.scss */
  .mh-md-35px {
    max-height: 35px !important;
  }
  /* line 13851, app/assets/stylesheets/style.scss */
  .mh-md-40px {
    max-height: 40px !important;
  }
  /* line 13854, app/assets/stylesheets/style.scss */
  .mh-md-45px {
    max-height: 45px !important;
  }
  /* line 13857, app/assets/stylesheets/style.scss */
  .mh-md-50px {
    max-height: 50px !important;
  }
  /* line 13860, app/assets/stylesheets/style.scss */
  .mh-md-55px {
    max-height: 55px !important;
  }
  /* line 13863, app/assets/stylesheets/style.scss */
  .mh-md-60px {
    max-height: 60px !important;
  }
  /* line 13866, app/assets/stylesheets/style.scss */
  .mh-md-65px {
    max-height: 65px !important;
  }
  /* line 13869, app/assets/stylesheets/style.scss */
  .mh-md-70px {
    max-height: 70px !important;
  }
  /* line 13872, app/assets/stylesheets/style.scss */
  .mh-md-75px {
    max-height: 75px !important;
  }
  /* line 13875, app/assets/stylesheets/style.scss */
  .mh-md-80px {
    max-height: 80px !important;
  }
  /* line 13878, app/assets/stylesheets/style.scss */
  .mh-md-85px {
    max-height: 85px !important;
  }
  /* line 13881, app/assets/stylesheets/style.scss */
  .mh-md-90px {
    max-height: 90px !important;
  }
  /* line 13884, app/assets/stylesheets/style.scss */
  .mh-md-95px {
    max-height: 95px !important;
  }
  /* line 13887, app/assets/stylesheets/style.scss */
  .mh-md-100px {
    max-height: 100px !important;
  }
  /* line 13890, app/assets/stylesheets/style.scss */
  .mh-md-125px {
    max-height: 125px !important;
  }
  /* line 13893, app/assets/stylesheets/style.scss */
  .mh-md-150px {
    max-height: 150px !important;
  }
  /* line 13896, app/assets/stylesheets/style.scss */
  .mh-md-175px {
    max-height: 175px !important;
  }
  /* line 13899, app/assets/stylesheets/style.scss */
  .mh-md-200px {
    max-height: 200px !important;
  }
  /* line 13902, app/assets/stylesheets/style.scss */
  .mh-md-225px {
    max-height: 225px !important;
  }
  /* line 13905, app/assets/stylesheets/style.scss */
  .mh-md-250px {
    max-height: 250px !important;
  }
  /* line 13908, app/assets/stylesheets/style.scss */
  .mh-md-275px {
    max-height: 275px !important;
  }
  /* line 13911, app/assets/stylesheets/style.scss */
  .mh-md-300px {
    max-height: 300px !important;
  }
  /* line 13914, app/assets/stylesheets/style.scss */
  .mh-md-325px {
    max-height: 325px !important;
  }
  /* line 13917, app/assets/stylesheets/style.scss */
  .mh-md-350px {
    max-height: 350px !important;
  }
  /* line 13920, app/assets/stylesheets/style.scss */
  .mh-md-375px {
    max-height: 375px !important;
  }
  /* line 13923, app/assets/stylesheets/style.scss */
  .mh-md-400px {
    max-height: 400px !important;
  }
  /* line 13926, app/assets/stylesheets/style.scss */
  .mh-md-425px {
    max-height: 425px !important;
  }
  /* line 13929, app/assets/stylesheets/style.scss */
  .mh-md-450px {
    max-height: 450px !important;
  }
  /* line 13932, app/assets/stylesheets/style.scss */
  .mh-md-475px {
    max-height: 475px !important;
  }
  /* line 13935, app/assets/stylesheets/style.scss */
  .mh-md-500px {
    max-height: 500px !important;
  }
  /* line 13938, app/assets/stylesheets/style.scss */
  .mh-md-550px {
    max-height: 550px !important;
  }
  /* line 13941, app/assets/stylesheets/style.scss */
  .mh-md-600px {
    max-height: 600px !important;
  }
  /* line 13944, app/assets/stylesheets/style.scss */
  .mh-md-650px {
    max-height: 650px !important;
  }
  /* line 13947, app/assets/stylesheets/style.scss */
  .mh-md-700px {
    max-height: 700px !important;
  }
  /* line 13950, app/assets/stylesheets/style.scss */
  .mh-md-750px {
    max-height: 750px !important;
  }
  /* line 13953, app/assets/stylesheets/style.scss */
  .mh-md-800px {
    max-height: 800px !important;
  }
  /* line 13956, app/assets/stylesheets/style.scss */
  .mh-md-850px {
    max-height: 850px !important;
  }
  /* line 13959, app/assets/stylesheets/style.scss */
  .mh-md-900px {
    max-height: 900px !important;
  }
  /* line 13962, app/assets/stylesheets/style.scss */
  .mh-md-950px {
    max-height: 950px !important;
  }
  /* line 13965, app/assets/stylesheets/style.scss */
  .mh-md-1000px {
    max-height: 1000px !important;
  }
  /* line 13968, app/assets/stylesheets/style.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 13971, app/assets/stylesheets/style.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 13974, app/assets/stylesheets/style.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13977, app/assets/stylesheets/style.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 13980, app/assets/stylesheets/style.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 13983, app/assets/stylesheets/style.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 13986, app/assets/stylesheets/style.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 13989, app/assets/stylesheets/style.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 13992, app/assets/stylesheets/style.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 13995, app/assets/stylesheets/style.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13998, app/assets/stylesheets/style.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14001, app/assets/stylesheets/style.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14004, app/assets/stylesheets/style.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 14007, app/assets/stylesheets/style.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 14010, app/assets/stylesheets/style.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 14013, app/assets/stylesheets/style.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 14016, app/assets/stylesheets/style.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 14019, app/assets/stylesheets/style.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14022, app/assets/stylesheets/style.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 14025, app/assets/stylesheets/style.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 14028, app/assets/stylesheets/style.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 14031, app/assets/stylesheets/style.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 14034, app/assets/stylesheets/style.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 14037, app/assets/stylesheets/style.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 14040, app/assets/stylesheets/style.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 14043, app/assets/stylesheets/style.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 14046, app/assets/stylesheets/style.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 14049, app/assets/stylesheets/style.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 14052, app/assets/stylesheets/style.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 14055, app/assets/stylesheets/style.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 14058, app/assets/stylesheets/style.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 14061, app/assets/stylesheets/style.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 14064, app/assets/stylesheets/style.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 14067, app/assets/stylesheets/style.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 14070, app/assets/stylesheets/style.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 14073, app/assets/stylesheets/style.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 14076, app/assets/stylesheets/style.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 14079, app/assets/stylesheets/style.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 14082, app/assets/stylesheets/style.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 14085, app/assets/stylesheets/style.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 14088, app/assets/stylesheets/style.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 14091, app/assets/stylesheets/style.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 14094, app/assets/stylesheets/style.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 14097, app/assets/stylesheets/style.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 14100, app/assets/stylesheets/style.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 14103, app/assets/stylesheets/style.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 14106, app/assets/stylesheets/style.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 14109, app/assets/stylesheets/style.scss */
  .m-md-4 {
    margin: 1rem !important;
  }
  /* line 14112, app/assets/stylesheets/style.scss */
  .m-md-5 {
    margin: 1.25rem !important;
  }
  /* line 14115, app/assets/stylesheets/style.scss */
  .m-md-6 {
    margin: 1.5rem !important;
  }
  /* line 14118, app/assets/stylesheets/style.scss */
  .m-md-7 {
    margin: 1.75rem !important;
  }
  /* line 14121, app/assets/stylesheets/style.scss */
  .m-md-8 {
    margin: 2rem !important;
  }
  /* line 14124, app/assets/stylesheets/style.scss */
  .m-md-9 {
    margin: 2.25rem !important;
  }
  /* line 14127, app/assets/stylesheets/style.scss */
  .m-md-10 {
    margin: 2.5rem !important;
  }
  /* line 14130, app/assets/stylesheets/style.scss */
  .m-md-11 {
    margin: 2.75rem !important;
  }
  /* line 14133, app/assets/stylesheets/style.scss */
  .m-md-12 {
    margin: 3rem !important;
  }
  /* line 14136, app/assets/stylesheets/style.scss */
  .m-md-13 {
    margin: 3.25rem !important;
  }
  /* line 14139, app/assets/stylesheets/style.scss */
  .m-md-14 {
    margin: 3.5rem !important;
  }
  /* line 14142, app/assets/stylesheets/style.scss */
  .m-md-15 {
    margin: 3.75rem !important;
  }
  /* line 14145, app/assets/stylesheets/style.scss */
  .m-md-16 {
    margin: 4rem !important;
  }
  /* line 14148, app/assets/stylesheets/style.scss */
  .m-md-17 {
    margin: 4.25rem !important;
  }
  /* line 14151, app/assets/stylesheets/style.scss */
  .m-md-18 {
    margin: 4.5rem !important;
  }
  /* line 14154, app/assets/stylesheets/style.scss */
  .m-md-19 {
    margin: 4.75rem !important;
  }
  /* line 14157, app/assets/stylesheets/style.scss */
  .m-md-20 {
    margin: 5rem !important;
  }
  /* line 14160, app/assets/stylesheets/style.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 14163, app/assets/stylesheets/style.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14167, app/assets/stylesheets/style.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 14171, app/assets/stylesheets/style.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 14175, app/assets/stylesheets/style.scss */
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 14179, app/assets/stylesheets/style.scss */
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14183, app/assets/stylesheets/style.scss */
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 14187, app/assets/stylesheets/style.scss */
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14191, app/assets/stylesheets/style.scss */
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 14195, app/assets/stylesheets/style.scss */
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 14199, app/assets/stylesheets/style.scss */
  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 14203, app/assets/stylesheets/style.scss */
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 14207, app/assets/stylesheets/style.scss */
  .mx-md-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  /* line 14211, app/assets/stylesheets/style.scss */
  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14215, app/assets/stylesheets/style.scss */
  .mx-md-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  /* line 14219, app/assets/stylesheets/style.scss */
  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 14223, app/assets/stylesheets/style.scss */
  .mx-md-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  /* line 14227, app/assets/stylesheets/style.scss */
  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 14231, app/assets/stylesheets/style.scss */
  .mx-md-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  /* line 14235, app/assets/stylesheets/style.scss */
  .mx-md-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 14239, app/assets/stylesheets/style.scss */
  .mx-md-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  /* line 14243, app/assets/stylesheets/style.scss */
  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 14247, app/assets/stylesheets/style.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 14251, app/assets/stylesheets/style.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 14255, app/assets/stylesheets/style.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 14259, app/assets/stylesheets/style.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 14263, app/assets/stylesheets/style.scss */
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 14267, app/assets/stylesheets/style.scss */
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 14271, app/assets/stylesheets/style.scss */
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 14275, app/assets/stylesheets/style.scss */
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 14279, app/assets/stylesheets/style.scss */
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 14283, app/assets/stylesheets/style.scss */
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 14287, app/assets/stylesheets/style.scss */
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 14291, app/assets/stylesheets/style.scss */
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 14295, app/assets/stylesheets/style.scss */
  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 14299, app/assets/stylesheets/style.scss */
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 14303, app/assets/stylesheets/style.scss */
  .my-md-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  /* line 14307, app/assets/stylesheets/style.scss */
  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 14311, app/assets/stylesheets/style.scss */
  .my-md-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  /* line 14315, app/assets/stylesheets/style.scss */
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 14319, app/assets/stylesheets/style.scss */
  .my-md-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  /* line 14323, app/assets/stylesheets/style.scss */
  .my-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 14327, app/assets/stylesheets/style.scss */
  .my-md-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  /* line 14331, app/assets/stylesheets/style.scss */
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 14335, app/assets/stylesheets/style.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 14339, app/assets/stylesheets/style.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 14342, app/assets/stylesheets/style.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14345, app/assets/stylesheets/style.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14348, app/assets/stylesheets/style.scss */
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 14351, app/assets/stylesheets/style.scss */
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  /* line 14354, app/assets/stylesheets/style.scss */
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  /* line 14357, app/assets/stylesheets/style.scss */
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  /* line 14360, app/assets/stylesheets/style.scss */
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  /* line 14363, app/assets/stylesheets/style.scss */
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  /* line 14366, app/assets/stylesheets/style.scss */
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  /* line 14369, app/assets/stylesheets/style.scss */
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  /* line 14372, app/assets/stylesheets/style.scss */
  .mt-md-11 {
    margin-top: 2.75rem !important;
  }
  /* line 14375, app/assets/stylesheets/style.scss */
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  /* line 14378, app/assets/stylesheets/style.scss */
  .mt-md-13 {
    margin-top: 3.25rem !important;
  }
  /* line 14381, app/assets/stylesheets/style.scss */
  .mt-md-14 {
    margin-top: 3.5rem !important;
  }
  /* line 14384, app/assets/stylesheets/style.scss */
  .mt-md-15 {
    margin-top: 3.75rem !important;
  }
  /* line 14387, app/assets/stylesheets/style.scss */
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  /* line 14390, app/assets/stylesheets/style.scss */
  .mt-md-17 {
    margin-top: 4.25rem !important;
  }
  /* line 14393, app/assets/stylesheets/style.scss */
  .mt-md-18 {
    margin-top: 4.5rem !important;
  }
  /* line 14396, app/assets/stylesheets/style.scss */
  .mt-md-19 {
    margin-top: 4.75rem !important;
  }
  /* line 14399, app/assets/stylesheets/style.scss */
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  /* line 14402, app/assets/stylesheets/style.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 14405, app/assets/stylesheets/style.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 14408, app/assets/stylesheets/style.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 14411, app/assets/stylesheets/style.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 14414, app/assets/stylesheets/style.scss */
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 14417, app/assets/stylesheets/style.scss */
  .me-md-4 {
    margin-right: 1rem !important;
  }
  /* line 14420, app/assets/stylesheets/style.scss */
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  /* line 14423, app/assets/stylesheets/style.scss */
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  /* line 14426, app/assets/stylesheets/style.scss */
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  /* line 14429, app/assets/stylesheets/style.scss */
  .me-md-8 {
    margin-right: 2rem !important;
  }
  /* line 14432, app/assets/stylesheets/style.scss */
  .me-md-9 {
    margin-right: 2.25rem !important;
  }
  /* line 14435, app/assets/stylesheets/style.scss */
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
  /* line 14438, app/assets/stylesheets/style.scss */
  .me-md-11 {
    margin-right: 2.75rem !important;
  }
  /* line 14441, app/assets/stylesheets/style.scss */
  .me-md-12 {
    margin-right: 3rem !important;
  }
  /* line 14444, app/assets/stylesheets/style.scss */
  .me-md-13 {
    margin-right: 3.25rem !important;
  }
  /* line 14447, app/assets/stylesheets/style.scss */
  .me-md-14 {
    margin-right: 3.5rem !important;
  }
  /* line 14450, app/assets/stylesheets/style.scss */
  .me-md-15 {
    margin-right: 3.75rem !important;
  }
  /* line 14453, app/assets/stylesheets/style.scss */
  .me-md-16 {
    margin-right: 4rem !important;
  }
  /* line 14456, app/assets/stylesheets/style.scss */
  .me-md-17 {
    margin-right: 4.25rem !important;
  }
  /* line 14459, app/assets/stylesheets/style.scss */
  .me-md-18 {
    margin-right: 4.5rem !important;
  }
  /* line 14462, app/assets/stylesheets/style.scss */
  .me-md-19 {
    margin-right: 4.75rem !important;
  }
  /* line 14465, app/assets/stylesheets/style.scss */
  .me-md-20 {
    margin-right: 5rem !important;
  }
  /* line 14468, app/assets/stylesheets/style.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 14471, app/assets/stylesheets/style.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 14474, app/assets/stylesheets/style.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 14477, app/assets/stylesheets/style.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 14480, app/assets/stylesheets/style.scss */
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 14483, app/assets/stylesheets/style.scss */
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  /* line 14486, app/assets/stylesheets/style.scss */
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 14489, app/assets/stylesheets/style.scss */
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14492, app/assets/stylesheets/style.scss */
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 14495, app/assets/stylesheets/style.scss */
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  /* line 14498, app/assets/stylesheets/style.scss */
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 14501, app/assets/stylesheets/style.scss */
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 14504, app/assets/stylesheets/style.scss */
  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 14507, app/assets/stylesheets/style.scss */
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  /* line 14510, app/assets/stylesheets/style.scss */
  .mb-md-13 {
    margin-bottom: 3.25rem !important;
  }
  /* line 14513, app/assets/stylesheets/style.scss */
  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 14516, app/assets/stylesheets/style.scss */
  .mb-md-15 {
    margin-bottom: 3.75rem !important;
  }
  /* line 14519, app/assets/stylesheets/style.scss */
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  /* line 14522, app/assets/stylesheets/style.scss */
  .mb-md-17 {
    margin-bottom: 4.25rem !important;
  }
  /* line 14525, app/assets/stylesheets/style.scss */
  .mb-md-18 {
    margin-bottom: 4.5rem !important;
  }
  /* line 14528, app/assets/stylesheets/style.scss */
  .mb-md-19 {
    margin-bottom: 4.75rem !important;
  }
  /* line 14531, app/assets/stylesheets/style.scss */
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  /* line 14534, app/assets/stylesheets/style.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 14537, app/assets/stylesheets/style.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 14540, app/assets/stylesheets/style.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 14543, app/assets/stylesheets/style.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 14546, app/assets/stylesheets/style.scss */
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 14549, app/assets/stylesheets/style.scss */
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  /* line 14552, app/assets/stylesheets/style.scss */
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  /* line 14555, app/assets/stylesheets/style.scss */
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  /* line 14558, app/assets/stylesheets/style.scss */
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  /* line 14561, app/assets/stylesheets/style.scss */
  .ms-md-8 {
    margin-left: 2rem !important;
  }
  /* line 14564, app/assets/stylesheets/style.scss */
  .ms-md-9 {
    margin-left: 2.25rem !important;
  }
  /* line 14567, app/assets/stylesheets/style.scss */
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
  /* line 14570, app/assets/stylesheets/style.scss */
  .ms-md-11 {
    margin-left: 2.75rem !important;
  }
  /* line 14573, app/assets/stylesheets/style.scss */
  .ms-md-12 {
    margin-left: 3rem !important;
  }
  /* line 14576, app/assets/stylesheets/style.scss */
  .ms-md-13 {
    margin-left: 3.25rem !important;
  }
  /* line 14579, app/assets/stylesheets/style.scss */
  .ms-md-14 {
    margin-left: 3.5rem !important;
  }
  /* line 14582, app/assets/stylesheets/style.scss */
  .ms-md-15 {
    margin-left: 3.75rem !important;
  }
  /* line 14585, app/assets/stylesheets/style.scss */
  .ms-md-16 {
    margin-left: 4rem !important;
  }
  /* line 14588, app/assets/stylesheets/style.scss */
  .ms-md-17 {
    margin-left: 4.25rem !important;
  }
  /* line 14591, app/assets/stylesheets/style.scss */
  .ms-md-18 {
    margin-left: 4.5rem !important;
  }
  /* line 14594, app/assets/stylesheets/style.scss */
  .ms-md-19 {
    margin-left: 4.75rem !important;
  }
  /* line 14597, app/assets/stylesheets/style.scss */
  .ms-md-20 {
    margin-left: 5rem !important;
  }
  /* line 14600, app/assets/stylesheets/style.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 14603, app/assets/stylesheets/style.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 14606, app/assets/stylesheets/style.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 14609, app/assets/stylesheets/style.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 14612, app/assets/stylesheets/style.scss */
  .m-md-n4 {
    margin: -1rem !important;
  }
  /* line 14615, app/assets/stylesheets/style.scss */
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  /* line 14618, app/assets/stylesheets/style.scss */
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  /* line 14621, app/assets/stylesheets/style.scss */
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  /* line 14624, app/assets/stylesheets/style.scss */
  .m-md-n8 {
    margin: -2rem !important;
  }
  /* line 14627, app/assets/stylesheets/style.scss */
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  /* line 14630, app/assets/stylesheets/style.scss */
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  /* line 14633, app/assets/stylesheets/style.scss */
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  /* line 14636, app/assets/stylesheets/style.scss */
  .m-md-n12 {
    margin: -3rem !important;
  }
  /* line 14639, app/assets/stylesheets/style.scss */
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  /* line 14642, app/assets/stylesheets/style.scss */
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  /* line 14645, app/assets/stylesheets/style.scss */
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  /* line 14648, app/assets/stylesheets/style.scss */
  .m-md-n16 {
    margin: -4rem !important;
  }
  /* line 14651, app/assets/stylesheets/style.scss */
  .m-md-n17 {
    margin: -4.25rem !important;
  }
  /* line 14654, app/assets/stylesheets/style.scss */
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  /* line 14657, app/assets/stylesheets/style.scss */
  .m-md-n19 {
    margin: -4.75rem !important;
  }
  /* line 14660, app/assets/stylesheets/style.scss */
  .m-md-n20 {
    margin: -5rem !important;
  }
  /* line 14663, app/assets/stylesheets/style.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 14667, app/assets/stylesheets/style.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 14671, app/assets/stylesheets/style.scss */
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 14675, app/assets/stylesheets/style.scss */
  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 14679, app/assets/stylesheets/style.scss */
  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 14683, app/assets/stylesheets/style.scss */
  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 14687, app/assets/stylesheets/style.scss */
  .mx-md-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  /* line 14691, app/assets/stylesheets/style.scss */
  .mx-md-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 14695, app/assets/stylesheets/style.scss */
  .mx-md-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 14699, app/assets/stylesheets/style.scss */
  .mx-md-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 14703, app/assets/stylesheets/style.scss */
  .mx-md-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  /* line 14707, app/assets/stylesheets/style.scss */
  .mx-md-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 14711, app/assets/stylesheets/style.scss */
  .mx-md-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  /* line 14715, app/assets/stylesheets/style.scss */
  .mx-md-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 14719, app/assets/stylesheets/style.scss */
  .mx-md-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  /* line 14723, app/assets/stylesheets/style.scss */
  .mx-md-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 14727, app/assets/stylesheets/style.scss */
  .mx-md-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  /* line 14731, app/assets/stylesheets/style.scss */
  .mx-md-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 14735, app/assets/stylesheets/style.scss */
  .mx-md-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  /* line 14739, app/assets/stylesheets/style.scss */
  .mx-md-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 14743, app/assets/stylesheets/style.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 14747, app/assets/stylesheets/style.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 14751, app/assets/stylesheets/style.scss */
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 14755, app/assets/stylesheets/style.scss */
  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 14759, app/assets/stylesheets/style.scss */
  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 14763, app/assets/stylesheets/style.scss */
  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 14767, app/assets/stylesheets/style.scss */
  .my-md-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 14771, app/assets/stylesheets/style.scss */
  .my-md-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 14775, app/assets/stylesheets/style.scss */
  .my-md-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 14779, app/assets/stylesheets/style.scss */
  .my-md-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 14783, app/assets/stylesheets/style.scss */
  .my-md-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 14787, app/assets/stylesheets/style.scss */
  .my-md-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 14791, app/assets/stylesheets/style.scss */
  .my-md-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  /* line 14795, app/assets/stylesheets/style.scss */
  .my-md-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 14799, app/assets/stylesheets/style.scss */
  .my-md-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  /* line 14803, app/assets/stylesheets/style.scss */
  .my-md-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 14807, app/assets/stylesheets/style.scss */
  .my-md-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  /* line 14811, app/assets/stylesheets/style.scss */
  .my-md-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 14815, app/assets/stylesheets/style.scss */
  .my-md-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  /* line 14819, app/assets/stylesheets/style.scss */
  .my-md-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 14823, app/assets/stylesheets/style.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14826, app/assets/stylesheets/style.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14829, app/assets/stylesheets/style.scss */
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 14832, app/assets/stylesheets/style.scss */
  .mt-md-n4 {
    margin-top: -1rem !important;
  }
  /* line 14835, app/assets/stylesheets/style.scss */
  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }
  /* line 14838, app/assets/stylesheets/style.scss */
  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }
  /* line 14841, app/assets/stylesheets/style.scss */
  .mt-md-n7 {
    margin-top: -1.75rem !important;
  }
  /* line 14844, app/assets/stylesheets/style.scss */
  .mt-md-n8 {
    margin-top: -2rem !important;
  }
  /* line 14847, app/assets/stylesheets/style.scss */
  .mt-md-n9 {
    margin-top: -2.25rem !important;
  }
  /* line 14850, app/assets/stylesheets/style.scss */
  .mt-md-n10 {
    margin-top: -2.5rem !important;
  }
  /* line 14853, app/assets/stylesheets/style.scss */
  .mt-md-n11 {
    margin-top: -2.75rem !important;
  }
  /* line 14856, app/assets/stylesheets/style.scss */
  .mt-md-n12 {
    margin-top: -3rem !important;
  }
  /* line 14859, app/assets/stylesheets/style.scss */
  .mt-md-n13 {
    margin-top: -3.25rem !important;
  }
  /* line 14862, app/assets/stylesheets/style.scss */
  .mt-md-n14 {
    margin-top: -3.5rem !important;
  }
  /* line 14865, app/assets/stylesheets/style.scss */
  .mt-md-n15 {
    margin-top: -3.75rem !important;
  }
  /* line 14868, app/assets/stylesheets/style.scss */
  .mt-md-n16 {
    margin-top: -4rem !important;
  }
  /* line 14871, app/assets/stylesheets/style.scss */
  .mt-md-n17 {
    margin-top: -4.25rem !important;
  }
  /* line 14874, app/assets/stylesheets/style.scss */
  .mt-md-n18 {
    margin-top: -4.5rem !important;
  }
  /* line 14877, app/assets/stylesheets/style.scss */
  .mt-md-n19 {
    margin-top: -4.75rem !important;
  }
  /* line 14880, app/assets/stylesheets/style.scss */
  .mt-md-n20 {
    margin-top: -5rem !important;
  }
  /* line 14883, app/assets/stylesheets/style.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 14886, app/assets/stylesheets/style.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 14889, app/assets/stylesheets/style.scss */
  .me-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 14892, app/assets/stylesheets/style.scss */
  .me-md-n4 {
    margin-right: -1rem !important;
  }
  /* line 14895, app/assets/stylesheets/style.scss */
  .me-md-n5 {
    margin-right: -1.25rem !important;
  }
  /* line 14898, app/assets/stylesheets/style.scss */
  .me-md-n6 {
    margin-right: -1.5rem !important;
  }
  /* line 14901, app/assets/stylesheets/style.scss */
  .me-md-n7 {
    margin-right: -1.75rem !important;
  }
  /* line 14904, app/assets/stylesheets/style.scss */
  .me-md-n8 {
    margin-right: -2rem !important;
  }
  /* line 14907, app/assets/stylesheets/style.scss */
  .me-md-n9 {
    margin-right: -2.25rem !important;
  }
  /* line 14910, app/assets/stylesheets/style.scss */
  .me-md-n10 {
    margin-right: -2.5rem !important;
  }
  /* line 14913, app/assets/stylesheets/style.scss */
  .me-md-n11 {
    margin-right: -2.75rem !important;
  }
  /* line 14916, app/assets/stylesheets/style.scss */
  .me-md-n12 {
    margin-right: -3rem !important;
  }
  /* line 14919, app/assets/stylesheets/style.scss */
  .me-md-n13 {
    margin-right: -3.25rem !important;
  }
  /* line 14922, app/assets/stylesheets/style.scss */
  .me-md-n14 {
    margin-right: -3.5rem !important;
  }
  /* line 14925, app/assets/stylesheets/style.scss */
  .me-md-n15 {
    margin-right: -3.75rem !important;
  }
  /* line 14928, app/assets/stylesheets/style.scss */
  .me-md-n16 {
    margin-right: -4rem !important;
  }
  /* line 14931, app/assets/stylesheets/style.scss */
  .me-md-n17 {
    margin-right: -4.25rem !important;
  }
  /* line 14934, app/assets/stylesheets/style.scss */
  .me-md-n18 {
    margin-right: -4.5rem !important;
  }
  /* line 14937, app/assets/stylesheets/style.scss */
  .me-md-n19 {
    margin-right: -4.75rem !important;
  }
  /* line 14940, app/assets/stylesheets/style.scss */
  .me-md-n20 {
    margin-right: -5rem !important;
  }
  /* line 14943, app/assets/stylesheets/style.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14946, app/assets/stylesheets/style.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14949, app/assets/stylesheets/style.scss */
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 14952, app/assets/stylesheets/style.scss */
  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }
  /* line 14955, app/assets/stylesheets/style.scss */
  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 14958, app/assets/stylesheets/style.scss */
  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14961, app/assets/stylesheets/style.scss */
  .mb-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 14964, app/assets/stylesheets/style.scss */
  .mb-md-n8 {
    margin-bottom: -2rem !important;
  }
  /* line 14967, app/assets/stylesheets/style.scss */
  .mb-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 14970, app/assets/stylesheets/style.scss */
  .mb-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 14973, app/assets/stylesheets/style.scss */
  .mb-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 14976, app/assets/stylesheets/style.scss */
  .mb-md-n12 {
    margin-bottom: -3rem !important;
  }
  /* line 14979, app/assets/stylesheets/style.scss */
  .mb-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  /* line 14982, app/assets/stylesheets/style.scss */
  .mb-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 14985, app/assets/stylesheets/style.scss */
  .mb-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  /* line 14988, app/assets/stylesheets/style.scss */
  .mb-md-n16 {
    margin-bottom: -4rem !important;
  }
  /* line 14991, app/assets/stylesheets/style.scss */
  .mb-md-n17 {
    margin-bottom: -4.25rem !important;
  }
  /* line 14994, app/assets/stylesheets/style.scss */
  .mb-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  /* line 14997, app/assets/stylesheets/style.scss */
  .mb-md-n19 {
    margin-bottom: -4.75rem !important;
  }
  /* line 15000, app/assets/stylesheets/style.scss */
  .mb-md-n20 {
    margin-bottom: -5rem !important;
  }
  /* line 15003, app/assets/stylesheets/style.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 15006, app/assets/stylesheets/style.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 15009, app/assets/stylesheets/style.scss */
  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 15012, app/assets/stylesheets/style.scss */
  .ms-md-n4 {
    margin-left: -1rem !important;
  }
  /* line 15015, app/assets/stylesheets/style.scss */
  .ms-md-n5 {
    margin-left: -1.25rem !important;
  }
  /* line 15018, app/assets/stylesheets/style.scss */
  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }
  /* line 15021, app/assets/stylesheets/style.scss */
  .ms-md-n7 {
    margin-left: -1.75rem !important;
  }
  /* line 15024, app/assets/stylesheets/style.scss */
  .ms-md-n8 {
    margin-left: -2rem !important;
  }
  /* line 15027, app/assets/stylesheets/style.scss */
  .ms-md-n9 {
    margin-left: -2.25rem !important;
  }
  /* line 15030, app/assets/stylesheets/style.scss */
  .ms-md-n10 {
    margin-left: -2.5rem !important;
  }
  /* line 15033, app/assets/stylesheets/style.scss */
  .ms-md-n11 {
    margin-left: -2.75rem !important;
  }
  /* line 15036, app/assets/stylesheets/style.scss */
  .ms-md-n12 {
    margin-left: -3rem !important;
  }
  /* line 15039, app/assets/stylesheets/style.scss */
  .ms-md-n13 {
    margin-left: -3.25rem !important;
  }
  /* line 15042, app/assets/stylesheets/style.scss */
  .ms-md-n14 {
    margin-left: -3.5rem !important;
  }
  /* line 15045, app/assets/stylesheets/style.scss */
  .ms-md-n15 {
    margin-left: -3.75rem !important;
  }
  /* line 15048, app/assets/stylesheets/style.scss */
  .ms-md-n16 {
    margin-left: -4rem !important;
  }
  /* line 15051, app/assets/stylesheets/style.scss */
  .ms-md-n17 {
    margin-left: -4.25rem !important;
  }
  /* line 15054, app/assets/stylesheets/style.scss */
  .ms-md-n18 {
    margin-left: -4.5rem !important;
  }
  /* line 15057, app/assets/stylesheets/style.scss */
  .ms-md-n19 {
    margin-left: -4.75rem !important;
  }
  /* line 15060, app/assets/stylesheets/style.scss */
  .ms-md-n20 {
    margin-left: -5rem !important;
  }
  /* line 15063, app/assets/stylesheets/style.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 15066, app/assets/stylesheets/style.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 15069, app/assets/stylesheets/style.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 15072, app/assets/stylesheets/style.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 15075, app/assets/stylesheets/style.scss */
  .p-md-4 {
    padding: 1rem !important;
  }
  /* line 15078, app/assets/stylesheets/style.scss */
  .p-md-5 {
    padding: 1.25rem !important;
  }
  /* line 15081, app/assets/stylesheets/style.scss */
  .p-md-6 {
    padding: 1.5rem !important;
  }
  /* line 15084, app/assets/stylesheets/style.scss */
  .p-md-7 {
    padding: 1.75rem !important;
  }
  /* line 15087, app/assets/stylesheets/style.scss */
  .p-md-8 {
    padding: 2rem !important;
  }
  /* line 15090, app/assets/stylesheets/style.scss */
  .p-md-9 {
    padding: 2.25rem !important;
  }
  /* line 15093, app/assets/stylesheets/style.scss */
  .p-md-10 {
    padding: 2.5rem !important;
  }
  /* line 15096, app/assets/stylesheets/style.scss */
  .p-md-11 {
    padding: 2.75rem !important;
  }
  /* line 15099, app/assets/stylesheets/style.scss */
  .p-md-12 {
    padding: 3rem !important;
  }
  /* line 15102, app/assets/stylesheets/style.scss */
  .p-md-13 {
    padding: 3.25rem !important;
  }
  /* line 15105, app/assets/stylesheets/style.scss */
  .p-md-14 {
    padding: 3.5rem !important;
  }
  /* line 15108, app/assets/stylesheets/style.scss */
  .p-md-15 {
    padding: 3.75rem !important;
  }
  /* line 15111, app/assets/stylesheets/style.scss */
  .p-md-16 {
    padding: 4rem !important;
  }
  /* line 15114, app/assets/stylesheets/style.scss */
  .p-md-17 {
    padding: 4.25rem !important;
  }
  /* line 15117, app/assets/stylesheets/style.scss */
  .p-md-18 {
    padding: 4.5rem !important;
  }
  /* line 15120, app/assets/stylesheets/style.scss */
  .p-md-19 {
    padding: 4.75rem !important;
  }
  /* line 15123, app/assets/stylesheets/style.scss */
  .p-md-20 {
    padding: 5rem !important;
  }
  /* line 15126, app/assets/stylesheets/style.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 15130, app/assets/stylesheets/style.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 15134, app/assets/stylesheets/style.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 15138, app/assets/stylesheets/style.scss */
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 15142, app/assets/stylesheets/style.scss */
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 15146, app/assets/stylesheets/style.scss */
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 15150, app/assets/stylesheets/style.scss */
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 15154, app/assets/stylesheets/style.scss */
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 15158, app/assets/stylesheets/style.scss */
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 15162, app/assets/stylesheets/style.scss */
  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 15166, app/assets/stylesheets/style.scss */
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 15170, app/assets/stylesheets/style.scss */
  .px-md-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  /* line 15174, app/assets/stylesheets/style.scss */
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 15178, app/assets/stylesheets/style.scss */
  .px-md-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  /* line 15182, app/assets/stylesheets/style.scss */
  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 15186, app/assets/stylesheets/style.scss */
  .px-md-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  /* line 15190, app/assets/stylesheets/style.scss */
  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 15194, app/assets/stylesheets/style.scss */
  .px-md-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  /* line 15198, app/assets/stylesheets/style.scss */
  .px-md-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 15202, app/assets/stylesheets/style.scss */
  .px-md-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  /* line 15206, app/assets/stylesheets/style.scss */
  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 15210, app/assets/stylesheets/style.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 15214, app/assets/stylesheets/style.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 15218, app/assets/stylesheets/style.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 15222, app/assets/stylesheets/style.scss */
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 15226, app/assets/stylesheets/style.scss */
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 15230, app/assets/stylesheets/style.scss */
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 15234, app/assets/stylesheets/style.scss */
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 15238, app/assets/stylesheets/style.scss */
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 15242, app/assets/stylesheets/style.scss */
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 15246, app/assets/stylesheets/style.scss */
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 15250, app/assets/stylesheets/style.scss */
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 15254, app/assets/stylesheets/style.scss */
  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 15258, app/assets/stylesheets/style.scss */
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 15262, app/assets/stylesheets/style.scss */
  .py-md-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  /* line 15266, app/assets/stylesheets/style.scss */
  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 15270, app/assets/stylesheets/style.scss */
  .py-md-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  /* line 15274, app/assets/stylesheets/style.scss */
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 15278, app/assets/stylesheets/style.scss */
  .py-md-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  /* line 15282, app/assets/stylesheets/style.scss */
  .py-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 15286, app/assets/stylesheets/style.scss */
  .py-md-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  /* line 15290, app/assets/stylesheets/style.scss */
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 15294, app/assets/stylesheets/style.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 15297, app/assets/stylesheets/style.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15300, app/assets/stylesheets/style.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15303, app/assets/stylesheets/style.scss */
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15306, app/assets/stylesheets/style.scss */
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  /* line 15309, app/assets/stylesheets/style.scss */
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  /* line 15312, app/assets/stylesheets/style.scss */
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  /* line 15315, app/assets/stylesheets/style.scss */
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  /* line 15318, app/assets/stylesheets/style.scss */
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  /* line 15321, app/assets/stylesheets/style.scss */
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  /* line 15324, app/assets/stylesheets/style.scss */
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  /* line 15327, app/assets/stylesheets/style.scss */
  .pt-md-11 {
    padding-top: 2.75rem !important;
  }
  /* line 15330, app/assets/stylesheets/style.scss */
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  /* line 15333, app/assets/stylesheets/style.scss */
  .pt-md-13 {
    padding-top: 3.25rem !important;
  }
  /* line 15336, app/assets/stylesheets/style.scss */
  .pt-md-14 {
    padding-top: 3.5rem !important;
  }
  /* line 15339, app/assets/stylesheets/style.scss */
  .pt-md-15 {
    padding-top: 3.75rem !important;
  }
  /* line 15342, app/assets/stylesheets/style.scss */
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  /* line 15345, app/assets/stylesheets/style.scss */
  .pt-md-17 {
    padding-top: 4.25rem !important;
  }
  /* line 15348, app/assets/stylesheets/style.scss */
  .pt-md-18 {
    padding-top: 4.5rem !important;
  }
  /* line 15351, app/assets/stylesheets/style.scss */
  .pt-md-19 {
    padding-top: 4.75rem !important;
  }
  /* line 15354, app/assets/stylesheets/style.scss */
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  /* line 15357, app/assets/stylesheets/style.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 15360, app/assets/stylesheets/style.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15363, app/assets/stylesheets/style.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15366, app/assets/stylesheets/style.scss */
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 15369, app/assets/stylesheets/style.scss */
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  /* line 15372, app/assets/stylesheets/style.scss */
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  /* line 15375, app/assets/stylesheets/style.scss */
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  /* line 15378, app/assets/stylesheets/style.scss */
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  /* line 15381, app/assets/stylesheets/style.scss */
  .pe-md-8 {
    padding-right: 2rem !important;
  }
  /* line 15384, app/assets/stylesheets/style.scss */
  .pe-md-9 {
    padding-right: 2.25rem !important;
  }
  /* line 15387, app/assets/stylesheets/style.scss */
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
  /* line 15390, app/assets/stylesheets/style.scss */
  .pe-md-11 {
    padding-right: 2.75rem !important;
  }
  /* line 15393, app/assets/stylesheets/style.scss */
  .pe-md-12 {
    padding-right: 3rem !important;
  }
  /* line 15396, app/assets/stylesheets/style.scss */
  .pe-md-13 {
    padding-right: 3.25rem !important;
  }
  /* line 15399, app/assets/stylesheets/style.scss */
  .pe-md-14 {
    padding-right: 3.5rem !important;
  }
  /* line 15402, app/assets/stylesheets/style.scss */
  .pe-md-15 {
    padding-right: 3.75rem !important;
  }
  /* line 15405, app/assets/stylesheets/style.scss */
  .pe-md-16 {
    padding-right: 4rem !important;
  }
  /* line 15408, app/assets/stylesheets/style.scss */
  .pe-md-17 {
    padding-right: 4.25rem !important;
  }
  /* line 15411, app/assets/stylesheets/style.scss */
  .pe-md-18 {
    padding-right: 4.5rem !important;
  }
  /* line 15414, app/assets/stylesheets/style.scss */
  .pe-md-19 {
    padding-right: 4.75rem !important;
  }
  /* line 15417, app/assets/stylesheets/style.scss */
  .pe-md-20 {
    padding-right: 5rem !important;
  }
  /* line 15420, app/assets/stylesheets/style.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 15423, app/assets/stylesheets/style.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 15426, app/assets/stylesheets/style.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 15429, app/assets/stylesheets/style.scss */
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 15432, app/assets/stylesheets/style.scss */
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  /* line 15435, app/assets/stylesheets/style.scss */
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 15438, app/assets/stylesheets/style.scss */
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15441, app/assets/stylesheets/style.scss */
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 15444, app/assets/stylesheets/style.scss */
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  /* line 15447, app/assets/stylesheets/style.scss */
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 15450, app/assets/stylesheets/style.scss */
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 15453, app/assets/stylesheets/style.scss */
  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 15456, app/assets/stylesheets/style.scss */
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  /* line 15459, app/assets/stylesheets/style.scss */
  .pb-md-13 {
    padding-bottom: 3.25rem !important;
  }
  /* line 15462, app/assets/stylesheets/style.scss */
  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 15465, app/assets/stylesheets/style.scss */
  .pb-md-15 {
    padding-bottom: 3.75rem !important;
  }
  /* line 15468, app/assets/stylesheets/style.scss */
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  /* line 15471, app/assets/stylesheets/style.scss */
  .pb-md-17 {
    padding-bottom: 4.25rem !important;
  }
  /* line 15474, app/assets/stylesheets/style.scss */
  .pb-md-18 {
    padding-bottom: 4.5rem !important;
  }
  /* line 15477, app/assets/stylesheets/style.scss */
  .pb-md-19 {
    padding-bottom: 4.75rem !important;
  }
  /* line 15480, app/assets/stylesheets/style.scss */
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  /* line 15483, app/assets/stylesheets/style.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 15486, app/assets/stylesheets/style.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 15489, app/assets/stylesheets/style.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 15492, app/assets/stylesheets/style.scss */
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 15495, app/assets/stylesheets/style.scss */
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  /* line 15498, app/assets/stylesheets/style.scss */
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  /* line 15501, app/assets/stylesheets/style.scss */
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  /* line 15504, app/assets/stylesheets/style.scss */
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  /* line 15507, app/assets/stylesheets/style.scss */
  .ps-md-8 {
    padding-left: 2rem !important;
  }
  /* line 15510, app/assets/stylesheets/style.scss */
  .ps-md-9 {
    padding-left: 2.25rem !important;
  }
  /* line 15513, app/assets/stylesheets/style.scss */
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
  /* line 15516, app/assets/stylesheets/style.scss */
  .ps-md-11 {
    padding-left: 2.75rem !important;
  }
  /* line 15519, app/assets/stylesheets/style.scss */
  .ps-md-12 {
    padding-left: 3rem !important;
  }
  /* line 15522, app/assets/stylesheets/style.scss */
  .ps-md-13 {
    padding-left: 3.25rem !important;
  }
  /* line 15525, app/assets/stylesheets/style.scss */
  .ps-md-14 {
    padding-left: 3.5rem !important;
  }
  /* line 15528, app/assets/stylesheets/style.scss */
  .ps-md-15 {
    padding-left: 3.75rem !important;
  }
  /* line 15531, app/assets/stylesheets/style.scss */
  .ps-md-16 {
    padding-left: 4rem !important;
  }
  /* line 15534, app/assets/stylesheets/style.scss */
  .ps-md-17 {
    padding-left: 4.25rem !important;
  }
  /* line 15537, app/assets/stylesheets/style.scss */
  .ps-md-18 {
    padding-left: 4.5rem !important;
  }
  /* line 15540, app/assets/stylesheets/style.scss */
  .ps-md-19 {
    padding-left: 4.75rem !important;
  }
  /* line 15543, app/assets/stylesheets/style.scss */
  .ps-md-20 {
    padding-left: 5rem !important;
  }
  /* line 15546, app/assets/stylesheets/style.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 15549, app/assets/stylesheets/style.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 15552, app/assets/stylesheets/style.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 15555, app/assets/stylesheets/style.scss */
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  /* line 15558, app/assets/stylesheets/style.scss */
  .gap-md-4 {
    gap: 1rem !important;
  }
  /* line 15561, app/assets/stylesheets/style.scss */
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  /* line 15564, app/assets/stylesheets/style.scss */
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  /* line 15567, app/assets/stylesheets/style.scss */
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  /* line 15570, app/assets/stylesheets/style.scss */
  .gap-md-8 {
    gap: 2rem !important;
  }
  /* line 15573, app/assets/stylesheets/style.scss */
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  /* line 15576, app/assets/stylesheets/style.scss */
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  /* line 15579, app/assets/stylesheets/style.scss */
  .gap-md-11 {
    gap: 2.75rem !important;
  }
  /* line 15582, app/assets/stylesheets/style.scss */
  .gap-md-12 {
    gap: 3rem !important;
  }
  /* line 15585, app/assets/stylesheets/style.scss */
  .gap-md-13 {
    gap: 3.25rem !important;
  }
  /* line 15588, app/assets/stylesheets/style.scss */
  .gap-md-14 {
    gap: 3.5rem !important;
  }
  /* line 15591, app/assets/stylesheets/style.scss */
  .gap-md-15 {
    gap: 3.75rem !important;
  }
  /* line 15594, app/assets/stylesheets/style.scss */
  .gap-md-16 {
    gap: 4rem !important;
  }
  /* line 15597, app/assets/stylesheets/style.scss */
  .gap-md-17 {
    gap: 4.25rem !important;
  }
  /* line 15600, app/assets/stylesheets/style.scss */
  .gap-md-18 {
    gap: 4.5rem !important;
  }
  /* line 15603, app/assets/stylesheets/style.scss */
  .gap-md-19 {
    gap: 4.75rem !important;
  }
  /* line 15606, app/assets/stylesheets/style.scss */
  .gap-md-20 {
    gap: 5rem !important;
  }
  /* line 15609, app/assets/stylesheets/style.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 15612, app/assets/stylesheets/style.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 15615, app/assets/stylesheets/style.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 15618, app/assets/stylesheets/style.scss */
  .row-gap-md-3 {
    row-gap: 0.75rem !important;
  }
  /* line 15621, app/assets/stylesheets/style.scss */
  .row-gap-md-4 {
    row-gap: 1rem !important;
  }
  /* line 15624, app/assets/stylesheets/style.scss */
  .row-gap-md-5 {
    row-gap: 1.25rem !important;
  }
  /* line 15627, app/assets/stylesheets/style.scss */
  .row-gap-md-6 {
    row-gap: 1.5rem !important;
  }
  /* line 15630, app/assets/stylesheets/style.scss */
  .row-gap-md-7 {
    row-gap: 1.75rem !important;
  }
  /* line 15633, app/assets/stylesheets/style.scss */
  .row-gap-md-8 {
    row-gap: 2rem !important;
  }
  /* line 15636, app/assets/stylesheets/style.scss */
  .row-gap-md-9 {
    row-gap: 2.25rem !important;
  }
  /* line 15639, app/assets/stylesheets/style.scss */
  .row-gap-md-10 {
    row-gap: 2.5rem !important;
  }
  /* line 15642, app/assets/stylesheets/style.scss */
  .row-gap-md-11 {
    row-gap: 2.75rem !important;
  }
  /* line 15645, app/assets/stylesheets/style.scss */
  .row-gap-md-12 {
    row-gap: 3rem !important;
  }
  /* line 15648, app/assets/stylesheets/style.scss */
  .row-gap-md-13 {
    row-gap: 3.25rem !important;
  }
  /* line 15651, app/assets/stylesheets/style.scss */
  .row-gap-md-14 {
    row-gap: 3.5rem !important;
  }
  /* line 15654, app/assets/stylesheets/style.scss */
  .row-gap-md-15 {
    row-gap: 3.75rem !important;
  }
  /* line 15657, app/assets/stylesheets/style.scss */
  .row-gap-md-16 {
    row-gap: 4rem !important;
  }
  /* line 15660, app/assets/stylesheets/style.scss */
  .row-gap-md-17 {
    row-gap: 4.25rem !important;
  }
  /* line 15663, app/assets/stylesheets/style.scss */
  .row-gap-md-18 {
    row-gap: 4.5rem !important;
  }
  /* line 15666, app/assets/stylesheets/style.scss */
  .row-gap-md-19 {
    row-gap: 4.75rem !important;
  }
  /* line 15669, app/assets/stylesheets/style.scss */
  .row-gap-md-20 {
    row-gap: 5rem !important;
  }
  /* line 15672, app/assets/stylesheets/style.scss */
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  /* line 15675, app/assets/stylesheets/style.scss */
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  /* line 15678, app/assets/stylesheets/style.scss */
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  /* line 15681, app/assets/stylesheets/style.scss */
  .column-gap-md-3 {
    column-gap: 0.75rem !important;
  }
  /* line 15684, app/assets/stylesheets/style.scss */
  .column-gap-md-4 {
    column-gap: 1rem !important;
  }
  /* line 15687, app/assets/stylesheets/style.scss */
  .column-gap-md-5 {
    column-gap: 1.25rem !important;
  }
  /* line 15690, app/assets/stylesheets/style.scss */
  .column-gap-md-6 {
    column-gap: 1.5rem !important;
  }
  /* line 15693, app/assets/stylesheets/style.scss */
  .column-gap-md-7 {
    column-gap: 1.75rem !important;
  }
  /* line 15696, app/assets/stylesheets/style.scss */
  .column-gap-md-8 {
    column-gap: 2rem !important;
  }
  /* line 15699, app/assets/stylesheets/style.scss */
  .column-gap-md-9 {
    column-gap: 2.25rem !important;
  }
  /* line 15702, app/assets/stylesheets/style.scss */
  .column-gap-md-10 {
    column-gap: 2.5rem !important;
  }
  /* line 15705, app/assets/stylesheets/style.scss */
  .column-gap-md-11 {
    column-gap: 2.75rem !important;
  }
  /* line 15708, app/assets/stylesheets/style.scss */
  .column-gap-md-12 {
    column-gap: 3rem !important;
  }
  /* line 15711, app/assets/stylesheets/style.scss */
  .column-gap-md-13 {
    column-gap: 3.25rem !important;
  }
  /* line 15714, app/assets/stylesheets/style.scss */
  .column-gap-md-14 {
    column-gap: 3.5rem !important;
  }
  /* line 15717, app/assets/stylesheets/style.scss */
  .column-gap-md-15 {
    column-gap: 3.75rem !important;
  }
  /* line 15720, app/assets/stylesheets/style.scss */
  .column-gap-md-16 {
    column-gap: 4rem !important;
  }
  /* line 15723, app/assets/stylesheets/style.scss */
  .column-gap-md-17 {
    column-gap: 4.25rem !important;
  }
  /* line 15726, app/assets/stylesheets/style.scss */
  .column-gap-md-18 {
    column-gap: 4.5rem !important;
  }
  /* line 15729, app/assets/stylesheets/style.scss */
  .column-gap-md-19 {
    column-gap: 4.75rem !important;
  }
  /* line 15732, app/assets/stylesheets/style.scss */
  .column-gap-md-20 {
    column-gap: 5rem !important;
  }
  /* line 15735, app/assets/stylesheets/style.scss */
  .fs-md-1 {
    font-size: calc(1.3rem + .6vw) !important;
  }
  /* line 15738, app/assets/stylesheets/style.scss */
  .fs-md-2 {
    font-size: calc(1.275rem + .3vw) !important;
  }
  /* line 15741, app/assets/stylesheets/style.scss */
  .fs-md-3 {
    font-size: calc(1.26rem + .12vw) !important;
  }
  /* line 15744, app/assets/stylesheets/style.scss */
  .fs-md-4 {
    font-size: 1.25rem !important;
  }
  /* line 15747, app/assets/stylesheets/style.scss */
  .fs-md-5 {
    font-size: 1.15rem !important;
  }
  /* line 15750, app/assets/stylesheets/style.scss */
  .fs-md-6 {
    font-size: 1.075rem !important;
  }
  /* line 15753, app/assets/stylesheets/style.scss */
  .fs-md-7 {
    font-size: 0.95rem !important;
  }
  /* line 15756, app/assets/stylesheets/style.scss */
  .fs-md-8 {
    font-size: 0.85rem !important;
  }
  /* line 15759, app/assets/stylesheets/style.scss */
  .fs-md-9 {
    font-size: 0.75rem !important;
  }
  /* line 15762, app/assets/stylesheets/style.scss */
  .fs-md-10 {
    font-size: 0.5rem !important;
  }
  /* line 15765, app/assets/stylesheets/style.scss */
  .fs-md-base {
    font-size: 1rem !important;
  }
  /* line 15768, app/assets/stylesheets/style.scss */
  .fs-md-fluid {
    font-size: 100% !important;
  }
  /* line 15771, app/assets/stylesheets/style.scss */
  .fs-md-2x {
    font-size: calc(1.325rem + .9vw) !important;
  }
  /* line 15774, app/assets/stylesheets/style.scss */
  .fs-md-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 15777, app/assets/stylesheets/style.scss */
  .fs-md-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 15780, app/assets/stylesheets/style.scss */
  .fs-md-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  /* line 15783, app/assets/stylesheets/style.scss */
  .fs-md-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  /* line 15786, app/assets/stylesheets/style.scss */
  .fs-md-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
  /* line 15789, app/assets/stylesheets/style.scss */
  .fs-md-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  /* line 15792, app/assets/stylesheets/style.scss */
  .fs-md-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }
  /* line 15795, app/assets/stylesheets/style.scss */
  .fs-md-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  /* line 15798, app/assets/stylesheets/style.scss */
  .fs-md-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }
  /* line 15801, app/assets/stylesheets/style.scss */
  .fs-md-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  /* line 15804, app/assets/stylesheets/style.scss */
  .fs-md-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }
  /* line 15807, app/assets/stylesheets/style.scss */
  .fs-md-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  /* line 15810, app/assets/stylesheets/style.scss */
  .fs-md-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
  /* line 15813, app/assets/stylesheets/style.scss */
  .fs-md-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }
  /* line 15816, app/assets/stylesheets/style.scss */
  .fs-md-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
  /* line 15819, app/assets/stylesheets/style.scss */
  .fs-md-6x {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  /* line 15822, app/assets/stylesheets/style.scss */
  .fs-md-6qx {
    font-size: calc(1.75rem + 6vw) !important;
  }
  /* line 15825, app/assets/stylesheets/style.scss */
  .fs-md-6hx {
    font-size: calc(1.775rem + 6.3vw) !important;
  }
  /* line 15828, app/assets/stylesheets/style.scss */
  .fs-md-6tx {
    font-size: calc(1.8rem + 6.6vw) !important;
  }
  /* line 15831, app/assets/stylesheets/style.scss */
  .fs-md-7x {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  /* line 15834, app/assets/stylesheets/style.scss */
  .fs-md-7qx {
    font-size: calc(1.85rem + 7.2vw) !important;
  }
  /* line 15837, app/assets/stylesheets/style.scss */
  .fs-md-7hx {
    font-size: calc(1.875rem + 7.5vw) !important;
  }
  /* line 15840, app/assets/stylesheets/style.scss */
  .fs-md-7tx {
    font-size: calc(1.9rem + 7.8vw) !important;
  }
  /* line 15843, app/assets/stylesheets/style.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 15846, app/assets/stylesheets/style.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 15849, app/assets/stylesheets/style.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 15852, app/assets/stylesheets/style.scss */
  .min-w-md-unset {
    min-width: unset !important;
  }
  /* line 15855, app/assets/stylesheets/style.scss */
  .min-w-md-25 {
    min-width: 25% !important;
  }
  /* line 15858, app/assets/stylesheets/style.scss */
  .min-w-md-50 {
    min-width: 50% !important;
  }
  /* line 15861, app/assets/stylesheets/style.scss */
  .min-w-md-75 {
    min-width: 75% !important;
  }
  /* line 15864, app/assets/stylesheets/style.scss */
  .min-w-md-100 {
    min-width: 100% !important;
  }
  /* line 15867, app/assets/stylesheets/style.scss */
  .min-w-md-auto {
    min-width: auto !important;
  }
  /* line 15870, app/assets/stylesheets/style.scss */
  .min-w-md-1px {
    min-width: 1px !important;
  }
  /* line 15873, app/assets/stylesheets/style.scss */
  .min-w-md-2px {
    min-width: 2px !important;
  }
  /* line 15876, app/assets/stylesheets/style.scss */
  .min-w-md-3px {
    min-width: 3px !important;
  }
  /* line 15879, app/assets/stylesheets/style.scss */
  .min-w-md-4px {
    min-width: 4px !important;
  }
  /* line 15882, app/assets/stylesheets/style.scss */
  .min-w-md-5px {
    min-width: 5px !important;
  }
  /* line 15885, app/assets/stylesheets/style.scss */
  .min-w-md-6px {
    min-width: 6px !important;
  }
  /* line 15888, app/assets/stylesheets/style.scss */
  .min-w-md-7px {
    min-width: 7px !important;
  }
  /* line 15891, app/assets/stylesheets/style.scss */
  .min-w-md-8px {
    min-width: 8px !important;
  }
  /* line 15894, app/assets/stylesheets/style.scss */
  .min-w-md-9px {
    min-width: 9px !important;
  }
  /* line 15897, app/assets/stylesheets/style.scss */
  .min-w-md-10px {
    min-width: 10px !important;
  }
  /* line 15900, app/assets/stylesheets/style.scss */
  .min-w-md-15px {
    min-width: 15px !important;
  }
  /* line 15903, app/assets/stylesheets/style.scss */
  .min-w-md-20px {
    min-width: 20px !important;
  }
  /* line 15906, app/assets/stylesheets/style.scss */
  .min-w-md-25px {
    min-width: 25px !important;
  }
  /* line 15909, app/assets/stylesheets/style.scss */
  .min-w-md-30px {
    min-width: 30px !important;
  }
  /* line 15912, app/assets/stylesheets/style.scss */
  .min-w-md-35px {
    min-width: 35px !important;
  }
  /* line 15915, app/assets/stylesheets/style.scss */
  .min-w-md-40px {
    min-width: 40px !important;
  }
  /* line 15918, app/assets/stylesheets/style.scss */
  .min-w-md-45px {
    min-width: 45px !important;
  }
  /* line 15921, app/assets/stylesheets/style.scss */
  .min-w-md-50px {
    min-width: 50px !important;
  }
  /* line 15924, app/assets/stylesheets/style.scss */
  .min-w-md-55px {
    min-width: 55px !important;
  }
  /* line 15927, app/assets/stylesheets/style.scss */
  .min-w-md-60px {
    min-width: 60px !important;
  }
  /* line 15930, app/assets/stylesheets/style.scss */
  .min-w-md-65px {
    min-width: 65px !important;
  }
  /* line 15933, app/assets/stylesheets/style.scss */
  .min-w-md-70px {
    min-width: 70px !important;
  }
  /* line 15936, app/assets/stylesheets/style.scss */
  .min-w-md-75px {
    min-width: 75px !important;
  }
  /* line 15939, app/assets/stylesheets/style.scss */
  .min-w-md-80px {
    min-width: 80px !important;
  }
  /* line 15942, app/assets/stylesheets/style.scss */
  .min-w-md-85px {
    min-width: 85px !important;
  }
  /* line 15945, app/assets/stylesheets/style.scss */
  .min-w-md-90px {
    min-width: 90px !important;
  }
  /* line 15948, app/assets/stylesheets/style.scss */
  .min-w-md-95px {
    min-width: 95px !important;
  }
  /* line 15951, app/assets/stylesheets/style.scss */
  .min-w-md-100px {
    min-width: 100px !important;
  }
  /* line 15954, app/assets/stylesheets/style.scss */
  .min-w-md-125px {
    min-width: 125px !important;
  }
  /* line 15957, app/assets/stylesheets/style.scss */
  .min-w-md-150px {
    min-width: 150px !important;
  }
  /* line 15960, app/assets/stylesheets/style.scss */
  .min-w-md-175px {
    min-width: 175px !important;
  }
  /* line 15963, app/assets/stylesheets/style.scss */
  .min-w-md-200px {
    min-width: 200px !important;
  }
  /* line 15966, app/assets/stylesheets/style.scss */
  .min-w-md-225px {
    min-width: 225px !important;
  }
  /* line 15969, app/assets/stylesheets/style.scss */
  .min-w-md-250px {
    min-width: 250px !important;
  }
  /* line 15972, app/assets/stylesheets/style.scss */
  .min-w-md-275px {
    min-width: 275px !important;
  }
  /* line 15975, app/assets/stylesheets/style.scss */
  .min-w-md-300px {
    min-width: 300px !important;
  }
  /* line 15978, app/assets/stylesheets/style.scss */
  .min-w-md-325px {
    min-width: 325px !important;
  }
  /* line 15981, app/assets/stylesheets/style.scss */
  .min-w-md-350px {
    min-width: 350px !important;
  }
  /* line 15984, app/assets/stylesheets/style.scss */
  .min-w-md-375px {
    min-width: 375px !important;
  }
  /* line 15987, app/assets/stylesheets/style.scss */
  .min-w-md-400px {
    min-width: 400px !important;
  }
  /* line 15990, app/assets/stylesheets/style.scss */
  .min-w-md-425px {
    min-width: 425px !important;
  }
  /* line 15993, app/assets/stylesheets/style.scss */
  .min-w-md-450px {
    min-width: 450px !important;
  }
  /* line 15996, app/assets/stylesheets/style.scss */
  .min-w-md-475px {
    min-width: 475px !important;
  }
  /* line 15999, app/assets/stylesheets/style.scss */
  .min-w-md-500px {
    min-width: 500px !important;
  }
  /* line 16002, app/assets/stylesheets/style.scss */
  .min-w-md-550px {
    min-width: 550px !important;
  }
  /* line 16005, app/assets/stylesheets/style.scss */
  .min-w-md-600px {
    min-width: 600px !important;
  }
  /* line 16008, app/assets/stylesheets/style.scss */
  .min-w-md-650px {
    min-width: 650px !important;
  }
  /* line 16011, app/assets/stylesheets/style.scss */
  .min-w-md-700px {
    min-width: 700px !important;
  }
  /* line 16014, app/assets/stylesheets/style.scss */
  .min-w-md-750px {
    min-width: 750px !important;
  }
  /* line 16017, app/assets/stylesheets/style.scss */
  .min-w-md-800px {
    min-width: 800px !important;
  }
  /* line 16020, app/assets/stylesheets/style.scss */
  .min-w-md-850px {
    min-width: 850px !important;
  }
  /* line 16023, app/assets/stylesheets/style.scss */
  .min-w-md-900px {
    min-width: 900px !important;
  }
  /* line 16026, app/assets/stylesheets/style.scss */
  .min-w-md-950px {
    min-width: 950px !important;
  }
  /* line 16029, app/assets/stylesheets/style.scss */
  .min-w-md-1000px {
    min-width: 1000px !important;
  }
  /* line 16032, app/assets/stylesheets/style.scss */
  .min-h-md-unset {
    min-height: unset !important;
  }
  /* line 16035, app/assets/stylesheets/style.scss */
  .min-h-md-25 {
    min-height: 25% !important;
  }
  /* line 16038, app/assets/stylesheets/style.scss */
  .min-h-md-50 {
    min-height: 50% !important;
  }
  /* line 16041, app/assets/stylesheets/style.scss */
  .min-h-md-75 {
    min-height: 75% !important;
  }
  /* line 16044, app/assets/stylesheets/style.scss */
  .min-h-md-100 {
    min-height: 100% !important;
  }
  /* line 16047, app/assets/stylesheets/style.scss */
  .min-h-md-auto {
    min-height: auto !important;
  }
  /* line 16050, app/assets/stylesheets/style.scss */
  .min-h-md-1px {
    min-height: 1px !important;
  }
  /* line 16053, app/assets/stylesheets/style.scss */
  .min-h-md-2px {
    min-height: 2px !important;
  }
  /* line 16056, app/assets/stylesheets/style.scss */
  .min-h-md-3px {
    min-height: 3px !important;
  }
  /* line 16059, app/assets/stylesheets/style.scss */
  .min-h-md-4px {
    min-height: 4px !important;
  }
  /* line 16062, app/assets/stylesheets/style.scss */
  .min-h-md-5px {
    min-height: 5px !important;
  }
  /* line 16065, app/assets/stylesheets/style.scss */
  .min-h-md-6px {
    min-height: 6px !important;
  }
  /* line 16068, app/assets/stylesheets/style.scss */
  .min-h-md-7px {
    min-height: 7px !important;
  }
  /* line 16071, app/assets/stylesheets/style.scss */
  .min-h-md-8px {
    min-height: 8px !important;
  }
  /* line 16074, app/assets/stylesheets/style.scss */
  .min-h-md-9px {
    min-height: 9px !important;
  }
  /* line 16077, app/assets/stylesheets/style.scss */
  .min-h-md-10px {
    min-height: 10px !important;
  }
  /* line 16080, app/assets/stylesheets/style.scss */
  .min-h-md-15px {
    min-height: 15px !important;
  }
  /* line 16083, app/assets/stylesheets/style.scss */
  .min-h-md-20px {
    min-height: 20px !important;
  }
  /* line 16086, app/assets/stylesheets/style.scss */
  .min-h-md-25px {
    min-height: 25px !important;
  }
  /* line 16089, app/assets/stylesheets/style.scss */
  .min-h-md-30px {
    min-height: 30px !important;
  }
  /* line 16092, app/assets/stylesheets/style.scss */
  .min-h-md-35px {
    min-height: 35px !important;
  }
  /* line 16095, app/assets/stylesheets/style.scss */
  .min-h-md-40px {
    min-height: 40px !important;
  }
  /* line 16098, app/assets/stylesheets/style.scss */
  .min-h-md-45px {
    min-height: 45px !important;
  }
  /* line 16101, app/assets/stylesheets/style.scss */
  .min-h-md-50px {
    min-height: 50px !important;
  }
  /* line 16104, app/assets/stylesheets/style.scss */
  .min-h-md-55px {
    min-height: 55px !important;
  }
  /* line 16107, app/assets/stylesheets/style.scss */
  .min-h-md-60px {
    min-height: 60px !important;
  }
  /* line 16110, app/assets/stylesheets/style.scss */
  .min-h-md-65px {
    min-height: 65px !important;
  }
  /* line 16113, app/assets/stylesheets/style.scss */
  .min-h-md-70px {
    min-height: 70px !important;
  }
  /* line 16116, app/assets/stylesheets/style.scss */
  .min-h-md-75px {
    min-height: 75px !important;
  }
  /* line 16119, app/assets/stylesheets/style.scss */
  .min-h-md-80px {
    min-height: 80px !important;
  }
  /* line 16122, app/assets/stylesheets/style.scss */
  .min-h-md-85px {
    min-height: 85px !important;
  }
  /* line 16125, app/assets/stylesheets/style.scss */
  .min-h-md-90px {
    min-height: 90px !important;
  }
  /* line 16128, app/assets/stylesheets/style.scss */
  .min-h-md-95px {
    min-height: 95px !important;
  }
  /* line 16131, app/assets/stylesheets/style.scss */
  .min-h-md-100px {
    min-height: 100px !important;
  }
  /* line 16134, app/assets/stylesheets/style.scss */
  .min-h-md-125px {
    min-height: 125px !important;
  }
  /* line 16137, app/assets/stylesheets/style.scss */
  .min-h-md-150px {
    min-height: 150px !important;
  }
  /* line 16140, app/assets/stylesheets/style.scss */
  .min-h-md-175px {
    min-height: 175px !important;
  }
  /* line 16143, app/assets/stylesheets/style.scss */
  .min-h-md-200px {
    min-height: 200px !important;
  }
  /* line 16146, app/assets/stylesheets/style.scss */
  .min-h-md-225px {
    min-height: 225px !important;
  }
  /* line 16149, app/assets/stylesheets/style.scss */
  .min-h-md-250px {
    min-height: 250px !important;
  }
  /* line 16152, app/assets/stylesheets/style.scss */
  .min-h-md-275px {
    min-height: 275px !important;
  }
  /* line 16155, app/assets/stylesheets/style.scss */
  .min-h-md-300px {
    min-height: 300px !important;
  }
  /* line 16158, app/assets/stylesheets/style.scss */
  .min-h-md-325px {
    min-height: 325px !important;
  }
  /* line 16161, app/assets/stylesheets/style.scss */
  .min-h-md-350px {
    min-height: 350px !important;
  }
  /* line 16164, app/assets/stylesheets/style.scss */
  .min-h-md-375px {
    min-height: 375px !important;
  }
  /* line 16167, app/assets/stylesheets/style.scss */
  .min-h-md-400px {
    min-height: 400px !important;
  }
  /* line 16170, app/assets/stylesheets/style.scss */
  .min-h-md-425px {
    min-height: 425px !important;
  }
  /* line 16173, app/assets/stylesheets/style.scss */
  .min-h-md-450px {
    min-height: 450px !important;
  }
  /* line 16176, app/assets/stylesheets/style.scss */
  .min-h-md-475px {
    min-height: 475px !important;
  }
  /* line 16179, app/assets/stylesheets/style.scss */
  .min-h-md-500px {
    min-height: 500px !important;
  }
  /* line 16182, app/assets/stylesheets/style.scss */
  .min-h-md-550px {
    min-height: 550px !important;
  }
  /* line 16185, app/assets/stylesheets/style.scss */
  .min-h-md-600px {
    min-height: 600px !important;
  }
  /* line 16188, app/assets/stylesheets/style.scss */
  .min-h-md-650px {
    min-height: 650px !important;
  }
  /* line 16191, app/assets/stylesheets/style.scss */
  .min-h-md-700px {
    min-height: 700px !important;
  }
  /* line 16194, app/assets/stylesheets/style.scss */
  .min-h-md-750px {
    min-height: 750px !important;
  }
  /* line 16197, app/assets/stylesheets/style.scss */
  .min-h-md-800px {
    min-height: 800px !important;
  }
  /* line 16200, app/assets/stylesheets/style.scss */
  .min-h-md-850px {
    min-height: 850px !important;
  }
  /* line 16203, app/assets/stylesheets/style.scss */
  .min-h-md-900px {
    min-height: 900px !important;
  }
  /* line 16206, app/assets/stylesheets/style.scss */
  .min-h-md-950px {
    min-height: 950px !important;
  }
  /* line 16209, app/assets/stylesheets/style.scss */
  .min-h-md-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 992px) {
  /* line 16213, app/assets/stylesheets/style.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 16216, app/assets/stylesheets/style.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 16219, app/assets/stylesheets/style.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 16222, app/assets/stylesheets/style.scss */
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  /* line 16225, app/assets/stylesheets/style.scss */
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  /* line 16228, app/assets/stylesheets/style.scss */
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  /* line 16231, app/assets/stylesheets/style.scss */
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  /* line 16234, app/assets/stylesheets/style.scss */
  .object-fit-lg-none {
    object-fit: none !important;
  }
  /* line 16237, app/assets/stylesheets/style.scss */
  .overflow-lg-auto {
    overflow: auto !important;
  }
  /* line 16240, app/assets/stylesheets/style.scss */
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  /* line 16243, app/assets/stylesheets/style.scss */
  .overflow-lg-visible {
    overflow: visible !important;
  }
  /* line 16246, app/assets/stylesheets/style.scss */
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  /* line 16249, app/assets/stylesheets/style.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 16252, app/assets/stylesheets/style.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 16255, app/assets/stylesheets/style.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 16258, app/assets/stylesheets/style.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 16261, app/assets/stylesheets/style.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16264, app/assets/stylesheets/style.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 16267, app/assets/stylesheets/style.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 16270, app/assets/stylesheets/style.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 16273, app/assets/stylesheets/style.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 16276, app/assets/stylesheets/style.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 16279, app/assets/stylesheets/style.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 16282, app/assets/stylesheets/style.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 16285, app/assets/stylesheets/style.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 16288, app/assets/stylesheets/style.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 16291, app/assets/stylesheets/style.scss */
  .position-lg-sticky {
    position: sticky !important;
  }
  /* line 16294, app/assets/stylesheets/style.scss */
  .w-lg-unset {
    width: unset !important;
  }
  /* line 16297, app/assets/stylesheets/style.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 16300, app/assets/stylesheets/style.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 16303, app/assets/stylesheets/style.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 16306, app/assets/stylesheets/style.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 16309, app/assets/stylesheets/style.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 16312, app/assets/stylesheets/style.scss */
  .w-lg-1px {
    width: 1px !important;
  }
  /* line 16315, app/assets/stylesheets/style.scss */
  .w-lg-2px {
    width: 2px !important;
  }
  /* line 16318, app/assets/stylesheets/style.scss */
  .w-lg-3px {
    width: 3px !important;
  }
  /* line 16321, app/assets/stylesheets/style.scss */
  .w-lg-4px {
    width: 4px !important;
  }
  /* line 16324, app/assets/stylesheets/style.scss */
  .w-lg-5px {
    width: 5px !important;
  }
  /* line 16327, app/assets/stylesheets/style.scss */
  .w-lg-6px {
    width: 6px !important;
  }
  /* line 16330, app/assets/stylesheets/style.scss */
  .w-lg-7px {
    width: 7px !important;
  }
  /* line 16333, app/assets/stylesheets/style.scss */
  .w-lg-8px {
    width: 8px !important;
  }
  /* line 16336, app/assets/stylesheets/style.scss */
  .w-lg-9px {
    width: 9px !important;
  }
  /* line 16339, app/assets/stylesheets/style.scss */
  .w-lg-10px {
    width: 10px !important;
  }
  /* line 16342, app/assets/stylesheets/style.scss */
  .w-lg-15px {
    width: 15px !important;
  }
  /* line 16345, app/assets/stylesheets/style.scss */
  .w-lg-20px {
    width: 20px !important;
  }
  /* line 16348, app/assets/stylesheets/style.scss */
  .w-lg-25px {
    width: 25px !important;
  }
  /* line 16351, app/assets/stylesheets/style.scss */
  .w-lg-30px {
    width: 30px !important;
  }
  /* line 16354, app/assets/stylesheets/style.scss */
  .w-lg-35px {
    width: 35px !important;
  }
  /* line 16357, app/assets/stylesheets/style.scss */
  .w-lg-40px {
    width: 40px !important;
  }
  /* line 16360, app/assets/stylesheets/style.scss */
  .w-lg-45px {
    width: 45px !important;
  }
  /* line 16363, app/assets/stylesheets/style.scss */
  .w-lg-50px {
    width: 50px !important;
  }
  /* line 16366, app/assets/stylesheets/style.scss */
  .w-lg-55px {
    width: 55px !important;
  }
  /* line 16369, app/assets/stylesheets/style.scss */
  .w-lg-60px {
    width: 60px !important;
  }
  /* line 16372, app/assets/stylesheets/style.scss */
  .w-lg-65px {
    width: 65px !important;
  }
  /* line 16375, app/assets/stylesheets/style.scss */
  .w-lg-70px {
    width: 70px !important;
  }
  /* line 16378, app/assets/stylesheets/style.scss */
  .w-lg-75px {
    width: 75px !important;
  }
  /* line 16381, app/assets/stylesheets/style.scss */
  .w-lg-80px {
    width: 80px !important;
  }
  /* line 16384, app/assets/stylesheets/style.scss */
  .w-lg-85px {
    width: 85px !important;
  }
  /* line 16387, app/assets/stylesheets/style.scss */
  .w-lg-90px {
    width: 90px !important;
  }
  /* line 16390, app/assets/stylesheets/style.scss */
  .w-lg-95px {
    width: 95px !important;
  }
  /* line 16393, app/assets/stylesheets/style.scss */
  .w-lg-100px {
    width: 100px !important;
  }
  /* line 16396, app/assets/stylesheets/style.scss */
  .w-lg-125px {
    width: 125px !important;
  }
  /* line 16399, app/assets/stylesheets/style.scss */
  .w-lg-150px {
    width: 150px !important;
  }
  /* line 16402, app/assets/stylesheets/style.scss */
  .w-lg-175px {
    width: 175px !important;
  }
  /* line 16405, app/assets/stylesheets/style.scss */
  .w-lg-200px {
    width: 200px !important;
  }
  /* line 16408, app/assets/stylesheets/style.scss */
  .w-lg-225px {
    width: 225px !important;
  }
  /* line 16411, app/assets/stylesheets/style.scss */
  .w-lg-250px {
    width: 250px !important;
  }
  /* line 16414, app/assets/stylesheets/style.scss */
  .w-lg-275px {
    width: 275px !important;
  }
  /* line 16417, app/assets/stylesheets/style.scss */
  .w-lg-300px {
    width: 300px !important;
  }
  /* line 16420, app/assets/stylesheets/style.scss */
  .w-lg-325px {
    width: 325px !important;
  }
  /* line 16423, app/assets/stylesheets/style.scss */
  .w-lg-350px {
    width: 350px !important;
  }
  /* line 16426, app/assets/stylesheets/style.scss */
  .w-lg-375px {
    width: 375px !important;
  }
  /* line 16429, app/assets/stylesheets/style.scss */
  .w-lg-400px {
    width: 400px !important;
  }
  /* line 16432, app/assets/stylesheets/style.scss */
  .w-lg-425px {
    width: 425px !important;
  }
  /* line 16435, app/assets/stylesheets/style.scss */
  .w-lg-450px {
    width: 450px !important;
  }
  /* line 16438, app/assets/stylesheets/style.scss */
  .w-lg-475px {
    width: 475px !important;
  }
  /* line 16441, app/assets/stylesheets/style.scss */
  .w-lg-500px {
    width: 500px !important;
  }
  /* line 16444, app/assets/stylesheets/style.scss */
  .w-lg-550px {
    width: 550px !important;
  }
  /* line 16447, app/assets/stylesheets/style.scss */
  .w-lg-600px {
    width: 600px !important;
  }
  /* line 16450, app/assets/stylesheets/style.scss */
  .w-lg-650px {
    width: 650px !important;
  }
  /* line 16453, app/assets/stylesheets/style.scss */
  .w-lg-700px {
    width: 700px !important;
  }
  /* line 16456, app/assets/stylesheets/style.scss */
  .w-lg-750px {
    width: 750px !important;
  }
  /* line 16459, app/assets/stylesheets/style.scss */
  .w-lg-800px {
    width: 800px !important;
  }
  /* line 16462, app/assets/stylesheets/style.scss */
  .w-lg-850px {
    width: 850px !important;
  }
  /* line 16465, app/assets/stylesheets/style.scss */
  .w-lg-900px {
    width: 900px !important;
  }
  /* line 16468, app/assets/stylesheets/style.scss */
  .w-lg-950px {
    width: 950px !important;
  }
  /* line 16471, app/assets/stylesheets/style.scss */
  .w-lg-1000px {
    width: 1000px !important;
  }
  /* line 16474, app/assets/stylesheets/style.scss */
  .mw-lg-unset {
    max-width: unset !important;
  }
  /* line 16477, app/assets/stylesheets/style.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 16480, app/assets/stylesheets/style.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 16483, app/assets/stylesheets/style.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 16486, app/assets/stylesheets/style.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 16489, app/assets/stylesheets/style.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 16492, app/assets/stylesheets/style.scss */
  .mw-lg-1px {
    max-width: 1px !important;
  }
  /* line 16495, app/assets/stylesheets/style.scss */
  .mw-lg-2px {
    max-width: 2px !important;
  }
  /* line 16498, app/assets/stylesheets/style.scss */
  .mw-lg-3px {
    max-width: 3px !important;
  }
  /* line 16501, app/assets/stylesheets/style.scss */
  .mw-lg-4px {
    max-width: 4px !important;
  }
  /* line 16504, app/assets/stylesheets/style.scss */
  .mw-lg-5px {
    max-width: 5px !important;
  }
  /* line 16507, app/assets/stylesheets/style.scss */
  .mw-lg-6px {
    max-width: 6px !important;
  }
  /* line 16510, app/assets/stylesheets/style.scss */
  .mw-lg-7px {
    max-width: 7px !important;
  }
  /* line 16513, app/assets/stylesheets/style.scss */
  .mw-lg-8px {
    max-width: 8px !important;
  }
  /* line 16516, app/assets/stylesheets/style.scss */
  .mw-lg-9px {
    max-width: 9px !important;
  }
  /* line 16519, app/assets/stylesheets/style.scss */
  .mw-lg-10px {
    max-width: 10px !important;
  }
  /* line 16522, app/assets/stylesheets/style.scss */
  .mw-lg-15px {
    max-width: 15px !important;
  }
  /* line 16525, app/assets/stylesheets/style.scss */
  .mw-lg-20px {
    max-width: 20px !important;
  }
  /* line 16528, app/assets/stylesheets/style.scss */
  .mw-lg-25px {
    max-width: 25px !important;
  }
  /* line 16531, app/assets/stylesheets/style.scss */
  .mw-lg-30px {
    max-width: 30px !important;
  }
  /* line 16534, app/assets/stylesheets/style.scss */
  .mw-lg-35px {
    max-width: 35px !important;
  }
  /* line 16537, app/assets/stylesheets/style.scss */
  .mw-lg-40px {
    max-width: 40px !important;
  }
  /* line 16540, app/assets/stylesheets/style.scss */
  .mw-lg-45px {
    max-width: 45px !important;
  }
  /* line 16543, app/assets/stylesheets/style.scss */
  .mw-lg-50px {
    max-width: 50px !important;
  }
  /* line 16546, app/assets/stylesheets/style.scss */
  .mw-lg-55px {
    max-width: 55px !important;
  }
  /* line 16549, app/assets/stylesheets/style.scss */
  .mw-lg-60px {
    max-width: 60px !important;
  }
  /* line 16552, app/assets/stylesheets/style.scss */
  .mw-lg-65px {
    max-width: 65px !important;
  }
  /* line 16555, app/assets/stylesheets/style.scss */
  .mw-lg-70px {
    max-width: 70px !important;
  }
  /* line 16558, app/assets/stylesheets/style.scss */
  .mw-lg-75px {
    max-width: 75px !important;
  }
  /* line 16561, app/assets/stylesheets/style.scss */
  .mw-lg-80px {
    max-width: 80px !important;
  }
  /* line 16564, app/assets/stylesheets/style.scss */
  .mw-lg-85px {
    max-width: 85px !important;
  }
  /* line 16567, app/assets/stylesheets/style.scss */
  .mw-lg-90px {
    max-width: 90px !important;
  }
  /* line 16570, app/assets/stylesheets/style.scss */
  .mw-lg-95px {
    max-width: 95px !important;
  }
  /* line 16573, app/assets/stylesheets/style.scss */
  .mw-lg-100px {
    max-width: 100px !important;
  }
  /* line 16576, app/assets/stylesheets/style.scss */
  .mw-lg-125px {
    max-width: 125px !important;
  }
  /* line 16579, app/assets/stylesheets/style.scss */
  .mw-lg-150px {
    max-width: 150px !important;
  }
  /* line 16582, app/assets/stylesheets/style.scss */
  .mw-lg-175px {
    max-width: 175px !important;
  }
  /* line 16585, app/assets/stylesheets/style.scss */
  .mw-lg-200px {
    max-width: 200px !important;
  }
  /* line 16588, app/assets/stylesheets/style.scss */
  .mw-lg-225px {
    max-width: 225px !important;
  }
  /* line 16591, app/assets/stylesheets/style.scss */
  .mw-lg-250px {
    max-width: 250px !important;
  }
  /* line 16594, app/assets/stylesheets/style.scss */
  .mw-lg-275px {
    max-width: 275px !important;
  }
  /* line 16597, app/assets/stylesheets/style.scss */
  .mw-lg-300px {
    max-width: 300px !important;
  }
  /* line 16600, app/assets/stylesheets/style.scss */
  .mw-lg-325px {
    max-width: 325px !important;
  }
  /* line 16603, app/assets/stylesheets/style.scss */
  .mw-lg-350px {
    max-width: 350px !important;
  }
  /* line 16606, app/assets/stylesheets/style.scss */
  .mw-lg-375px {
    max-width: 375px !important;
  }
  /* line 16609, app/assets/stylesheets/style.scss */
  .mw-lg-400px {
    max-width: 400px !important;
  }
  /* line 16612, app/assets/stylesheets/style.scss */
  .mw-lg-425px {
    max-width: 425px !important;
  }
  /* line 16615, app/assets/stylesheets/style.scss */
  .mw-lg-450px {
    max-width: 450px !important;
  }
  /* line 16618, app/assets/stylesheets/style.scss */
  .mw-lg-475px {
    max-width: 475px !important;
  }
  /* line 16621, app/assets/stylesheets/style.scss */
  .mw-lg-500px {
    max-width: 500px !important;
  }
  /* line 16624, app/assets/stylesheets/style.scss */
  .mw-lg-550px {
    max-width: 550px !important;
  }
  /* line 16627, app/assets/stylesheets/style.scss */
  .mw-lg-600px {
    max-width: 600px !important;
  }
  /* line 16630, app/assets/stylesheets/style.scss */
  .mw-lg-650px {
    max-width: 650px !important;
  }
  /* line 16633, app/assets/stylesheets/style.scss */
  .mw-lg-700px {
    max-width: 700px !important;
  }
  /* line 16636, app/assets/stylesheets/style.scss */
  .mw-lg-750px {
    max-width: 750px !important;
  }
  /* line 16639, app/assets/stylesheets/style.scss */
  .mw-lg-800px {
    max-width: 800px !important;
  }
  /* line 16642, app/assets/stylesheets/style.scss */
  .mw-lg-850px {
    max-width: 850px !important;
  }
  /* line 16645, app/assets/stylesheets/style.scss */
  .mw-lg-900px {
    max-width: 900px !important;
  }
  /* line 16648, app/assets/stylesheets/style.scss */
  .mw-lg-950px {
    max-width: 950px !important;
  }
  /* line 16651, app/assets/stylesheets/style.scss */
  .mw-lg-1000px {
    max-width: 1000px !important;
  }
  /* line 16654, app/assets/stylesheets/style.scss */
  .h-lg-unset {
    height: unset !important;
  }
  /* line 16657, app/assets/stylesheets/style.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 16660, app/assets/stylesheets/style.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 16663, app/assets/stylesheets/style.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 16666, app/assets/stylesheets/style.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 16669, app/assets/stylesheets/style.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 16672, app/assets/stylesheets/style.scss */
  .h-lg-1px {
    height: 1px !important;
  }
  /* line 16675, app/assets/stylesheets/style.scss */
  .h-lg-2px {
    height: 2px !important;
  }
  /* line 16678, app/assets/stylesheets/style.scss */
  .h-lg-3px {
    height: 3px !important;
  }
  /* line 16681, app/assets/stylesheets/style.scss */
  .h-lg-4px {
    height: 4px !important;
  }
  /* line 16684, app/assets/stylesheets/style.scss */
  .h-lg-5px {
    height: 5px !important;
  }
  /* line 16687, app/assets/stylesheets/style.scss */
  .h-lg-6px {
    height: 6px !important;
  }
  /* line 16690, app/assets/stylesheets/style.scss */
  .h-lg-7px {
    height: 7px !important;
  }
  /* line 16693, app/assets/stylesheets/style.scss */
  .h-lg-8px {
    height: 8px !important;
  }
  /* line 16696, app/assets/stylesheets/style.scss */
  .h-lg-9px {
    height: 9px !important;
  }
  /* line 16699, app/assets/stylesheets/style.scss */
  .h-lg-10px {
    height: 10px !important;
  }
  /* line 16702, app/assets/stylesheets/style.scss */
  .h-lg-15px {
    height: 15px !important;
  }
  /* line 16705, app/assets/stylesheets/style.scss */
  .h-lg-20px {
    height: 20px !important;
  }
  /* line 16708, app/assets/stylesheets/style.scss */
  .h-lg-25px {
    height: 25px !important;
  }
  /* line 16711, app/assets/stylesheets/style.scss */
  .h-lg-30px {
    height: 30px !important;
  }
  /* line 16714, app/assets/stylesheets/style.scss */
  .h-lg-35px {
    height: 35px !important;
  }
  /* line 16717, app/assets/stylesheets/style.scss */
  .h-lg-40px {
    height: 40px !important;
  }
  /* line 16720, app/assets/stylesheets/style.scss */
  .h-lg-45px {
    height: 45px !important;
  }
  /* line 16723, app/assets/stylesheets/style.scss */
  .h-lg-50px {
    height: 50px !important;
  }
  /* line 16726, app/assets/stylesheets/style.scss */
  .h-lg-55px {
    height: 55px !important;
  }
  /* line 16729, app/assets/stylesheets/style.scss */
  .h-lg-60px {
    height: 60px !important;
  }
  /* line 16732, app/assets/stylesheets/style.scss */
  .h-lg-65px {
    height: 65px !important;
  }
  /* line 16735, app/assets/stylesheets/style.scss */
  .h-lg-70px {
    height: 70px !important;
  }
  /* line 16738, app/assets/stylesheets/style.scss */
  .h-lg-75px {
    height: 75px !important;
  }
  /* line 16741, app/assets/stylesheets/style.scss */
  .h-lg-80px {
    height: 80px !important;
  }
  /* line 16744, app/assets/stylesheets/style.scss */
  .h-lg-85px {
    height: 85px !important;
  }
  /* line 16747, app/assets/stylesheets/style.scss */
  .h-lg-90px {
    height: 90px !important;
  }
  /* line 16750, app/assets/stylesheets/style.scss */
  .h-lg-95px {
    height: 95px !important;
  }
  /* line 16753, app/assets/stylesheets/style.scss */
  .h-lg-100px {
    height: 100px !important;
  }
  /* line 16756, app/assets/stylesheets/style.scss */
  .h-lg-125px {
    height: 125px !important;
  }
  /* line 16759, app/assets/stylesheets/style.scss */
  .h-lg-150px {
    height: 150px !important;
  }
  /* line 16762, app/assets/stylesheets/style.scss */
  .h-lg-175px {
    height: 175px !important;
  }
  /* line 16765, app/assets/stylesheets/style.scss */
  .h-lg-200px {
    height: 200px !important;
  }
  /* line 16768, app/assets/stylesheets/style.scss */
  .h-lg-225px {
    height: 225px !important;
  }
  /* line 16771, app/assets/stylesheets/style.scss */
  .h-lg-250px {
    height: 250px !important;
  }
  /* line 16774, app/assets/stylesheets/style.scss */
  .h-lg-275px {
    height: 275px !important;
  }
  /* line 16777, app/assets/stylesheets/style.scss */
  .h-lg-300px {
    height: 300px !important;
  }
  /* line 16780, app/assets/stylesheets/style.scss */
  .h-lg-325px {
    height: 325px !important;
  }
  /* line 16783, app/assets/stylesheets/style.scss */
  .h-lg-350px {
    height: 350px !important;
  }
  /* line 16786, app/assets/stylesheets/style.scss */
  .h-lg-375px {
    height: 375px !important;
  }
  /* line 16789, app/assets/stylesheets/style.scss */
  .h-lg-400px {
    height: 400px !important;
  }
  /* line 16792, app/assets/stylesheets/style.scss */
  .h-lg-425px {
    height: 425px !important;
  }
  /* line 16795, app/assets/stylesheets/style.scss */
  .h-lg-450px {
    height: 450px !important;
  }
  /* line 16798, app/assets/stylesheets/style.scss */
  .h-lg-475px {
    height: 475px !important;
  }
  /* line 16801, app/assets/stylesheets/style.scss */
  .h-lg-500px {
    height: 500px !important;
  }
  /* line 16804, app/assets/stylesheets/style.scss */
  .h-lg-550px {
    height: 550px !important;
  }
  /* line 16807, app/assets/stylesheets/style.scss */
  .h-lg-600px {
    height: 600px !important;
  }
  /* line 16810, app/assets/stylesheets/style.scss */
  .h-lg-650px {
    height: 650px !important;
  }
  /* line 16813, app/assets/stylesheets/style.scss */
  .h-lg-700px {
    height: 700px !important;
  }
  /* line 16816, app/assets/stylesheets/style.scss */
  .h-lg-750px {
    height: 750px !important;
  }
  /* line 16819, app/assets/stylesheets/style.scss */
  .h-lg-800px {
    height: 800px !important;
  }
  /* line 16822, app/assets/stylesheets/style.scss */
  .h-lg-850px {
    height: 850px !important;
  }
  /* line 16825, app/assets/stylesheets/style.scss */
  .h-lg-900px {
    height: 900px !important;
  }
  /* line 16828, app/assets/stylesheets/style.scss */
  .h-lg-950px {
    height: 950px !important;
  }
  /* line 16831, app/assets/stylesheets/style.scss */
  .h-lg-1000px {
    height: 1000px !important;
  }
  /* line 16834, app/assets/stylesheets/style.scss */
  .mh-lg-unset {
    max-height: unset !important;
  }
  /* line 16837, app/assets/stylesheets/style.scss */
  .mh-lg-25 {
    max-height: 25% !important;
  }
  /* line 16840, app/assets/stylesheets/style.scss */
  .mh-lg-50 {
    max-height: 50% !important;
  }
  /* line 16843, app/assets/stylesheets/style.scss */
  .mh-lg-75 {
    max-height: 75% !important;
  }
  /* line 16846, app/assets/stylesheets/style.scss */
  .mh-lg-100 {
    max-height: 100% !important;
  }
  /* line 16849, app/assets/stylesheets/style.scss */
  .mh-lg-auto {
    max-height: auto !important;
  }
  /* line 16852, app/assets/stylesheets/style.scss */
  .mh-lg-1px {
    max-height: 1px !important;
  }
  /* line 16855, app/assets/stylesheets/style.scss */
  .mh-lg-2px {
    max-height: 2px !important;
  }
  /* line 16858, app/assets/stylesheets/style.scss */
  .mh-lg-3px {
    max-height: 3px !important;
  }
  /* line 16861, app/assets/stylesheets/style.scss */
  .mh-lg-4px {
    max-height: 4px !important;
  }
  /* line 16864, app/assets/stylesheets/style.scss */
  .mh-lg-5px {
    max-height: 5px !important;
  }
  /* line 16867, app/assets/stylesheets/style.scss */
  .mh-lg-6px {
    max-height: 6px !important;
  }
  /* line 16870, app/assets/stylesheets/style.scss */
  .mh-lg-7px {
    max-height: 7px !important;
  }
  /* line 16873, app/assets/stylesheets/style.scss */
  .mh-lg-8px {
    max-height: 8px !important;
  }
  /* line 16876, app/assets/stylesheets/style.scss */
  .mh-lg-9px {
    max-height: 9px !important;
  }
  /* line 16879, app/assets/stylesheets/style.scss */
  .mh-lg-10px {
    max-height: 10px !important;
  }
  /* line 16882, app/assets/stylesheets/style.scss */
  .mh-lg-15px {
    max-height: 15px !important;
  }
  /* line 16885, app/assets/stylesheets/style.scss */
  .mh-lg-20px {
    max-height: 20px !important;
  }
  /* line 16888, app/assets/stylesheets/style.scss */
  .mh-lg-25px {
    max-height: 25px !important;
  }
  /* line 16891, app/assets/stylesheets/style.scss */
  .mh-lg-30px {
    max-height: 30px !important;
  }
  /* line 16894, app/assets/stylesheets/style.scss */
  .mh-lg-35px {
    max-height: 35px !important;
  }
  /* line 16897, app/assets/stylesheets/style.scss */
  .mh-lg-40px {
    max-height: 40px !important;
  }
  /* line 16900, app/assets/stylesheets/style.scss */
  .mh-lg-45px {
    max-height: 45px !important;
  }
  /* line 16903, app/assets/stylesheets/style.scss */
  .mh-lg-50px {
    max-height: 50px !important;
  }
  /* line 16906, app/assets/stylesheets/style.scss */
  .mh-lg-55px {
    max-height: 55px !important;
  }
  /* line 16909, app/assets/stylesheets/style.scss */
  .mh-lg-60px {
    max-height: 60px !important;
  }
  /* line 16912, app/assets/stylesheets/style.scss */
  .mh-lg-65px {
    max-height: 65px !important;
  }
  /* line 16915, app/assets/stylesheets/style.scss */
  .mh-lg-70px {
    max-height: 70px !important;
  }
  /* line 16918, app/assets/stylesheets/style.scss */
  .mh-lg-75px {
    max-height: 75px !important;
  }
  /* line 16921, app/assets/stylesheets/style.scss */
  .mh-lg-80px {
    max-height: 80px !important;
  }
  /* line 16924, app/assets/stylesheets/style.scss */
  .mh-lg-85px {
    max-height: 85px !important;
  }
  /* line 16927, app/assets/stylesheets/style.scss */
  .mh-lg-90px {
    max-height: 90px !important;
  }
  /* line 16930, app/assets/stylesheets/style.scss */
  .mh-lg-95px {
    max-height: 95px !important;
  }
  /* line 16933, app/assets/stylesheets/style.scss */
  .mh-lg-100px {
    max-height: 100px !important;
  }
  /* line 16936, app/assets/stylesheets/style.scss */
  .mh-lg-125px {
    max-height: 125px !important;
  }
  /* line 16939, app/assets/stylesheets/style.scss */
  .mh-lg-150px {
    max-height: 150px !important;
  }
  /* line 16942, app/assets/stylesheets/style.scss */
  .mh-lg-175px {
    max-height: 175px !important;
  }
  /* line 16945, app/assets/stylesheets/style.scss */
  .mh-lg-200px {
    max-height: 200px !important;
  }
  /* line 16948, app/assets/stylesheets/style.scss */
  .mh-lg-225px {
    max-height: 225px !important;
  }
  /* line 16951, app/assets/stylesheets/style.scss */
  .mh-lg-250px {
    max-height: 250px !important;
  }
  /* line 16954, app/assets/stylesheets/style.scss */
  .mh-lg-275px {
    max-height: 275px !important;
  }
  /* line 16957, app/assets/stylesheets/style.scss */
  .mh-lg-300px {
    max-height: 300px !important;
  }
  /* line 16960, app/assets/stylesheets/style.scss */
  .mh-lg-325px {
    max-height: 325px !important;
  }
  /* line 16963, app/assets/stylesheets/style.scss */
  .mh-lg-350px {
    max-height: 350px !important;
  }
  /* line 16966, app/assets/stylesheets/style.scss */
  .mh-lg-375px {
    max-height: 375px !important;
  }
  /* line 16969, app/assets/stylesheets/style.scss */
  .mh-lg-400px {
    max-height: 400px !important;
  }
  /* line 16972, app/assets/stylesheets/style.scss */
  .mh-lg-425px {
    max-height: 425px !important;
  }
  /* line 16975, app/assets/stylesheets/style.scss */
  .mh-lg-450px {
    max-height: 450px !important;
  }
  /* line 16978, app/assets/stylesheets/style.scss */
  .mh-lg-475px {
    max-height: 475px !important;
  }
  /* line 16981, app/assets/stylesheets/style.scss */
  .mh-lg-500px {
    max-height: 500px !important;
  }
  /* line 16984, app/assets/stylesheets/style.scss */
  .mh-lg-550px {
    max-height: 550px !important;
  }
  /* line 16987, app/assets/stylesheets/style.scss */
  .mh-lg-600px {
    max-height: 600px !important;
  }
  /* line 16990, app/assets/stylesheets/style.scss */
  .mh-lg-650px {
    max-height: 650px !important;
  }
  /* line 16993, app/assets/stylesheets/style.scss */
  .mh-lg-700px {
    max-height: 700px !important;
  }
  /* line 16996, app/assets/stylesheets/style.scss */
  .mh-lg-750px {
    max-height: 750px !important;
  }
  /* line 16999, app/assets/stylesheets/style.scss */
  .mh-lg-800px {
    max-height: 800px !important;
  }
  /* line 17002, app/assets/stylesheets/style.scss */
  .mh-lg-850px {
    max-height: 850px !important;
  }
  /* line 17005, app/assets/stylesheets/style.scss */
  .mh-lg-900px {
    max-height: 900px !important;
  }
  /* line 17008, app/assets/stylesheets/style.scss */
  .mh-lg-950px {
    max-height: 950px !important;
  }
  /* line 17011, app/assets/stylesheets/style.scss */
  .mh-lg-1000px {
    max-height: 1000px !important;
  }
  /* line 17014, app/assets/stylesheets/style.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 17017, app/assets/stylesheets/style.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 17020, app/assets/stylesheets/style.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 17023, app/assets/stylesheets/style.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 17026, app/assets/stylesheets/style.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 17029, app/assets/stylesheets/style.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 17032, app/assets/stylesheets/style.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 17035, app/assets/stylesheets/style.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 17038, app/assets/stylesheets/style.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 17041, app/assets/stylesheets/style.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17044, app/assets/stylesheets/style.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 17047, app/assets/stylesheets/style.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 17050, app/assets/stylesheets/style.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 17053, app/assets/stylesheets/style.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 17056, app/assets/stylesheets/style.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 17059, app/assets/stylesheets/style.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 17062, app/assets/stylesheets/style.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 17065, app/assets/stylesheets/style.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 17068, app/assets/stylesheets/style.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 17071, app/assets/stylesheets/style.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 17074, app/assets/stylesheets/style.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 17077, app/assets/stylesheets/style.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 17080, app/assets/stylesheets/style.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 17083, app/assets/stylesheets/style.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 17086, app/assets/stylesheets/style.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 17089, app/assets/stylesheets/style.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 17092, app/assets/stylesheets/style.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 17095, app/assets/stylesheets/style.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 17098, app/assets/stylesheets/style.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 17101, app/assets/stylesheets/style.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 17104, app/assets/stylesheets/style.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 17107, app/assets/stylesheets/style.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 17110, app/assets/stylesheets/style.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 17113, app/assets/stylesheets/style.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 17116, app/assets/stylesheets/style.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 17119, app/assets/stylesheets/style.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 17122, app/assets/stylesheets/style.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 17125, app/assets/stylesheets/style.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 17128, app/assets/stylesheets/style.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 17131, app/assets/stylesheets/style.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 17134, app/assets/stylesheets/style.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 17137, app/assets/stylesheets/style.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 17140, app/assets/stylesheets/style.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 17143, app/assets/stylesheets/style.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 17146, app/assets/stylesheets/style.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 17149, app/assets/stylesheets/style.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 17152, app/assets/stylesheets/style.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 17155, app/assets/stylesheets/style.scss */
  .m-lg-4 {
    margin: 1rem !important;
  }
  /* line 17158, app/assets/stylesheets/style.scss */
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  /* line 17161, app/assets/stylesheets/style.scss */
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  /* line 17164, app/assets/stylesheets/style.scss */
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  /* line 17167, app/assets/stylesheets/style.scss */
  .m-lg-8 {
    margin: 2rem !important;
  }
  /* line 17170, app/assets/stylesheets/style.scss */
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  /* line 17173, app/assets/stylesheets/style.scss */
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  /* line 17176, app/assets/stylesheets/style.scss */
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  /* line 17179, app/assets/stylesheets/style.scss */
  .m-lg-12 {
    margin: 3rem !important;
  }
  /* line 17182, app/assets/stylesheets/style.scss */
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  /* line 17185, app/assets/stylesheets/style.scss */
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  /* line 17188, app/assets/stylesheets/style.scss */
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  /* line 17191, app/assets/stylesheets/style.scss */
  .m-lg-16 {
    margin: 4rem !important;
  }
  /* line 17194, app/assets/stylesheets/style.scss */
  .m-lg-17 {
    margin: 4.25rem !important;
  }
  /* line 17197, app/assets/stylesheets/style.scss */
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  /* line 17200, app/assets/stylesheets/style.scss */
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  /* line 17203, app/assets/stylesheets/style.scss */
  .m-lg-20 {
    margin: 5rem !important;
  }
  /* line 17206, app/assets/stylesheets/style.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 17209, app/assets/stylesheets/style.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 17213, app/assets/stylesheets/style.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 17217, app/assets/stylesheets/style.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 17221, app/assets/stylesheets/style.scss */
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 17225, app/assets/stylesheets/style.scss */
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 17229, app/assets/stylesheets/style.scss */
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 17233, app/assets/stylesheets/style.scss */
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 17237, app/assets/stylesheets/style.scss */
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 17241, app/assets/stylesheets/style.scss */
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 17245, app/assets/stylesheets/style.scss */
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 17249, app/assets/stylesheets/style.scss */
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 17253, app/assets/stylesheets/style.scss */
  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  /* line 17257, app/assets/stylesheets/style.scss */
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 17261, app/assets/stylesheets/style.scss */
  .mx-lg-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  /* line 17265, app/assets/stylesheets/style.scss */
  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 17269, app/assets/stylesheets/style.scss */
  .mx-lg-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  /* line 17273, app/assets/stylesheets/style.scss */
  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 17277, app/assets/stylesheets/style.scss */
  .mx-lg-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  /* line 17281, app/assets/stylesheets/style.scss */
  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 17285, app/assets/stylesheets/style.scss */
  .mx-lg-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  /* line 17289, app/assets/stylesheets/style.scss */
  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 17293, app/assets/stylesheets/style.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 17297, app/assets/stylesheets/style.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 17301, app/assets/stylesheets/style.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 17305, app/assets/stylesheets/style.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 17309, app/assets/stylesheets/style.scss */
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 17313, app/assets/stylesheets/style.scss */
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 17317, app/assets/stylesheets/style.scss */
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 17321, app/assets/stylesheets/style.scss */
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 17325, app/assets/stylesheets/style.scss */
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 17329, app/assets/stylesheets/style.scss */
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 17333, app/assets/stylesheets/style.scss */
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 17337, app/assets/stylesheets/style.scss */
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 17341, app/assets/stylesheets/style.scss */
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 17345, app/assets/stylesheets/style.scss */
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 17349, app/assets/stylesheets/style.scss */
  .my-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  /* line 17353, app/assets/stylesheets/style.scss */
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 17357, app/assets/stylesheets/style.scss */
  .my-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  /* line 17361, app/assets/stylesheets/style.scss */
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 17365, app/assets/stylesheets/style.scss */
  .my-lg-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  /* line 17369, app/assets/stylesheets/style.scss */
  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 17373, app/assets/stylesheets/style.scss */
  .my-lg-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  /* line 17377, app/assets/stylesheets/style.scss */
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 17381, app/assets/stylesheets/style.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 17385, app/assets/stylesheets/style.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17388, app/assets/stylesheets/style.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17391, app/assets/stylesheets/style.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17394, app/assets/stylesheets/style.scss */
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 17397, app/assets/stylesheets/style.scss */
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  /* line 17400, app/assets/stylesheets/style.scss */
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  /* line 17403, app/assets/stylesheets/style.scss */
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  /* line 17406, app/assets/stylesheets/style.scss */
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  /* line 17409, app/assets/stylesheets/style.scss */
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  /* line 17412, app/assets/stylesheets/style.scss */
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  /* line 17415, app/assets/stylesheets/style.scss */
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  /* line 17418, app/assets/stylesheets/style.scss */
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
  /* line 17421, app/assets/stylesheets/style.scss */
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  /* line 17424, app/assets/stylesheets/style.scss */
  .mt-lg-13 {
    margin-top: 3.25rem !important;
  }
  /* line 17427, app/assets/stylesheets/style.scss */
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
  /* line 17430, app/assets/stylesheets/style.scss */
  .mt-lg-15 {
    margin-top: 3.75rem !important;
  }
  /* line 17433, app/assets/stylesheets/style.scss */
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  /* line 17436, app/assets/stylesheets/style.scss */
  .mt-lg-17 {
    margin-top: 4.25rem !important;
  }
  /* line 17439, app/assets/stylesheets/style.scss */
  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }
  /* line 17442, app/assets/stylesheets/style.scss */
  .mt-lg-19 {
    margin-top: 4.75rem !important;
  }
  /* line 17445, app/assets/stylesheets/style.scss */
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  /* line 17448, app/assets/stylesheets/style.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 17451, app/assets/stylesheets/style.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 17454, app/assets/stylesheets/style.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17457, app/assets/stylesheets/style.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17460, app/assets/stylesheets/style.scss */
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 17463, app/assets/stylesheets/style.scss */
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  /* line 17466, app/assets/stylesheets/style.scss */
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  /* line 17469, app/assets/stylesheets/style.scss */
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  /* line 17472, app/assets/stylesheets/style.scss */
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  /* line 17475, app/assets/stylesheets/style.scss */
  .me-lg-8 {
    margin-right: 2rem !important;
  }
  /* line 17478, app/assets/stylesheets/style.scss */
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
  /* line 17481, app/assets/stylesheets/style.scss */
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
  /* line 17484, app/assets/stylesheets/style.scss */
  .me-lg-11 {
    margin-right: 2.75rem !important;
  }
  /* line 17487, app/assets/stylesheets/style.scss */
  .me-lg-12 {
    margin-right: 3rem !important;
  }
  /* line 17490, app/assets/stylesheets/style.scss */
  .me-lg-13 {
    margin-right: 3.25rem !important;
  }
  /* line 17493, app/assets/stylesheets/style.scss */
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
  /* line 17496, app/assets/stylesheets/style.scss */
  .me-lg-15 {
    margin-right: 3.75rem !important;
  }
  /* line 17499, app/assets/stylesheets/style.scss */
  .me-lg-16 {
    margin-right: 4rem !important;
  }
  /* line 17502, app/assets/stylesheets/style.scss */
  .me-lg-17 {
    margin-right: 4.25rem !important;
  }
  /* line 17505, app/assets/stylesheets/style.scss */
  .me-lg-18 {
    margin-right: 4.5rem !important;
  }
  /* line 17508, app/assets/stylesheets/style.scss */
  .me-lg-19 {
    margin-right: 4.75rem !important;
  }
  /* line 17511, app/assets/stylesheets/style.scss */
  .me-lg-20 {
    margin-right: 5rem !important;
  }
  /* line 17514, app/assets/stylesheets/style.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 17517, app/assets/stylesheets/style.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 17520, app/assets/stylesheets/style.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17523, app/assets/stylesheets/style.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17526, app/assets/stylesheets/style.scss */
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 17529, app/assets/stylesheets/style.scss */
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  /* line 17532, app/assets/stylesheets/style.scss */
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 17535, app/assets/stylesheets/style.scss */
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17538, app/assets/stylesheets/style.scss */
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 17541, app/assets/stylesheets/style.scss */
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  /* line 17544, app/assets/stylesheets/style.scss */
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 17547, app/assets/stylesheets/style.scss */
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 17550, app/assets/stylesheets/style.scss */
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 17553, app/assets/stylesheets/style.scss */
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  /* line 17556, app/assets/stylesheets/style.scss */
  .mb-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  /* line 17559, app/assets/stylesheets/style.scss */
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 17562, app/assets/stylesheets/style.scss */
  .mb-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  /* line 17565, app/assets/stylesheets/style.scss */
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  /* line 17568, app/assets/stylesheets/style.scss */
  .mb-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  /* line 17571, app/assets/stylesheets/style.scss */
  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  /* line 17574, app/assets/stylesheets/style.scss */
  .mb-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  /* line 17577, app/assets/stylesheets/style.scss */
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  /* line 17580, app/assets/stylesheets/style.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 17583, app/assets/stylesheets/style.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 17586, app/assets/stylesheets/style.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17589, app/assets/stylesheets/style.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17592, app/assets/stylesheets/style.scss */
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 17595, app/assets/stylesheets/style.scss */
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  /* line 17598, app/assets/stylesheets/style.scss */
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  /* line 17601, app/assets/stylesheets/style.scss */
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  /* line 17604, app/assets/stylesheets/style.scss */
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  /* line 17607, app/assets/stylesheets/style.scss */
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
  /* line 17610, app/assets/stylesheets/style.scss */
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
  /* line 17613, app/assets/stylesheets/style.scss */
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
  /* line 17616, app/assets/stylesheets/style.scss */
  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }
  /* line 17619, app/assets/stylesheets/style.scss */
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
  /* line 17622, app/assets/stylesheets/style.scss */
  .ms-lg-13 {
    margin-left: 3.25rem !important;
  }
  /* line 17625, app/assets/stylesheets/style.scss */
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
  /* line 17628, app/assets/stylesheets/style.scss */
  .ms-lg-15 {
    margin-left: 3.75rem !important;
  }
  /* line 17631, app/assets/stylesheets/style.scss */
  .ms-lg-16 {
    margin-left: 4rem !important;
  }
  /* line 17634, app/assets/stylesheets/style.scss */
  .ms-lg-17 {
    margin-left: 4.25rem !important;
  }
  /* line 17637, app/assets/stylesheets/style.scss */
  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }
  /* line 17640, app/assets/stylesheets/style.scss */
  .ms-lg-19 {
    margin-left: 4.75rem !important;
  }
  /* line 17643, app/assets/stylesheets/style.scss */
  .ms-lg-20 {
    margin-left: 5rem !important;
  }
  /* line 17646, app/assets/stylesheets/style.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 17649, app/assets/stylesheets/style.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 17652, app/assets/stylesheets/style.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 17655, app/assets/stylesheets/style.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 17658, app/assets/stylesheets/style.scss */
  .m-lg-n4 {
    margin: -1rem !important;
  }
  /* line 17661, app/assets/stylesheets/style.scss */
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  /* line 17664, app/assets/stylesheets/style.scss */
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  /* line 17667, app/assets/stylesheets/style.scss */
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  /* line 17670, app/assets/stylesheets/style.scss */
  .m-lg-n8 {
    margin: -2rem !important;
  }
  /* line 17673, app/assets/stylesheets/style.scss */
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  /* line 17676, app/assets/stylesheets/style.scss */
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  /* line 17679, app/assets/stylesheets/style.scss */
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  /* line 17682, app/assets/stylesheets/style.scss */
  .m-lg-n12 {
    margin: -3rem !important;
  }
  /* line 17685, app/assets/stylesheets/style.scss */
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  /* line 17688, app/assets/stylesheets/style.scss */
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  /* line 17691, app/assets/stylesheets/style.scss */
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  /* line 17694, app/assets/stylesheets/style.scss */
  .m-lg-n16 {
    margin: -4rem !important;
  }
  /* line 17697, app/assets/stylesheets/style.scss */
  .m-lg-n17 {
    margin: -4.25rem !important;
  }
  /* line 17700, app/assets/stylesheets/style.scss */
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  /* line 17703, app/assets/stylesheets/style.scss */
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
  /* line 17706, app/assets/stylesheets/style.scss */
  .m-lg-n20 {
    margin: -5rem !important;
  }
  /* line 17709, app/assets/stylesheets/style.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 17713, app/assets/stylesheets/style.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 17717, app/assets/stylesheets/style.scss */
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 17721, app/assets/stylesheets/style.scss */
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 17725, app/assets/stylesheets/style.scss */
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 17729, app/assets/stylesheets/style.scss */
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 17733, app/assets/stylesheets/style.scss */
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  /* line 17737, app/assets/stylesheets/style.scss */
  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 17741, app/assets/stylesheets/style.scss */
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 17745, app/assets/stylesheets/style.scss */
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 17749, app/assets/stylesheets/style.scss */
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  /* line 17753, app/assets/stylesheets/style.scss */
  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 17757, app/assets/stylesheets/style.scss */
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  /* line 17761, app/assets/stylesheets/style.scss */
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 17765, app/assets/stylesheets/style.scss */
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  /* line 17769, app/assets/stylesheets/style.scss */
  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 17773, app/assets/stylesheets/style.scss */
  .mx-lg-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  /* line 17777, app/assets/stylesheets/style.scss */
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 17781, app/assets/stylesheets/style.scss */
  .mx-lg-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  /* line 17785, app/assets/stylesheets/style.scss */
  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 17789, app/assets/stylesheets/style.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 17793, app/assets/stylesheets/style.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 17797, app/assets/stylesheets/style.scss */
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 17801, app/assets/stylesheets/style.scss */
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 17805, app/assets/stylesheets/style.scss */
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 17809, app/assets/stylesheets/style.scss */
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 17813, app/assets/stylesheets/style.scss */
  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 17817, app/assets/stylesheets/style.scss */
  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 17821, app/assets/stylesheets/style.scss */
  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 17825, app/assets/stylesheets/style.scss */
  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 17829, app/assets/stylesheets/style.scss */
  .my-lg-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 17833, app/assets/stylesheets/style.scss */
  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 17837, app/assets/stylesheets/style.scss */
  .my-lg-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  /* line 17841, app/assets/stylesheets/style.scss */
  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 17845, app/assets/stylesheets/style.scss */
  .my-lg-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  /* line 17849, app/assets/stylesheets/style.scss */
  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 17853, app/assets/stylesheets/style.scss */
  .my-lg-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  /* line 17857, app/assets/stylesheets/style.scss */
  .my-lg-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 17861, app/assets/stylesheets/style.scss */
  .my-lg-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  /* line 17865, app/assets/stylesheets/style.scss */
  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 17869, app/assets/stylesheets/style.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 17872, app/assets/stylesheets/style.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 17875, app/assets/stylesheets/style.scss */
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 17878, app/assets/stylesheets/style.scss */
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
  /* line 17881, app/assets/stylesheets/style.scss */
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
  /* line 17884, app/assets/stylesheets/style.scss */
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
  /* line 17887, app/assets/stylesheets/style.scss */
  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }
  /* line 17890, app/assets/stylesheets/style.scss */
  .mt-lg-n8 {
    margin-top: -2rem !important;
  }
  /* line 17893, app/assets/stylesheets/style.scss */
  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }
  /* line 17896, app/assets/stylesheets/style.scss */
  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }
  /* line 17899, app/assets/stylesheets/style.scss */
  .mt-lg-n11 {
    margin-top: -2.75rem !important;
  }
  /* line 17902, app/assets/stylesheets/style.scss */
  .mt-lg-n12 {
    margin-top: -3rem !important;
  }
  /* line 17905, app/assets/stylesheets/style.scss */
  .mt-lg-n13 {
    margin-top: -3.25rem !important;
  }
  /* line 17908, app/assets/stylesheets/style.scss */
  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }
  /* line 17911, app/assets/stylesheets/style.scss */
  .mt-lg-n15 {
    margin-top: -3.75rem !important;
  }
  /* line 17914, app/assets/stylesheets/style.scss */
  .mt-lg-n16 {
    margin-top: -4rem !important;
  }
  /* line 17917, app/assets/stylesheets/style.scss */
  .mt-lg-n17 {
    margin-top: -4.25rem !important;
  }
  /* line 17920, app/assets/stylesheets/style.scss */
  .mt-lg-n18 {
    margin-top: -4.5rem !important;
  }
  /* line 17923, app/assets/stylesheets/style.scss */
  .mt-lg-n19 {
    margin-top: -4.75rem !important;
  }
  /* line 17926, app/assets/stylesheets/style.scss */
  .mt-lg-n20 {
    margin-top: -5rem !important;
  }
  /* line 17929, app/assets/stylesheets/style.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17932, app/assets/stylesheets/style.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17935, app/assets/stylesheets/style.scss */
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 17938, app/assets/stylesheets/style.scss */
  .me-lg-n4 {
    margin-right: -1rem !important;
  }
  /* line 17941, app/assets/stylesheets/style.scss */
  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }
  /* line 17944, app/assets/stylesheets/style.scss */
  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }
  /* line 17947, app/assets/stylesheets/style.scss */
  .me-lg-n7 {
    margin-right: -1.75rem !important;
  }
  /* line 17950, app/assets/stylesheets/style.scss */
  .me-lg-n8 {
    margin-right: -2rem !important;
  }
  /* line 17953, app/assets/stylesheets/style.scss */
  .me-lg-n9 {
    margin-right: -2.25rem !important;
  }
  /* line 17956, app/assets/stylesheets/style.scss */
  .me-lg-n10 {
    margin-right: -2.5rem !important;
  }
  /* line 17959, app/assets/stylesheets/style.scss */
  .me-lg-n11 {
    margin-right: -2.75rem !important;
  }
  /* line 17962, app/assets/stylesheets/style.scss */
  .me-lg-n12 {
    margin-right: -3rem !important;
  }
  /* line 17965, app/assets/stylesheets/style.scss */
  .me-lg-n13 {
    margin-right: -3.25rem !important;
  }
  /* line 17968, app/assets/stylesheets/style.scss */
  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }
  /* line 17971, app/assets/stylesheets/style.scss */
  .me-lg-n15 {
    margin-right: -3.75rem !important;
  }
  /* line 17974, app/assets/stylesheets/style.scss */
  .me-lg-n16 {
    margin-right: -4rem !important;
  }
  /* line 17977, app/assets/stylesheets/style.scss */
  .me-lg-n17 {
    margin-right: -4.25rem !important;
  }
  /* line 17980, app/assets/stylesheets/style.scss */
  .me-lg-n18 {
    margin-right: -4.5rem !important;
  }
  /* line 17983, app/assets/stylesheets/style.scss */
  .me-lg-n19 {
    margin-right: -4.75rem !important;
  }
  /* line 17986, app/assets/stylesheets/style.scss */
  .me-lg-n20 {
    margin-right: -5rem !important;
  }
  /* line 17989, app/assets/stylesheets/style.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 17992, app/assets/stylesheets/style.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 17995, app/assets/stylesheets/style.scss */
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 17998, app/assets/stylesheets/style.scss */
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
  /* line 18001, app/assets/stylesheets/style.scss */
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 18004, app/assets/stylesheets/style.scss */
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18007, app/assets/stylesheets/style.scss */
  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 18010, app/assets/stylesheets/style.scss */
  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }
  /* line 18013, app/assets/stylesheets/style.scss */
  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 18016, app/assets/stylesheets/style.scss */
  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 18019, app/assets/stylesheets/style.scss */
  .mb-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 18022, app/assets/stylesheets/style.scss */
  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }
  /* line 18025, app/assets/stylesheets/style.scss */
  .mb-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  /* line 18028, app/assets/stylesheets/style.scss */
  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 18031, app/assets/stylesheets/style.scss */
  .mb-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  /* line 18034, app/assets/stylesheets/style.scss */
  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }
  /* line 18037, app/assets/stylesheets/style.scss */
  .mb-lg-n17 {
    margin-bottom: -4.25rem !important;
  }
  /* line 18040, app/assets/stylesheets/style.scss */
  .mb-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  /* line 18043, app/assets/stylesheets/style.scss */
  .mb-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
  /* line 18046, app/assets/stylesheets/style.scss */
  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }
  /* line 18049, app/assets/stylesheets/style.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18052, app/assets/stylesheets/style.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18055, app/assets/stylesheets/style.scss */
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 18058, app/assets/stylesheets/style.scss */
  .ms-lg-n4 {
    margin-left: -1rem !important;
  }
  /* line 18061, app/assets/stylesheets/style.scss */
  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }
  /* line 18064, app/assets/stylesheets/style.scss */
  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }
  /* line 18067, app/assets/stylesheets/style.scss */
  .ms-lg-n7 {
    margin-left: -1.75rem !important;
  }
  /* line 18070, app/assets/stylesheets/style.scss */
  .ms-lg-n8 {
    margin-left: -2rem !important;
  }
  /* line 18073, app/assets/stylesheets/style.scss */
  .ms-lg-n9 {
    margin-left: -2.25rem !important;
  }
  /* line 18076, app/assets/stylesheets/style.scss */
  .ms-lg-n10 {
    margin-left: -2.5rem !important;
  }
  /* line 18079, app/assets/stylesheets/style.scss */
  .ms-lg-n11 {
    margin-left: -2.75rem !important;
  }
  /* line 18082, app/assets/stylesheets/style.scss */
  .ms-lg-n12 {
    margin-left: -3rem !important;
  }
  /* line 18085, app/assets/stylesheets/style.scss */
  .ms-lg-n13 {
    margin-left: -3.25rem !important;
  }
  /* line 18088, app/assets/stylesheets/style.scss */
  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }
  /* line 18091, app/assets/stylesheets/style.scss */
  .ms-lg-n15 {
    margin-left: -3.75rem !important;
  }
  /* line 18094, app/assets/stylesheets/style.scss */
  .ms-lg-n16 {
    margin-left: -4rem !important;
  }
  /* line 18097, app/assets/stylesheets/style.scss */
  .ms-lg-n17 {
    margin-left: -4.25rem !important;
  }
  /* line 18100, app/assets/stylesheets/style.scss */
  .ms-lg-n18 {
    margin-left: -4.5rem !important;
  }
  /* line 18103, app/assets/stylesheets/style.scss */
  .ms-lg-n19 {
    margin-left: -4.75rem !important;
  }
  /* line 18106, app/assets/stylesheets/style.scss */
  .ms-lg-n20 {
    margin-left: -5rem !important;
  }
  /* line 18109, app/assets/stylesheets/style.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 18112, app/assets/stylesheets/style.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 18115, app/assets/stylesheets/style.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 18118, app/assets/stylesheets/style.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 18121, app/assets/stylesheets/style.scss */
  .p-lg-4 {
    padding: 1rem !important;
  }
  /* line 18124, app/assets/stylesheets/style.scss */
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  /* line 18127, app/assets/stylesheets/style.scss */
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  /* line 18130, app/assets/stylesheets/style.scss */
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  /* line 18133, app/assets/stylesheets/style.scss */
  .p-lg-8 {
    padding: 2rem !important;
  }
  /* line 18136, app/assets/stylesheets/style.scss */
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  /* line 18139, app/assets/stylesheets/style.scss */
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  /* line 18142, app/assets/stylesheets/style.scss */
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  /* line 18145, app/assets/stylesheets/style.scss */
  .p-lg-12 {
    padding: 3rem !important;
  }
  /* line 18148, app/assets/stylesheets/style.scss */
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  /* line 18151, app/assets/stylesheets/style.scss */
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  /* line 18154, app/assets/stylesheets/style.scss */
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  /* line 18157, app/assets/stylesheets/style.scss */
  .p-lg-16 {
    padding: 4rem !important;
  }
  /* line 18160, app/assets/stylesheets/style.scss */
  .p-lg-17 {
    padding: 4.25rem !important;
  }
  /* line 18163, app/assets/stylesheets/style.scss */
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  /* line 18166, app/assets/stylesheets/style.scss */
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  /* line 18169, app/assets/stylesheets/style.scss */
  .p-lg-20 {
    padding: 5rem !important;
  }
  /* line 18172, app/assets/stylesheets/style.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 18176, app/assets/stylesheets/style.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 18180, app/assets/stylesheets/style.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 18184, app/assets/stylesheets/style.scss */
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 18188, app/assets/stylesheets/style.scss */
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 18192, app/assets/stylesheets/style.scss */
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 18196, app/assets/stylesheets/style.scss */
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 18200, app/assets/stylesheets/style.scss */
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 18204, app/assets/stylesheets/style.scss */
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 18208, app/assets/stylesheets/style.scss */
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 18212, app/assets/stylesheets/style.scss */
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 18216, app/assets/stylesheets/style.scss */
  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  /* line 18220, app/assets/stylesheets/style.scss */
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 18224, app/assets/stylesheets/style.scss */
  .px-lg-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  /* line 18228, app/assets/stylesheets/style.scss */
  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 18232, app/assets/stylesheets/style.scss */
  .px-lg-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  /* line 18236, app/assets/stylesheets/style.scss */
  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 18240, app/assets/stylesheets/style.scss */
  .px-lg-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  /* line 18244, app/assets/stylesheets/style.scss */
  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 18248, app/assets/stylesheets/style.scss */
  .px-lg-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  /* line 18252, app/assets/stylesheets/style.scss */
  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 18256, app/assets/stylesheets/style.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 18260, app/assets/stylesheets/style.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 18264, app/assets/stylesheets/style.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 18268, app/assets/stylesheets/style.scss */
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 18272, app/assets/stylesheets/style.scss */
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 18276, app/assets/stylesheets/style.scss */
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 18280, app/assets/stylesheets/style.scss */
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 18284, app/assets/stylesheets/style.scss */
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 18288, app/assets/stylesheets/style.scss */
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 18292, app/assets/stylesheets/style.scss */
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 18296, app/assets/stylesheets/style.scss */
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 18300, app/assets/stylesheets/style.scss */
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 18304, app/assets/stylesheets/style.scss */
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 18308, app/assets/stylesheets/style.scss */
  .py-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  /* line 18312, app/assets/stylesheets/style.scss */
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 18316, app/assets/stylesheets/style.scss */
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  /* line 18320, app/assets/stylesheets/style.scss */
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 18324, app/assets/stylesheets/style.scss */
  .py-lg-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  /* line 18328, app/assets/stylesheets/style.scss */
  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 18332, app/assets/stylesheets/style.scss */
  .py-lg-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  /* line 18336, app/assets/stylesheets/style.scss */
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 18340, app/assets/stylesheets/style.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 18343, app/assets/stylesheets/style.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 18346, app/assets/stylesheets/style.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 18349, app/assets/stylesheets/style.scss */
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 18352, app/assets/stylesheets/style.scss */
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  /* line 18355, app/assets/stylesheets/style.scss */
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  /* line 18358, app/assets/stylesheets/style.scss */
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  /* line 18361, app/assets/stylesheets/style.scss */
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  /* line 18364, app/assets/stylesheets/style.scss */
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  /* line 18367, app/assets/stylesheets/style.scss */
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  /* line 18370, app/assets/stylesheets/style.scss */
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  /* line 18373, app/assets/stylesheets/style.scss */
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
  /* line 18376, app/assets/stylesheets/style.scss */
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  /* line 18379, app/assets/stylesheets/style.scss */
  .pt-lg-13 {
    padding-top: 3.25rem !important;
  }
  /* line 18382, app/assets/stylesheets/style.scss */
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
  /* line 18385, app/assets/stylesheets/style.scss */
  .pt-lg-15 {
    padding-top: 3.75rem !important;
  }
  /* line 18388, app/assets/stylesheets/style.scss */
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  /* line 18391, app/assets/stylesheets/style.scss */
  .pt-lg-17 {
    padding-top: 4.25rem !important;
  }
  /* line 18394, app/assets/stylesheets/style.scss */
  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }
  /* line 18397, app/assets/stylesheets/style.scss */
  .pt-lg-19 {
    padding-top: 4.75rem !important;
  }
  /* line 18400, app/assets/stylesheets/style.scss */
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  /* line 18403, app/assets/stylesheets/style.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18406, app/assets/stylesheets/style.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18409, app/assets/stylesheets/style.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18412, app/assets/stylesheets/style.scss */
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18415, app/assets/stylesheets/style.scss */
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  /* line 18418, app/assets/stylesheets/style.scss */
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  /* line 18421, app/assets/stylesheets/style.scss */
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  /* line 18424, app/assets/stylesheets/style.scss */
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  /* line 18427, app/assets/stylesheets/style.scss */
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
  /* line 18430, app/assets/stylesheets/style.scss */
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
  /* line 18433, app/assets/stylesheets/style.scss */
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
  /* line 18436, app/assets/stylesheets/style.scss */
  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }
  /* line 18439, app/assets/stylesheets/style.scss */
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
  /* line 18442, app/assets/stylesheets/style.scss */
  .pe-lg-13 {
    padding-right: 3.25rem !important;
  }
  /* line 18445, app/assets/stylesheets/style.scss */
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
  /* line 18448, app/assets/stylesheets/style.scss */
  .pe-lg-15 {
    padding-right: 3.75rem !important;
  }
  /* line 18451, app/assets/stylesheets/style.scss */
  .pe-lg-16 {
    padding-right: 4rem !important;
  }
  /* line 18454, app/assets/stylesheets/style.scss */
  .pe-lg-17 {
    padding-right: 4.25rem !important;
  }
  /* line 18457, app/assets/stylesheets/style.scss */
  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }
  /* line 18460, app/assets/stylesheets/style.scss */
  .pe-lg-19 {
    padding-right: 4.75rem !important;
  }
  /* line 18463, app/assets/stylesheets/style.scss */
  .pe-lg-20 {
    padding-right: 5rem !important;
  }
  /* line 18466, app/assets/stylesheets/style.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 18469, app/assets/stylesheets/style.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 18472, app/assets/stylesheets/style.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 18475, app/assets/stylesheets/style.scss */
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 18478, app/assets/stylesheets/style.scss */
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  /* line 18481, app/assets/stylesheets/style.scss */
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 18484, app/assets/stylesheets/style.scss */
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 18487, app/assets/stylesheets/style.scss */
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 18490, app/assets/stylesheets/style.scss */
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  /* line 18493, app/assets/stylesheets/style.scss */
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 18496, app/assets/stylesheets/style.scss */
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 18499, app/assets/stylesheets/style.scss */
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 18502, app/assets/stylesheets/style.scss */
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  /* line 18505, app/assets/stylesheets/style.scss */
  .pb-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  /* line 18508, app/assets/stylesheets/style.scss */
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 18511, app/assets/stylesheets/style.scss */
  .pb-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  /* line 18514, app/assets/stylesheets/style.scss */
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  /* line 18517, app/assets/stylesheets/style.scss */
  .pb-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  /* line 18520, app/assets/stylesheets/style.scss */
  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  /* line 18523, app/assets/stylesheets/style.scss */
  .pb-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  /* line 18526, app/assets/stylesheets/style.scss */
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  /* line 18529, app/assets/stylesheets/style.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 18532, app/assets/stylesheets/style.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 18535, app/assets/stylesheets/style.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 18538, app/assets/stylesheets/style.scss */
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 18541, app/assets/stylesheets/style.scss */
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  /* line 18544, app/assets/stylesheets/style.scss */
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  /* line 18547, app/assets/stylesheets/style.scss */
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  /* line 18550, app/assets/stylesheets/style.scss */
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  /* line 18553, app/assets/stylesheets/style.scss */
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
  /* line 18556, app/assets/stylesheets/style.scss */
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
  /* line 18559, app/assets/stylesheets/style.scss */
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
  /* line 18562, app/assets/stylesheets/style.scss */
  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }
  /* line 18565, app/assets/stylesheets/style.scss */
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
  /* line 18568, app/assets/stylesheets/style.scss */
  .ps-lg-13 {
    padding-left: 3.25rem !important;
  }
  /* line 18571, app/assets/stylesheets/style.scss */
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
  /* line 18574, app/assets/stylesheets/style.scss */
  .ps-lg-15 {
    padding-left: 3.75rem !important;
  }
  /* line 18577, app/assets/stylesheets/style.scss */
  .ps-lg-16 {
    padding-left: 4rem !important;
  }
  /* line 18580, app/assets/stylesheets/style.scss */
  .ps-lg-17 {
    padding-left: 4.25rem !important;
  }
  /* line 18583, app/assets/stylesheets/style.scss */
  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }
  /* line 18586, app/assets/stylesheets/style.scss */
  .ps-lg-19 {
    padding-left: 4.75rem !important;
  }
  /* line 18589, app/assets/stylesheets/style.scss */
  .ps-lg-20 {
    padding-left: 5rem !important;
  }
  /* line 18592, app/assets/stylesheets/style.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 18595, app/assets/stylesheets/style.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 18598, app/assets/stylesheets/style.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 18601, app/assets/stylesheets/style.scss */
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  /* line 18604, app/assets/stylesheets/style.scss */
  .gap-lg-4 {
    gap: 1rem !important;
  }
  /* line 18607, app/assets/stylesheets/style.scss */
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  /* line 18610, app/assets/stylesheets/style.scss */
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  /* line 18613, app/assets/stylesheets/style.scss */
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  /* line 18616, app/assets/stylesheets/style.scss */
  .gap-lg-8 {
    gap: 2rem !important;
  }
  /* line 18619, app/assets/stylesheets/style.scss */
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  /* line 18622, app/assets/stylesheets/style.scss */
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  /* line 18625, app/assets/stylesheets/style.scss */
  .gap-lg-11 {
    gap: 2.75rem !important;
  }
  /* line 18628, app/assets/stylesheets/style.scss */
  .gap-lg-12 {
    gap: 3rem !important;
  }
  /* line 18631, app/assets/stylesheets/style.scss */
  .gap-lg-13 {
    gap: 3.25rem !important;
  }
  /* line 18634, app/assets/stylesheets/style.scss */
  .gap-lg-14 {
    gap: 3.5rem !important;
  }
  /* line 18637, app/assets/stylesheets/style.scss */
  .gap-lg-15 {
    gap: 3.75rem !important;
  }
  /* line 18640, app/assets/stylesheets/style.scss */
  .gap-lg-16 {
    gap: 4rem !important;
  }
  /* line 18643, app/assets/stylesheets/style.scss */
  .gap-lg-17 {
    gap: 4.25rem !important;
  }
  /* line 18646, app/assets/stylesheets/style.scss */
  .gap-lg-18 {
    gap: 4.5rem !important;
  }
  /* line 18649, app/assets/stylesheets/style.scss */
  .gap-lg-19 {
    gap: 4.75rem !important;
  }
  /* line 18652, app/assets/stylesheets/style.scss */
  .gap-lg-20 {
    gap: 5rem !important;
  }
  /* line 18655, app/assets/stylesheets/style.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 18658, app/assets/stylesheets/style.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 18661, app/assets/stylesheets/style.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 18664, app/assets/stylesheets/style.scss */
  .row-gap-lg-3 {
    row-gap: 0.75rem !important;
  }
  /* line 18667, app/assets/stylesheets/style.scss */
  .row-gap-lg-4 {
    row-gap: 1rem !important;
  }
  /* line 18670, app/assets/stylesheets/style.scss */
  .row-gap-lg-5 {
    row-gap: 1.25rem !important;
  }
  /* line 18673, app/assets/stylesheets/style.scss */
  .row-gap-lg-6 {
    row-gap: 1.5rem !important;
  }
  /* line 18676, app/assets/stylesheets/style.scss */
  .row-gap-lg-7 {
    row-gap: 1.75rem !important;
  }
  /* line 18679, app/assets/stylesheets/style.scss */
  .row-gap-lg-8 {
    row-gap: 2rem !important;
  }
  /* line 18682, app/assets/stylesheets/style.scss */
  .row-gap-lg-9 {
    row-gap: 2.25rem !important;
  }
  /* line 18685, app/assets/stylesheets/style.scss */
  .row-gap-lg-10 {
    row-gap: 2.5rem !important;
  }
  /* line 18688, app/assets/stylesheets/style.scss */
  .row-gap-lg-11 {
    row-gap: 2.75rem !important;
  }
  /* line 18691, app/assets/stylesheets/style.scss */
  .row-gap-lg-12 {
    row-gap: 3rem !important;
  }
  /* line 18694, app/assets/stylesheets/style.scss */
  .row-gap-lg-13 {
    row-gap: 3.25rem !important;
  }
  /* line 18697, app/assets/stylesheets/style.scss */
  .row-gap-lg-14 {
    row-gap: 3.5rem !important;
  }
  /* line 18700, app/assets/stylesheets/style.scss */
  .row-gap-lg-15 {
    row-gap: 3.75rem !important;
  }
  /* line 18703, app/assets/stylesheets/style.scss */
  .row-gap-lg-16 {
    row-gap: 4rem !important;
  }
  /* line 18706, app/assets/stylesheets/style.scss */
  .row-gap-lg-17 {
    row-gap: 4.25rem !important;
  }
  /* line 18709, app/assets/stylesheets/style.scss */
  .row-gap-lg-18 {
    row-gap: 4.5rem !important;
  }
  /* line 18712, app/assets/stylesheets/style.scss */
  .row-gap-lg-19 {
    row-gap: 4.75rem !important;
  }
  /* line 18715, app/assets/stylesheets/style.scss */
  .row-gap-lg-20 {
    row-gap: 5rem !important;
  }
  /* line 18718, app/assets/stylesheets/style.scss */
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  /* line 18721, app/assets/stylesheets/style.scss */
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  /* line 18724, app/assets/stylesheets/style.scss */
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  /* line 18727, app/assets/stylesheets/style.scss */
  .column-gap-lg-3 {
    column-gap: 0.75rem !important;
  }
  /* line 18730, app/assets/stylesheets/style.scss */
  .column-gap-lg-4 {
    column-gap: 1rem !important;
  }
  /* line 18733, app/assets/stylesheets/style.scss */
  .column-gap-lg-5 {
    column-gap: 1.25rem !important;
  }
  /* line 18736, app/assets/stylesheets/style.scss */
  .column-gap-lg-6 {
    column-gap: 1.5rem !important;
  }
  /* line 18739, app/assets/stylesheets/style.scss */
  .column-gap-lg-7 {
    column-gap: 1.75rem !important;
  }
  /* line 18742, app/assets/stylesheets/style.scss */
  .column-gap-lg-8 {
    column-gap: 2rem !important;
  }
  /* line 18745, app/assets/stylesheets/style.scss */
  .column-gap-lg-9 {
    column-gap: 2.25rem !important;
  }
  /* line 18748, app/assets/stylesheets/style.scss */
  .column-gap-lg-10 {
    column-gap: 2.5rem !important;
  }
  /* line 18751, app/assets/stylesheets/style.scss */
  .column-gap-lg-11 {
    column-gap: 2.75rem !important;
  }
  /* line 18754, app/assets/stylesheets/style.scss */
  .column-gap-lg-12 {
    column-gap: 3rem !important;
  }
  /* line 18757, app/assets/stylesheets/style.scss */
  .column-gap-lg-13 {
    column-gap: 3.25rem !important;
  }
  /* line 18760, app/assets/stylesheets/style.scss */
  .column-gap-lg-14 {
    column-gap: 3.5rem !important;
  }
  /* line 18763, app/assets/stylesheets/style.scss */
  .column-gap-lg-15 {
    column-gap: 3.75rem !important;
  }
  /* line 18766, app/assets/stylesheets/style.scss */
  .column-gap-lg-16 {
    column-gap: 4rem !important;
  }
  /* line 18769, app/assets/stylesheets/style.scss */
  .column-gap-lg-17 {
    column-gap: 4.25rem !important;
  }
  /* line 18772, app/assets/stylesheets/style.scss */
  .column-gap-lg-18 {
    column-gap: 4.5rem !important;
  }
  /* line 18775, app/assets/stylesheets/style.scss */
  .column-gap-lg-19 {
    column-gap: 4.75rem !important;
  }
  /* line 18778, app/assets/stylesheets/style.scss */
  .column-gap-lg-20 {
    column-gap: 5rem !important;
  }
  /* line 18781, app/assets/stylesheets/style.scss */
  .fs-lg-1 {
    font-size: calc(1.3rem + .6vw) !important;
  }
  /* line 18784, app/assets/stylesheets/style.scss */
  .fs-lg-2 {
    font-size: calc(1.275rem + .3vw) !important;
  }
  /* line 18787, app/assets/stylesheets/style.scss */
  .fs-lg-3 {
    font-size: calc(1.26rem + .12vw) !important;
  }
  /* line 18790, app/assets/stylesheets/style.scss */
  .fs-lg-4 {
    font-size: 1.25rem !important;
  }
  /* line 18793, app/assets/stylesheets/style.scss */
  .fs-lg-5 {
    font-size: 1.15rem !important;
  }
  /* line 18796, app/assets/stylesheets/style.scss */
  .fs-lg-6 {
    font-size: 1.075rem !important;
  }
  /* line 18799, app/assets/stylesheets/style.scss */
  .fs-lg-7 {
    font-size: 0.95rem !important;
  }
  /* line 18802, app/assets/stylesheets/style.scss */
  .fs-lg-8 {
    font-size: 0.85rem !important;
  }
  /* line 18805, app/assets/stylesheets/style.scss */
  .fs-lg-9 {
    font-size: 0.75rem !important;
  }
  /* line 18808, app/assets/stylesheets/style.scss */
  .fs-lg-10 {
    font-size: 0.5rem !important;
  }
  /* line 18811, app/assets/stylesheets/style.scss */
  .fs-lg-base {
    font-size: 1rem !important;
  }
  /* line 18814, app/assets/stylesheets/style.scss */
  .fs-lg-fluid {
    font-size: 100% !important;
  }
  /* line 18817, app/assets/stylesheets/style.scss */
  .fs-lg-2x {
    font-size: calc(1.325rem + .9vw) !important;
  }
  /* line 18820, app/assets/stylesheets/style.scss */
  .fs-lg-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 18823, app/assets/stylesheets/style.scss */
  .fs-lg-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 18826, app/assets/stylesheets/style.scss */
  .fs-lg-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  /* line 18829, app/assets/stylesheets/style.scss */
  .fs-lg-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  /* line 18832, app/assets/stylesheets/style.scss */
  .fs-lg-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
  /* line 18835, app/assets/stylesheets/style.scss */
  .fs-lg-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  /* line 18838, app/assets/stylesheets/style.scss */
  .fs-lg-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }
  /* line 18841, app/assets/stylesheets/style.scss */
  .fs-lg-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  /* line 18844, app/assets/stylesheets/style.scss */
  .fs-lg-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }
  /* line 18847, app/assets/stylesheets/style.scss */
  .fs-lg-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  /* line 18850, app/assets/stylesheets/style.scss */
  .fs-lg-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }
  /* line 18853, app/assets/stylesheets/style.scss */
  .fs-lg-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  /* line 18856, app/assets/stylesheets/style.scss */
  .fs-lg-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
  /* line 18859, app/assets/stylesheets/style.scss */
  .fs-lg-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }
  /* line 18862, app/assets/stylesheets/style.scss */
  .fs-lg-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
  /* line 18865, app/assets/stylesheets/style.scss */
  .fs-lg-6x {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  /* line 18868, app/assets/stylesheets/style.scss */
  .fs-lg-6qx {
    font-size: calc(1.75rem + 6vw) !important;
  }
  /* line 18871, app/assets/stylesheets/style.scss */
  .fs-lg-6hx {
    font-size: calc(1.775rem + 6.3vw) !important;
  }
  /* line 18874, app/assets/stylesheets/style.scss */
  .fs-lg-6tx {
    font-size: calc(1.8rem + 6.6vw) !important;
  }
  /* line 18877, app/assets/stylesheets/style.scss */
  .fs-lg-7x {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  /* line 18880, app/assets/stylesheets/style.scss */
  .fs-lg-7qx {
    font-size: calc(1.85rem + 7.2vw) !important;
  }
  /* line 18883, app/assets/stylesheets/style.scss */
  .fs-lg-7hx {
    font-size: calc(1.875rem + 7.5vw) !important;
  }
  /* line 18886, app/assets/stylesheets/style.scss */
  .fs-lg-7tx {
    font-size: calc(1.9rem + 7.8vw) !important;
  }
  /* line 18889, app/assets/stylesheets/style.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 18892, app/assets/stylesheets/style.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 18895, app/assets/stylesheets/style.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 18898, app/assets/stylesheets/style.scss */
  .min-w-lg-unset {
    min-width: unset !important;
  }
  /* line 18901, app/assets/stylesheets/style.scss */
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  /* line 18904, app/assets/stylesheets/style.scss */
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  /* line 18907, app/assets/stylesheets/style.scss */
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  /* line 18910, app/assets/stylesheets/style.scss */
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  /* line 18913, app/assets/stylesheets/style.scss */
  .min-w-lg-auto {
    min-width: auto !important;
  }
  /* line 18916, app/assets/stylesheets/style.scss */
  .min-w-lg-1px {
    min-width: 1px !important;
  }
  /* line 18919, app/assets/stylesheets/style.scss */
  .min-w-lg-2px {
    min-width: 2px !important;
  }
  /* line 18922, app/assets/stylesheets/style.scss */
  .min-w-lg-3px {
    min-width: 3px !important;
  }
  /* line 18925, app/assets/stylesheets/style.scss */
  .min-w-lg-4px {
    min-width: 4px !important;
  }
  /* line 18928, app/assets/stylesheets/style.scss */
  .min-w-lg-5px {
    min-width: 5px !important;
  }
  /* line 18931, app/assets/stylesheets/style.scss */
  .min-w-lg-6px {
    min-width: 6px !important;
  }
  /* line 18934, app/assets/stylesheets/style.scss */
  .min-w-lg-7px {
    min-width: 7px !important;
  }
  /* line 18937, app/assets/stylesheets/style.scss */
  .min-w-lg-8px {
    min-width: 8px !important;
  }
  /* line 18940, app/assets/stylesheets/style.scss */
  .min-w-lg-9px {
    min-width: 9px !important;
  }
  /* line 18943, app/assets/stylesheets/style.scss */
  .min-w-lg-10px {
    min-width: 10px !important;
  }
  /* line 18946, app/assets/stylesheets/style.scss */
  .min-w-lg-15px {
    min-width: 15px !important;
  }
  /* line 18949, app/assets/stylesheets/style.scss */
  .min-w-lg-20px {
    min-width: 20px !important;
  }
  /* line 18952, app/assets/stylesheets/style.scss */
  .min-w-lg-25px {
    min-width: 25px !important;
  }
  /* line 18955, app/assets/stylesheets/style.scss */
  .min-w-lg-30px {
    min-width: 30px !important;
  }
  /* line 18958, app/assets/stylesheets/style.scss */
  .min-w-lg-35px {
    min-width: 35px !important;
  }
  /* line 18961, app/assets/stylesheets/style.scss */
  .min-w-lg-40px {
    min-width: 40px !important;
  }
  /* line 18964, app/assets/stylesheets/style.scss */
  .min-w-lg-45px {
    min-width: 45px !important;
  }
  /* line 18967, app/assets/stylesheets/style.scss */
  .min-w-lg-50px {
    min-width: 50px !important;
  }
  /* line 18970, app/assets/stylesheets/style.scss */
  .min-w-lg-55px {
    min-width: 55px !important;
  }
  /* line 18973, app/assets/stylesheets/style.scss */
  .min-w-lg-60px {
    min-width: 60px !important;
  }
  /* line 18976, app/assets/stylesheets/style.scss */
  .min-w-lg-65px {
    min-width: 65px !important;
  }
  /* line 18979, app/assets/stylesheets/style.scss */
  .min-w-lg-70px {
    min-width: 70px !important;
  }
  /* line 18982, app/assets/stylesheets/style.scss */
  .min-w-lg-75px {
    min-width: 75px !important;
  }
  /* line 18985, app/assets/stylesheets/style.scss */
  .min-w-lg-80px {
    min-width: 80px !important;
  }
  /* line 18988, app/assets/stylesheets/style.scss */
  .min-w-lg-85px {
    min-width: 85px !important;
  }
  /* line 18991, app/assets/stylesheets/style.scss */
  .min-w-lg-90px {
    min-width: 90px !important;
  }
  /* line 18994, app/assets/stylesheets/style.scss */
  .min-w-lg-95px {
    min-width: 95px !important;
  }
  /* line 18997, app/assets/stylesheets/style.scss */
  .min-w-lg-100px {
    min-width: 100px !important;
  }
  /* line 19000, app/assets/stylesheets/style.scss */
  .min-w-lg-125px {
    min-width: 125px !important;
  }
  /* line 19003, app/assets/stylesheets/style.scss */
  .min-w-lg-150px {
    min-width: 150px !important;
  }
  /* line 19006, app/assets/stylesheets/style.scss */
  .min-w-lg-175px {
    min-width: 175px !important;
  }
  /* line 19009, app/assets/stylesheets/style.scss */
  .min-w-lg-200px {
    min-width: 200px !important;
  }
  /* line 19012, app/assets/stylesheets/style.scss */
  .min-w-lg-225px {
    min-width: 225px !important;
  }
  /* line 19015, app/assets/stylesheets/style.scss */
  .min-w-lg-250px {
    min-width: 250px !important;
  }
  /* line 19018, app/assets/stylesheets/style.scss */
  .min-w-lg-275px {
    min-width: 275px !important;
  }
  /* line 19021, app/assets/stylesheets/style.scss */
  .min-w-lg-300px {
    min-width: 300px !important;
  }
  /* line 19024, app/assets/stylesheets/style.scss */
  .min-w-lg-325px {
    min-width: 325px !important;
  }
  /* line 19027, app/assets/stylesheets/style.scss */
  .min-w-lg-350px {
    min-width: 350px !important;
  }
  /* line 19030, app/assets/stylesheets/style.scss */
  .min-w-lg-375px {
    min-width: 375px !important;
  }
  /* line 19033, app/assets/stylesheets/style.scss */
  .min-w-lg-400px {
    min-width: 400px !important;
  }
  /* line 19036, app/assets/stylesheets/style.scss */
  .min-w-lg-425px {
    min-width: 425px !important;
  }
  /* line 19039, app/assets/stylesheets/style.scss */
  .min-w-lg-450px {
    min-width: 450px !important;
  }
  /* line 19042, app/assets/stylesheets/style.scss */
  .min-w-lg-475px {
    min-width: 475px !important;
  }
  /* line 19045, app/assets/stylesheets/style.scss */
  .min-w-lg-500px {
    min-width: 500px !important;
  }
  /* line 19048, app/assets/stylesheets/style.scss */
  .min-w-lg-550px {
    min-width: 550px !important;
  }
  /* line 19051, app/assets/stylesheets/style.scss */
  .min-w-lg-600px {
    min-width: 600px !important;
  }
  /* line 19054, app/assets/stylesheets/style.scss */
  .min-w-lg-650px {
    min-width: 650px !important;
  }
  /* line 19057, app/assets/stylesheets/style.scss */
  .min-w-lg-700px {
    min-width: 700px !important;
  }
  /* line 19060, app/assets/stylesheets/style.scss */
  .min-w-lg-750px {
    min-width: 750px !important;
  }
  /* line 19063, app/assets/stylesheets/style.scss */
  .min-w-lg-800px {
    min-width: 800px !important;
  }
  /* line 19066, app/assets/stylesheets/style.scss */
  .min-w-lg-850px {
    min-width: 850px !important;
  }
  /* line 19069, app/assets/stylesheets/style.scss */
  .min-w-lg-900px {
    min-width: 900px !important;
  }
  /* line 19072, app/assets/stylesheets/style.scss */
  .min-w-lg-950px {
    min-width: 950px !important;
  }
  /* line 19075, app/assets/stylesheets/style.scss */
  .min-w-lg-1000px {
    min-width: 1000px !important;
  }
  /* line 19078, app/assets/stylesheets/style.scss */
  .min-h-lg-unset {
    min-height: unset !important;
  }
  /* line 19081, app/assets/stylesheets/style.scss */
  .min-h-lg-25 {
    min-height: 25% !important;
  }
  /* line 19084, app/assets/stylesheets/style.scss */
  .min-h-lg-50 {
    min-height: 50% !important;
  }
  /* line 19087, app/assets/stylesheets/style.scss */
  .min-h-lg-75 {
    min-height: 75% !important;
  }
  /* line 19090, app/assets/stylesheets/style.scss */
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  /* line 19093, app/assets/stylesheets/style.scss */
  .min-h-lg-auto {
    min-height: auto !important;
  }
  /* line 19096, app/assets/stylesheets/style.scss */
  .min-h-lg-1px {
    min-height: 1px !important;
  }
  /* line 19099, app/assets/stylesheets/style.scss */
  .min-h-lg-2px {
    min-height: 2px !important;
  }
  /* line 19102, app/assets/stylesheets/style.scss */
  .min-h-lg-3px {
    min-height: 3px !important;
  }
  /* line 19105, app/assets/stylesheets/style.scss */
  .min-h-lg-4px {
    min-height: 4px !important;
  }
  /* line 19108, app/assets/stylesheets/style.scss */
  .min-h-lg-5px {
    min-height: 5px !important;
  }
  /* line 19111, app/assets/stylesheets/style.scss */
  .min-h-lg-6px {
    min-height: 6px !important;
  }
  /* line 19114, app/assets/stylesheets/style.scss */
  .min-h-lg-7px {
    min-height: 7px !important;
  }
  /* line 19117, app/assets/stylesheets/style.scss */
  .min-h-lg-8px {
    min-height: 8px !important;
  }
  /* line 19120, app/assets/stylesheets/style.scss */
  .min-h-lg-9px {
    min-height: 9px !important;
  }
  /* line 19123, app/assets/stylesheets/style.scss */
  .min-h-lg-10px {
    min-height: 10px !important;
  }
  /* line 19126, app/assets/stylesheets/style.scss */
  .min-h-lg-15px {
    min-height: 15px !important;
  }
  /* line 19129, app/assets/stylesheets/style.scss */
  .min-h-lg-20px {
    min-height: 20px !important;
  }
  /* line 19132, app/assets/stylesheets/style.scss */
  .min-h-lg-25px {
    min-height: 25px !important;
  }
  /* line 19135, app/assets/stylesheets/style.scss */
  .min-h-lg-30px {
    min-height: 30px !important;
  }
  /* line 19138, app/assets/stylesheets/style.scss */
  .min-h-lg-35px {
    min-height: 35px !important;
  }
  /* line 19141, app/assets/stylesheets/style.scss */
  .min-h-lg-40px {
    min-height: 40px !important;
  }
  /* line 19144, app/assets/stylesheets/style.scss */
  .min-h-lg-45px {
    min-height: 45px !important;
  }
  /* line 19147, app/assets/stylesheets/style.scss */
  .min-h-lg-50px {
    min-height: 50px !important;
  }
  /* line 19150, app/assets/stylesheets/style.scss */
  .min-h-lg-55px {
    min-height: 55px !important;
  }
  /* line 19153, app/assets/stylesheets/style.scss */
  .min-h-lg-60px {
    min-height: 60px !important;
  }
  /* line 19156, app/assets/stylesheets/style.scss */
  .min-h-lg-65px {
    min-height: 65px !important;
  }
  /* line 19159, app/assets/stylesheets/style.scss */
  .min-h-lg-70px {
    min-height: 70px !important;
  }
  /* line 19162, app/assets/stylesheets/style.scss */
  .min-h-lg-75px {
    min-height: 75px !important;
  }
  /* line 19165, app/assets/stylesheets/style.scss */
  .min-h-lg-80px {
    min-height: 80px !important;
  }
  /* line 19168, app/assets/stylesheets/style.scss */
  .min-h-lg-85px {
    min-height: 85px !important;
  }
  /* line 19171, app/assets/stylesheets/style.scss */
  .min-h-lg-90px {
    min-height: 90px !important;
  }
  /* line 19174, app/assets/stylesheets/style.scss */
  .min-h-lg-95px {
    min-height: 95px !important;
  }
  /* line 19177, app/assets/stylesheets/style.scss */
  .min-h-lg-100px {
    min-height: 100px !important;
  }
  /* line 19180, app/assets/stylesheets/style.scss */
  .min-h-lg-125px {
    min-height: 125px !important;
  }
  /* line 19183, app/assets/stylesheets/style.scss */
  .min-h-lg-150px {
    min-height: 150px !important;
  }
  /* line 19186, app/assets/stylesheets/style.scss */
  .min-h-lg-175px {
    min-height: 175px !important;
  }
  /* line 19189, app/assets/stylesheets/style.scss */
  .min-h-lg-200px {
    min-height: 200px !important;
  }
  /* line 19192, app/assets/stylesheets/style.scss */
  .min-h-lg-225px {
    min-height: 225px !important;
  }
  /* line 19195, app/assets/stylesheets/style.scss */
  .min-h-lg-250px {
    min-height: 250px !important;
  }
  /* line 19198, app/assets/stylesheets/style.scss */
  .min-h-lg-275px {
    min-height: 275px !important;
  }
  /* line 19201, app/assets/stylesheets/style.scss */
  .min-h-lg-300px {
    min-height: 300px !important;
  }
  /* line 19204, app/assets/stylesheets/style.scss */
  .min-h-lg-325px {
    min-height: 325px !important;
  }
  /* line 19207, app/assets/stylesheets/style.scss */
  .min-h-lg-350px {
    min-height: 350px !important;
  }
  /* line 19210, app/assets/stylesheets/style.scss */
  .min-h-lg-375px {
    min-height: 375px !important;
  }
  /* line 19213, app/assets/stylesheets/style.scss */
  .min-h-lg-400px {
    min-height: 400px !important;
  }
  /* line 19216, app/assets/stylesheets/style.scss */
  .min-h-lg-425px {
    min-height: 425px !important;
  }
  /* line 19219, app/assets/stylesheets/style.scss */
  .min-h-lg-450px {
    min-height: 450px !important;
  }
  /* line 19222, app/assets/stylesheets/style.scss */
  .min-h-lg-475px {
    min-height: 475px !important;
  }
  /* line 19225, app/assets/stylesheets/style.scss */
  .min-h-lg-500px {
    min-height: 500px !important;
  }
  /* line 19228, app/assets/stylesheets/style.scss */
  .min-h-lg-550px {
    min-height: 550px !important;
  }
  /* line 19231, app/assets/stylesheets/style.scss */
  .min-h-lg-600px {
    min-height: 600px !important;
  }
  /* line 19234, app/assets/stylesheets/style.scss */
  .min-h-lg-650px {
    min-height: 650px !important;
  }
  /* line 19237, app/assets/stylesheets/style.scss */
  .min-h-lg-700px {
    min-height: 700px !important;
  }
  /* line 19240, app/assets/stylesheets/style.scss */
  .min-h-lg-750px {
    min-height: 750px !important;
  }
  /* line 19243, app/assets/stylesheets/style.scss */
  .min-h-lg-800px {
    min-height: 800px !important;
  }
  /* line 19246, app/assets/stylesheets/style.scss */
  .min-h-lg-850px {
    min-height: 850px !important;
  }
  /* line 19249, app/assets/stylesheets/style.scss */
  .min-h-lg-900px {
    min-height: 900px !important;
  }
  /* line 19252, app/assets/stylesheets/style.scss */
  .min-h-lg-950px {
    min-height: 950px !important;
  }
  /* line 19255, app/assets/stylesheets/style.scss */
  .min-h-lg-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  /* line 19259, app/assets/stylesheets/style.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 19262, app/assets/stylesheets/style.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 19265, app/assets/stylesheets/style.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 19268, app/assets/stylesheets/style.scss */
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  /* line 19271, app/assets/stylesheets/style.scss */
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  /* line 19274, app/assets/stylesheets/style.scss */
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  /* line 19277, app/assets/stylesheets/style.scss */
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  /* line 19280, app/assets/stylesheets/style.scss */
  .object-fit-xl-none {
    object-fit: none !important;
  }
  /* line 19283, app/assets/stylesheets/style.scss */
  .overflow-xl-auto {
    overflow: auto !important;
  }
  /* line 19286, app/assets/stylesheets/style.scss */
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  /* line 19289, app/assets/stylesheets/style.scss */
  .overflow-xl-visible {
    overflow: visible !important;
  }
  /* line 19292, app/assets/stylesheets/style.scss */
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  /* line 19295, app/assets/stylesheets/style.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 19298, app/assets/stylesheets/style.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 19301, app/assets/stylesheets/style.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 19304, app/assets/stylesheets/style.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 19307, app/assets/stylesheets/style.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 19310, app/assets/stylesheets/style.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 19313, app/assets/stylesheets/style.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 19316, app/assets/stylesheets/style.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19319, app/assets/stylesheets/style.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 19322, app/assets/stylesheets/style.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 19325, app/assets/stylesheets/style.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 19328, app/assets/stylesheets/style.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 19331, app/assets/stylesheets/style.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 19334, app/assets/stylesheets/style.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 19337, app/assets/stylesheets/style.scss */
  .position-xl-sticky {
    position: sticky !important;
  }
  /* line 19340, app/assets/stylesheets/style.scss */
  .w-xl-unset {
    width: unset !important;
  }
  /* line 19343, app/assets/stylesheets/style.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 19346, app/assets/stylesheets/style.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 19349, app/assets/stylesheets/style.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 19352, app/assets/stylesheets/style.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 19355, app/assets/stylesheets/style.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 19358, app/assets/stylesheets/style.scss */
  .w-xl-1px {
    width: 1px !important;
  }
  /* line 19361, app/assets/stylesheets/style.scss */
  .w-xl-2px {
    width: 2px !important;
  }
  /* line 19364, app/assets/stylesheets/style.scss */
  .w-xl-3px {
    width: 3px !important;
  }
  /* line 19367, app/assets/stylesheets/style.scss */
  .w-xl-4px {
    width: 4px !important;
  }
  /* line 19370, app/assets/stylesheets/style.scss */
  .w-xl-5px {
    width: 5px !important;
  }
  /* line 19373, app/assets/stylesheets/style.scss */
  .w-xl-6px {
    width: 6px !important;
  }
  /* line 19376, app/assets/stylesheets/style.scss */
  .w-xl-7px {
    width: 7px !important;
  }
  /* line 19379, app/assets/stylesheets/style.scss */
  .w-xl-8px {
    width: 8px !important;
  }
  /* line 19382, app/assets/stylesheets/style.scss */
  .w-xl-9px {
    width: 9px !important;
  }
  /* line 19385, app/assets/stylesheets/style.scss */
  .w-xl-10px {
    width: 10px !important;
  }
  /* line 19388, app/assets/stylesheets/style.scss */
  .w-xl-15px {
    width: 15px !important;
  }
  /* line 19391, app/assets/stylesheets/style.scss */
  .w-xl-20px {
    width: 20px !important;
  }
  /* line 19394, app/assets/stylesheets/style.scss */
  .w-xl-25px {
    width: 25px !important;
  }
  /* line 19397, app/assets/stylesheets/style.scss */
  .w-xl-30px {
    width: 30px !important;
  }
  /* line 19400, app/assets/stylesheets/style.scss */
  .w-xl-35px {
    width: 35px !important;
  }
  /* line 19403, app/assets/stylesheets/style.scss */
  .w-xl-40px {
    width: 40px !important;
  }
  /* line 19406, app/assets/stylesheets/style.scss */
  .w-xl-45px {
    width: 45px !important;
  }
  /* line 19409, app/assets/stylesheets/style.scss */
  .w-xl-50px {
    width: 50px !important;
  }
  /* line 19412, app/assets/stylesheets/style.scss */
  .w-xl-55px {
    width: 55px !important;
  }
  /* line 19415, app/assets/stylesheets/style.scss */
  .w-xl-60px {
    width: 60px !important;
  }
  /* line 19418, app/assets/stylesheets/style.scss */
  .w-xl-65px {
    width: 65px !important;
  }
  /* line 19421, app/assets/stylesheets/style.scss */
  .w-xl-70px {
    width: 70px !important;
  }
  /* line 19424, app/assets/stylesheets/style.scss */
  .w-xl-75px {
    width: 75px !important;
  }
  /* line 19427, app/assets/stylesheets/style.scss */
  .w-xl-80px {
    width: 80px !important;
  }
  /* line 19430, app/assets/stylesheets/style.scss */
  .w-xl-85px {
    width: 85px !important;
  }
  /* line 19433, app/assets/stylesheets/style.scss */
  .w-xl-90px {
    width: 90px !important;
  }
  /* line 19436, app/assets/stylesheets/style.scss */
  .w-xl-95px {
    width: 95px !important;
  }
  /* line 19439, app/assets/stylesheets/style.scss */
  .w-xl-100px {
    width: 100px !important;
  }
  /* line 19442, app/assets/stylesheets/style.scss */
  .w-xl-125px {
    width: 125px !important;
  }
  /* line 19445, app/assets/stylesheets/style.scss */
  .w-xl-150px {
    width: 150px !important;
  }
  /* line 19448, app/assets/stylesheets/style.scss */
  .w-xl-175px {
    width: 175px !important;
  }
  /* line 19451, app/assets/stylesheets/style.scss */
  .w-xl-200px {
    width: 200px !important;
  }
  /* line 19454, app/assets/stylesheets/style.scss */
  .w-xl-225px {
    width: 225px !important;
  }
  /* line 19457, app/assets/stylesheets/style.scss */
  .w-xl-250px {
    width: 250px !important;
  }
  /* line 19460, app/assets/stylesheets/style.scss */
  .w-xl-275px {
    width: 275px !important;
  }
  /* line 19463, app/assets/stylesheets/style.scss */
  .w-xl-300px {
    width: 300px !important;
  }
  /* line 19466, app/assets/stylesheets/style.scss */
  .w-xl-325px {
    width: 325px !important;
  }
  /* line 19469, app/assets/stylesheets/style.scss */
  .w-xl-350px {
    width: 350px !important;
  }
  /* line 19472, app/assets/stylesheets/style.scss */
  .w-xl-375px {
    width: 375px !important;
  }
  /* line 19475, app/assets/stylesheets/style.scss */
  .w-xl-400px {
    width: 400px !important;
  }
  /* line 19478, app/assets/stylesheets/style.scss */
  .w-xl-425px {
    width: 425px !important;
  }
  /* line 19481, app/assets/stylesheets/style.scss */
  .w-xl-450px {
    width: 450px !important;
  }
  /* line 19484, app/assets/stylesheets/style.scss */
  .w-xl-475px {
    width: 475px !important;
  }
  /* line 19487, app/assets/stylesheets/style.scss */
  .w-xl-500px {
    width: 500px !important;
  }
  /* line 19490, app/assets/stylesheets/style.scss */
  .w-xl-550px {
    width: 550px !important;
  }
  /* line 19493, app/assets/stylesheets/style.scss */
  .w-xl-600px {
    width: 600px !important;
  }
  /* line 19496, app/assets/stylesheets/style.scss */
  .w-xl-650px {
    width: 650px !important;
  }
  /* line 19499, app/assets/stylesheets/style.scss */
  .w-xl-700px {
    width: 700px !important;
  }
  /* line 19502, app/assets/stylesheets/style.scss */
  .w-xl-750px {
    width: 750px !important;
  }
  /* line 19505, app/assets/stylesheets/style.scss */
  .w-xl-800px {
    width: 800px !important;
  }
  /* line 19508, app/assets/stylesheets/style.scss */
  .w-xl-850px {
    width: 850px !important;
  }
  /* line 19511, app/assets/stylesheets/style.scss */
  .w-xl-900px {
    width: 900px !important;
  }
  /* line 19514, app/assets/stylesheets/style.scss */
  .w-xl-950px {
    width: 950px !important;
  }
  /* line 19517, app/assets/stylesheets/style.scss */
  .w-xl-1000px {
    width: 1000px !important;
  }
  /* line 19520, app/assets/stylesheets/style.scss */
  .mw-xl-unset {
    max-width: unset !important;
  }
  /* line 19523, app/assets/stylesheets/style.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 19526, app/assets/stylesheets/style.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 19529, app/assets/stylesheets/style.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 19532, app/assets/stylesheets/style.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 19535, app/assets/stylesheets/style.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 19538, app/assets/stylesheets/style.scss */
  .mw-xl-1px {
    max-width: 1px !important;
  }
  /* line 19541, app/assets/stylesheets/style.scss */
  .mw-xl-2px {
    max-width: 2px !important;
  }
  /* line 19544, app/assets/stylesheets/style.scss */
  .mw-xl-3px {
    max-width: 3px !important;
  }
  /* line 19547, app/assets/stylesheets/style.scss */
  .mw-xl-4px {
    max-width: 4px !important;
  }
  /* line 19550, app/assets/stylesheets/style.scss */
  .mw-xl-5px {
    max-width: 5px !important;
  }
  /* line 19553, app/assets/stylesheets/style.scss */
  .mw-xl-6px {
    max-width: 6px !important;
  }
  /* line 19556, app/assets/stylesheets/style.scss */
  .mw-xl-7px {
    max-width: 7px !important;
  }
  /* line 19559, app/assets/stylesheets/style.scss */
  .mw-xl-8px {
    max-width: 8px !important;
  }
  /* line 19562, app/assets/stylesheets/style.scss */
  .mw-xl-9px {
    max-width: 9px !important;
  }
  /* line 19565, app/assets/stylesheets/style.scss */
  .mw-xl-10px {
    max-width: 10px !important;
  }
  /* line 19568, app/assets/stylesheets/style.scss */
  .mw-xl-15px {
    max-width: 15px !important;
  }
  /* line 19571, app/assets/stylesheets/style.scss */
  .mw-xl-20px {
    max-width: 20px !important;
  }
  /* line 19574, app/assets/stylesheets/style.scss */
  .mw-xl-25px {
    max-width: 25px !important;
  }
  /* line 19577, app/assets/stylesheets/style.scss */
  .mw-xl-30px {
    max-width: 30px !important;
  }
  /* line 19580, app/assets/stylesheets/style.scss */
  .mw-xl-35px {
    max-width: 35px !important;
  }
  /* line 19583, app/assets/stylesheets/style.scss */
  .mw-xl-40px {
    max-width: 40px !important;
  }
  /* line 19586, app/assets/stylesheets/style.scss */
  .mw-xl-45px {
    max-width: 45px !important;
  }
  /* line 19589, app/assets/stylesheets/style.scss */
  .mw-xl-50px {
    max-width: 50px !important;
  }
  /* line 19592, app/assets/stylesheets/style.scss */
  .mw-xl-55px {
    max-width: 55px !important;
  }
  /* line 19595, app/assets/stylesheets/style.scss */
  .mw-xl-60px {
    max-width: 60px !important;
  }
  /* line 19598, app/assets/stylesheets/style.scss */
  .mw-xl-65px {
    max-width: 65px !important;
  }
  /* line 19601, app/assets/stylesheets/style.scss */
  .mw-xl-70px {
    max-width: 70px !important;
  }
  /* line 19604, app/assets/stylesheets/style.scss */
  .mw-xl-75px {
    max-width: 75px !important;
  }
  /* line 19607, app/assets/stylesheets/style.scss */
  .mw-xl-80px {
    max-width: 80px !important;
  }
  /* line 19610, app/assets/stylesheets/style.scss */
  .mw-xl-85px {
    max-width: 85px !important;
  }
  /* line 19613, app/assets/stylesheets/style.scss */
  .mw-xl-90px {
    max-width: 90px !important;
  }
  /* line 19616, app/assets/stylesheets/style.scss */
  .mw-xl-95px {
    max-width: 95px !important;
  }
  /* line 19619, app/assets/stylesheets/style.scss */
  .mw-xl-100px {
    max-width: 100px !important;
  }
  /* line 19622, app/assets/stylesheets/style.scss */
  .mw-xl-125px {
    max-width: 125px !important;
  }
  /* line 19625, app/assets/stylesheets/style.scss */
  .mw-xl-150px {
    max-width: 150px !important;
  }
  /* line 19628, app/assets/stylesheets/style.scss */
  .mw-xl-175px {
    max-width: 175px !important;
  }
  /* line 19631, app/assets/stylesheets/style.scss */
  .mw-xl-200px {
    max-width: 200px !important;
  }
  /* line 19634, app/assets/stylesheets/style.scss */
  .mw-xl-225px {
    max-width: 225px !important;
  }
  /* line 19637, app/assets/stylesheets/style.scss */
  .mw-xl-250px {
    max-width: 250px !important;
  }
  /* line 19640, app/assets/stylesheets/style.scss */
  .mw-xl-275px {
    max-width: 275px !important;
  }
  /* line 19643, app/assets/stylesheets/style.scss */
  .mw-xl-300px {
    max-width: 300px !important;
  }
  /* line 19646, app/assets/stylesheets/style.scss */
  .mw-xl-325px {
    max-width: 325px !important;
  }
  /* line 19649, app/assets/stylesheets/style.scss */
  .mw-xl-350px {
    max-width: 350px !important;
  }
  /* line 19652, app/assets/stylesheets/style.scss */
  .mw-xl-375px {
    max-width: 375px !important;
  }
  /* line 19655, app/assets/stylesheets/style.scss */
  .mw-xl-400px {
    max-width: 400px !important;
  }
  /* line 19658, app/assets/stylesheets/style.scss */
  .mw-xl-425px {
    max-width: 425px !important;
  }
  /* line 19661, app/assets/stylesheets/style.scss */
  .mw-xl-450px {
    max-width: 450px !important;
  }
  /* line 19664, app/assets/stylesheets/style.scss */
  .mw-xl-475px {
    max-width: 475px !important;
  }
  /* line 19667, app/assets/stylesheets/style.scss */
  .mw-xl-500px {
    max-width: 500px !important;
  }
  /* line 19670, app/assets/stylesheets/style.scss */
  .mw-xl-550px {
    max-width: 550px !important;
  }
  /* line 19673, app/assets/stylesheets/style.scss */
  .mw-xl-600px {
    max-width: 600px !important;
  }
  /* line 19676, app/assets/stylesheets/style.scss */
  .mw-xl-650px {
    max-width: 650px !important;
  }
  /* line 19679, app/assets/stylesheets/style.scss */
  .mw-xl-700px {
    max-width: 700px !important;
  }
  /* line 19682, app/assets/stylesheets/style.scss */
  .mw-xl-750px {
    max-width: 750px !important;
  }
  /* line 19685, app/assets/stylesheets/style.scss */
  .mw-xl-800px {
    max-width: 800px !important;
  }
  /* line 19688, app/assets/stylesheets/style.scss */
  .mw-xl-850px {
    max-width: 850px !important;
  }
  /* line 19691, app/assets/stylesheets/style.scss */
  .mw-xl-900px {
    max-width: 900px !important;
  }
  /* line 19694, app/assets/stylesheets/style.scss */
  .mw-xl-950px {
    max-width: 950px !important;
  }
  /* line 19697, app/assets/stylesheets/style.scss */
  .mw-xl-1000px {
    max-width: 1000px !important;
  }
  /* line 19700, app/assets/stylesheets/style.scss */
  .h-xl-unset {
    height: unset !important;
  }
  /* line 19703, app/assets/stylesheets/style.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 19706, app/assets/stylesheets/style.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 19709, app/assets/stylesheets/style.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 19712, app/assets/stylesheets/style.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 19715, app/assets/stylesheets/style.scss */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 19718, app/assets/stylesheets/style.scss */
  .h-xl-1px {
    height: 1px !important;
  }
  /* line 19721, app/assets/stylesheets/style.scss */
  .h-xl-2px {
    height: 2px !important;
  }
  /* line 19724, app/assets/stylesheets/style.scss */
  .h-xl-3px {
    height: 3px !important;
  }
  /* line 19727, app/assets/stylesheets/style.scss */
  .h-xl-4px {
    height: 4px !important;
  }
  /* line 19730, app/assets/stylesheets/style.scss */
  .h-xl-5px {
    height: 5px !important;
  }
  /* line 19733, app/assets/stylesheets/style.scss */
  .h-xl-6px {
    height: 6px !important;
  }
  /* line 19736, app/assets/stylesheets/style.scss */
  .h-xl-7px {
    height: 7px !important;
  }
  /* line 19739, app/assets/stylesheets/style.scss */
  .h-xl-8px {
    height: 8px !important;
  }
  /* line 19742, app/assets/stylesheets/style.scss */
  .h-xl-9px {
    height: 9px !important;
  }
  /* line 19745, app/assets/stylesheets/style.scss */
  .h-xl-10px {
    height: 10px !important;
  }
  /* line 19748, app/assets/stylesheets/style.scss */
  .h-xl-15px {
    height: 15px !important;
  }
  /* line 19751, app/assets/stylesheets/style.scss */
  .h-xl-20px {
    height: 20px !important;
  }
  /* line 19754, app/assets/stylesheets/style.scss */
  .h-xl-25px {
    height: 25px !important;
  }
  /* line 19757, app/assets/stylesheets/style.scss */
  .h-xl-30px {
    height: 30px !important;
  }
  /* line 19760, app/assets/stylesheets/style.scss */
  .h-xl-35px {
    height: 35px !important;
  }
  /* line 19763, app/assets/stylesheets/style.scss */
  .h-xl-40px {
    height: 40px !important;
  }
  /* line 19766, app/assets/stylesheets/style.scss */
  .h-xl-45px {
    height: 45px !important;
  }
  /* line 19769, app/assets/stylesheets/style.scss */
  .h-xl-50px {
    height: 50px !important;
  }
  /* line 19772, app/assets/stylesheets/style.scss */
  .h-xl-55px {
    height: 55px !important;
  }
  /* line 19775, app/assets/stylesheets/style.scss */
  .h-xl-60px {
    height: 60px !important;
  }
  /* line 19778, app/assets/stylesheets/style.scss */
  .h-xl-65px {
    height: 65px !important;
  }
  /* line 19781, app/assets/stylesheets/style.scss */
  .h-xl-70px {
    height: 70px !important;
  }
  /* line 19784, app/assets/stylesheets/style.scss */
  .h-xl-75px {
    height: 75px !important;
  }
  /* line 19787, app/assets/stylesheets/style.scss */
  .h-xl-80px {
    height: 80px !important;
  }
  /* line 19790, app/assets/stylesheets/style.scss */
  .h-xl-85px {
    height: 85px !important;
  }
  /* line 19793, app/assets/stylesheets/style.scss */
  .h-xl-90px {
    height: 90px !important;
  }
  /* line 19796, app/assets/stylesheets/style.scss */
  .h-xl-95px {
    height: 95px !important;
  }
  /* line 19799, app/assets/stylesheets/style.scss */
  .h-xl-100px {
    height: 100px !important;
  }
  /* line 19802, app/assets/stylesheets/style.scss */
  .h-xl-125px {
    height: 125px !important;
  }
  /* line 19805, app/assets/stylesheets/style.scss */
  .h-xl-150px {
    height: 150px !important;
  }
  /* line 19808, app/assets/stylesheets/style.scss */
  .h-xl-175px {
    height: 175px !important;
  }
  /* line 19811, app/assets/stylesheets/style.scss */
  .h-xl-200px {
    height: 200px !important;
  }
  /* line 19814, app/assets/stylesheets/style.scss */
  .h-xl-225px {
    height: 225px !important;
  }
  /* line 19817, app/assets/stylesheets/style.scss */
  .h-xl-250px {
    height: 250px !important;
  }
  /* line 19820, app/assets/stylesheets/style.scss */
  .h-xl-275px {
    height: 275px !important;
  }
  /* line 19823, app/assets/stylesheets/style.scss */
  .h-xl-300px {
    height: 300px !important;
  }
  /* line 19826, app/assets/stylesheets/style.scss */
  .h-xl-325px {
    height: 325px !important;
  }
  /* line 19829, app/assets/stylesheets/style.scss */
  .h-xl-350px {
    height: 350px !important;
  }
  /* line 19832, app/assets/stylesheets/style.scss */
  .h-xl-375px {
    height: 375px !important;
  }
  /* line 19835, app/assets/stylesheets/style.scss */
  .h-xl-400px {
    height: 400px !important;
  }
  /* line 19838, app/assets/stylesheets/style.scss */
  .h-xl-425px {
    height: 425px !important;
  }
  /* line 19841, app/assets/stylesheets/style.scss */
  .h-xl-450px {
    height: 450px !important;
  }
  /* line 19844, app/assets/stylesheets/style.scss */
  .h-xl-475px {
    height: 475px !important;
  }
  /* line 19847, app/assets/stylesheets/style.scss */
  .h-xl-500px {
    height: 500px !important;
  }
  /* line 19850, app/assets/stylesheets/style.scss */
  .h-xl-550px {
    height: 550px !important;
  }
  /* line 19853, app/assets/stylesheets/style.scss */
  .h-xl-600px {
    height: 600px !important;
  }
  /* line 19856, app/assets/stylesheets/style.scss */
  .h-xl-650px {
    height: 650px !important;
  }
  /* line 19859, app/assets/stylesheets/style.scss */
  .h-xl-700px {
    height: 700px !important;
  }
  /* line 19862, app/assets/stylesheets/style.scss */
  .h-xl-750px {
    height: 750px !important;
  }
  /* line 19865, app/assets/stylesheets/style.scss */
  .h-xl-800px {
    height: 800px !important;
  }
  /* line 19868, app/assets/stylesheets/style.scss */
  .h-xl-850px {
    height: 850px !important;
  }
  /* line 19871, app/assets/stylesheets/style.scss */
  .h-xl-900px {
    height: 900px !important;
  }
  /* line 19874, app/assets/stylesheets/style.scss */
  .h-xl-950px {
    height: 950px !important;
  }
  /* line 19877, app/assets/stylesheets/style.scss */
  .h-xl-1000px {
    height: 1000px !important;
  }
  /* line 19880, app/assets/stylesheets/style.scss */
  .mh-xl-unset {
    max-height: unset !important;
  }
  /* line 19883, app/assets/stylesheets/style.scss */
  .mh-xl-25 {
    max-height: 25% !important;
  }
  /* line 19886, app/assets/stylesheets/style.scss */
  .mh-xl-50 {
    max-height: 50% !important;
  }
  /* line 19889, app/assets/stylesheets/style.scss */
  .mh-xl-75 {
    max-height: 75% !important;
  }
  /* line 19892, app/assets/stylesheets/style.scss */
  .mh-xl-100 {
    max-height: 100% !important;
  }
  /* line 19895, app/assets/stylesheets/style.scss */
  .mh-xl-auto {
    max-height: auto !important;
  }
  /* line 19898, app/assets/stylesheets/style.scss */
  .mh-xl-1px {
    max-height: 1px !important;
  }
  /* line 19901, app/assets/stylesheets/style.scss */
  .mh-xl-2px {
    max-height: 2px !important;
  }
  /* line 19904, app/assets/stylesheets/style.scss */
  .mh-xl-3px {
    max-height: 3px !important;
  }
  /* line 19907, app/assets/stylesheets/style.scss */
  .mh-xl-4px {
    max-height: 4px !important;
  }
  /* line 19910, app/assets/stylesheets/style.scss */
  .mh-xl-5px {
    max-height: 5px !important;
  }
  /* line 19913, app/assets/stylesheets/style.scss */
  .mh-xl-6px {
    max-height: 6px !important;
  }
  /* line 19916, app/assets/stylesheets/style.scss */
  .mh-xl-7px {
    max-height: 7px !important;
  }
  /* line 19919, app/assets/stylesheets/style.scss */
  .mh-xl-8px {
    max-height: 8px !important;
  }
  /* line 19922, app/assets/stylesheets/style.scss */
  .mh-xl-9px {
    max-height: 9px !important;
  }
  /* line 19925, app/assets/stylesheets/style.scss */
  .mh-xl-10px {
    max-height: 10px !important;
  }
  /* line 19928, app/assets/stylesheets/style.scss */
  .mh-xl-15px {
    max-height: 15px !important;
  }
  /* line 19931, app/assets/stylesheets/style.scss */
  .mh-xl-20px {
    max-height: 20px !important;
  }
  /* line 19934, app/assets/stylesheets/style.scss */
  .mh-xl-25px {
    max-height: 25px !important;
  }
  /* line 19937, app/assets/stylesheets/style.scss */
  .mh-xl-30px {
    max-height: 30px !important;
  }
  /* line 19940, app/assets/stylesheets/style.scss */
  .mh-xl-35px {
    max-height: 35px !important;
  }
  /* line 19943, app/assets/stylesheets/style.scss */
  .mh-xl-40px {
    max-height: 40px !important;
  }
  /* line 19946, app/assets/stylesheets/style.scss */
  .mh-xl-45px {
    max-height: 45px !important;
  }
  /* line 19949, app/assets/stylesheets/style.scss */
  .mh-xl-50px {
    max-height: 50px !important;
  }
  /* line 19952, app/assets/stylesheets/style.scss */
  .mh-xl-55px {
    max-height: 55px !important;
  }
  /* line 19955, app/assets/stylesheets/style.scss */
  .mh-xl-60px {
    max-height: 60px !important;
  }
  /* line 19958, app/assets/stylesheets/style.scss */
  .mh-xl-65px {
    max-height: 65px !important;
  }
  /* line 19961, app/assets/stylesheets/style.scss */
  .mh-xl-70px {
    max-height: 70px !important;
  }
  /* line 19964, app/assets/stylesheets/style.scss */
  .mh-xl-75px {
    max-height: 75px !important;
  }
  /* line 19967, app/assets/stylesheets/style.scss */
  .mh-xl-80px {
    max-height: 80px !important;
  }
  /* line 19970, app/assets/stylesheets/style.scss */
  .mh-xl-85px {
    max-height: 85px !important;
  }
  /* line 19973, app/assets/stylesheets/style.scss */
  .mh-xl-90px {
    max-height: 90px !important;
  }
  /* line 19976, app/assets/stylesheets/style.scss */
  .mh-xl-95px {
    max-height: 95px !important;
  }
  /* line 19979, app/assets/stylesheets/style.scss */
  .mh-xl-100px {
    max-height: 100px !important;
  }
  /* line 19982, app/assets/stylesheets/style.scss */
  .mh-xl-125px {
    max-height: 125px !important;
  }
  /* line 19985, app/assets/stylesheets/style.scss */
  .mh-xl-150px {
    max-height: 150px !important;
  }
  /* line 19988, app/assets/stylesheets/style.scss */
  .mh-xl-175px {
    max-height: 175px !important;
  }
  /* line 19991, app/assets/stylesheets/style.scss */
  .mh-xl-200px {
    max-height: 200px !important;
  }
  /* line 19994, app/assets/stylesheets/style.scss */
  .mh-xl-225px {
    max-height: 225px !important;
  }
  /* line 19997, app/assets/stylesheets/style.scss */
  .mh-xl-250px {
    max-height: 250px !important;
  }
  /* line 20000, app/assets/stylesheets/style.scss */
  .mh-xl-275px {
    max-height: 275px !important;
  }
  /* line 20003, app/assets/stylesheets/style.scss */
  .mh-xl-300px {
    max-height: 300px !important;
  }
  /* line 20006, app/assets/stylesheets/style.scss */
  .mh-xl-325px {
    max-height: 325px !important;
  }
  /* line 20009, app/assets/stylesheets/style.scss */
  .mh-xl-350px {
    max-height: 350px !important;
  }
  /* line 20012, app/assets/stylesheets/style.scss */
  .mh-xl-375px {
    max-height: 375px !important;
  }
  /* line 20015, app/assets/stylesheets/style.scss */
  .mh-xl-400px {
    max-height: 400px !important;
  }
  /* line 20018, app/assets/stylesheets/style.scss */
  .mh-xl-425px {
    max-height: 425px !important;
  }
  /* line 20021, app/assets/stylesheets/style.scss */
  .mh-xl-450px {
    max-height: 450px !important;
  }
  /* line 20024, app/assets/stylesheets/style.scss */
  .mh-xl-475px {
    max-height: 475px !important;
  }
  /* line 20027, app/assets/stylesheets/style.scss */
  .mh-xl-500px {
    max-height: 500px !important;
  }
  /* line 20030, app/assets/stylesheets/style.scss */
  .mh-xl-550px {
    max-height: 550px !important;
  }
  /* line 20033, app/assets/stylesheets/style.scss */
  .mh-xl-600px {
    max-height: 600px !important;
  }
  /* line 20036, app/assets/stylesheets/style.scss */
  .mh-xl-650px {
    max-height: 650px !important;
  }
  /* line 20039, app/assets/stylesheets/style.scss */
  .mh-xl-700px {
    max-height: 700px !important;
  }
  /* line 20042, app/assets/stylesheets/style.scss */
  .mh-xl-750px {
    max-height: 750px !important;
  }
  /* line 20045, app/assets/stylesheets/style.scss */
  .mh-xl-800px {
    max-height: 800px !important;
  }
  /* line 20048, app/assets/stylesheets/style.scss */
  .mh-xl-850px {
    max-height: 850px !important;
  }
  /* line 20051, app/assets/stylesheets/style.scss */
  .mh-xl-900px {
    max-height: 900px !important;
  }
  /* line 20054, app/assets/stylesheets/style.scss */
  .mh-xl-950px {
    max-height: 950px !important;
  }
  /* line 20057, app/assets/stylesheets/style.scss */
  .mh-xl-1000px {
    max-height: 1000px !important;
  }
  /* line 20060, app/assets/stylesheets/style.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20063, app/assets/stylesheets/style.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 20066, app/assets/stylesheets/style.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 20069, app/assets/stylesheets/style.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 20072, app/assets/stylesheets/style.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 20075, app/assets/stylesheets/style.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 20078, app/assets/stylesheets/style.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 20081, app/assets/stylesheets/style.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 20084, app/assets/stylesheets/style.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 20087, app/assets/stylesheets/style.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 20090, app/assets/stylesheets/style.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20093, app/assets/stylesheets/style.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20096, app/assets/stylesheets/style.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 20099, app/assets/stylesheets/style.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 20102, app/assets/stylesheets/style.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 20105, app/assets/stylesheets/style.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 20108, app/assets/stylesheets/style.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 20111, app/assets/stylesheets/style.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 20114, app/assets/stylesheets/style.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 20117, app/assets/stylesheets/style.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 20120, app/assets/stylesheets/style.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 20123, app/assets/stylesheets/style.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 20126, app/assets/stylesheets/style.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 20129, app/assets/stylesheets/style.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 20132, app/assets/stylesheets/style.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 20135, app/assets/stylesheets/style.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 20138, app/assets/stylesheets/style.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 20141, app/assets/stylesheets/style.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 20144, app/assets/stylesheets/style.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 20147, app/assets/stylesheets/style.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 20150, app/assets/stylesheets/style.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 20153, app/assets/stylesheets/style.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 20156, app/assets/stylesheets/style.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 20159, app/assets/stylesheets/style.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 20162, app/assets/stylesheets/style.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 20165, app/assets/stylesheets/style.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 20168, app/assets/stylesheets/style.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 20171, app/assets/stylesheets/style.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 20174, app/assets/stylesheets/style.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 20177, app/assets/stylesheets/style.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 20180, app/assets/stylesheets/style.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 20183, app/assets/stylesheets/style.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 20186, app/assets/stylesheets/style.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 20189, app/assets/stylesheets/style.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 20192, app/assets/stylesheets/style.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 20195, app/assets/stylesheets/style.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 20198, app/assets/stylesheets/style.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 20201, app/assets/stylesheets/style.scss */
  .m-xl-4 {
    margin: 1rem !important;
  }
  /* line 20204, app/assets/stylesheets/style.scss */
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  /* line 20207, app/assets/stylesheets/style.scss */
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  /* line 20210, app/assets/stylesheets/style.scss */
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  /* line 20213, app/assets/stylesheets/style.scss */
  .m-xl-8 {
    margin: 2rem !important;
  }
  /* line 20216, app/assets/stylesheets/style.scss */
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  /* line 20219, app/assets/stylesheets/style.scss */
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  /* line 20222, app/assets/stylesheets/style.scss */
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  /* line 20225, app/assets/stylesheets/style.scss */
  .m-xl-12 {
    margin: 3rem !important;
  }
  /* line 20228, app/assets/stylesheets/style.scss */
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  /* line 20231, app/assets/stylesheets/style.scss */
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  /* line 20234, app/assets/stylesheets/style.scss */
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  /* line 20237, app/assets/stylesheets/style.scss */
  .m-xl-16 {
    margin: 4rem !important;
  }
  /* line 20240, app/assets/stylesheets/style.scss */
  .m-xl-17 {
    margin: 4.25rem !important;
  }
  /* line 20243, app/assets/stylesheets/style.scss */
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  /* line 20246, app/assets/stylesheets/style.scss */
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  /* line 20249, app/assets/stylesheets/style.scss */
  .m-xl-20 {
    margin: 5rem !important;
  }
  /* line 20252, app/assets/stylesheets/style.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 20255, app/assets/stylesheets/style.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 20259, app/assets/stylesheets/style.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 20263, app/assets/stylesheets/style.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 20267, app/assets/stylesheets/style.scss */
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 20271, app/assets/stylesheets/style.scss */
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 20275, app/assets/stylesheets/style.scss */
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 20279, app/assets/stylesheets/style.scss */
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 20283, app/assets/stylesheets/style.scss */
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 20287, app/assets/stylesheets/style.scss */
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 20291, app/assets/stylesheets/style.scss */
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 20295, app/assets/stylesheets/style.scss */
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 20299, app/assets/stylesheets/style.scss */
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  /* line 20303, app/assets/stylesheets/style.scss */
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 20307, app/assets/stylesheets/style.scss */
  .mx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  /* line 20311, app/assets/stylesheets/style.scss */
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 20315, app/assets/stylesheets/style.scss */
  .mx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  /* line 20319, app/assets/stylesheets/style.scss */
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 20323, app/assets/stylesheets/style.scss */
  .mx-xl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  /* line 20327, app/assets/stylesheets/style.scss */
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 20331, app/assets/stylesheets/style.scss */
  .mx-xl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  /* line 20335, app/assets/stylesheets/style.scss */
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 20339, app/assets/stylesheets/style.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 20343, app/assets/stylesheets/style.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 20347, app/assets/stylesheets/style.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 20351, app/assets/stylesheets/style.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 20355, app/assets/stylesheets/style.scss */
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 20359, app/assets/stylesheets/style.scss */
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 20363, app/assets/stylesheets/style.scss */
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 20367, app/assets/stylesheets/style.scss */
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 20371, app/assets/stylesheets/style.scss */
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 20375, app/assets/stylesheets/style.scss */
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 20379, app/assets/stylesheets/style.scss */
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 20383, app/assets/stylesheets/style.scss */
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 20387, app/assets/stylesheets/style.scss */
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 20391, app/assets/stylesheets/style.scss */
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 20395, app/assets/stylesheets/style.scss */
  .my-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  /* line 20399, app/assets/stylesheets/style.scss */
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 20403, app/assets/stylesheets/style.scss */
  .my-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  /* line 20407, app/assets/stylesheets/style.scss */
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 20411, app/assets/stylesheets/style.scss */
  .my-xl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  /* line 20415, app/assets/stylesheets/style.scss */
  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 20419, app/assets/stylesheets/style.scss */
  .my-xl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  /* line 20423, app/assets/stylesheets/style.scss */
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 20427, app/assets/stylesheets/style.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 20431, app/assets/stylesheets/style.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 20434, app/assets/stylesheets/style.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 20437, app/assets/stylesheets/style.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 20440, app/assets/stylesheets/style.scss */
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 20443, app/assets/stylesheets/style.scss */
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  /* line 20446, app/assets/stylesheets/style.scss */
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  /* line 20449, app/assets/stylesheets/style.scss */
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  /* line 20452, app/assets/stylesheets/style.scss */
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  /* line 20455, app/assets/stylesheets/style.scss */
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  /* line 20458, app/assets/stylesheets/style.scss */
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  /* line 20461, app/assets/stylesheets/style.scss */
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  /* line 20464, app/assets/stylesheets/style.scss */
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
  /* line 20467, app/assets/stylesheets/style.scss */
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  /* line 20470, app/assets/stylesheets/style.scss */
  .mt-xl-13 {
    margin-top: 3.25rem !important;
  }
  /* line 20473, app/assets/stylesheets/style.scss */
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
  /* line 20476, app/assets/stylesheets/style.scss */
  .mt-xl-15 {
    margin-top: 3.75rem !important;
  }
  /* line 20479, app/assets/stylesheets/style.scss */
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  /* line 20482, app/assets/stylesheets/style.scss */
  .mt-xl-17 {
    margin-top: 4.25rem !important;
  }
  /* line 20485, app/assets/stylesheets/style.scss */
  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }
  /* line 20488, app/assets/stylesheets/style.scss */
  .mt-xl-19 {
    margin-top: 4.75rem !important;
  }
  /* line 20491, app/assets/stylesheets/style.scss */
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  /* line 20494, app/assets/stylesheets/style.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 20497, app/assets/stylesheets/style.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20500, app/assets/stylesheets/style.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20503, app/assets/stylesheets/style.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20506, app/assets/stylesheets/style.scss */
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 20509, app/assets/stylesheets/style.scss */
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  /* line 20512, app/assets/stylesheets/style.scss */
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  /* line 20515, app/assets/stylesheets/style.scss */
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  /* line 20518, app/assets/stylesheets/style.scss */
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  /* line 20521, app/assets/stylesheets/style.scss */
  .me-xl-8 {
    margin-right: 2rem !important;
  }
  /* line 20524, app/assets/stylesheets/style.scss */
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
  /* line 20527, app/assets/stylesheets/style.scss */
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
  /* line 20530, app/assets/stylesheets/style.scss */
  .me-xl-11 {
    margin-right: 2.75rem !important;
  }
  /* line 20533, app/assets/stylesheets/style.scss */
  .me-xl-12 {
    margin-right: 3rem !important;
  }
  /* line 20536, app/assets/stylesheets/style.scss */
  .me-xl-13 {
    margin-right: 3.25rem !important;
  }
  /* line 20539, app/assets/stylesheets/style.scss */
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
  /* line 20542, app/assets/stylesheets/style.scss */
  .me-xl-15 {
    margin-right: 3.75rem !important;
  }
  /* line 20545, app/assets/stylesheets/style.scss */
  .me-xl-16 {
    margin-right: 4rem !important;
  }
  /* line 20548, app/assets/stylesheets/style.scss */
  .me-xl-17 {
    margin-right: 4.25rem !important;
  }
  /* line 20551, app/assets/stylesheets/style.scss */
  .me-xl-18 {
    margin-right: 4.5rem !important;
  }
  /* line 20554, app/assets/stylesheets/style.scss */
  .me-xl-19 {
    margin-right: 4.75rem !important;
  }
  /* line 20557, app/assets/stylesheets/style.scss */
  .me-xl-20 {
    margin-right: 5rem !important;
  }
  /* line 20560, app/assets/stylesheets/style.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 20563, app/assets/stylesheets/style.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 20566, app/assets/stylesheets/style.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 20569, app/assets/stylesheets/style.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 20572, app/assets/stylesheets/style.scss */
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 20575, app/assets/stylesheets/style.scss */
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 20578, app/assets/stylesheets/style.scss */
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 20581, app/assets/stylesheets/style.scss */
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 20584, app/assets/stylesheets/style.scss */
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 20587, app/assets/stylesheets/style.scss */
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  /* line 20590, app/assets/stylesheets/style.scss */
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 20593, app/assets/stylesheets/style.scss */
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 20596, app/assets/stylesheets/style.scss */
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 20599, app/assets/stylesheets/style.scss */
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  /* line 20602, app/assets/stylesheets/style.scss */
  .mb-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  /* line 20605, app/assets/stylesheets/style.scss */
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 20608, app/assets/stylesheets/style.scss */
  .mb-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  /* line 20611, app/assets/stylesheets/style.scss */
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  /* line 20614, app/assets/stylesheets/style.scss */
  .mb-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  /* line 20617, app/assets/stylesheets/style.scss */
  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  /* line 20620, app/assets/stylesheets/style.scss */
  .mb-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  /* line 20623, app/assets/stylesheets/style.scss */
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  /* line 20626, app/assets/stylesheets/style.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 20629, app/assets/stylesheets/style.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 20632, app/assets/stylesheets/style.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 20635, app/assets/stylesheets/style.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 20638, app/assets/stylesheets/style.scss */
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 20641, app/assets/stylesheets/style.scss */
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  /* line 20644, app/assets/stylesheets/style.scss */
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  /* line 20647, app/assets/stylesheets/style.scss */
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  /* line 20650, app/assets/stylesheets/style.scss */
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  /* line 20653, app/assets/stylesheets/style.scss */
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
  /* line 20656, app/assets/stylesheets/style.scss */
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
  /* line 20659, app/assets/stylesheets/style.scss */
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
  /* line 20662, app/assets/stylesheets/style.scss */
  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }
  /* line 20665, app/assets/stylesheets/style.scss */
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
  /* line 20668, app/assets/stylesheets/style.scss */
  .ms-xl-13 {
    margin-left: 3.25rem !important;
  }
  /* line 20671, app/assets/stylesheets/style.scss */
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
  /* line 20674, app/assets/stylesheets/style.scss */
  .ms-xl-15 {
    margin-left: 3.75rem !important;
  }
  /* line 20677, app/assets/stylesheets/style.scss */
  .ms-xl-16 {
    margin-left: 4rem !important;
  }
  /* line 20680, app/assets/stylesheets/style.scss */
  .ms-xl-17 {
    margin-left: 4.25rem !important;
  }
  /* line 20683, app/assets/stylesheets/style.scss */
  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }
  /* line 20686, app/assets/stylesheets/style.scss */
  .ms-xl-19 {
    margin-left: 4.75rem !important;
  }
  /* line 20689, app/assets/stylesheets/style.scss */
  .ms-xl-20 {
    margin-left: 5rem !important;
  }
  /* line 20692, app/assets/stylesheets/style.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 20695, app/assets/stylesheets/style.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 20698, app/assets/stylesheets/style.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 20701, app/assets/stylesheets/style.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 20704, app/assets/stylesheets/style.scss */
  .m-xl-n4 {
    margin: -1rem !important;
  }
  /* line 20707, app/assets/stylesheets/style.scss */
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  /* line 20710, app/assets/stylesheets/style.scss */
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  /* line 20713, app/assets/stylesheets/style.scss */
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  /* line 20716, app/assets/stylesheets/style.scss */
  .m-xl-n8 {
    margin: -2rem !important;
  }
  /* line 20719, app/assets/stylesheets/style.scss */
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  /* line 20722, app/assets/stylesheets/style.scss */
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  /* line 20725, app/assets/stylesheets/style.scss */
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  /* line 20728, app/assets/stylesheets/style.scss */
  .m-xl-n12 {
    margin: -3rem !important;
  }
  /* line 20731, app/assets/stylesheets/style.scss */
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  /* line 20734, app/assets/stylesheets/style.scss */
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  /* line 20737, app/assets/stylesheets/style.scss */
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  /* line 20740, app/assets/stylesheets/style.scss */
  .m-xl-n16 {
    margin: -4rem !important;
  }
  /* line 20743, app/assets/stylesheets/style.scss */
  .m-xl-n17 {
    margin: -4.25rem !important;
  }
  /* line 20746, app/assets/stylesheets/style.scss */
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  /* line 20749, app/assets/stylesheets/style.scss */
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
  /* line 20752, app/assets/stylesheets/style.scss */
  .m-xl-n20 {
    margin: -5rem !important;
  }
  /* line 20755, app/assets/stylesheets/style.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 20759, app/assets/stylesheets/style.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 20763, app/assets/stylesheets/style.scss */
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 20767, app/assets/stylesheets/style.scss */
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 20771, app/assets/stylesheets/style.scss */
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 20775, app/assets/stylesheets/style.scss */
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 20779, app/assets/stylesheets/style.scss */
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  /* line 20783, app/assets/stylesheets/style.scss */
  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 20787, app/assets/stylesheets/style.scss */
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 20791, app/assets/stylesheets/style.scss */
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 20795, app/assets/stylesheets/style.scss */
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  /* line 20799, app/assets/stylesheets/style.scss */
  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 20803, app/assets/stylesheets/style.scss */
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  /* line 20807, app/assets/stylesheets/style.scss */
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 20811, app/assets/stylesheets/style.scss */
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  /* line 20815, app/assets/stylesheets/style.scss */
  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 20819, app/assets/stylesheets/style.scss */
  .mx-xl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  /* line 20823, app/assets/stylesheets/style.scss */
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 20827, app/assets/stylesheets/style.scss */
  .mx-xl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  /* line 20831, app/assets/stylesheets/style.scss */
  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 20835, app/assets/stylesheets/style.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 20839, app/assets/stylesheets/style.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 20843, app/assets/stylesheets/style.scss */
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 20847, app/assets/stylesheets/style.scss */
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 20851, app/assets/stylesheets/style.scss */
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 20855, app/assets/stylesheets/style.scss */
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 20859, app/assets/stylesheets/style.scss */
  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 20863, app/assets/stylesheets/style.scss */
  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 20867, app/assets/stylesheets/style.scss */
  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 20871, app/assets/stylesheets/style.scss */
  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 20875, app/assets/stylesheets/style.scss */
  .my-xl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 20879, app/assets/stylesheets/style.scss */
  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 20883, app/assets/stylesheets/style.scss */
  .my-xl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  /* line 20887, app/assets/stylesheets/style.scss */
  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 20891, app/assets/stylesheets/style.scss */
  .my-xl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  /* line 20895, app/assets/stylesheets/style.scss */
  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 20899, app/assets/stylesheets/style.scss */
  .my-xl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  /* line 20903, app/assets/stylesheets/style.scss */
  .my-xl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 20907, app/assets/stylesheets/style.scss */
  .my-xl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  /* line 20911, app/assets/stylesheets/style.scss */
  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 20915, app/assets/stylesheets/style.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 20918, app/assets/stylesheets/style.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 20921, app/assets/stylesheets/style.scss */
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 20924, app/assets/stylesheets/style.scss */
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  /* line 20927, app/assets/stylesheets/style.scss */
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
  /* line 20930, app/assets/stylesheets/style.scss */
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
  /* line 20933, app/assets/stylesheets/style.scss */
  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }
  /* line 20936, app/assets/stylesheets/style.scss */
  .mt-xl-n8 {
    margin-top: -2rem !important;
  }
  /* line 20939, app/assets/stylesheets/style.scss */
  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }
  /* line 20942, app/assets/stylesheets/style.scss */
  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }
  /* line 20945, app/assets/stylesheets/style.scss */
  .mt-xl-n11 {
    margin-top: -2.75rem !important;
  }
  /* line 20948, app/assets/stylesheets/style.scss */
  .mt-xl-n12 {
    margin-top: -3rem !important;
  }
  /* line 20951, app/assets/stylesheets/style.scss */
  .mt-xl-n13 {
    margin-top: -3.25rem !important;
  }
  /* line 20954, app/assets/stylesheets/style.scss */
  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }
  /* line 20957, app/assets/stylesheets/style.scss */
  .mt-xl-n15 {
    margin-top: -3.75rem !important;
  }
  /* line 20960, app/assets/stylesheets/style.scss */
  .mt-xl-n16 {
    margin-top: -4rem !important;
  }
  /* line 20963, app/assets/stylesheets/style.scss */
  .mt-xl-n17 {
    margin-top: -4.25rem !important;
  }
  /* line 20966, app/assets/stylesheets/style.scss */
  .mt-xl-n18 {
    margin-top: -4.5rem !important;
  }
  /* line 20969, app/assets/stylesheets/style.scss */
  .mt-xl-n19 {
    margin-top: -4.75rem !important;
  }
  /* line 20972, app/assets/stylesheets/style.scss */
  .mt-xl-n20 {
    margin-top: -5rem !important;
  }
  /* line 20975, app/assets/stylesheets/style.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 20978, app/assets/stylesheets/style.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 20981, app/assets/stylesheets/style.scss */
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 20984, app/assets/stylesheets/style.scss */
  .me-xl-n4 {
    margin-right: -1rem !important;
  }
  /* line 20987, app/assets/stylesheets/style.scss */
  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }
  /* line 20990, app/assets/stylesheets/style.scss */
  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }
  /* line 20993, app/assets/stylesheets/style.scss */
  .me-xl-n7 {
    margin-right: -1.75rem !important;
  }
  /* line 20996, app/assets/stylesheets/style.scss */
  .me-xl-n8 {
    margin-right: -2rem !important;
  }
  /* line 20999, app/assets/stylesheets/style.scss */
  .me-xl-n9 {
    margin-right: -2.25rem !important;
  }
  /* line 21002, app/assets/stylesheets/style.scss */
  .me-xl-n10 {
    margin-right: -2.5rem !important;
  }
  /* line 21005, app/assets/stylesheets/style.scss */
  .me-xl-n11 {
    margin-right: -2.75rem !important;
  }
  /* line 21008, app/assets/stylesheets/style.scss */
  .me-xl-n12 {
    margin-right: -3rem !important;
  }
  /* line 21011, app/assets/stylesheets/style.scss */
  .me-xl-n13 {
    margin-right: -3.25rem !important;
  }
  /* line 21014, app/assets/stylesheets/style.scss */
  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }
  /* line 21017, app/assets/stylesheets/style.scss */
  .me-xl-n15 {
    margin-right: -3.75rem !important;
  }
  /* line 21020, app/assets/stylesheets/style.scss */
  .me-xl-n16 {
    margin-right: -4rem !important;
  }
  /* line 21023, app/assets/stylesheets/style.scss */
  .me-xl-n17 {
    margin-right: -4.25rem !important;
  }
  /* line 21026, app/assets/stylesheets/style.scss */
  .me-xl-n18 {
    margin-right: -4.5rem !important;
  }
  /* line 21029, app/assets/stylesheets/style.scss */
  .me-xl-n19 {
    margin-right: -4.75rem !important;
  }
  /* line 21032, app/assets/stylesheets/style.scss */
  .me-xl-n20 {
    margin-right: -5rem !important;
  }
  /* line 21035, app/assets/stylesheets/style.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21038, app/assets/stylesheets/style.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21041, app/assets/stylesheets/style.scss */
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 21044, app/assets/stylesheets/style.scss */
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  /* line 21047, app/assets/stylesheets/style.scss */
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 21050, app/assets/stylesheets/style.scss */
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21053, app/assets/stylesheets/style.scss */
  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 21056, app/assets/stylesheets/style.scss */
  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }
  /* line 21059, app/assets/stylesheets/style.scss */
  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 21062, app/assets/stylesheets/style.scss */
  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 21065, app/assets/stylesheets/style.scss */
  .mb-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 21068, app/assets/stylesheets/style.scss */
  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }
  /* line 21071, app/assets/stylesheets/style.scss */
  .mb-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  /* line 21074, app/assets/stylesheets/style.scss */
  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 21077, app/assets/stylesheets/style.scss */
  .mb-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  /* line 21080, app/assets/stylesheets/style.scss */
  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }
  /* line 21083, app/assets/stylesheets/style.scss */
  .mb-xl-n17 {
    margin-bottom: -4.25rem !important;
  }
  /* line 21086, app/assets/stylesheets/style.scss */
  .mb-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21089, app/assets/stylesheets/style.scss */
  .mb-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
  /* line 21092, app/assets/stylesheets/style.scss */
  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }
  /* line 21095, app/assets/stylesheets/style.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 21098, app/assets/stylesheets/style.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 21101, app/assets/stylesheets/style.scss */
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 21104, app/assets/stylesheets/style.scss */
  .ms-xl-n4 {
    margin-left: -1rem !important;
  }
  /* line 21107, app/assets/stylesheets/style.scss */
  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }
  /* line 21110, app/assets/stylesheets/style.scss */
  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }
  /* line 21113, app/assets/stylesheets/style.scss */
  .ms-xl-n7 {
    margin-left: -1.75rem !important;
  }
  /* line 21116, app/assets/stylesheets/style.scss */
  .ms-xl-n8 {
    margin-left: -2rem !important;
  }
  /* line 21119, app/assets/stylesheets/style.scss */
  .ms-xl-n9 {
    margin-left: -2.25rem !important;
  }
  /* line 21122, app/assets/stylesheets/style.scss */
  .ms-xl-n10 {
    margin-left: -2.5rem !important;
  }
  /* line 21125, app/assets/stylesheets/style.scss */
  .ms-xl-n11 {
    margin-left: -2.75rem !important;
  }
  /* line 21128, app/assets/stylesheets/style.scss */
  .ms-xl-n12 {
    margin-left: -3rem !important;
  }
  /* line 21131, app/assets/stylesheets/style.scss */
  .ms-xl-n13 {
    margin-left: -3.25rem !important;
  }
  /* line 21134, app/assets/stylesheets/style.scss */
  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }
  /* line 21137, app/assets/stylesheets/style.scss */
  .ms-xl-n15 {
    margin-left: -3.75rem !important;
  }
  /* line 21140, app/assets/stylesheets/style.scss */
  .ms-xl-n16 {
    margin-left: -4rem !important;
  }
  /* line 21143, app/assets/stylesheets/style.scss */
  .ms-xl-n17 {
    margin-left: -4.25rem !important;
  }
  /* line 21146, app/assets/stylesheets/style.scss */
  .ms-xl-n18 {
    margin-left: -4.5rem !important;
  }
  /* line 21149, app/assets/stylesheets/style.scss */
  .ms-xl-n19 {
    margin-left: -4.75rem !important;
  }
  /* line 21152, app/assets/stylesheets/style.scss */
  .ms-xl-n20 {
    margin-left: -5rem !important;
  }
  /* line 21155, app/assets/stylesheets/style.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 21158, app/assets/stylesheets/style.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 21161, app/assets/stylesheets/style.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 21164, app/assets/stylesheets/style.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 21167, app/assets/stylesheets/style.scss */
  .p-xl-4 {
    padding: 1rem !important;
  }
  /* line 21170, app/assets/stylesheets/style.scss */
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  /* line 21173, app/assets/stylesheets/style.scss */
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  /* line 21176, app/assets/stylesheets/style.scss */
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  /* line 21179, app/assets/stylesheets/style.scss */
  .p-xl-8 {
    padding: 2rem !important;
  }
  /* line 21182, app/assets/stylesheets/style.scss */
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  /* line 21185, app/assets/stylesheets/style.scss */
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  /* line 21188, app/assets/stylesheets/style.scss */
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  /* line 21191, app/assets/stylesheets/style.scss */
  .p-xl-12 {
    padding: 3rem !important;
  }
  /* line 21194, app/assets/stylesheets/style.scss */
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  /* line 21197, app/assets/stylesheets/style.scss */
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  /* line 21200, app/assets/stylesheets/style.scss */
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  /* line 21203, app/assets/stylesheets/style.scss */
  .p-xl-16 {
    padding: 4rem !important;
  }
  /* line 21206, app/assets/stylesheets/style.scss */
  .p-xl-17 {
    padding: 4.25rem !important;
  }
  /* line 21209, app/assets/stylesheets/style.scss */
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  /* line 21212, app/assets/stylesheets/style.scss */
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  /* line 21215, app/assets/stylesheets/style.scss */
  .p-xl-20 {
    padding: 5rem !important;
  }
  /* line 21218, app/assets/stylesheets/style.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21222, app/assets/stylesheets/style.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21226, app/assets/stylesheets/style.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21230, app/assets/stylesheets/style.scss */
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 21234, app/assets/stylesheets/style.scss */
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21238, app/assets/stylesheets/style.scss */
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 21242, app/assets/stylesheets/style.scss */
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21246, app/assets/stylesheets/style.scss */
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 21250, app/assets/stylesheets/style.scss */
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 21254, app/assets/stylesheets/style.scss */
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 21258, app/assets/stylesheets/style.scss */
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 21262, app/assets/stylesheets/style.scss */
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  /* line 21266, app/assets/stylesheets/style.scss */
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21270, app/assets/stylesheets/style.scss */
  .px-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  /* line 21274, app/assets/stylesheets/style.scss */
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 21278, app/assets/stylesheets/style.scss */
  .px-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  /* line 21282, app/assets/stylesheets/style.scss */
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 21286, app/assets/stylesheets/style.scss */
  .px-xl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  /* line 21290, app/assets/stylesheets/style.scss */
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 21294, app/assets/stylesheets/style.scss */
  .px-xl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  /* line 21298, app/assets/stylesheets/style.scss */
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 21302, app/assets/stylesheets/style.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 21306, app/assets/stylesheets/style.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 21310, app/assets/stylesheets/style.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 21314, app/assets/stylesheets/style.scss */
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 21318, app/assets/stylesheets/style.scss */
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 21322, app/assets/stylesheets/style.scss */
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 21326, app/assets/stylesheets/style.scss */
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 21330, app/assets/stylesheets/style.scss */
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 21334, app/assets/stylesheets/style.scss */
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 21338, app/assets/stylesheets/style.scss */
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 21342, app/assets/stylesheets/style.scss */
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 21346, app/assets/stylesheets/style.scss */
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 21350, app/assets/stylesheets/style.scss */
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 21354, app/assets/stylesheets/style.scss */
  .py-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  /* line 21358, app/assets/stylesheets/style.scss */
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 21362, app/assets/stylesheets/style.scss */
  .py-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  /* line 21366, app/assets/stylesheets/style.scss */
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 21370, app/assets/stylesheets/style.scss */
  .py-xl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  /* line 21374, app/assets/stylesheets/style.scss */
  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 21378, app/assets/stylesheets/style.scss */
  .py-xl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  /* line 21382, app/assets/stylesheets/style.scss */
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 21386, app/assets/stylesheets/style.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 21389, app/assets/stylesheets/style.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 21392, app/assets/stylesheets/style.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 21395, app/assets/stylesheets/style.scss */
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 21398, app/assets/stylesheets/style.scss */
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  /* line 21401, app/assets/stylesheets/style.scss */
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  /* line 21404, app/assets/stylesheets/style.scss */
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  /* line 21407, app/assets/stylesheets/style.scss */
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  /* line 21410, app/assets/stylesheets/style.scss */
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  /* line 21413, app/assets/stylesheets/style.scss */
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  /* line 21416, app/assets/stylesheets/style.scss */
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  /* line 21419, app/assets/stylesheets/style.scss */
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
  /* line 21422, app/assets/stylesheets/style.scss */
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  /* line 21425, app/assets/stylesheets/style.scss */
  .pt-xl-13 {
    padding-top: 3.25rem !important;
  }
  /* line 21428, app/assets/stylesheets/style.scss */
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
  /* line 21431, app/assets/stylesheets/style.scss */
  .pt-xl-15 {
    padding-top: 3.75rem !important;
  }
  /* line 21434, app/assets/stylesheets/style.scss */
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  /* line 21437, app/assets/stylesheets/style.scss */
  .pt-xl-17 {
    padding-top: 4.25rem !important;
  }
  /* line 21440, app/assets/stylesheets/style.scss */
  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }
  /* line 21443, app/assets/stylesheets/style.scss */
  .pt-xl-19 {
    padding-top: 4.75rem !important;
  }
  /* line 21446, app/assets/stylesheets/style.scss */
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  /* line 21449, app/assets/stylesheets/style.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21452, app/assets/stylesheets/style.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21455, app/assets/stylesheets/style.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21458, app/assets/stylesheets/style.scss */
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 21461, app/assets/stylesheets/style.scss */
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  /* line 21464, app/assets/stylesheets/style.scss */
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  /* line 21467, app/assets/stylesheets/style.scss */
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  /* line 21470, app/assets/stylesheets/style.scss */
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  /* line 21473, app/assets/stylesheets/style.scss */
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
  /* line 21476, app/assets/stylesheets/style.scss */
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
  /* line 21479, app/assets/stylesheets/style.scss */
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
  /* line 21482, app/assets/stylesheets/style.scss */
  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }
  /* line 21485, app/assets/stylesheets/style.scss */
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
  /* line 21488, app/assets/stylesheets/style.scss */
  .pe-xl-13 {
    padding-right: 3.25rem !important;
  }
  /* line 21491, app/assets/stylesheets/style.scss */
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
  /* line 21494, app/assets/stylesheets/style.scss */
  .pe-xl-15 {
    padding-right: 3.75rem !important;
  }
  /* line 21497, app/assets/stylesheets/style.scss */
  .pe-xl-16 {
    padding-right: 4rem !important;
  }
  /* line 21500, app/assets/stylesheets/style.scss */
  .pe-xl-17 {
    padding-right: 4.25rem !important;
  }
  /* line 21503, app/assets/stylesheets/style.scss */
  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }
  /* line 21506, app/assets/stylesheets/style.scss */
  .pe-xl-19 {
    padding-right: 4.75rem !important;
  }
  /* line 21509, app/assets/stylesheets/style.scss */
  .pe-xl-20 {
    padding-right: 5rem !important;
  }
  /* line 21512, app/assets/stylesheets/style.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21515, app/assets/stylesheets/style.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21518, app/assets/stylesheets/style.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21521, app/assets/stylesheets/style.scss */
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21524, app/assets/stylesheets/style.scss */
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 21527, app/assets/stylesheets/style.scss */
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 21530, app/assets/stylesheets/style.scss */
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21533, app/assets/stylesheets/style.scss */
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 21536, app/assets/stylesheets/style.scss */
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  /* line 21539, app/assets/stylesheets/style.scss */
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21542, app/assets/stylesheets/style.scss */
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 21545, app/assets/stylesheets/style.scss */
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 21548, app/assets/stylesheets/style.scss */
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  /* line 21551, app/assets/stylesheets/style.scss */
  .pb-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  /* line 21554, app/assets/stylesheets/style.scss */
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 21557, app/assets/stylesheets/style.scss */
  .pb-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  /* line 21560, app/assets/stylesheets/style.scss */
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  /* line 21563, app/assets/stylesheets/style.scss */
  .pb-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  /* line 21566, app/assets/stylesheets/style.scss */
  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21569, app/assets/stylesheets/style.scss */
  .pb-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  /* line 21572, app/assets/stylesheets/style.scss */
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  /* line 21575, app/assets/stylesheets/style.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 21578, app/assets/stylesheets/style.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 21581, app/assets/stylesheets/style.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 21584, app/assets/stylesheets/style.scss */
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 21587, app/assets/stylesheets/style.scss */
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  /* line 21590, app/assets/stylesheets/style.scss */
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 21593, app/assets/stylesheets/style.scss */
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 21596, app/assets/stylesheets/style.scss */
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 21599, app/assets/stylesheets/style.scss */
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
  /* line 21602, app/assets/stylesheets/style.scss */
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 21605, app/assets/stylesheets/style.scss */
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 21608, app/assets/stylesheets/style.scss */
  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 21611, app/assets/stylesheets/style.scss */
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
  /* line 21614, app/assets/stylesheets/style.scss */
  .ps-xl-13 {
    padding-left: 3.25rem !important;
  }
  /* line 21617, app/assets/stylesheets/style.scss */
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 21620, app/assets/stylesheets/style.scss */
  .ps-xl-15 {
    padding-left: 3.75rem !important;
  }
  /* line 21623, app/assets/stylesheets/style.scss */
  .ps-xl-16 {
    padding-left: 4rem !important;
  }
  /* line 21626, app/assets/stylesheets/style.scss */
  .ps-xl-17 {
    padding-left: 4.25rem !important;
  }
  /* line 21629, app/assets/stylesheets/style.scss */
  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }
  /* line 21632, app/assets/stylesheets/style.scss */
  .ps-xl-19 {
    padding-left: 4.75rem !important;
  }
  /* line 21635, app/assets/stylesheets/style.scss */
  .ps-xl-20 {
    padding-left: 5rem !important;
  }
  /* line 21638, app/assets/stylesheets/style.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 21641, app/assets/stylesheets/style.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 21644, app/assets/stylesheets/style.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 21647, app/assets/stylesheets/style.scss */
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  /* line 21650, app/assets/stylesheets/style.scss */
  .gap-xl-4 {
    gap: 1rem !important;
  }
  /* line 21653, app/assets/stylesheets/style.scss */
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  /* line 21656, app/assets/stylesheets/style.scss */
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  /* line 21659, app/assets/stylesheets/style.scss */
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  /* line 21662, app/assets/stylesheets/style.scss */
  .gap-xl-8 {
    gap: 2rem !important;
  }
  /* line 21665, app/assets/stylesheets/style.scss */
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
  /* line 21668, app/assets/stylesheets/style.scss */
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
  /* line 21671, app/assets/stylesheets/style.scss */
  .gap-xl-11 {
    gap: 2.75rem !important;
  }
  /* line 21674, app/assets/stylesheets/style.scss */
  .gap-xl-12 {
    gap: 3rem !important;
  }
  /* line 21677, app/assets/stylesheets/style.scss */
  .gap-xl-13 {
    gap: 3.25rem !important;
  }
  /* line 21680, app/assets/stylesheets/style.scss */
  .gap-xl-14 {
    gap: 3.5rem !important;
  }
  /* line 21683, app/assets/stylesheets/style.scss */
  .gap-xl-15 {
    gap: 3.75rem !important;
  }
  /* line 21686, app/assets/stylesheets/style.scss */
  .gap-xl-16 {
    gap: 4rem !important;
  }
  /* line 21689, app/assets/stylesheets/style.scss */
  .gap-xl-17 {
    gap: 4.25rem !important;
  }
  /* line 21692, app/assets/stylesheets/style.scss */
  .gap-xl-18 {
    gap: 4.5rem !important;
  }
  /* line 21695, app/assets/stylesheets/style.scss */
  .gap-xl-19 {
    gap: 4.75rem !important;
  }
  /* line 21698, app/assets/stylesheets/style.scss */
  .gap-xl-20 {
    gap: 5rem !important;
  }
  /* line 21701, app/assets/stylesheets/style.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 21704, app/assets/stylesheets/style.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 21707, app/assets/stylesheets/style.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 21710, app/assets/stylesheets/style.scss */
  .row-gap-xl-3 {
    row-gap: 0.75rem !important;
  }
  /* line 21713, app/assets/stylesheets/style.scss */
  .row-gap-xl-4 {
    row-gap: 1rem !important;
  }
  /* line 21716, app/assets/stylesheets/style.scss */
  .row-gap-xl-5 {
    row-gap: 1.25rem !important;
  }
  /* line 21719, app/assets/stylesheets/style.scss */
  .row-gap-xl-6 {
    row-gap: 1.5rem !important;
  }
  /* line 21722, app/assets/stylesheets/style.scss */
  .row-gap-xl-7 {
    row-gap: 1.75rem !important;
  }
  /* line 21725, app/assets/stylesheets/style.scss */
  .row-gap-xl-8 {
    row-gap: 2rem !important;
  }
  /* line 21728, app/assets/stylesheets/style.scss */
  .row-gap-xl-9 {
    row-gap: 2.25rem !important;
  }
  /* line 21731, app/assets/stylesheets/style.scss */
  .row-gap-xl-10 {
    row-gap: 2.5rem !important;
  }
  /* line 21734, app/assets/stylesheets/style.scss */
  .row-gap-xl-11 {
    row-gap: 2.75rem !important;
  }
  /* line 21737, app/assets/stylesheets/style.scss */
  .row-gap-xl-12 {
    row-gap: 3rem !important;
  }
  /* line 21740, app/assets/stylesheets/style.scss */
  .row-gap-xl-13 {
    row-gap: 3.25rem !important;
  }
  /* line 21743, app/assets/stylesheets/style.scss */
  .row-gap-xl-14 {
    row-gap: 3.5rem !important;
  }
  /* line 21746, app/assets/stylesheets/style.scss */
  .row-gap-xl-15 {
    row-gap: 3.75rem !important;
  }
  /* line 21749, app/assets/stylesheets/style.scss */
  .row-gap-xl-16 {
    row-gap: 4rem !important;
  }
  /* line 21752, app/assets/stylesheets/style.scss */
  .row-gap-xl-17 {
    row-gap: 4.25rem !important;
  }
  /* line 21755, app/assets/stylesheets/style.scss */
  .row-gap-xl-18 {
    row-gap: 4.5rem !important;
  }
  /* line 21758, app/assets/stylesheets/style.scss */
  .row-gap-xl-19 {
    row-gap: 4.75rem !important;
  }
  /* line 21761, app/assets/stylesheets/style.scss */
  .row-gap-xl-20 {
    row-gap: 5rem !important;
  }
  /* line 21764, app/assets/stylesheets/style.scss */
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  /* line 21767, app/assets/stylesheets/style.scss */
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  /* line 21770, app/assets/stylesheets/style.scss */
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  /* line 21773, app/assets/stylesheets/style.scss */
  .column-gap-xl-3 {
    column-gap: 0.75rem !important;
  }
  /* line 21776, app/assets/stylesheets/style.scss */
  .column-gap-xl-4 {
    column-gap: 1rem !important;
  }
  /* line 21779, app/assets/stylesheets/style.scss */
  .column-gap-xl-5 {
    column-gap: 1.25rem !important;
  }
  /* line 21782, app/assets/stylesheets/style.scss */
  .column-gap-xl-6 {
    column-gap: 1.5rem !important;
  }
  /* line 21785, app/assets/stylesheets/style.scss */
  .column-gap-xl-7 {
    column-gap: 1.75rem !important;
  }
  /* line 21788, app/assets/stylesheets/style.scss */
  .column-gap-xl-8 {
    column-gap: 2rem !important;
  }
  /* line 21791, app/assets/stylesheets/style.scss */
  .column-gap-xl-9 {
    column-gap: 2.25rem !important;
  }
  /* line 21794, app/assets/stylesheets/style.scss */
  .column-gap-xl-10 {
    column-gap: 2.5rem !important;
  }
  /* line 21797, app/assets/stylesheets/style.scss */
  .column-gap-xl-11 {
    column-gap: 2.75rem !important;
  }
  /* line 21800, app/assets/stylesheets/style.scss */
  .column-gap-xl-12 {
    column-gap: 3rem !important;
  }
  /* line 21803, app/assets/stylesheets/style.scss */
  .column-gap-xl-13 {
    column-gap: 3.25rem !important;
  }
  /* line 21806, app/assets/stylesheets/style.scss */
  .column-gap-xl-14 {
    column-gap: 3.5rem !important;
  }
  /* line 21809, app/assets/stylesheets/style.scss */
  .column-gap-xl-15 {
    column-gap: 3.75rem !important;
  }
  /* line 21812, app/assets/stylesheets/style.scss */
  .column-gap-xl-16 {
    column-gap: 4rem !important;
  }
  /* line 21815, app/assets/stylesheets/style.scss */
  .column-gap-xl-17 {
    column-gap: 4.25rem !important;
  }
  /* line 21818, app/assets/stylesheets/style.scss */
  .column-gap-xl-18 {
    column-gap: 4.5rem !important;
  }
  /* line 21821, app/assets/stylesheets/style.scss */
  .column-gap-xl-19 {
    column-gap: 4.75rem !important;
  }
  /* line 21824, app/assets/stylesheets/style.scss */
  .column-gap-xl-20 {
    column-gap: 5rem !important;
  }
  /* line 21827, app/assets/stylesheets/style.scss */
  .fs-xl-1 {
    font-size: calc(1.3rem + .6vw) !important;
  }
  /* line 21830, app/assets/stylesheets/style.scss */
  .fs-xl-2 {
    font-size: calc(1.275rem + .3vw) !important;
  }
  /* line 21833, app/assets/stylesheets/style.scss */
  .fs-xl-3 {
    font-size: calc(1.26rem + .12vw) !important;
  }
  /* line 21836, app/assets/stylesheets/style.scss */
  .fs-xl-4 {
    font-size: 1.25rem !important;
  }
  /* line 21839, app/assets/stylesheets/style.scss */
  .fs-xl-5 {
    font-size: 1.15rem !important;
  }
  /* line 21842, app/assets/stylesheets/style.scss */
  .fs-xl-6 {
    font-size: 1.075rem !important;
  }
  /* line 21845, app/assets/stylesheets/style.scss */
  .fs-xl-7 {
    font-size: 0.95rem !important;
  }
  /* line 21848, app/assets/stylesheets/style.scss */
  .fs-xl-8 {
    font-size: 0.85rem !important;
  }
  /* line 21851, app/assets/stylesheets/style.scss */
  .fs-xl-9 {
    font-size: 0.75rem !important;
  }
  /* line 21854, app/assets/stylesheets/style.scss */
  .fs-xl-10 {
    font-size: 0.5rem !important;
  }
  /* line 21857, app/assets/stylesheets/style.scss */
  .fs-xl-base {
    font-size: 1rem !important;
  }
  /* line 21860, app/assets/stylesheets/style.scss */
  .fs-xl-fluid {
    font-size: 100% !important;
  }
  /* line 21863, app/assets/stylesheets/style.scss */
  .fs-xl-2x {
    font-size: calc(1.325rem + .9vw) !important;
  }
  /* line 21866, app/assets/stylesheets/style.scss */
  .fs-xl-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 21869, app/assets/stylesheets/style.scss */
  .fs-xl-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 21872, app/assets/stylesheets/style.scss */
  .fs-xl-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  /* line 21875, app/assets/stylesheets/style.scss */
  .fs-xl-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  /* line 21878, app/assets/stylesheets/style.scss */
  .fs-xl-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
  /* line 21881, app/assets/stylesheets/style.scss */
  .fs-xl-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  /* line 21884, app/assets/stylesheets/style.scss */
  .fs-xl-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }
  /* line 21887, app/assets/stylesheets/style.scss */
  .fs-xl-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  /* line 21890, app/assets/stylesheets/style.scss */
  .fs-xl-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }
  /* line 21893, app/assets/stylesheets/style.scss */
  .fs-xl-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  /* line 21896, app/assets/stylesheets/style.scss */
  .fs-xl-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }
  /* line 21899, app/assets/stylesheets/style.scss */
  .fs-xl-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  /* line 21902, app/assets/stylesheets/style.scss */
  .fs-xl-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
  /* line 21905, app/assets/stylesheets/style.scss */
  .fs-xl-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }
  /* line 21908, app/assets/stylesheets/style.scss */
  .fs-xl-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
  /* line 21911, app/assets/stylesheets/style.scss */
  .fs-xl-6x {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  /* line 21914, app/assets/stylesheets/style.scss */
  .fs-xl-6qx {
    font-size: calc(1.75rem + 6vw) !important;
  }
  /* line 21917, app/assets/stylesheets/style.scss */
  .fs-xl-6hx {
    font-size: calc(1.775rem + 6.3vw) !important;
  }
  /* line 21920, app/assets/stylesheets/style.scss */
  .fs-xl-6tx {
    font-size: calc(1.8rem + 6.6vw) !important;
  }
  /* line 21923, app/assets/stylesheets/style.scss */
  .fs-xl-7x {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  /* line 21926, app/assets/stylesheets/style.scss */
  .fs-xl-7qx {
    font-size: calc(1.85rem + 7.2vw) !important;
  }
  /* line 21929, app/assets/stylesheets/style.scss */
  .fs-xl-7hx {
    font-size: calc(1.875rem + 7.5vw) !important;
  }
  /* line 21932, app/assets/stylesheets/style.scss */
  .fs-xl-7tx {
    font-size: calc(1.9rem + 7.8vw) !important;
  }
  /* line 21935, app/assets/stylesheets/style.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 21938, app/assets/stylesheets/style.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 21941, app/assets/stylesheets/style.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 21944, app/assets/stylesheets/style.scss */
  .min-w-xl-unset {
    min-width: unset !important;
  }
  /* line 21947, app/assets/stylesheets/style.scss */
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  /* line 21950, app/assets/stylesheets/style.scss */
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  /* line 21953, app/assets/stylesheets/style.scss */
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  /* line 21956, app/assets/stylesheets/style.scss */
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  /* line 21959, app/assets/stylesheets/style.scss */
  .min-w-xl-auto {
    min-width: auto !important;
  }
  /* line 21962, app/assets/stylesheets/style.scss */
  .min-w-xl-1px {
    min-width: 1px !important;
  }
  /* line 21965, app/assets/stylesheets/style.scss */
  .min-w-xl-2px {
    min-width: 2px !important;
  }
  /* line 21968, app/assets/stylesheets/style.scss */
  .min-w-xl-3px {
    min-width: 3px !important;
  }
  /* line 21971, app/assets/stylesheets/style.scss */
  .min-w-xl-4px {
    min-width: 4px !important;
  }
  /* line 21974, app/assets/stylesheets/style.scss */
  .min-w-xl-5px {
    min-width: 5px !important;
  }
  /* line 21977, app/assets/stylesheets/style.scss */
  .min-w-xl-6px {
    min-width: 6px !important;
  }
  /* line 21980, app/assets/stylesheets/style.scss */
  .min-w-xl-7px {
    min-width: 7px !important;
  }
  /* line 21983, app/assets/stylesheets/style.scss */
  .min-w-xl-8px {
    min-width: 8px !important;
  }
  /* line 21986, app/assets/stylesheets/style.scss */
  .min-w-xl-9px {
    min-width: 9px !important;
  }
  /* line 21989, app/assets/stylesheets/style.scss */
  .min-w-xl-10px {
    min-width: 10px !important;
  }
  /* line 21992, app/assets/stylesheets/style.scss */
  .min-w-xl-15px {
    min-width: 15px !important;
  }
  /* line 21995, app/assets/stylesheets/style.scss */
  .min-w-xl-20px {
    min-width: 20px !important;
  }
  /* line 21998, app/assets/stylesheets/style.scss */
  .min-w-xl-25px {
    min-width: 25px !important;
  }
  /* line 22001, app/assets/stylesheets/style.scss */
  .min-w-xl-30px {
    min-width: 30px !important;
  }
  /* line 22004, app/assets/stylesheets/style.scss */
  .min-w-xl-35px {
    min-width: 35px !important;
  }
  /* line 22007, app/assets/stylesheets/style.scss */
  .min-w-xl-40px {
    min-width: 40px !important;
  }
  /* line 22010, app/assets/stylesheets/style.scss */
  .min-w-xl-45px {
    min-width: 45px !important;
  }
  /* line 22013, app/assets/stylesheets/style.scss */
  .min-w-xl-50px {
    min-width: 50px !important;
  }
  /* line 22016, app/assets/stylesheets/style.scss */
  .min-w-xl-55px {
    min-width: 55px !important;
  }
  /* line 22019, app/assets/stylesheets/style.scss */
  .min-w-xl-60px {
    min-width: 60px !important;
  }
  /* line 22022, app/assets/stylesheets/style.scss */
  .min-w-xl-65px {
    min-width: 65px !important;
  }
  /* line 22025, app/assets/stylesheets/style.scss */
  .min-w-xl-70px {
    min-width: 70px !important;
  }
  /* line 22028, app/assets/stylesheets/style.scss */
  .min-w-xl-75px {
    min-width: 75px !important;
  }
  /* line 22031, app/assets/stylesheets/style.scss */
  .min-w-xl-80px {
    min-width: 80px !important;
  }
  /* line 22034, app/assets/stylesheets/style.scss */
  .min-w-xl-85px {
    min-width: 85px !important;
  }
  /* line 22037, app/assets/stylesheets/style.scss */
  .min-w-xl-90px {
    min-width: 90px !important;
  }
  /* line 22040, app/assets/stylesheets/style.scss */
  .min-w-xl-95px {
    min-width: 95px !important;
  }
  /* line 22043, app/assets/stylesheets/style.scss */
  .min-w-xl-100px {
    min-width: 100px !important;
  }
  /* line 22046, app/assets/stylesheets/style.scss */
  .min-w-xl-125px {
    min-width: 125px !important;
  }
  /* line 22049, app/assets/stylesheets/style.scss */
  .min-w-xl-150px {
    min-width: 150px !important;
  }
  /* line 22052, app/assets/stylesheets/style.scss */
  .min-w-xl-175px {
    min-width: 175px !important;
  }
  /* line 22055, app/assets/stylesheets/style.scss */
  .min-w-xl-200px {
    min-width: 200px !important;
  }
  /* line 22058, app/assets/stylesheets/style.scss */
  .min-w-xl-225px {
    min-width: 225px !important;
  }
  /* line 22061, app/assets/stylesheets/style.scss */
  .min-w-xl-250px {
    min-width: 250px !important;
  }
  /* line 22064, app/assets/stylesheets/style.scss */
  .min-w-xl-275px {
    min-width: 275px !important;
  }
  /* line 22067, app/assets/stylesheets/style.scss */
  .min-w-xl-300px {
    min-width: 300px !important;
  }
  /* line 22070, app/assets/stylesheets/style.scss */
  .min-w-xl-325px {
    min-width: 325px !important;
  }
  /* line 22073, app/assets/stylesheets/style.scss */
  .min-w-xl-350px {
    min-width: 350px !important;
  }
  /* line 22076, app/assets/stylesheets/style.scss */
  .min-w-xl-375px {
    min-width: 375px !important;
  }
  /* line 22079, app/assets/stylesheets/style.scss */
  .min-w-xl-400px {
    min-width: 400px !important;
  }
  /* line 22082, app/assets/stylesheets/style.scss */
  .min-w-xl-425px {
    min-width: 425px !important;
  }
  /* line 22085, app/assets/stylesheets/style.scss */
  .min-w-xl-450px {
    min-width: 450px !important;
  }
  /* line 22088, app/assets/stylesheets/style.scss */
  .min-w-xl-475px {
    min-width: 475px !important;
  }
  /* line 22091, app/assets/stylesheets/style.scss */
  .min-w-xl-500px {
    min-width: 500px !important;
  }
  /* line 22094, app/assets/stylesheets/style.scss */
  .min-w-xl-550px {
    min-width: 550px !important;
  }
  /* line 22097, app/assets/stylesheets/style.scss */
  .min-w-xl-600px {
    min-width: 600px !important;
  }
  /* line 22100, app/assets/stylesheets/style.scss */
  .min-w-xl-650px {
    min-width: 650px !important;
  }
  /* line 22103, app/assets/stylesheets/style.scss */
  .min-w-xl-700px {
    min-width: 700px !important;
  }
  /* line 22106, app/assets/stylesheets/style.scss */
  .min-w-xl-750px {
    min-width: 750px !important;
  }
  /* line 22109, app/assets/stylesheets/style.scss */
  .min-w-xl-800px {
    min-width: 800px !important;
  }
  /* line 22112, app/assets/stylesheets/style.scss */
  .min-w-xl-850px {
    min-width: 850px !important;
  }
  /* line 22115, app/assets/stylesheets/style.scss */
  .min-w-xl-900px {
    min-width: 900px !important;
  }
  /* line 22118, app/assets/stylesheets/style.scss */
  .min-w-xl-950px {
    min-width: 950px !important;
  }
  /* line 22121, app/assets/stylesheets/style.scss */
  .min-w-xl-1000px {
    min-width: 1000px !important;
  }
  /* line 22124, app/assets/stylesheets/style.scss */
  .min-h-xl-unset {
    min-height: unset !important;
  }
  /* line 22127, app/assets/stylesheets/style.scss */
  .min-h-xl-25 {
    min-height: 25% !important;
  }
  /* line 22130, app/assets/stylesheets/style.scss */
  .min-h-xl-50 {
    min-height: 50% !important;
  }
  /* line 22133, app/assets/stylesheets/style.scss */
  .min-h-xl-75 {
    min-height: 75% !important;
  }
  /* line 22136, app/assets/stylesheets/style.scss */
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  /* line 22139, app/assets/stylesheets/style.scss */
  .min-h-xl-auto {
    min-height: auto !important;
  }
  /* line 22142, app/assets/stylesheets/style.scss */
  .min-h-xl-1px {
    min-height: 1px !important;
  }
  /* line 22145, app/assets/stylesheets/style.scss */
  .min-h-xl-2px {
    min-height: 2px !important;
  }
  /* line 22148, app/assets/stylesheets/style.scss */
  .min-h-xl-3px {
    min-height: 3px !important;
  }
  /* line 22151, app/assets/stylesheets/style.scss */
  .min-h-xl-4px {
    min-height: 4px !important;
  }
  /* line 22154, app/assets/stylesheets/style.scss */
  .min-h-xl-5px {
    min-height: 5px !important;
  }
  /* line 22157, app/assets/stylesheets/style.scss */
  .min-h-xl-6px {
    min-height: 6px !important;
  }
  /* line 22160, app/assets/stylesheets/style.scss */
  .min-h-xl-7px {
    min-height: 7px !important;
  }
  /* line 22163, app/assets/stylesheets/style.scss */
  .min-h-xl-8px {
    min-height: 8px !important;
  }
  /* line 22166, app/assets/stylesheets/style.scss */
  .min-h-xl-9px {
    min-height: 9px !important;
  }
  /* line 22169, app/assets/stylesheets/style.scss */
  .min-h-xl-10px {
    min-height: 10px !important;
  }
  /* line 22172, app/assets/stylesheets/style.scss */
  .min-h-xl-15px {
    min-height: 15px !important;
  }
  /* line 22175, app/assets/stylesheets/style.scss */
  .min-h-xl-20px {
    min-height: 20px !important;
  }
  /* line 22178, app/assets/stylesheets/style.scss */
  .min-h-xl-25px {
    min-height: 25px !important;
  }
  /* line 22181, app/assets/stylesheets/style.scss */
  .min-h-xl-30px {
    min-height: 30px !important;
  }
  /* line 22184, app/assets/stylesheets/style.scss */
  .min-h-xl-35px {
    min-height: 35px !important;
  }
  /* line 22187, app/assets/stylesheets/style.scss */
  .min-h-xl-40px {
    min-height: 40px !important;
  }
  /* line 22190, app/assets/stylesheets/style.scss */
  .min-h-xl-45px {
    min-height: 45px !important;
  }
  /* line 22193, app/assets/stylesheets/style.scss */
  .min-h-xl-50px {
    min-height: 50px !important;
  }
  /* line 22196, app/assets/stylesheets/style.scss */
  .min-h-xl-55px {
    min-height: 55px !important;
  }
  /* line 22199, app/assets/stylesheets/style.scss */
  .min-h-xl-60px {
    min-height: 60px !important;
  }
  /* line 22202, app/assets/stylesheets/style.scss */
  .min-h-xl-65px {
    min-height: 65px !important;
  }
  /* line 22205, app/assets/stylesheets/style.scss */
  .min-h-xl-70px {
    min-height: 70px !important;
  }
  /* line 22208, app/assets/stylesheets/style.scss */
  .min-h-xl-75px {
    min-height: 75px !important;
  }
  /* line 22211, app/assets/stylesheets/style.scss */
  .min-h-xl-80px {
    min-height: 80px !important;
  }
  /* line 22214, app/assets/stylesheets/style.scss */
  .min-h-xl-85px {
    min-height: 85px !important;
  }
  /* line 22217, app/assets/stylesheets/style.scss */
  .min-h-xl-90px {
    min-height: 90px !important;
  }
  /* line 22220, app/assets/stylesheets/style.scss */
  .min-h-xl-95px {
    min-height: 95px !important;
  }
  /* line 22223, app/assets/stylesheets/style.scss */
  .min-h-xl-100px {
    min-height: 100px !important;
  }
  /* line 22226, app/assets/stylesheets/style.scss */
  .min-h-xl-125px {
    min-height: 125px !important;
  }
  /* line 22229, app/assets/stylesheets/style.scss */
  .min-h-xl-150px {
    min-height: 150px !important;
  }
  /* line 22232, app/assets/stylesheets/style.scss */
  .min-h-xl-175px {
    min-height: 175px !important;
  }
  /* line 22235, app/assets/stylesheets/style.scss */
  .min-h-xl-200px {
    min-height: 200px !important;
  }
  /* line 22238, app/assets/stylesheets/style.scss */
  .min-h-xl-225px {
    min-height: 225px !important;
  }
  /* line 22241, app/assets/stylesheets/style.scss */
  .min-h-xl-250px {
    min-height: 250px !important;
  }
  /* line 22244, app/assets/stylesheets/style.scss */
  .min-h-xl-275px {
    min-height: 275px !important;
  }
  /* line 22247, app/assets/stylesheets/style.scss */
  .min-h-xl-300px {
    min-height: 300px !important;
  }
  /* line 22250, app/assets/stylesheets/style.scss */
  .min-h-xl-325px {
    min-height: 325px !important;
  }
  /* line 22253, app/assets/stylesheets/style.scss */
  .min-h-xl-350px {
    min-height: 350px !important;
  }
  /* line 22256, app/assets/stylesheets/style.scss */
  .min-h-xl-375px {
    min-height: 375px !important;
  }
  /* line 22259, app/assets/stylesheets/style.scss */
  .min-h-xl-400px {
    min-height: 400px !important;
  }
  /* line 22262, app/assets/stylesheets/style.scss */
  .min-h-xl-425px {
    min-height: 425px !important;
  }
  /* line 22265, app/assets/stylesheets/style.scss */
  .min-h-xl-450px {
    min-height: 450px !important;
  }
  /* line 22268, app/assets/stylesheets/style.scss */
  .min-h-xl-475px {
    min-height: 475px !important;
  }
  /* line 22271, app/assets/stylesheets/style.scss */
  .min-h-xl-500px {
    min-height: 500px !important;
  }
  /* line 22274, app/assets/stylesheets/style.scss */
  .min-h-xl-550px {
    min-height: 550px !important;
  }
  /* line 22277, app/assets/stylesheets/style.scss */
  .min-h-xl-600px {
    min-height: 600px !important;
  }
  /* line 22280, app/assets/stylesheets/style.scss */
  .min-h-xl-650px {
    min-height: 650px !important;
  }
  /* line 22283, app/assets/stylesheets/style.scss */
  .min-h-xl-700px {
    min-height: 700px !important;
  }
  /* line 22286, app/assets/stylesheets/style.scss */
  .min-h-xl-750px {
    min-height: 750px !important;
  }
  /* line 22289, app/assets/stylesheets/style.scss */
  .min-h-xl-800px {
    min-height: 800px !important;
  }
  /* line 22292, app/assets/stylesheets/style.scss */
  .min-h-xl-850px {
    min-height: 850px !important;
  }
  /* line 22295, app/assets/stylesheets/style.scss */
  .min-h-xl-900px {
    min-height: 900px !important;
  }
  /* line 22298, app/assets/stylesheets/style.scss */
  .min-h-xl-950px {
    min-height: 950px !important;
  }
  /* line 22301, app/assets/stylesheets/style.scss */
  .min-h-xl-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1400px) {
  /* line 22305, app/assets/stylesheets/style.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 22308, app/assets/stylesheets/style.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 22311, app/assets/stylesheets/style.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 22314, app/assets/stylesheets/style.scss */
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  /* line 22317, app/assets/stylesheets/style.scss */
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  /* line 22320, app/assets/stylesheets/style.scss */
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  /* line 22323, app/assets/stylesheets/style.scss */
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  /* line 22326, app/assets/stylesheets/style.scss */
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  /* line 22329, app/assets/stylesheets/style.scss */
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  /* line 22332, app/assets/stylesheets/style.scss */
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  /* line 22335, app/assets/stylesheets/style.scss */
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  /* line 22338, app/assets/stylesheets/style.scss */
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  /* line 22341, app/assets/stylesheets/style.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 22344, app/assets/stylesheets/style.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 22347, app/assets/stylesheets/style.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 22350, app/assets/stylesheets/style.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 22353, app/assets/stylesheets/style.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 22356, app/assets/stylesheets/style.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 22359, app/assets/stylesheets/style.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 22362, app/assets/stylesheets/style.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 22365, app/assets/stylesheets/style.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 22368, app/assets/stylesheets/style.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 22371, app/assets/stylesheets/style.scss */
  .position-xxl-static {
    position: static !important;
  }
  /* line 22374, app/assets/stylesheets/style.scss */
  .position-xxl-relative {
    position: relative !important;
  }
  /* line 22377, app/assets/stylesheets/style.scss */
  .position-xxl-absolute {
    position: absolute !important;
  }
  /* line 22380, app/assets/stylesheets/style.scss */
  .position-xxl-fixed {
    position: fixed !important;
  }
  /* line 22383, app/assets/stylesheets/style.scss */
  .position-xxl-sticky {
    position: sticky !important;
  }
  /* line 22386, app/assets/stylesheets/style.scss */
  .w-xxl-unset {
    width: unset !important;
  }
  /* line 22389, app/assets/stylesheets/style.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 22392, app/assets/stylesheets/style.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 22395, app/assets/stylesheets/style.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 22398, app/assets/stylesheets/style.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 22401, app/assets/stylesheets/style.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 22404, app/assets/stylesheets/style.scss */
  .w-xxl-1px {
    width: 1px !important;
  }
  /* line 22407, app/assets/stylesheets/style.scss */
  .w-xxl-2px {
    width: 2px !important;
  }
  /* line 22410, app/assets/stylesheets/style.scss */
  .w-xxl-3px {
    width: 3px !important;
  }
  /* line 22413, app/assets/stylesheets/style.scss */
  .w-xxl-4px {
    width: 4px !important;
  }
  /* line 22416, app/assets/stylesheets/style.scss */
  .w-xxl-5px {
    width: 5px !important;
  }
  /* line 22419, app/assets/stylesheets/style.scss */
  .w-xxl-6px {
    width: 6px !important;
  }
  /* line 22422, app/assets/stylesheets/style.scss */
  .w-xxl-7px {
    width: 7px !important;
  }
  /* line 22425, app/assets/stylesheets/style.scss */
  .w-xxl-8px {
    width: 8px !important;
  }
  /* line 22428, app/assets/stylesheets/style.scss */
  .w-xxl-9px {
    width: 9px !important;
  }
  /* line 22431, app/assets/stylesheets/style.scss */
  .w-xxl-10px {
    width: 10px !important;
  }
  /* line 22434, app/assets/stylesheets/style.scss */
  .w-xxl-15px {
    width: 15px !important;
  }
  /* line 22437, app/assets/stylesheets/style.scss */
  .w-xxl-20px {
    width: 20px !important;
  }
  /* line 22440, app/assets/stylesheets/style.scss */
  .w-xxl-25px {
    width: 25px !important;
  }
  /* line 22443, app/assets/stylesheets/style.scss */
  .w-xxl-30px {
    width: 30px !important;
  }
  /* line 22446, app/assets/stylesheets/style.scss */
  .w-xxl-35px {
    width: 35px !important;
  }
  /* line 22449, app/assets/stylesheets/style.scss */
  .w-xxl-40px {
    width: 40px !important;
  }
  /* line 22452, app/assets/stylesheets/style.scss */
  .w-xxl-45px {
    width: 45px !important;
  }
  /* line 22455, app/assets/stylesheets/style.scss */
  .w-xxl-50px {
    width: 50px !important;
  }
  /* line 22458, app/assets/stylesheets/style.scss */
  .w-xxl-55px {
    width: 55px !important;
  }
  /* line 22461, app/assets/stylesheets/style.scss */
  .w-xxl-60px {
    width: 60px !important;
  }
  /* line 22464, app/assets/stylesheets/style.scss */
  .w-xxl-65px {
    width: 65px !important;
  }
  /* line 22467, app/assets/stylesheets/style.scss */
  .w-xxl-70px {
    width: 70px !important;
  }
  /* line 22470, app/assets/stylesheets/style.scss */
  .w-xxl-75px {
    width: 75px !important;
  }
  /* line 22473, app/assets/stylesheets/style.scss */
  .w-xxl-80px {
    width: 80px !important;
  }
  /* line 22476, app/assets/stylesheets/style.scss */
  .w-xxl-85px {
    width: 85px !important;
  }
  /* line 22479, app/assets/stylesheets/style.scss */
  .w-xxl-90px {
    width: 90px !important;
  }
  /* line 22482, app/assets/stylesheets/style.scss */
  .w-xxl-95px {
    width: 95px !important;
  }
  /* line 22485, app/assets/stylesheets/style.scss */
  .w-xxl-100px {
    width: 100px !important;
  }
  /* line 22488, app/assets/stylesheets/style.scss */
  .w-xxl-125px {
    width: 125px !important;
  }
  /* line 22491, app/assets/stylesheets/style.scss */
  .w-xxl-150px {
    width: 150px !important;
  }
  /* line 22494, app/assets/stylesheets/style.scss */
  .w-xxl-175px {
    width: 175px !important;
  }
  /* line 22497, app/assets/stylesheets/style.scss */
  .w-xxl-200px {
    width: 200px !important;
  }
  /* line 22500, app/assets/stylesheets/style.scss */
  .w-xxl-225px {
    width: 225px !important;
  }
  /* line 22503, app/assets/stylesheets/style.scss */
  .w-xxl-250px {
    width: 250px !important;
  }
  /* line 22506, app/assets/stylesheets/style.scss */
  .w-xxl-275px {
    width: 275px !important;
  }
  /* line 22509, app/assets/stylesheets/style.scss */
  .w-xxl-300px {
    width: 300px !important;
  }
  /* line 22512, app/assets/stylesheets/style.scss */
  .w-xxl-325px {
    width: 325px !important;
  }
  /* line 22515, app/assets/stylesheets/style.scss */
  .w-xxl-350px {
    width: 350px !important;
  }
  /* line 22518, app/assets/stylesheets/style.scss */
  .w-xxl-375px {
    width: 375px !important;
  }
  /* line 22521, app/assets/stylesheets/style.scss */
  .w-xxl-400px {
    width: 400px !important;
  }
  /* line 22524, app/assets/stylesheets/style.scss */
  .w-xxl-425px {
    width: 425px !important;
  }
  /* line 22527, app/assets/stylesheets/style.scss */
  .w-xxl-450px {
    width: 450px !important;
  }
  /* line 22530, app/assets/stylesheets/style.scss */
  .w-xxl-475px {
    width: 475px !important;
  }
  /* line 22533, app/assets/stylesheets/style.scss */
  .w-xxl-500px {
    width: 500px !important;
  }
  /* line 22536, app/assets/stylesheets/style.scss */
  .w-xxl-550px {
    width: 550px !important;
  }
  /* line 22539, app/assets/stylesheets/style.scss */
  .w-xxl-600px {
    width: 600px !important;
  }
  /* line 22542, app/assets/stylesheets/style.scss */
  .w-xxl-650px {
    width: 650px !important;
  }
  /* line 22545, app/assets/stylesheets/style.scss */
  .w-xxl-700px {
    width: 700px !important;
  }
  /* line 22548, app/assets/stylesheets/style.scss */
  .w-xxl-750px {
    width: 750px !important;
  }
  /* line 22551, app/assets/stylesheets/style.scss */
  .w-xxl-800px {
    width: 800px !important;
  }
  /* line 22554, app/assets/stylesheets/style.scss */
  .w-xxl-850px {
    width: 850px !important;
  }
  /* line 22557, app/assets/stylesheets/style.scss */
  .w-xxl-900px {
    width: 900px !important;
  }
  /* line 22560, app/assets/stylesheets/style.scss */
  .w-xxl-950px {
    width: 950px !important;
  }
  /* line 22563, app/assets/stylesheets/style.scss */
  .w-xxl-1000px {
    width: 1000px !important;
  }
  /* line 22566, app/assets/stylesheets/style.scss */
  .mw-xxl-unset {
    max-width: unset !important;
  }
  /* line 22569, app/assets/stylesheets/style.scss */
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  /* line 22572, app/assets/stylesheets/style.scss */
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  /* line 22575, app/assets/stylesheets/style.scss */
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  /* line 22578, app/assets/stylesheets/style.scss */
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  /* line 22581, app/assets/stylesheets/style.scss */
  .mw-xxl-auto {
    max-width: auto !important;
  }
  /* line 22584, app/assets/stylesheets/style.scss */
  .mw-xxl-1px {
    max-width: 1px !important;
  }
  /* line 22587, app/assets/stylesheets/style.scss */
  .mw-xxl-2px {
    max-width: 2px !important;
  }
  /* line 22590, app/assets/stylesheets/style.scss */
  .mw-xxl-3px {
    max-width: 3px !important;
  }
  /* line 22593, app/assets/stylesheets/style.scss */
  .mw-xxl-4px {
    max-width: 4px !important;
  }
  /* line 22596, app/assets/stylesheets/style.scss */
  .mw-xxl-5px {
    max-width: 5px !important;
  }
  /* line 22599, app/assets/stylesheets/style.scss */
  .mw-xxl-6px {
    max-width: 6px !important;
  }
  /* line 22602, app/assets/stylesheets/style.scss */
  .mw-xxl-7px {
    max-width: 7px !important;
  }
  /* line 22605, app/assets/stylesheets/style.scss */
  .mw-xxl-8px {
    max-width: 8px !important;
  }
  /* line 22608, app/assets/stylesheets/style.scss */
  .mw-xxl-9px {
    max-width: 9px !important;
  }
  /* line 22611, app/assets/stylesheets/style.scss */
  .mw-xxl-10px {
    max-width: 10px !important;
  }
  /* line 22614, app/assets/stylesheets/style.scss */
  .mw-xxl-15px {
    max-width: 15px !important;
  }
  /* line 22617, app/assets/stylesheets/style.scss */
  .mw-xxl-20px {
    max-width: 20px !important;
  }
  /* line 22620, app/assets/stylesheets/style.scss */
  .mw-xxl-25px {
    max-width: 25px !important;
  }
  /* line 22623, app/assets/stylesheets/style.scss */
  .mw-xxl-30px {
    max-width: 30px !important;
  }
  /* line 22626, app/assets/stylesheets/style.scss */
  .mw-xxl-35px {
    max-width: 35px !important;
  }
  /* line 22629, app/assets/stylesheets/style.scss */
  .mw-xxl-40px {
    max-width: 40px !important;
  }
  /* line 22632, app/assets/stylesheets/style.scss */
  .mw-xxl-45px {
    max-width: 45px !important;
  }
  /* line 22635, app/assets/stylesheets/style.scss */
  .mw-xxl-50px {
    max-width: 50px !important;
  }
  /* line 22638, app/assets/stylesheets/style.scss */
  .mw-xxl-55px {
    max-width: 55px !important;
  }
  /* line 22641, app/assets/stylesheets/style.scss */
  .mw-xxl-60px {
    max-width: 60px !important;
  }
  /* line 22644, app/assets/stylesheets/style.scss */
  .mw-xxl-65px {
    max-width: 65px !important;
  }
  /* line 22647, app/assets/stylesheets/style.scss */
  .mw-xxl-70px {
    max-width: 70px !important;
  }
  /* line 22650, app/assets/stylesheets/style.scss */
  .mw-xxl-75px {
    max-width: 75px !important;
  }
  /* line 22653, app/assets/stylesheets/style.scss */
  .mw-xxl-80px {
    max-width: 80px !important;
  }
  /* line 22656, app/assets/stylesheets/style.scss */
  .mw-xxl-85px {
    max-width: 85px !important;
  }
  /* line 22659, app/assets/stylesheets/style.scss */
  .mw-xxl-90px {
    max-width: 90px !important;
  }
  /* line 22662, app/assets/stylesheets/style.scss */
  .mw-xxl-95px {
    max-width: 95px !important;
  }
  /* line 22665, app/assets/stylesheets/style.scss */
  .mw-xxl-100px {
    max-width: 100px !important;
  }
  /* line 22668, app/assets/stylesheets/style.scss */
  .mw-xxl-125px {
    max-width: 125px !important;
  }
  /* line 22671, app/assets/stylesheets/style.scss */
  .mw-xxl-150px {
    max-width: 150px !important;
  }
  /* line 22674, app/assets/stylesheets/style.scss */
  .mw-xxl-175px {
    max-width: 175px !important;
  }
  /* line 22677, app/assets/stylesheets/style.scss */
  .mw-xxl-200px {
    max-width: 200px !important;
  }
  /* line 22680, app/assets/stylesheets/style.scss */
  .mw-xxl-225px {
    max-width: 225px !important;
  }
  /* line 22683, app/assets/stylesheets/style.scss */
  .mw-xxl-250px {
    max-width: 250px !important;
  }
  /* line 22686, app/assets/stylesheets/style.scss */
  .mw-xxl-275px {
    max-width: 275px !important;
  }
  /* line 22689, app/assets/stylesheets/style.scss */
  .mw-xxl-300px {
    max-width: 300px !important;
  }
  /* line 22692, app/assets/stylesheets/style.scss */
  .mw-xxl-325px {
    max-width: 325px !important;
  }
  /* line 22695, app/assets/stylesheets/style.scss */
  .mw-xxl-350px {
    max-width: 350px !important;
  }
  /* line 22698, app/assets/stylesheets/style.scss */
  .mw-xxl-375px {
    max-width: 375px !important;
  }
  /* line 22701, app/assets/stylesheets/style.scss */
  .mw-xxl-400px {
    max-width: 400px !important;
  }
  /* line 22704, app/assets/stylesheets/style.scss */
  .mw-xxl-425px {
    max-width: 425px !important;
  }
  /* line 22707, app/assets/stylesheets/style.scss */
  .mw-xxl-450px {
    max-width: 450px !important;
  }
  /* line 22710, app/assets/stylesheets/style.scss */
  .mw-xxl-475px {
    max-width: 475px !important;
  }
  /* line 22713, app/assets/stylesheets/style.scss */
  .mw-xxl-500px {
    max-width: 500px !important;
  }
  /* line 22716, app/assets/stylesheets/style.scss */
  .mw-xxl-550px {
    max-width: 550px !important;
  }
  /* line 22719, app/assets/stylesheets/style.scss */
  .mw-xxl-600px {
    max-width: 600px !important;
  }
  /* line 22722, app/assets/stylesheets/style.scss */
  .mw-xxl-650px {
    max-width: 650px !important;
  }
  /* line 22725, app/assets/stylesheets/style.scss */
  .mw-xxl-700px {
    max-width: 700px !important;
  }
  /* line 22728, app/assets/stylesheets/style.scss */
  .mw-xxl-750px {
    max-width: 750px !important;
  }
  /* line 22731, app/assets/stylesheets/style.scss */
  .mw-xxl-800px {
    max-width: 800px !important;
  }
  /* line 22734, app/assets/stylesheets/style.scss */
  .mw-xxl-850px {
    max-width: 850px !important;
  }
  /* line 22737, app/assets/stylesheets/style.scss */
  .mw-xxl-900px {
    max-width: 900px !important;
  }
  /* line 22740, app/assets/stylesheets/style.scss */
  .mw-xxl-950px {
    max-width: 950px !important;
  }
  /* line 22743, app/assets/stylesheets/style.scss */
  .mw-xxl-1000px {
    max-width: 1000px !important;
  }
  /* line 22746, app/assets/stylesheets/style.scss */
  .h-xxl-unset {
    height: unset !important;
  }
  /* line 22749, app/assets/stylesheets/style.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 22752, app/assets/stylesheets/style.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 22755, app/assets/stylesheets/style.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 22758, app/assets/stylesheets/style.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 22761, app/assets/stylesheets/style.scss */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 22764, app/assets/stylesheets/style.scss */
  .h-xxl-1px {
    height: 1px !important;
  }
  /* line 22767, app/assets/stylesheets/style.scss */
  .h-xxl-2px {
    height: 2px !important;
  }
  /* line 22770, app/assets/stylesheets/style.scss */
  .h-xxl-3px {
    height: 3px !important;
  }
  /* line 22773, app/assets/stylesheets/style.scss */
  .h-xxl-4px {
    height: 4px !important;
  }
  /* line 22776, app/assets/stylesheets/style.scss */
  .h-xxl-5px {
    height: 5px !important;
  }
  /* line 22779, app/assets/stylesheets/style.scss */
  .h-xxl-6px {
    height: 6px !important;
  }
  /* line 22782, app/assets/stylesheets/style.scss */
  .h-xxl-7px {
    height: 7px !important;
  }
  /* line 22785, app/assets/stylesheets/style.scss */
  .h-xxl-8px {
    height: 8px !important;
  }
  /* line 22788, app/assets/stylesheets/style.scss */
  .h-xxl-9px {
    height: 9px !important;
  }
  /* line 22791, app/assets/stylesheets/style.scss */
  .h-xxl-10px {
    height: 10px !important;
  }
  /* line 22794, app/assets/stylesheets/style.scss */
  .h-xxl-15px {
    height: 15px !important;
  }
  /* line 22797, app/assets/stylesheets/style.scss */
  .h-xxl-20px {
    height: 20px !important;
  }
  /* line 22800, app/assets/stylesheets/style.scss */
  .h-xxl-25px {
    height: 25px !important;
  }
  /* line 22803, app/assets/stylesheets/style.scss */
  .h-xxl-30px {
    height: 30px !important;
  }
  /* line 22806, app/assets/stylesheets/style.scss */
  .h-xxl-35px {
    height: 35px !important;
  }
  /* line 22809, app/assets/stylesheets/style.scss */
  .h-xxl-40px {
    height: 40px !important;
  }
  /* line 22812, app/assets/stylesheets/style.scss */
  .h-xxl-45px {
    height: 45px !important;
  }
  /* line 22815, app/assets/stylesheets/style.scss */
  .h-xxl-50px {
    height: 50px !important;
  }
  /* line 22818, app/assets/stylesheets/style.scss */
  .h-xxl-55px {
    height: 55px !important;
  }
  /* line 22821, app/assets/stylesheets/style.scss */
  .h-xxl-60px {
    height: 60px !important;
  }
  /* line 22824, app/assets/stylesheets/style.scss */
  .h-xxl-65px {
    height: 65px !important;
  }
  /* line 22827, app/assets/stylesheets/style.scss */
  .h-xxl-70px {
    height: 70px !important;
  }
  /* line 22830, app/assets/stylesheets/style.scss */
  .h-xxl-75px {
    height: 75px !important;
  }
  /* line 22833, app/assets/stylesheets/style.scss */
  .h-xxl-80px {
    height: 80px !important;
  }
  /* line 22836, app/assets/stylesheets/style.scss */
  .h-xxl-85px {
    height: 85px !important;
  }
  /* line 22839, app/assets/stylesheets/style.scss */
  .h-xxl-90px {
    height: 90px !important;
  }
  /* line 22842, app/assets/stylesheets/style.scss */
  .h-xxl-95px {
    height: 95px !important;
  }
  /* line 22845, app/assets/stylesheets/style.scss */
  .h-xxl-100px {
    height: 100px !important;
  }
  /* line 22848, app/assets/stylesheets/style.scss */
  .h-xxl-125px {
    height: 125px !important;
  }
  /* line 22851, app/assets/stylesheets/style.scss */
  .h-xxl-150px {
    height: 150px !important;
  }
  /* line 22854, app/assets/stylesheets/style.scss */
  .h-xxl-175px {
    height: 175px !important;
  }
  /* line 22857, app/assets/stylesheets/style.scss */
  .h-xxl-200px {
    height: 200px !important;
  }
  /* line 22860, app/assets/stylesheets/style.scss */
  .h-xxl-225px {
    height: 225px !important;
  }
  /* line 22863, app/assets/stylesheets/style.scss */
  .h-xxl-250px {
    height: 250px !important;
  }
  /* line 22866, app/assets/stylesheets/style.scss */
  .h-xxl-275px {
    height: 275px !important;
  }
  /* line 22869, app/assets/stylesheets/style.scss */
  .h-xxl-300px {
    height: 300px !important;
  }
  /* line 22872, app/assets/stylesheets/style.scss */
  .h-xxl-325px {
    height: 325px !important;
  }
  /* line 22875, app/assets/stylesheets/style.scss */
  .h-xxl-350px {
    height: 350px !important;
  }
  /* line 22878, app/assets/stylesheets/style.scss */
  .h-xxl-375px {
    height: 375px !important;
  }
  /* line 22881, app/assets/stylesheets/style.scss */
  .h-xxl-400px {
    height: 400px !important;
  }
  /* line 22884, app/assets/stylesheets/style.scss */
  .h-xxl-425px {
    height: 425px !important;
  }
  /* line 22887, app/assets/stylesheets/style.scss */
  .h-xxl-450px {
    height: 450px !important;
  }
  /* line 22890, app/assets/stylesheets/style.scss */
  .h-xxl-475px {
    height: 475px !important;
  }
  /* line 22893, app/assets/stylesheets/style.scss */
  .h-xxl-500px {
    height: 500px !important;
  }
  /* line 22896, app/assets/stylesheets/style.scss */
  .h-xxl-550px {
    height: 550px !important;
  }
  /* line 22899, app/assets/stylesheets/style.scss */
  .h-xxl-600px {
    height: 600px !important;
  }
  /* line 22902, app/assets/stylesheets/style.scss */
  .h-xxl-650px {
    height: 650px !important;
  }
  /* line 22905, app/assets/stylesheets/style.scss */
  .h-xxl-700px {
    height: 700px !important;
  }
  /* line 22908, app/assets/stylesheets/style.scss */
  .h-xxl-750px {
    height: 750px !important;
  }
  /* line 22911, app/assets/stylesheets/style.scss */
  .h-xxl-800px {
    height: 800px !important;
  }
  /* line 22914, app/assets/stylesheets/style.scss */
  .h-xxl-850px {
    height: 850px !important;
  }
  /* line 22917, app/assets/stylesheets/style.scss */
  .h-xxl-900px {
    height: 900px !important;
  }
  /* line 22920, app/assets/stylesheets/style.scss */
  .h-xxl-950px {
    height: 950px !important;
  }
  /* line 22923, app/assets/stylesheets/style.scss */
  .h-xxl-1000px {
    height: 1000px !important;
  }
  /* line 22926, app/assets/stylesheets/style.scss */
  .mh-xxl-unset {
    max-height: unset !important;
  }
  /* line 22929, app/assets/stylesheets/style.scss */
  .mh-xxl-25 {
    max-height: 25% !important;
  }
  /* line 22932, app/assets/stylesheets/style.scss */
  .mh-xxl-50 {
    max-height: 50% !important;
  }
  /* line 22935, app/assets/stylesheets/style.scss */
  .mh-xxl-75 {
    max-height: 75% !important;
  }
  /* line 22938, app/assets/stylesheets/style.scss */
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  /* line 22941, app/assets/stylesheets/style.scss */
  .mh-xxl-auto {
    max-height: auto !important;
  }
  /* line 22944, app/assets/stylesheets/style.scss */
  .mh-xxl-1px {
    max-height: 1px !important;
  }
  /* line 22947, app/assets/stylesheets/style.scss */
  .mh-xxl-2px {
    max-height: 2px !important;
  }
  /* line 22950, app/assets/stylesheets/style.scss */
  .mh-xxl-3px {
    max-height: 3px !important;
  }
  /* line 22953, app/assets/stylesheets/style.scss */
  .mh-xxl-4px {
    max-height: 4px !important;
  }
  /* line 22956, app/assets/stylesheets/style.scss */
  .mh-xxl-5px {
    max-height: 5px !important;
  }
  /* line 22959, app/assets/stylesheets/style.scss */
  .mh-xxl-6px {
    max-height: 6px !important;
  }
  /* line 22962, app/assets/stylesheets/style.scss */
  .mh-xxl-7px {
    max-height: 7px !important;
  }
  /* line 22965, app/assets/stylesheets/style.scss */
  .mh-xxl-8px {
    max-height: 8px !important;
  }
  /* line 22968, app/assets/stylesheets/style.scss */
  .mh-xxl-9px {
    max-height: 9px !important;
  }
  /* line 22971, app/assets/stylesheets/style.scss */
  .mh-xxl-10px {
    max-height: 10px !important;
  }
  /* line 22974, app/assets/stylesheets/style.scss */
  .mh-xxl-15px {
    max-height: 15px !important;
  }
  /* line 22977, app/assets/stylesheets/style.scss */
  .mh-xxl-20px {
    max-height: 20px !important;
  }
  /* line 22980, app/assets/stylesheets/style.scss */
  .mh-xxl-25px {
    max-height: 25px !important;
  }
  /* line 22983, app/assets/stylesheets/style.scss */
  .mh-xxl-30px {
    max-height: 30px !important;
  }
  /* line 22986, app/assets/stylesheets/style.scss */
  .mh-xxl-35px {
    max-height: 35px !important;
  }
  /* line 22989, app/assets/stylesheets/style.scss */
  .mh-xxl-40px {
    max-height: 40px !important;
  }
  /* line 22992, app/assets/stylesheets/style.scss */
  .mh-xxl-45px {
    max-height: 45px !important;
  }
  /* line 22995, app/assets/stylesheets/style.scss */
  .mh-xxl-50px {
    max-height: 50px !important;
  }
  /* line 22998, app/assets/stylesheets/style.scss */
  .mh-xxl-55px {
    max-height: 55px !important;
  }
  /* line 23001, app/assets/stylesheets/style.scss */
  .mh-xxl-60px {
    max-height: 60px !important;
  }
  /* line 23004, app/assets/stylesheets/style.scss */
  .mh-xxl-65px {
    max-height: 65px !important;
  }
  /* line 23007, app/assets/stylesheets/style.scss */
  .mh-xxl-70px {
    max-height: 70px !important;
  }
  /* line 23010, app/assets/stylesheets/style.scss */
  .mh-xxl-75px {
    max-height: 75px !important;
  }
  /* line 23013, app/assets/stylesheets/style.scss */
  .mh-xxl-80px {
    max-height: 80px !important;
  }
  /* line 23016, app/assets/stylesheets/style.scss */
  .mh-xxl-85px {
    max-height: 85px !important;
  }
  /* line 23019, app/assets/stylesheets/style.scss */
  .mh-xxl-90px {
    max-height: 90px !important;
  }
  /* line 23022, app/assets/stylesheets/style.scss */
  .mh-xxl-95px {
    max-height: 95px !important;
  }
  /* line 23025, app/assets/stylesheets/style.scss */
  .mh-xxl-100px {
    max-height: 100px !important;
  }
  /* line 23028, app/assets/stylesheets/style.scss */
  .mh-xxl-125px {
    max-height: 125px !important;
  }
  /* line 23031, app/assets/stylesheets/style.scss */
  .mh-xxl-150px {
    max-height: 150px !important;
  }
  /* line 23034, app/assets/stylesheets/style.scss */
  .mh-xxl-175px {
    max-height: 175px !important;
  }
  /* line 23037, app/assets/stylesheets/style.scss */
  .mh-xxl-200px {
    max-height: 200px !important;
  }
  /* line 23040, app/assets/stylesheets/style.scss */
  .mh-xxl-225px {
    max-height: 225px !important;
  }
  /* line 23043, app/assets/stylesheets/style.scss */
  .mh-xxl-250px {
    max-height: 250px !important;
  }
  /* line 23046, app/assets/stylesheets/style.scss */
  .mh-xxl-275px {
    max-height: 275px !important;
  }
  /* line 23049, app/assets/stylesheets/style.scss */
  .mh-xxl-300px {
    max-height: 300px !important;
  }
  /* line 23052, app/assets/stylesheets/style.scss */
  .mh-xxl-325px {
    max-height: 325px !important;
  }
  /* line 23055, app/assets/stylesheets/style.scss */
  .mh-xxl-350px {
    max-height: 350px !important;
  }
  /* line 23058, app/assets/stylesheets/style.scss */
  .mh-xxl-375px {
    max-height: 375px !important;
  }
  /* line 23061, app/assets/stylesheets/style.scss */
  .mh-xxl-400px {
    max-height: 400px !important;
  }
  /* line 23064, app/assets/stylesheets/style.scss */
  .mh-xxl-425px {
    max-height: 425px !important;
  }
  /* line 23067, app/assets/stylesheets/style.scss */
  .mh-xxl-450px {
    max-height: 450px !important;
  }
  /* line 23070, app/assets/stylesheets/style.scss */
  .mh-xxl-475px {
    max-height: 475px !important;
  }
  /* line 23073, app/assets/stylesheets/style.scss */
  .mh-xxl-500px {
    max-height: 500px !important;
  }
  /* line 23076, app/assets/stylesheets/style.scss */
  .mh-xxl-550px {
    max-height: 550px !important;
  }
  /* line 23079, app/assets/stylesheets/style.scss */
  .mh-xxl-600px {
    max-height: 600px !important;
  }
  /* line 23082, app/assets/stylesheets/style.scss */
  .mh-xxl-650px {
    max-height: 650px !important;
  }
  /* line 23085, app/assets/stylesheets/style.scss */
  .mh-xxl-700px {
    max-height: 700px !important;
  }
  /* line 23088, app/assets/stylesheets/style.scss */
  .mh-xxl-750px {
    max-height: 750px !important;
  }
  /* line 23091, app/assets/stylesheets/style.scss */
  .mh-xxl-800px {
    max-height: 800px !important;
  }
  /* line 23094, app/assets/stylesheets/style.scss */
  .mh-xxl-850px {
    max-height: 850px !important;
  }
  /* line 23097, app/assets/stylesheets/style.scss */
  .mh-xxl-900px {
    max-height: 900px !important;
  }
  /* line 23100, app/assets/stylesheets/style.scss */
  .mh-xxl-950px {
    max-height: 950px !important;
  }
  /* line 23103, app/assets/stylesheets/style.scss */
  .mh-xxl-1000px {
    max-height: 1000px !important;
  }
  /* line 23106, app/assets/stylesheets/style.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 23109, app/assets/stylesheets/style.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 23112, app/assets/stylesheets/style.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 23115, app/assets/stylesheets/style.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 23118, app/assets/stylesheets/style.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 23121, app/assets/stylesheets/style.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 23124, app/assets/stylesheets/style.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 23127, app/assets/stylesheets/style.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23130, app/assets/stylesheets/style.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 23133, app/assets/stylesheets/style.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 23136, app/assets/stylesheets/style.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 23139, app/assets/stylesheets/style.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 23142, app/assets/stylesheets/style.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 23145, app/assets/stylesheets/style.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 23148, app/assets/stylesheets/style.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 23151, app/assets/stylesheets/style.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 23154, app/assets/stylesheets/style.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 23157, app/assets/stylesheets/style.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 23160, app/assets/stylesheets/style.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 23163, app/assets/stylesheets/style.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 23166, app/assets/stylesheets/style.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 23169, app/assets/stylesheets/style.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 23172, app/assets/stylesheets/style.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 23175, app/assets/stylesheets/style.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 23178, app/assets/stylesheets/style.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 23181, app/assets/stylesheets/style.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 23184, app/assets/stylesheets/style.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 23187, app/assets/stylesheets/style.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 23190, app/assets/stylesheets/style.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 23193, app/assets/stylesheets/style.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 23196, app/assets/stylesheets/style.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 23199, app/assets/stylesheets/style.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 23202, app/assets/stylesheets/style.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 23205, app/assets/stylesheets/style.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 23208, app/assets/stylesheets/style.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 23211, app/assets/stylesheets/style.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 23214, app/assets/stylesheets/style.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 23217, app/assets/stylesheets/style.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 23220, app/assets/stylesheets/style.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 23223, app/assets/stylesheets/style.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 23226, app/assets/stylesheets/style.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 23229, app/assets/stylesheets/style.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 23232, app/assets/stylesheets/style.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 23235, app/assets/stylesheets/style.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 23238, app/assets/stylesheets/style.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 23241, app/assets/stylesheets/style.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 23244, app/assets/stylesheets/style.scss */
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  /* line 23247, app/assets/stylesheets/style.scss */
  .m-xxl-4 {
    margin: 1rem !important;
  }
  /* line 23250, app/assets/stylesheets/style.scss */
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  /* line 23253, app/assets/stylesheets/style.scss */
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  /* line 23256, app/assets/stylesheets/style.scss */
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  /* line 23259, app/assets/stylesheets/style.scss */
  .m-xxl-8 {
    margin: 2rem !important;
  }
  /* line 23262, app/assets/stylesheets/style.scss */
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  /* line 23265, app/assets/stylesheets/style.scss */
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  /* line 23268, app/assets/stylesheets/style.scss */
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  /* line 23271, app/assets/stylesheets/style.scss */
  .m-xxl-12 {
    margin: 3rem !important;
  }
  /* line 23274, app/assets/stylesheets/style.scss */
  .m-xxl-13 {
    margin: 3.25rem !important;
  }
  /* line 23277, app/assets/stylesheets/style.scss */
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  /* line 23280, app/assets/stylesheets/style.scss */
  .m-xxl-15 {
    margin: 3.75rem !important;
  }
  /* line 23283, app/assets/stylesheets/style.scss */
  .m-xxl-16 {
    margin: 4rem !important;
  }
  /* line 23286, app/assets/stylesheets/style.scss */
  .m-xxl-17 {
    margin: 4.25rem !important;
  }
  /* line 23289, app/assets/stylesheets/style.scss */
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  /* line 23292, app/assets/stylesheets/style.scss */
  .m-xxl-19 {
    margin: 4.75rem !important;
  }
  /* line 23295, app/assets/stylesheets/style.scss */
  .m-xxl-20 {
    margin: 5rem !important;
  }
  /* line 23298, app/assets/stylesheets/style.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 23301, app/assets/stylesheets/style.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 23305, app/assets/stylesheets/style.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 23309, app/assets/stylesheets/style.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 23313, app/assets/stylesheets/style.scss */
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 23317, app/assets/stylesheets/style.scss */
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 23321, app/assets/stylesheets/style.scss */
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 23325, app/assets/stylesheets/style.scss */
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 23329, app/assets/stylesheets/style.scss */
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  /* line 23333, app/assets/stylesheets/style.scss */
  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 23337, app/assets/stylesheets/style.scss */
  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 23341, app/assets/stylesheets/style.scss */
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 23345, app/assets/stylesheets/style.scss */
  .mx-xxl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  /* line 23349, app/assets/stylesheets/style.scss */
  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 23353, app/assets/stylesheets/style.scss */
  .mx-xxl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  /* line 23357, app/assets/stylesheets/style.scss */
  .mx-xxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 23361, app/assets/stylesheets/style.scss */
  .mx-xxl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  /* line 23365, app/assets/stylesheets/style.scss */
  .mx-xxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 23369, app/assets/stylesheets/style.scss */
  .mx-xxl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  /* line 23373, app/assets/stylesheets/style.scss */
  .mx-xxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 23377, app/assets/stylesheets/style.scss */
  .mx-xxl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  /* line 23381, app/assets/stylesheets/style.scss */
  .mx-xxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 23385, app/assets/stylesheets/style.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 23389, app/assets/stylesheets/style.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 23393, app/assets/stylesheets/style.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 23397, app/assets/stylesheets/style.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 23401, app/assets/stylesheets/style.scss */
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 23405, app/assets/stylesheets/style.scss */
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 23409, app/assets/stylesheets/style.scss */
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 23413, app/assets/stylesheets/style.scss */
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 23417, app/assets/stylesheets/style.scss */
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  /* line 23421, app/assets/stylesheets/style.scss */
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 23425, app/assets/stylesheets/style.scss */
  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 23429, app/assets/stylesheets/style.scss */
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 23433, app/assets/stylesheets/style.scss */
  .my-xxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  /* line 23437, app/assets/stylesheets/style.scss */
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 23441, app/assets/stylesheets/style.scss */
  .my-xxl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  /* line 23445, app/assets/stylesheets/style.scss */
  .my-xxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 23449, app/assets/stylesheets/style.scss */
  .my-xxl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  /* line 23453, app/assets/stylesheets/style.scss */
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 23457, app/assets/stylesheets/style.scss */
  .my-xxl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  /* line 23461, app/assets/stylesheets/style.scss */
  .my-xxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 23465, app/assets/stylesheets/style.scss */
  .my-xxl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  /* line 23469, app/assets/stylesheets/style.scss */
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 23473, app/assets/stylesheets/style.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 23477, app/assets/stylesheets/style.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 23480, app/assets/stylesheets/style.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 23483, app/assets/stylesheets/style.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 23486, app/assets/stylesheets/style.scss */
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 23489, app/assets/stylesheets/style.scss */
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  /* line 23492, app/assets/stylesheets/style.scss */
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  /* line 23495, app/assets/stylesheets/style.scss */
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  /* line 23498, app/assets/stylesheets/style.scss */
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  /* line 23501, app/assets/stylesheets/style.scss */
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  /* line 23504, app/assets/stylesheets/style.scss */
  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }
  /* line 23507, app/assets/stylesheets/style.scss */
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  /* line 23510, app/assets/stylesheets/style.scss */
  .mt-xxl-11 {
    margin-top: 2.75rem !important;
  }
  /* line 23513, app/assets/stylesheets/style.scss */
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  /* line 23516, app/assets/stylesheets/style.scss */
  .mt-xxl-13 {
    margin-top: 3.25rem !important;
  }
  /* line 23519, app/assets/stylesheets/style.scss */
  .mt-xxl-14 {
    margin-top: 3.5rem !important;
  }
  /* line 23522, app/assets/stylesheets/style.scss */
  .mt-xxl-15 {
    margin-top: 3.75rem !important;
  }
  /* line 23525, app/assets/stylesheets/style.scss */
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  /* line 23528, app/assets/stylesheets/style.scss */
  .mt-xxl-17 {
    margin-top: 4.25rem !important;
  }
  /* line 23531, app/assets/stylesheets/style.scss */
  .mt-xxl-18 {
    margin-top: 4.5rem !important;
  }
  /* line 23534, app/assets/stylesheets/style.scss */
  .mt-xxl-19 {
    margin-top: 4.75rem !important;
  }
  /* line 23537, app/assets/stylesheets/style.scss */
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  /* line 23540, app/assets/stylesheets/style.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 23543, app/assets/stylesheets/style.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 23546, app/assets/stylesheets/style.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 23549, app/assets/stylesheets/style.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 23552, app/assets/stylesheets/style.scss */
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 23555, app/assets/stylesheets/style.scss */
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  /* line 23558, app/assets/stylesheets/style.scss */
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  /* line 23561, app/assets/stylesheets/style.scss */
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  /* line 23564, app/assets/stylesheets/style.scss */
  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }
  /* line 23567, app/assets/stylesheets/style.scss */
  .me-xxl-8 {
    margin-right: 2rem !important;
  }
  /* line 23570, app/assets/stylesheets/style.scss */
  .me-xxl-9 {
    margin-right: 2.25rem !important;
  }
  /* line 23573, app/assets/stylesheets/style.scss */
  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }
  /* line 23576, app/assets/stylesheets/style.scss */
  .me-xxl-11 {
    margin-right: 2.75rem !important;
  }
  /* line 23579, app/assets/stylesheets/style.scss */
  .me-xxl-12 {
    margin-right: 3rem !important;
  }
  /* line 23582, app/assets/stylesheets/style.scss */
  .me-xxl-13 {
    margin-right: 3.25rem !important;
  }
  /* line 23585, app/assets/stylesheets/style.scss */
  .me-xxl-14 {
    margin-right: 3.5rem !important;
  }
  /* line 23588, app/assets/stylesheets/style.scss */
  .me-xxl-15 {
    margin-right: 3.75rem !important;
  }
  /* line 23591, app/assets/stylesheets/style.scss */
  .me-xxl-16 {
    margin-right: 4rem !important;
  }
  /* line 23594, app/assets/stylesheets/style.scss */
  .me-xxl-17 {
    margin-right: 4.25rem !important;
  }
  /* line 23597, app/assets/stylesheets/style.scss */
  .me-xxl-18 {
    margin-right: 4.5rem !important;
  }
  /* line 23600, app/assets/stylesheets/style.scss */
  .me-xxl-19 {
    margin-right: 4.75rem !important;
  }
  /* line 23603, app/assets/stylesheets/style.scss */
  .me-xxl-20 {
    margin-right: 5rem !important;
  }
  /* line 23606, app/assets/stylesheets/style.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 23609, app/assets/stylesheets/style.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 23612, app/assets/stylesheets/style.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 23615, app/assets/stylesheets/style.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 23618, app/assets/stylesheets/style.scss */
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 23621, app/assets/stylesheets/style.scss */
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  /* line 23624, app/assets/stylesheets/style.scss */
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  /* line 23627, app/assets/stylesheets/style.scss */
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 23630, app/assets/stylesheets/style.scss */
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  /* line 23633, app/assets/stylesheets/style.scss */
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  /* line 23636, app/assets/stylesheets/style.scss */
  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  /* line 23639, app/assets/stylesheets/style.scss */
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  /* line 23642, app/assets/stylesheets/style.scss */
  .mb-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  /* line 23645, app/assets/stylesheets/style.scss */
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  /* line 23648, app/assets/stylesheets/style.scss */
  .mb-xxl-13 {
    margin-bottom: 3.25rem !important;
  }
  /* line 23651, app/assets/stylesheets/style.scss */
  .mb-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  /* line 23654, app/assets/stylesheets/style.scss */
  .mb-xxl-15 {
    margin-bottom: 3.75rem !important;
  }
  /* line 23657, app/assets/stylesheets/style.scss */
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  /* line 23660, app/assets/stylesheets/style.scss */
  .mb-xxl-17 {
    margin-bottom: 4.25rem !important;
  }
  /* line 23663, app/assets/stylesheets/style.scss */
  .mb-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  /* line 23666, app/assets/stylesheets/style.scss */
  .mb-xxl-19 {
    margin-bottom: 4.75rem !important;
  }
  /* line 23669, app/assets/stylesheets/style.scss */
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  /* line 23672, app/assets/stylesheets/style.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 23675, app/assets/stylesheets/style.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 23678, app/assets/stylesheets/style.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 23681, app/assets/stylesheets/style.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 23684, app/assets/stylesheets/style.scss */
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 23687, app/assets/stylesheets/style.scss */
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  /* line 23690, app/assets/stylesheets/style.scss */
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  /* line 23693, app/assets/stylesheets/style.scss */
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  /* line 23696, app/assets/stylesheets/style.scss */
  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }
  /* line 23699, app/assets/stylesheets/style.scss */
  .ms-xxl-8 {
    margin-left: 2rem !important;
  }
  /* line 23702, app/assets/stylesheets/style.scss */
  .ms-xxl-9 {
    margin-left: 2.25rem !important;
  }
  /* line 23705, app/assets/stylesheets/style.scss */
  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }
  /* line 23708, app/assets/stylesheets/style.scss */
  .ms-xxl-11 {
    margin-left: 2.75rem !important;
  }
  /* line 23711, app/assets/stylesheets/style.scss */
  .ms-xxl-12 {
    margin-left: 3rem !important;
  }
  /* line 23714, app/assets/stylesheets/style.scss */
  .ms-xxl-13 {
    margin-left: 3.25rem !important;
  }
  /* line 23717, app/assets/stylesheets/style.scss */
  .ms-xxl-14 {
    margin-left: 3.5rem !important;
  }
  /* line 23720, app/assets/stylesheets/style.scss */
  .ms-xxl-15 {
    margin-left: 3.75rem !important;
  }
  /* line 23723, app/assets/stylesheets/style.scss */
  .ms-xxl-16 {
    margin-left: 4rem !important;
  }
  /* line 23726, app/assets/stylesheets/style.scss */
  .ms-xxl-17 {
    margin-left: 4.25rem !important;
  }
  /* line 23729, app/assets/stylesheets/style.scss */
  .ms-xxl-18 {
    margin-left: 4.5rem !important;
  }
  /* line 23732, app/assets/stylesheets/style.scss */
  .ms-xxl-19 {
    margin-left: 4.75rem !important;
  }
  /* line 23735, app/assets/stylesheets/style.scss */
  .ms-xxl-20 {
    margin-left: 5rem !important;
  }
  /* line 23738, app/assets/stylesheets/style.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 23741, app/assets/stylesheets/style.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 23744, app/assets/stylesheets/style.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 23747, app/assets/stylesheets/style.scss */
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  /* line 23750, app/assets/stylesheets/style.scss */
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  /* line 23753, app/assets/stylesheets/style.scss */
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  /* line 23756, app/assets/stylesheets/style.scss */
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  /* line 23759, app/assets/stylesheets/style.scss */
  .m-xxl-n7 {
    margin: -1.75rem !important;
  }
  /* line 23762, app/assets/stylesheets/style.scss */
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  /* line 23765, app/assets/stylesheets/style.scss */
  .m-xxl-n9 {
    margin: -2.25rem !important;
  }
  /* line 23768, app/assets/stylesheets/style.scss */
  .m-xxl-n10 {
    margin: -2.5rem !important;
  }
  /* line 23771, app/assets/stylesheets/style.scss */
  .m-xxl-n11 {
    margin: -2.75rem !important;
  }
  /* line 23774, app/assets/stylesheets/style.scss */
  .m-xxl-n12 {
    margin: -3rem !important;
  }
  /* line 23777, app/assets/stylesheets/style.scss */
  .m-xxl-n13 {
    margin: -3.25rem !important;
  }
  /* line 23780, app/assets/stylesheets/style.scss */
  .m-xxl-n14 {
    margin: -3.5rem !important;
  }
  /* line 23783, app/assets/stylesheets/style.scss */
  .m-xxl-n15 {
    margin: -3.75rem !important;
  }
  /* line 23786, app/assets/stylesheets/style.scss */
  .m-xxl-n16 {
    margin: -4rem !important;
  }
  /* line 23789, app/assets/stylesheets/style.scss */
  .m-xxl-n17 {
    margin: -4.25rem !important;
  }
  /* line 23792, app/assets/stylesheets/style.scss */
  .m-xxl-n18 {
    margin: -4.5rem !important;
  }
  /* line 23795, app/assets/stylesheets/style.scss */
  .m-xxl-n19 {
    margin: -4.75rem !important;
  }
  /* line 23798, app/assets/stylesheets/style.scss */
  .m-xxl-n20 {
    margin: -5rem !important;
  }
  /* line 23801, app/assets/stylesheets/style.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 23805, app/assets/stylesheets/style.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 23809, app/assets/stylesheets/style.scss */
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 23813, app/assets/stylesheets/style.scss */
  .mx-xxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 23817, app/assets/stylesheets/style.scss */
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 23821, app/assets/stylesheets/style.scss */
  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 23825, app/assets/stylesheets/style.scss */
  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  /* line 23829, app/assets/stylesheets/style.scss */
  .mx-xxl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 23833, app/assets/stylesheets/style.scss */
  .mx-xxl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 23837, app/assets/stylesheets/style.scss */
  .mx-xxl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 23841, app/assets/stylesheets/style.scss */
  .mx-xxl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  /* line 23845, app/assets/stylesheets/style.scss */
  .mx-xxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 23849, app/assets/stylesheets/style.scss */
  .mx-xxl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  /* line 23853, app/assets/stylesheets/style.scss */
  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 23857, app/assets/stylesheets/style.scss */
  .mx-xxl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  /* line 23861, app/assets/stylesheets/style.scss */
  .mx-xxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 23865, app/assets/stylesheets/style.scss */
  .mx-xxl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  /* line 23869, app/assets/stylesheets/style.scss */
  .mx-xxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 23873, app/assets/stylesheets/style.scss */
  .mx-xxl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  /* line 23877, app/assets/stylesheets/style.scss */
  .mx-xxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 23881, app/assets/stylesheets/style.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 23885, app/assets/stylesheets/style.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 23889, app/assets/stylesheets/style.scss */
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 23893, app/assets/stylesheets/style.scss */
  .my-xxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 23897, app/assets/stylesheets/style.scss */
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 23901, app/assets/stylesheets/style.scss */
  .my-xxl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 23905, app/assets/stylesheets/style.scss */
  .my-xxl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  /* line 23909, app/assets/stylesheets/style.scss */
  .my-xxl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 23913, app/assets/stylesheets/style.scss */
  .my-xxl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 23917, app/assets/stylesheets/style.scss */
  .my-xxl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 23921, app/assets/stylesheets/style.scss */
  .my-xxl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  /* line 23925, app/assets/stylesheets/style.scss */
  .my-xxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 23929, app/assets/stylesheets/style.scss */
  .my-xxl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  /* line 23933, app/assets/stylesheets/style.scss */
  .my-xxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 23937, app/assets/stylesheets/style.scss */
  .my-xxl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  /* line 23941, app/assets/stylesheets/style.scss */
  .my-xxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 23945, app/assets/stylesheets/style.scss */
  .my-xxl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  /* line 23949, app/assets/stylesheets/style.scss */
  .my-xxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 23953, app/assets/stylesheets/style.scss */
  .my-xxl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  /* line 23957, app/assets/stylesheets/style.scss */
  .my-xxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 23961, app/assets/stylesheets/style.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 23964, app/assets/stylesheets/style.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 23967, app/assets/stylesheets/style.scss */
  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 23970, app/assets/stylesheets/style.scss */
  .mt-xxl-n4 {
    margin-top: -1rem !important;
  }
  /* line 23973, app/assets/stylesheets/style.scss */
  .mt-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  /* line 23976, app/assets/stylesheets/style.scss */
  .mt-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  /* line 23979, app/assets/stylesheets/style.scss */
  .mt-xxl-n7 {
    margin-top: -1.75rem !important;
  }
  /* line 23982, app/assets/stylesheets/style.scss */
  .mt-xxl-n8 {
    margin-top: -2rem !important;
  }
  /* line 23985, app/assets/stylesheets/style.scss */
  .mt-xxl-n9 {
    margin-top: -2.25rem !important;
  }
  /* line 23988, app/assets/stylesheets/style.scss */
  .mt-xxl-n10 {
    margin-top: -2.5rem !important;
  }
  /* line 23991, app/assets/stylesheets/style.scss */
  .mt-xxl-n11 {
    margin-top: -2.75rem !important;
  }
  /* line 23994, app/assets/stylesheets/style.scss */
  .mt-xxl-n12 {
    margin-top: -3rem !important;
  }
  /* line 23997, app/assets/stylesheets/style.scss */
  .mt-xxl-n13 {
    margin-top: -3.25rem !important;
  }
  /* line 24000, app/assets/stylesheets/style.scss */
  .mt-xxl-n14 {
    margin-top: -3.5rem !important;
  }
  /* line 24003, app/assets/stylesheets/style.scss */
  .mt-xxl-n15 {
    margin-top: -3.75rem !important;
  }
  /* line 24006, app/assets/stylesheets/style.scss */
  .mt-xxl-n16 {
    margin-top: -4rem !important;
  }
  /* line 24009, app/assets/stylesheets/style.scss */
  .mt-xxl-n17 {
    margin-top: -4.25rem !important;
  }
  /* line 24012, app/assets/stylesheets/style.scss */
  .mt-xxl-n18 {
    margin-top: -4.5rem !important;
  }
  /* line 24015, app/assets/stylesheets/style.scss */
  .mt-xxl-n19 {
    margin-top: -4.75rem !important;
  }
  /* line 24018, app/assets/stylesheets/style.scss */
  .mt-xxl-n20 {
    margin-top: -5rem !important;
  }
  /* line 24021, app/assets/stylesheets/style.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 24024, app/assets/stylesheets/style.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 24027, app/assets/stylesheets/style.scss */
  .me-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 24030, app/assets/stylesheets/style.scss */
  .me-xxl-n4 {
    margin-right: -1rem !important;
  }
  /* line 24033, app/assets/stylesheets/style.scss */
  .me-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  /* line 24036, app/assets/stylesheets/style.scss */
  .me-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  /* line 24039, app/assets/stylesheets/style.scss */
  .me-xxl-n7 {
    margin-right: -1.75rem !important;
  }
  /* line 24042, app/assets/stylesheets/style.scss */
  .me-xxl-n8 {
    margin-right: -2rem !important;
  }
  /* line 24045, app/assets/stylesheets/style.scss */
  .me-xxl-n9 {
    margin-right: -2.25rem !important;
  }
  /* line 24048, app/assets/stylesheets/style.scss */
  .me-xxl-n10 {
    margin-right: -2.5rem !important;
  }
  /* line 24051, app/assets/stylesheets/style.scss */
  .me-xxl-n11 {
    margin-right: -2.75rem !important;
  }
  /* line 24054, app/assets/stylesheets/style.scss */
  .me-xxl-n12 {
    margin-right: -3rem !important;
  }
  /* line 24057, app/assets/stylesheets/style.scss */
  .me-xxl-n13 {
    margin-right: -3.25rem !important;
  }
  /* line 24060, app/assets/stylesheets/style.scss */
  .me-xxl-n14 {
    margin-right: -3.5rem !important;
  }
  /* line 24063, app/assets/stylesheets/style.scss */
  .me-xxl-n15 {
    margin-right: -3.75rem !important;
  }
  /* line 24066, app/assets/stylesheets/style.scss */
  .me-xxl-n16 {
    margin-right: -4rem !important;
  }
  /* line 24069, app/assets/stylesheets/style.scss */
  .me-xxl-n17 {
    margin-right: -4.25rem !important;
  }
  /* line 24072, app/assets/stylesheets/style.scss */
  .me-xxl-n18 {
    margin-right: -4.5rem !important;
  }
  /* line 24075, app/assets/stylesheets/style.scss */
  .me-xxl-n19 {
    margin-right: -4.75rem !important;
  }
  /* line 24078, app/assets/stylesheets/style.scss */
  .me-xxl-n20 {
    margin-right: -5rem !important;
  }
  /* line 24081, app/assets/stylesheets/style.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 24084, app/assets/stylesheets/style.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 24087, app/assets/stylesheets/style.scss */
  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 24090, app/assets/stylesheets/style.scss */
  .mb-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  /* line 24093, app/assets/stylesheets/style.scss */
  .mb-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  /* line 24096, app/assets/stylesheets/style.scss */
  .mb-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  /* line 24099, app/assets/stylesheets/style.scss */
  .mb-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  /* line 24102, app/assets/stylesheets/style.scss */
  .mb-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  /* line 24105, app/assets/stylesheets/style.scss */
  .mb-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  /* line 24108, app/assets/stylesheets/style.scss */
  .mb-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  /* line 24111, app/assets/stylesheets/style.scss */
  .mb-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  /* line 24114, app/assets/stylesheets/style.scss */
  .mb-xxl-n12 {
    margin-bottom: -3rem !important;
  }
  /* line 24117, app/assets/stylesheets/style.scss */
  .mb-xxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  /* line 24120, app/assets/stylesheets/style.scss */
  .mb-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  /* line 24123, app/assets/stylesheets/style.scss */
  .mb-xxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  /* line 24126, app/assets/stylesheets/style.scss */
  .mb-xxl-n16 {
    margin-bottom: -4rem !important;
  }
  /* line 24129, app/assets/stylesheets/style.scss */
  .mb-xxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  /* line 24132, app/assets/stylesheets/style.scss */
  .mb-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  /* line 24135, app/assets/stylesheets/style.scss */
  .mb-xxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  /* line 24138, app/assets/stylesheets/style.scss */
  .mb-xxl-n20 {
    margin-bottom: -5rem !important;
  }
  /* line 24141, app/assets/stylesheets/style.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 24144, app/assets/stylesheets/style.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 24147, app/assets/stylesheets/style.scss */
  .ms-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 24150, app/assets/stylesheets/style.scss */
  .ms-xxl-n4 {
    margin-left: -1rem !important;
  }
  /* line 24153, app/assets/stylesheets/style.scss */
  .ms-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  /* line 24156, app/assets/stylesheets/style.scss */
  .ms-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  /* line 24159, app/assets/stylesheets/style.scss */
  .ms-xxl-n7 {
    margin-left: -1.75rem !important;
  }
  /* line 24162, app/assets/stylesheets/style.scss */
  .ms-xxl-n8 {
    margin-left: -2rem !important;
  }
  /* line 24165, app/assets/stylesheets/style.scss */
  .ms-xxl-n9 {
    margin-left: -2.25rem !important;
  }
  /* line 24168, app/assets/stylesheets/style.scss */
  .ms-xxl-n10 {
    margin-left: -2.5rem !important;
  }
  /* line 24171, app/assets/stylesheets/style.scss */
  .ms-xxl-n11 {
    margin-left: -2.75rem !important;
  }
  /* line 24174, app/assets/stylesheets/style.scss */
  .ms-xxl-n12 {
    margin-left: -3rem !important;
  }
  /* line 24177, app/assets/stylesheets/style.scss */
  .ms-xxl-n13 {
    margin-left: -3.25rem !important;
  }
  /* line 24180, app/assets/stylesheets/style.scss */
  .ms-xxl-n14 {
    margin-left: -3.5rem !important;
  }
  /* line 24183, app/assets/stylesheets/style.scss */
  .ms-xxl-n15 {
    margin-left: -3.75rem !important;
  }
  /* line 24186, app/assets/stylesheets/style.scss */
  .ms-xxl-n16 {
    margin-left: -4rem !important;
  }
  /* line 24189, app/assets/stylesheets/style.scss */
  .ms-xxl-n17 {
    margin-left: -4.25rem !important;
  }
  /* line 24192, app/assets/stylesheets/style.scss */
  .ms-xxl-n18 {
    margin-left: -4.5rem !important;
  }
  /* line 24195, app/assets/stylesheets/style.scss */
  .ms-xxl-n19 {
    margin-left: -4.75rem !important;
  }
  /* line 24198, app/assets/stylesheets/style.scss */
  .ms-xxl-n20 {
    margin-left: -5rem !important;
  }
  /* line 24201, app/assets/stylesheets/style.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 24204, app/assets/stylesheets/style.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 24207, app/assets/stylesheets/style.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 24210, app/assets/stylesheets/style.scss */
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  /* line 24213, app/assets/stylesheets/style.scss */
  .p-xxl-4 {
    padding: 1rem !important;
  }
  /* line 24216, app/assets/stylesheets/style.scss */
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  /* line 24219, app/assets/stylesheets/style.scss */
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  /* line 24222, app/assets/stylesheets/style.scss */
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  /* line 24225, app/assets/stylesheets/style.scss */
  .p-xxl-8 {
    padding: 2rem !important;
  }
  /* line 24228, app/assets/stylesheets/style.scss */
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  /* line 24231, app/assets/stylesheets/style.scss */
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  /* line 24234, app/assets/stylesheets/style.scss */
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  /* line 24237, app/assets/stylesheets/style.scss */
  .p-xxl-12 {
    padding: 3rem !important;
  }
  /* line 24240, app/assets/stylesheets/style.scss */
  .p-xxl-13 {
    padding: 3.25rem !important;
  }
  /* line 24243, app/assets/stylesheets/style.scss */
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  /* line 24246, app/assets/stylesheets/style.scss */
  .p-xxl-15 {
    padding: 3.75rem !important;
  }
  /* line 24249, app/assets/stylesheets/style.scss */
  .p-xxl-16 {
    padding: 4rem !important;
  }
  /* line 24252, app/assets/stylesheets/style.scss */
  .p-xxl-17 {
    padding: 4.25rem !important;
  }
  /* line 24255, app/assets/stylesheets/style.scss */
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  /* line 24258, app/assets/stylesheets/style.scss */
  .p-xxl-19 {
    padding: 4.75rem !important;
  }
  /* line 24261, app/assets/stylesheets/style.scss */
  .p-xxl-20 {
    padding: 5rem !important;
  }
  /* line 24264, app/assets/stylesheets/style.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 24268, app/assets/stylesheets/style.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 24272, app/assets/stylesheets/style.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 24276, app/assets/stylesheets/style.scss */
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 24280, app/assets/stylesheets/style.scss */
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 24284, app/assets/stylesheets/style.scss */
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 24288, app/assets/stylesheets/style.scss */
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 24292, app/assets/stylesheets/style.scss */
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  /* line 24296, app/assets/stylesheets/style.scss */
  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 24300, app/assets/stylesheets/style.scss */
  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 24304, app/assets/stylesheets/style.scss */
  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 24308, app/assets/stylesheets/style.scss */
  .px-xxl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  /* line 24312, app/assets/stylesheets/style.scss */
  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 24316, app/assets/stylesheets/style.scss */
  .px-xxl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  /* line 24320, app/assets/stylesheets/style.scss */
  .px-xxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 24324, app/assets/stylesheets/style.scss */
  .px-xxl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  /* line 24328, app/assets/stylesheets/style.scss */
  .px-xxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 24332, app/assets/stylesheets/style.scss */
  .px-xxl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  /* line 24336, app/assets/stylesheets/style.scss */
  .px-xxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 24340, app/assets/stylesheets/style.scss */
  .px-xxl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  /* line 24344, app/assets/stylesheets/style.scss */
  .px-xxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 24348, app/assets/stylesheets/style.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 24352, app/assets/stylesheets/style.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 24356, app/assets/stylesheets/style.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 24360, app/assets/stylesheets/style.scss */
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 24364, app/assets/stylesheets/style.scss */
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 24368, app/assets/stylesheets/style.scss */
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 24372, app/assets/stylesheets/style.scss */
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 24376, app/assets/stylesheets/style.scss */
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  /* line 24380, app/assets/stylesheets/style.scss */
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 24384, app/assets/stylesheets/style.scss */
  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 24388, app/assets/stylesheets/style.scss */
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 24392, app/assets/stylesheets/style.scss */
  .py-xxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  /* line 24396, app/assets/stylesheets/style.scss */
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 24400, app/assets/stylesheets/style.scss */
  .py-xxl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  /* line 24404, app/assets/stylesheets/style.scss */
  .py-xxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 24408, app/assets/stylesheets/style.scss */
  .py-xxl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  /* line 24412, app/assets/stylesheets/style.scss */
  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 24416, app/assets/stylesheets/style.scss */
  .py-xxl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  /* line 24420, app/assets/stylesheets/style.scss */
  .py-xxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 24424, app/assets/stylesheets/style.scss */
  .py-xxl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  /* line 24428, app/assets/stylesheets/style.scss */
  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 24432, app/assets/stylesheets/style.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 24435, app/assets/stylesheets/style.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 24438, app/assets/stylesheets/style.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 24441, app/assets/stylesheets/style.scss */
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 24444, app/assets/stylesheets/style.scss */
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  /* line 24447, app/assets/stylesheets/style.scss */
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  /* line 24450, app/assets/stylesheets/style.scss */
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  /* line 24453, app/assets/stylesheets/style.scss */
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  /* line 24456, app/assets/stylesheets/style.scss */
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  /* line 24459, app/assets/stylesheets/style.scss */
  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }
  /* line 24462, app/assets/stylesheets/style.scss */
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  /* line 24465, app/assets/stylesheets/style.scss */
  .pt-xxl-11 {
    padding-top: 2.75rem !important;
  }
  /* line 24468, app/assets/stylesheets/style.scss */
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  /* line 24471, app/assets/stylesheets/style.scss */
  .pt-xxl-13 {
    padding-top: 3.25rem !important;
  }
  /* line 24474, app/assets/stylesheets/style.scss */
  .pt-xxl-14 {
    padding-top: 3.5rem !important;
  }
  /* line 24477, app/assets/stylesheets/style.scss */
  .pt-xxl-15 {
    padding-top: 3.75rem !important;
  }
  /* line 24480, app/assets/stylesheets/style.scss */
  .pt-xxl-16 {
    padding-top: 4rem !important;
  }
  /* line 24483, app/assets/stylesheets/style.scss */
  .pt-xxl-17 {
    padding-top: 4.25rem !important;
  }
  /* line 24486, app/assets/stylesheets/style.scss */
  .pt-xxl-18 {
    padding-top: 4.5rem !important;
  }
  /* line 24489, app/assets/stylesheets/style.scss */
  .pt-xxl-19 {
    padding-top: 4.75rem !important;
  }
  /* line 24492, app/assets/stylesheets/style.scss */
  .pt-xxl-20 {
    padding-top: 5rem !important;
  }
  /* line 24495, app/assets/stylesheets/style.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 24498, app/assets/stylesheets/style.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 24501, app/assets/stylesheets/style.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 24504, app/assets/stylesheets/style.scss */
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 24507, app/assets/stylesheets/style.scss */
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  /* line 24510, app/assets/stylesheets/style.scss */
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  /* line 24513, app/assets/stylesheets/style.scss */
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  /* line 24516, app/assets/stylesheets/style.scss */
  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }
  /* line 24519, app/assets/stylesheets/style.scss */
  .pe-xxl-8 {
    padding-right: 2rem !important;
  }
  /* line 24522, app/assets/stylesheets/style.scss */
  .pe-xxl-9 {
    padding-right: 2.25rem !important;
  }
  /* line 24525, app/assets/stylesheets/style.scss */
  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }
  /* line 24528, app/assets/stylesheets/style.scss */
  .pe-xxl-11 {
    padding-right: 2.75rem !important;
  }
  /* line 24531, app/assets/stylesheets/style.scss */
  .pe-xxl-12 {
    padding-right: 3rem !important;
  }
  /* line 24534, app/assets/stylesheets/style.scss */
  .pe-xxl-13 {
    padding-right: 3.25rem !important;
  }
  /* line 24537, app/assets/stylesheets/style.scss */
  .pe-xxl-14 {
    padding-right: 3.5rem !important;
  }
  /* line 24540, app/assets/stylesheets/style.scss */
  .pe-xxl-15 {
    padding-right: 3.75rem !important;
  }
  /* line 24543, app/assets/stylesheets/style.scss */
  .pe-xxl-16 {
    padding-right: 4rem !important;
  }
  /* line 24546, app/assets/stylesheets/style.scss */
  .pe-xxl-17 {
    padding-right: 4.25rem !important;
  }
  /* line 24549, app/assets/stylesheets/style.scss */
  .pe-xxl-18 {
    padding-right: 4.5rem !important;
  }
  /* line 24552, app/assets/stylesheets/style.scss */
  .pe-xxl-19 {
    padding-right: 4.75rem !important;
  }
  /* line 24555, app/assets/stylesheets/style.scss */
  .pe-xxl-20 {
    padding-right: 5rem !important;
  }
  /* line 24558, app/assets/stylesheets/style.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24561, app/assets/stylesheets/style.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24564, app/assets/stylesheets/style.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24567, app/assets/stylesheets/style.scss */
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 24570, app/assets/stylesheets/style.scss */
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  /* line 24573, app/assets/stylesheets/style.scss */
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  /* line 24576, app/assets/stylesheets/style.scss */
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24579, app/assets/stylesheets/style.scss */
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  /* line 24582, app/assets/stylesheets/style.scss */
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  /* line 24585, app/assets/stylesheets/style.scss */
  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  /* line 24588, app/assets/stylesheets/style.scss */
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  /* line 24591, app/assets/stylesheets/style.scss */
  .pb-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  /* line 24594, app/assets/stylesheets/style.scss */
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  /* line 24597, app/assets/stylesheets/style.scss */
  .pb-xxl-13 {
    padding-bottom: 3.25rem !important;
  }
  /* line 24600, app/assets/stylesheets/style.scss */
  .pb-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  /* line 24603, app/assets/stylesheets/style.scss */
  .pb-xxl-15 {
    padding-bottom: 3.75rem !important;
  }
  /* line 24606, app/assets/stylesheets/style.scss */
  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }
  /* line 24609, app/assets/stylesheets/style.scss */
  .pb-xxl-17 {
    padding-bottom: 4.25rem !important;
  }
  /* line 24612, app/assets/stylesheets/style.scss */
  .pb-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  /* line 24615, app/assets/stylesheets/style.scss */
  .pb-xxl-19 {
    padding-bottom: 4.75rem !important;
  }
  /* line 24618, app/assets/stylesheets/style.scss */
  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }
  /* line 24621, app/assets/stylesheets/style.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 24624, app/assets/stylesheets/style.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 24627, app/assets/stylesheets/style.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 24630, app/assets/stylesheets/style.scss */
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 24633, app/assets/stylesheets/style.scss */
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  /* line 24636, app/assets/stylesheets/style.scss */
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  /* line 24639, app/assets/stylesheets/style.scss */
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  /* line 24642, app/assets/stylesheets/style.scss */
  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }
  /* line 24645, app/assets/stylesheets/style.scss */
  .ps-xxl-8 {
    padding-left: 2rem !important;
  }
  /* line 24648, app/assets/stylesheets/style.scss */
  .ps-xxl-9 {
    padding-left: 2.25rem !important;
  }
  /* line 24651, app/assets/stylesheets/style.scss */
  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }
  /* line 24654, app/assets/stylesheets/style.scss */
  .ps-xxl-11 {
    padding-left: 2.75rem !important;
  }
  /* line 24657, app/assets/stylesheets/style.scss */
  .ps-xxl-12 {
    padding-left: 3rem !important;
  }
  /* line 24660, app/assets/stylesheets/style.scss */
  .ps-xxl-13 {
    padding-left: 3.25rem !important;
  }
  /* line 24663, app/assets/stylesheets/style.scss */
  .ps-xxl-14 {
    padding-left: 3.5rem !important;
  }
  /* line 24666, app/assets/stylesheets/style.scss */
  .ps-xxl-15 {
    padding-left: 3.75rem !important;
  }
  /* line 24669, app/assets/stylesheets/style.scss */
  .ps-xxl-16 {
    padding-left: 4rem !important;
  }
  /* line 24672, app/assets/stylesheets/style.scss */
  .ps-xxl-17 {
    padding-left: 4.25rem !important;
  }
  /* line 24675, app/assets/stylesheets/style.scss */
  .ps-xxl-18 {
    padding-left: 4.5rem !important;
  }
  /* line 24678, app/assets/stylesheets/style.scss */
  .ps-xxl-19 {
    padding-left: 4.75rem !important;
  }
  /* line 24681, app/assets/stylesheets/style.scss */
  .ps-xxl-20 {
    padding-left: 5rem !important;
  }
  /* line 24684, app/assets/stylesheets/style.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 24687, app/assets/stylesheets/style.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 24690, app/assets/stylesheets/style.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 24693, app/assets/stylesheets/style.scss */
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  /* line 24696, app/assets/stylesheets/style.scss */
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  /* line 24699, app/assets/stylesheets/style.scss */
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  /* line 24702, app/assets/stylesheets/style.scss */
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  /* line 24705, app/assets/stylesheets/style.scss */
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  /* line 24708, app/assets/stylesheets/style.scss */
  .gap-xxl-8 {
    gap: 2rem !important;
  }
  /* line 24711, app/assets/stylesheets/style.scss */
  .gap-xxl-9 {
    gap: 2.25rem !important;
  }
  /* line 24714, app/assets/stylesheets/style.scss */
  .gap-xxl-10 {
    gap: 2.5rem !important;
  }
  /* line 24717, app/assets/stylesheets/style.scss */
  .gap-xxl-11 {
    gap: 2.75rem !important;
  }
  /* line 24720, app/assets/stylesheets/style.scss */
  .gap-xxl-12 {
    gap: 3rem !important;
  }
  /* line 24723, app/assets/stylesheets/style.scss */
  .gap-xxl-13 {
    gap: 3.25rem !important;
  }
  /* line 24726, app/assets/stylesheets/style.scss */
  .gap-xxl-14 {
    gap: 3.5rem !important;
  }
  /* line 24729, app/assets/stylesheets/style.scss */
  .gap-xxl-15 {
    gap: 3.75rem !important;
  }
  /* line 24732, app/assets/stylesheets/style.scss */
  .gap-xxl-16 {
    gap: 4rem !important;
  }
  /* line 24735, app/assets/stylesheets/style.scss */
  .gap-xxl-17 {
    gap: 4.25rem !important;
  }
  /* line 24738, app/assets/stylesheets/style.scss */
  .gap-xxl-18 {
    gap: 4.5rem !important;
  }
  /* line 24741, app/assets/stylesheets/style.scss */
  .gap-xxl-19 {
    gap: 4.75rem !important;
  }
  /* line 24744, app/assets/stylesheets/style.scss */
  .gap-xxl-20 {
    gap: 5rem !important;
  }
  /* line 24747, app/assets/stylesheets/style.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 24750, app/assets/stylesheets/style.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 24753, app/assets/stylesheets/style.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 24756, app/assets/stylesheets/style.scss */
  .row-gap-xxl-3 {
    row-gap: 0.75rem !important;
  }
  /* line 24759, app/assets/stylesheets/style.scss */
  .row-gap-xxl-4 {
    row-gap: 1rem !important;
  }
  /* line 24762, app/assets/stylesheets/style.scss */
  .row-gap-xxl-5 {
    row-gap: 1.25rem !important;
  }
  /* line 24765, app/assets/stylesheets/style.scss */
  .row-gap-xxl-6 {
    row-gap: 1.5rem !important;
  }
  /* line 24768, app/assets/stylesheets/style.scss */
  .row-gap-xxl-7 {
    row-gap: 1.75rem !important;
  }
  /* line 24771, app/assets/stylesheets/style.scss */
  .row-gap-xxl-8 {
    row-gap: 2rem !important;
  }
  /* line 24774, app/assets/stylesheets/style.scss */
  .row-gap-xxl-9 {
    row-gap: 2.25rem !important;
  }
  /* line 24777, app/assets/stylesheets/style.scss */
  .row-gap-xxl-10 {
    row-gap: 2.5rem !important;
  }
  /* line 24780, app/assets/stylesheets/style.scss */
  .row-gap-xxl-11 {
    row-gap: 2.75rem !important;
  }
  /* line 24783, app/assets/stylesheets/style.scss */
  .row-gap-xxl-12 {
    row-gap: 3rem !important;
  }
  /* line 24786, app/assets/stylesheets/style.scss */
  .row-gap-xxl-13 {
    row-gap: 3.25rem !important;
  }
  /* line 24789, app/assets/stylesheets/style.scss */
  .row-gap-xxl-14 {
    row-gap: 3.5rem !important;
  }
  /* line 24792, app/assets/stylesheets/style.scss */
  .row-gap-xxl-15 {
    row-gap: 3.75rem !important;
  }
  /* line 24795, app/assets/stylesheets/style.scss */
  .row-gap-xxl-16 {
    row-gap: 4rem !important;
  }
  /* line 24798, app/assets/stylesheets/style.scss */
  .row-gap-xxl-17 {
    row-gap: 4.25rem !important;
  }
  /* line 24801, app/assets/stylesheets/style.scss */
  .row-gap-xxl-18 {
    row-gap: 4.5rem !important;
  }
  /* line 24804, app/assets/stylesheets/style.scss */
  .row-gap-xxl-19 {
    row-gap: 4.75rem !important;
  }
  /* line 24807, app/assets/stylesheets/style.scss */
  .row-gap-xxl-20 {
    row-gap: 5rem !important;
  }
  /* line 24810, app/assets/stylesheets/style.scss */
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  /* line 24813, app/assets/stylesheets/style.scss */
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  /* line 24816, app/assets/stylesheets/style.scss */
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  /* line 24819, app/assets/stylesheets/style.scss */
  .column-gap-xxl-3 {
    column-gap: 0.75rem !important;
  }
  /* line 24822, app/assets/stylesheets/style.scss */
  .column-gap-xxl-4 {
    column-gap: 1rem !important;
  }
  /* line 24825, app/assets/stylesheets/style.scss */
  .column-gap-xxl-5 {
    column-gap: 1.25rem !important;
  }
  /* line 24828, app/assets/stylesheets/style.scss */
  .column-gap-xxl-6 {
    column-gap: 1.5rem !important;
  }
  /* line 24831, app/assets/stylesheets/style.scss */
  .column-gap-xxl-7 {
    column-gap: 1.75rem !important;
  }
  /* line 24834, app/assets/stylesheets/style.scss */
  .column-gap-xxl-8 {
    column-gap: 2rem !important;
  }
  /* line 24837, app/assets/stylesheets/style.scss */
  .column-gap-xxl-9 {
    column-gap: 2.25rem !important;
  }
  /* line 24840, app/assets/stylesheets/style.scss */
  .column-gap-xxl-10 {
    column-gap: 2.5rem !important;
  }
  /* line 24843, app/assets/stylesheets/style.scss */
  .column-gap-xxl-11 {
    column-gap: 2.75rem !important;
  }
  /* line 24846, app/assets/stylesheets/style.scss */
  .column-gap-xxl-12 {
    column-gap: 3rem !important;
  }
  /* line 24849, app/assets/stylesheets/style.scss */
  .column-gap-xxl-13 {
    column-gap: 3.25rem !important;
  }
  /* line 24852, app/assets/stylesheets/style.scss */
  .column-gap-xxl-14 {
    column-gap: 3.5rem !important;
  }
  /* line 24855, app/assets/stylesheets/style.scss */
  .column-gap-xxl-15 {
    column-gap: 3.75rem !important;
  }
  /* line 24858, app/assets/stylesheets/style.scss */
  .column-gap-xxl-16 {
    column-gap: 4rem !important;
  }
  /* line 24861, app/assets/stylesheets/style.scss */
  .column-gap-xxl-17 {
    column-gap: 4.25rem !important;
  }
  /* line 24864, app/assets/stylesheets/style.scss */
  .column-gap-xxl-18 {
    column-gap: 4.5rem !important;
  }
  /* line 24867, app/assets/stylesheets/style.scss */
  .column-gap-xxl-19 {
    column-gap: 4.75rem !important;
  }
  /* line 24870, app/assets/stylesheets/style.scss */
  .column-gap-xxl-20 {
    column-gap: 5rem !important;
  }
  /* line 24873, app/assets/stylesheets/style.scss */
  .fs-xxl-1 {
    font-size: calc(1.3rem + .6vw) !important;
  }
  /* line 24876, app/assets/stylesheets/style.scss */
  .fs-xxl-2 {
    font-size: calc(1.275rem + .3vw) !important;
  }
  /* line 24879, app/assets/stylesheets/style.scss */
  .fs-xxl-3 {
    font-size: calc(1.26rem + .12vw) !important;
  }
  /* line 24882, app/assets/stylesheets/style.scss */
  .fs-xxl-4 {
    font-size: 1.25rem !important;
  }
  /* line 24885, app/assets/stylesheets/style.scss */
  .fs-xxl-5 {
    font-size: 1.15rem !important;
  }
  /* line 24888, app/assets/stylesheets/style.scss */
  .fs-xxl-6 {
    font-size: 1.075rem !important;
  }
  /* line 24891, app/assets/stylesheets/style.scss */
  .fs-xxl-7 {
    font-size: 0.95rem !important;
  }
  /* line 24894, app/assets/stylesheets/style.scss */
  .fs-xxl-8 {
    font-size: 0.85rem !important;
  }
  /* line 24897, app/assets/stylesheets/style.scss */
  .fs-xxl-9 {
    font-size: 0.75rem !important;
  }
  /* line 24900, app/assets/stylesheets/style.scss */
  .fs-xxl-10 {
    font-size: 0.5rem !important;
  }
  /* line 24903, app/assets/stylesheets/style.scss */
  .fs-xxl-base {
    font-size: 1rem !important;
  }
  /* line 24906, app/assets/stylesheets/style.scss */
  .fs-xxl-fluid {
    font-size: 100% !important;
  }
  /* line 24909, app/assets/stylesheets/style.scss */
  .fs-xxl-2x {
    font-size: calc(1.325rem + .9vw) !important;
  }
  /* line 24912, app/assets/stylesheets/style.scss */
  .fs-xxl-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
  /* line 24915, app/assets/stylesheets/style.scss */
  .fs-xxl-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  /* line 24918, app/assets/stylesheets/style.scss */
  .fs-xxl-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  /* line 24921, app/assets/stylesheets/style.scss */
  .fs-xxl-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
  /* line 24924, app/assets/stylesheets/style.scss */
  .fs-xxl-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
  /* line 24927, app/assets/stylesheets/style.scss */
  .fs-xxl-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
  /* line 24930, app/assets/stylesheets/style.scss */
  .fs-xxl-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }
  /* line 24933, app/assets/stylesheets/style.scss */
  .fs-xxl-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
  /* line 24936, app/assets/stylesheets/style.scss */
  .fs-xxl-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }
  /* line 24939, app/assets/stylesheets/style.scss */
  .fs-xxl-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
  /* line 24942, app/assets/stylesheets/style.scss */
  .fs-xxl-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }
  /* line 24945, app/assets/stylesheets/style.scss */
  .fs-xxl-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
  /* line 24948, app/assets/stylesheets/style.scss */
  .fs-xxl-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
  /* line 24951, app/assets/stylesheets/style.scss */
  .fs-xxl-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }
  /* line 24954, app/assets/stylesheets/style.scss */
  .fs-xxl-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
  /* line 24957, app/assets/stylesheets/style.scss */
  .fs-xxl-6x {
    font-size: calc(1.725rem + 5.7vw) !important;
  }
  /* line 24960, app/assets/stylesheets/style.scss */
  .fs-xxl-6qx {
    font-size: calc(1.75rem + 6vw) !important;
  }
  /* line 24963, app/assets/stylesheets/style.scss */
  .fs-xxl-6hx {
    font-size: calc(1.775rem + 6.3vw) !important;
  }
  /* line 24966, app/assets/stylesheets/style.scss */
  .fs-xxl-6tx {
    font-size: calc(1.8rem + 6.6vw) !important;
  }
  /* line 24969, app/assets/stylesheets/style.scss */
  .fs-xxl-7x {
    font-size: calc(1.825rem + 6.9vw) !important;
  }
  /* line 24972, app/assets/stylesheets/style.scss */
  .fs-xxl-7qx {
    font-size: calc(1.85rem + 7.2vw) !important;
  }
  /* line 24975, app/assets/stylesheets/style.scss */
  .fs-xxl-7hx {
    font-size: calc(1.875rem + 7.5vw) !important;
  }
  /* line 24978, app/assets/stylesheets/style.scss */
  .fs-xxl-7tx {
    font-size: calc(1.9rem + 7.8vw) !important;
  }
  /* line 24981, app/assets/stylesheets/style.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 24984, app/assets/stylesheets/style.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 24987, app/assets/stylesheets/style.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 24990, app/assets/stylesheets/style.scss */
  .min-w-xxl-unset {
    min-width: unset !important;
  }
  /* line 24993, app/assets/stylesheets/style.scss */
  .min-w-xxl-25 {
    min-width: 25% !important;
  }
  /* line 24996, app/assets/stylesheets/style.scss */
  .min-w-xxl-50 {
    min-width: 50% !important;
  }
  /* line 24999, app/assets/stylesheets/style.scss */
  .min-w-xxl-75 {
    min-width: 75% !important;
  }
  /* line 25002, app/assets/stylesheets/style.scss */
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  /* line 25005, app/assets/stylesheets/style.scss */
  .min-w-xxl-auto {
    min-width: auto !important;
  }
  /* line 25008, app/assets/stylesheets/style.scss */
  .min-w-xxl-1px {
    min-width: 1px !important;
  }
  /* line 25011, app/assets/stylesheets/style.scss */
  .min-w-xxl-2px {
    min-width: 2px !important;
  }
  /* line 25014, app/assets/stylesheets/style.scss */
  .min-w-xxl-3px {
    min-width: 3px !important;
  }
  /* line 25017, app/assets/stylesheets/style.scss */
  .min-w-xxl-4px {
    min-width: 4px !important;
  }
  /* line 25020, app/assets/stylesheets/style.scss */
  .min-w-xxl-5px {
    min-width: 5px !important;
  }
  /* line 25023, app/assets/stylesheets/style.scss */
  .min-w-xxl-6px {
    min-width: 6px !important;
  }
  /* line 25026, app/assets/stylesheets/style.scss */
  .min-w-xxl-7px {
    min-width: 7px !important;
  }
  /* line 25029, app/assets/stylesheets/style.scss */
  .min-w-xxl-8px {
    min-width: 8px !important;
  }
  /* line 25032, app/assets/stylesheets/style.scss */
  .min-w-xxl-9px {
    min-width: 9px !important;
  }
  /* line 25035, app/assets/stylesheets/style.scss */
  .min-w-xxl-10px {
    min-width: 10px !important;
  }
  /* line 25038, app/assets/stylesheets/style.scss */
  .min-w-xxl-15px {
    min-width: 15px !important;
  }
  /* line 25041, app/assets/stylesheets/style.scss */
  .min-w-xxl-20px {
    min-width: 20px !important;
  }
  /* line 25044, app/assets/stylesheets/style.scss */
  .min-w-xxl-25px {
    min-width: 25px !important;
  }
  /* line 25047, app/assets/stylesheets/style.scss */
  .min-w-xxl-30px {
    min-width: 30px !important;
  }
  /* line 25050, app/assets/stylesheets/style.scss */
  .min-w-xxl-35px {
    min-width: 35px !important;
  }
  /* line 25053, app/assets/stylesheets/style.scss */
  .min-w-xxl-40px {
    min-width: 40px !important;
  }
  /* line 25056, app/assets/stylesheets/style.scss */
  .min-w-xxl-45px {
    min-width: 45px !important;
  }
  /* line 25059, app/assets/stylesheets/style.scss */
  .min-w-xxl-50px {
    min-width: 50px !important;
  }
  /* line 25062, app/assets/stylesheets/style.scss */
  .min-w-xxl-55px {
    min-width: 55px !important;
  }
  /* line 25065, app/assets/stylesheets/style.scss */
  .min-w-xxl-60px {
    min-width: 60px !important;
  }
  /* line 25068, app/assets/stylesheets/style.scss */
  .min-w-xxl-65px {
    min-width: 65px !important;
  }
  /* line 25071, app/assets/stylesheets/style.scss */
  .min-w-xxl-70px {
    min-width: 70px !important;
  }
  /* line 25074, app/assets/stylesheets/style.scss */
  .min-w-xxl-75px {
    min-width: 75px !important;
  }
  /* line 25077, app/assets/stylesheets/style.scss */
  .min-w-xxl-80px {
    min-width: 80px !important;
  }
  /* line 25080, app/assets/stylesheets/style.scss */
  .min-w-xxl-85px {
    min-width: 85px !important;
  }
  /* line 25083, app/assets/stylesheets/style.scss */
  .min-w-xxl-90px {
    min-width: 90px !important;
  }
  /* line 25086, app/assets/stylesheets/style.scss */
  .min-w-xxl-95px {
    min-width: 95px !important;
  }
  /* line 25089, app/assets/stylesheets/style.scss */
  .min-w-xxl-100px {
    min-width: 100px !important;
  }
  /* line 25092, app/assets/stylesheets/style.scss */
  .min-w-xxl-125px {
    min-width: 125px !important;
  }
  /* line 25095, app/assets/stylesheets/style.scss */
  .min-w-xxl-150px {
    min-width: 150px !important;
  }
  /* line 25098, app/assets/stylesheets/style.scss */
  .min-w-xxl-175px {
    min-width: 175px !important;
  }
  /* line 25101, app/assets/stylesheets/style.scss */
  .min-w-xxl-200px {
    min-width: 200px !important;
  }
  /* line 25104, app/assets/stylesheets/style.scss */
  .min-w-xxl-225px {
    min-width: 225px !important;
  }
  /* line 25107, app/assets/stylesheets/style.scss */
  .min-w-xxl-250px {
    min-width: 250px !important;
  }
  /* line 25110, app/assets/stylesheets/style.scss */
  .min-w-xxl-275px {
    min-width: 275px !important;
  }
  /* line 25113, app/assets/stylesheets/style.scss */
  .min-w-xxl-300px {
    min-width: 300px !important;
  }
  /* line 25116, app/assets/stylesheets/style.scss */
  .min-w-xxl-325px {
    min-width: 325px !important;
  }
  /* line 25119, app/assets/stylesheets/style.scss */
  .min-w-xxl-350px {
    min-width: 350px !important;
  }
  /* line 25122, app/assets/stylesheets/style.scss */
  .min-w-xxl-375px {
    min-width: 375px !important;
  }
  /* line 25125, app/assets/stylesheets/style.scss */
  .min-w-xxl-400px {
    min-width: 400px !important;
  }
  /* line 25128, app/assets/stylesheets/style.scss */
  .min-w-xxl-425px {
    min-width: 425px !important;
  }
  /* line 25131, app/assets/stylesheets/style.scss */
  .min-w-xxl-450px {
    min-width: 450px !important;
  }
  /* line 25134, app/assets/stylesheets/style.scss */
  .min-w-xxl-475px {
    min-width: 475px !important;
  }
  /* line 25137, app/assets/stylesheets/style.scss */
  .min-w-xxl-500px {
    min-width: 500px !important;
  }
  /* line 25140, app/assets/stylesheets/style.scss */
  .min-w-xxl-550px {
    min-width: 550px !important;
  }
  /* line 25143, app/assets/stylesheets/style.scss */
  .min-w-xxl-600px {
    min-width: 600px !important;
  }
  /* line 25146, app/assets/stylesheets/style.scss */
  .min-w-xxl-650px {
    min-width: 650px !important;
  }
  /* line 25149, app/assets/stylesheets/style.scss */
  .min-w-xxl-700px {
    min-width: 700px !important;
  }
  /* line 25152, app/assets/stylesheets/style.scss */
  .min-w-xxl-750px {
    min-width: 750px !important;
  }
  /* line 25155, app/assets/stylesheets/style.scss */
  .min-w-xxl-800px {
    min-width: 800px !important;
  }
  /* line 25158, app/assets/stylesheets/style.scss */
  .min-w-xxl-850px {
    min-width: 850px !important;
  }
  /* line 25161, app/assets/stylesheets/style.scss */
  .min-w-xxl-900px {
    min-width: 900px !important;
  }
  /* line 25164, app/assets/stylesheets/style.scss */
  .min-w-xxl-950px {
    min-width: 950px !important;
  }
  /* line 25167, app/assets/stylesheets/style.scss */
  .min-w-xxl-1000px {
    min-width: 1000px !important;
  }
  /* line 25170, app/assets/stylesheets/style.scss */
  .min-h-xxl-unset {
    min-height: unset !important;
  }
  /* line 25173, app/assets/stylesheets/style.scss */
  .min-h-xxl-25 {
    min-height: 25% !important;
  }
  /* line 25176, app/assets/stylesheets/style.scss */
  .min-h-xxl-50 {
    min-height: 50% !important;
  }
  /* line 25179, app/assets/stylesheets/style.scss */
  .min-h-xxl-75 {
    min-height: 75% !important;
  }
  /* line 25182, app/assets/stylesheets/style.scss */
  .min-h-xxl-100 {
    min-height: 100% !important;
  }
  /* line 25185, app/assets/stylesheets/style.scss */
  .min-h-xxl-auto {
    min-height: auto !important;
  }
  /* line 25188, app/assets/stylesheets/style.scss */
  .min-h-xxl-1px {
    min-height: 1px !important;
  }
  /* line 25191, app/assets/stylesheets/style.scss */
  .min-h-xxl-2px {
    min-height: 2px !important;
  }
  /* line 25194, app/assets/stylesheets/style.scss */
  .min-h-xxl-3px {
    min-height: 3px !important;
  }
  /* line 25197, app/assets/stylesheets/style.scss */
  .min-h-xxl-4px {
    min-height: 4px !important;
  }
  /* line 25200, app/assets/stylesheets/style.scss */
  .min-h-xxl-5px {
    min-height: 5px !important;
  }
  /* line 25203, app/assets/stylesheets/style.scss */
  .min-h-xxl-6px {
    min-height: 6px !important;
  }
  /* line 25206, app/assets/stylesheets/style.scss */
  .min-h-xxl-7px {
    min-height: 7px !important;
  }
  /* line 25209, app/assets/stylesheets/style.scss */
  .min-h-xxl-8px {
    min-height: 8px !important;
  }
  /* line 25212, app/assets/stylesheets/style.scss */
  .min-h-xxl-9px {
    min-height: 9px !important;
  }
  /* line 25215, app/assets/stylesheets/style.scss */
  .min-h-xxl-10px {
    min-height: 10px !important;
  }
  /* line 25218, app/assets/stylesheets/style.scss */
  .min-h-xxl-15px {
    min-height: 15px !important;
  }
  /* line 25221, app/assets/stylesheets/style.scss */
  .min-h-xxl-20px {
    min-height: 20px !important;
  }
  /* line 25224, app/assets/stylesheets/style.scss */
  .min-h-xxl-25px {
    min-height: 25px !important;
  }
  /* line 25227, app/assets/stylesheets/style.scss */
  .min-h-xxl-30px {
    min-height: 30px !important;
  }
  /* line 25230, app/assets/stylesheets/style.scss */
  .min-h-xxl-35px {
    min-height: 35px !important;
  }
  /* line 25233, app/assets/stylesheets/style.scss */
  .min-h-xxl-40px {
    min-height: 40px !important;
  }
  /* line 25236, app/assets/stylesheets/style.scss */
  .min-h-xxl-45px {
    min-height: 45px !important;
  }
  /* line 25239, app/assets/stylesheets/style.scss */
  .min-h-xxl-50px {
    min-height: 50px !important;
  }
  /* line 25242, app/assets/stylesheets/style.scss */
  .min-h-xxl-55px {
    min-height: 55px !important;
  }
  /* line 25245, app/assets/stylesheets/style.scss */
  .min-h-xxl-60px {
    min-height: 60px !important;
  }
  /* line 25248, app/assets/stylesheets/style.scss */
  .min-h-xxl-65px {
    min-height: 65px !important;
  }
  /* line 25251, app/assets/stylesheets/style.scss */
  .min-h-xxl-70px {
    min-height: 70px !important;
  }
  /* line 25254, app/assets/stylesheets/style.scss */
  .min-h-xxl-75px {
    min-height: 75px !important;
  }
  /* line 25257, app/assets/stylesheets/style.scss */
  .min-h-xxl-80px {
    min-height: 80px !important;
  }
  /* line 25260, app/assets/stylesheets/style.scss */
  .min-h-xxl-85px {
    min-height: 85px !important;
  }
  /* line 25263, app/assets/stylesheets/style.scss */
  .min-h-xxl-90px {
    min-height: 90px !important;
  }
  /* line 25266, app/assets/stylesheets/style.scss */
  .min-h-xxl-95px {
    min-height: 95px !important;
  }
  /* line 25269, app/assets/stylesheets/style.scss */
  .min-h-xxl-100px {
    min-height: 100px !important;
  }
  /* line 25272, app/assets/stylesheets/style.scss */
  .min-h-xxl-125px {
    min-height: 125px !important;
  }
  /* line 25275, app/assets/stylesheets/style.scss */
  .min-h-xxl-150px {
    min-height: 150px !important;
  }
  /* line 25278, app/assets/stylesheets/style.scss */
  .min-h-xxl-175px {
    min-height: 175px !important;
  }
  /* line 25281, app/assets/stylesheets/style.scss */
  .min-h-xxl-200px {
    min-height: 200px !important;
  }
  /* line 25284, app/assets/stylesheets/style.scss */
  .min-h-xxl-225px {
    min-height: 225px !important;
  }
  /* line 25287, app/assets/stylesheets/style.scss */
  .min-h-xxl-250px {
    min-height: 250px !important;
  }
  /* line 25290, app/assets/stylesheets/style.scss */
  .min-h-xxl-275px {
    min-height: 275px !important;
  }
  /* line 25293, app/assets/stylesheets/style.scss */
  .min-h-xxl-300px {
    min-height: 300px !important;
  }
  /* line 25296, app/assets/stylesheets/style.scss */
  .min-h-xxl-325px {
    min-height: 325px !important;
  }
  /* line 25299, app/assets/stylesheets/style.scss */
  .min-h-xxl-350px {
    min-height: 350px !important;
  }
  /* line 25302, app/assets/stylesheets/style.scss */
  .min-h-xxl-375px {
    min-height: 375px !important;
  }
  /* line 25305, app/assets/stylesheets/style.scss */
  .min-h-xxl-400px {
    min-height: 400px !important;
  }
  /* line 25308, app/assets/stylesheets/style.scss */
  .min-h-xxl-425px {
    min-height: 425px !important;
  }
  /* line 25311, app/assets/stylesheets/style.scss */
  .min-h-xxl-450px {
    min-height: 450px !important;
  }
  /* line 25314, app/assets/stylesheets/style.scss */
  .min-h-xxl-475px {
    min-height: 475px !important;
  }
  /* line 25317, app/assets/stylesheets/style.scss */
  .min-h-xxl-500px {
    min-height: 500px !important;
  }
  /* line 25320, app/assets/stylesheets/style.scss */
  .min-h-xxl-550px {
    min-height: 550px !important;
  }
  /* line 25323, app/assets/stylesheets/style.scss */
  .min-h-xxl-600px {
    min-height: 600px !important;
  }
  /* line 25326, app/assets/stylesheets/style.scss */
  .min-h-xxl-650px {
    min-height: 650px !important;
  }
  /* line 25329, app/assets/stylesheets/style.scss */
  .min-h-xxl-700px {
    min-height: 700px !important;
  }
  /* line 25332, app/assets/stylesheets/style.scss */
  .min-h-xxl-750px {
    min-height: 750px !important;
  }
  /* line 25335, app/assets/stylesheets/style.scss */
  .min-h-xxl-800px {
    min-height: 800px !important;
  }
  /* line 25338, app/assets/stylesheets/style.scss */
  .min-h-xxl-850px {
    min-height: 850px !important;
  }
  /* line 25341, app/assets/stylesheets/style.scss */
  .min-h-xxl-900px {
    min-height: 900px !important;
  }
  /* line 25344, app/assets/stylesheets/style.scss */
  .min-h-xxl-950px {
    min-height: 950px !important;
  }
  /* line 25347, app/assets/stylesheets/style.scss */
  .min-h-xxl-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  /* line 25351, app/assets/stylesheets/style.scss */
  .fs-1 {
    font-size: 1.75rem !important;
  }
  /* line 25354, app/assets/stylesheets/style.scss */
  .fs-2 {
    font-size: 1.5rem !important;
  }
  /* line 25357, app/assets/stylesheets/style.scss */
  .fs-3 {
    font-size: 1.35rem !important;
  }
  /* line 25360, app/assets/stylesheets/style.scss */
  .fs-2x {
    font-size: 2rem !important;
  }
  /* line 25363, app/assets/stylesheets/style.scss */
  .fs-2qx {
    font-size: 2.25rem !important;
  }
  /* line 25366, app/assets/stylesheets/style.scss */
  .fs-2hx {
    font-size: 2.5rem !important;
  }
  /* line 25369, app/assets/stylesheets/style.scss */
  .fs-2tx {
    font-size: 2.75rem !important;
  }
  /* line 25372, app/assets/stylesheets/style.scss */
  .fs-3x {
    font-size: 3rem !important;
  }
  /* line 25375, app/assets/stylesheets/style.scss */
  .fs-3qx {
    font-size: 3.25rem !important;
  }
  /* line 25378, app/assets/stylesheets/style.scss */
  .fs-3hx {
    font-size: 3.5rem !important;
  }
  /* line 25381, app/assets/stylesheets/style.scss */
  .fs-3tx {
    font-size: 3.75rem !important;
  }
  /* line 25384, app/assets/stylesheets/style.scss */
  .fs-4x {
    font-size: 4rem !important;
  }
  /* line 25387, app/assets/stylesheets/style.scss */
  .fs-4qx {
    font-size: 4.25rem !important;
  }
  /* line 25390, app/assets/stylesheets/style.scss */
  .fs-4hx {
    font-size: 4.5rem !important;
  }
  /* line 25393, app/assets/stylesheets/style.scss */
  .fs-4tx {
    font-size: 4.75rem !important;
  }
  /* line 25396, app/assets/stylesheets/style.scss */
  .fs-5x {
    font-size: 5rem !important;
  }
  /* line 25399, app/assets/stylesheets/style.scss */
  .fs-5qx {
    font-size: 5.25rem !important;
  }
  /* line 25402, app/assets/stylesheets/style.scss */
  .fs-5hx {
    font-size: 5.5rem !important;
  }
  /* line 25405, app/assets/stylesheets/style.scss */
  .fs-5tx {
    font-size: 5.75rem !important;
  }
  /* line 25408, app/assets/stylesheets/style.scss */
  .fs-6x {
    font-size: 6rem !important;
  }
  /* line 25411, app/assets/stylesheets/style.scss */
  .fs-6qx {
    font-size: 6.25rem !important;
  }
  /* line 25414, app/assets/stylesheets/style.scss */
  .fs-6hx {
    font-size: 6.5rem !important;
  }
  /* line 25417, app/assets/stylesheets/style.scss */
  .fs-6tx {
    font-size: 6.75rem !important;
  }
  /* line 25420, app/assets/stylesheets/style.scss */
  .fs-7x {
    font-size: 7rem !important;
  }
  /* line 25423, app/assets/stylesheets/style.scss */
  .fs-7qx {
    font-size: 7.25rem !important;
  }
  /* line 25426, app/assets/stylesheets/style.scss */
  .fs-7hx {
    font-size: 7.5rem !important;
  }
  /* line 25429, app/assets/stylesheets/style.scss */
  .fs-7tx {
    font-size: 7.75rem !important;
  }
  /* line 25432, app/assets/stylesheets/style.scss */
  .fs-sm-1 {
    font-size: 1.75rem !important;
  }
  /* line 25435, app/assets/stylesheets/style.scss */
  .fs-sm-2 {
    font-size: 1.5rem !important;
  }
  /* line 25438, app/assets/stylesheets/style.scss */
  .fs-sm-3 {
    font-size: 1.35rem !important;
  }
  /* line 25441, app/assets/stylesheets/style.scss */
  .fs-sm-2x {
    font-size: 2rem !important;
  }
  /* line 25444, app/assets/stylesheets/style.scss */
  .fs-sm-2qx {
    font-size: 2.25rem !important;
  }
  /* line 25447, app/assets/stylesheets/style.scss */
  .fs-sm-2hx {
    font-size: 2.5rem !important;
  }
  /* line 25450, app/assets/stylesheets/style.scss */
  .fs-sm-2tx {
    font-size: 2.75rem !important;
  }
  /* line 25453, app/assets/stylesheets/style.scss */
  .fs-sm-3x {
    font-size: 3rem !important;
  }
  /* line 25456, app/assets/stylesheets/style.scss */
  .fs-sm-3qx {
    font-size: 3.25rem !important;
  }
  /* line 25459, app/assets/stylesheets/style.scss */
  .fs-sm-3hx {
    font-size: 3.5rem !important;
  }
  /* line 25462, app/assets/stylesheets/style.scss */
  .fs-sm-3tx {
    font-size: 3.75rem !important;
  }
  /* line 25465, app/assets/stylesheets/style.scss */
  .fs-sm-4x {
    font-size: 4rem !important;
  }
  /* line 25468, app/assets/stylesheets/style.scss */
  .fs-sm-4qx {
    font-size: 4.25rem !important;
  }
  /* line 25471, app/assets/stylesheets/style.scss */
  .fs-sm-4hx {
    font-size: 4.5rem !important;
  }
  /* line 25474, app/assets/stylesheets/style.scss */
  .fs-sm-4tx {
    font-size: 4.75rem !important;
  }
  /* line 25477, app/assets/stylesheets/style.scss */
  .fs-sm-5x {
    font-size: 5rem !important;
  }
  /* line 25480, app/assets/stylesheets/style.scss */
  .fs-sm-5qx {
    font-size: 5.25rem !important;
  }
  /* line 25483, app/assets/stylesheets/style.scss */
  .fs-sm-5hx {
    font-size: 5.5rem !important;
  }
  /* line 25486, app/assets/stylesheets/style.scss */
  .fs-sm-5tx {
    font-size: 5.75rem !important;
  }
  /* line 25489, app/assets/stylesheets/style.scss */
  .fs-sm-6x {
    font-size: 6rem !important;
  }
  /* line 25492, app/assets/stylesheets/style.scss */
  .fs-sm-6qx {
    font-size: 6.25rem !important;
  }
  /* line 25495, app/assets/stylesheets/style.scss */
  .fs-sm-6hx {
    font-size: 6.5rem !important;
  }
  /* line 25498, app/assets/stylesheets/style.scss */
  .fs-sm-6tx {
    font-size: 6.75rem !important;
  }
  /* line 25501, app/assets/stylesheets/style.scss */
  .fs-sm-7x {
    font-size: 7rem !important;
  }
  /* line 25504, app/assets/stylesheets/style.scss */
  .fs-sm-7qx {
    font-size: 7.25rem !important;
  }
  /* line 25507, app/assets/stylesheets/style.scss */
  .fs-sm-7hx {
    font-size: 7.5rem !important;
  }
  /* line 25510, app/assets/stylesheets/style.scss */
  .fs-sm-7tx {
    font-size: 7.75rem !important;
  }
  /* line 25513, app/assets/stylesheets/style.scss */
  .fs-md-1 {
    font-size: 1.75rem !important;
  }
  /* line 25516, app/assets/stylesheets/style.scss */
  .fs-md-2 {
    font-size: 1.5rem !important;
  }
  /* line 25519, app/assets/stylesheets/style.scss */
  .fs-md-3 {
    font-size: 1.35rem !important;
  }
  /* line 25522, app/assets/stylesheets/style.scss */
  .fs-md-2x {
    font-size: 2rem !important;
  }
  /* line 25525, app/assets/stylesheets/style.scss */
  .fs-md-2qx {
    font-size: 2.25rem !important;
  }
  /* line 25528, app/assets/stylesheets/style.scss */
  .fs-md-2hx {
    font-size: 2.5rem !important;
  }
  /* line 25531, app/assets/stylesheets/style.scss */
  .fs-md-2tx {
    font-size: 2.75rem !important;
  }
  /* line 25534, app/assets/stylesheets/style.scss */
  .fs-md-3x {
    font-size: 3rem !important;
  }
  /* line 25537, app/assets/stylesheets/style.scss */
  .fs-md-3qx {
    font-size: 3.25rem !important;
  }
  /* line 25540, app/assets/stylesheets/style.scss */
  .fs-md-3hx {
    font-size: 3.5rem !important;
  }
  /* line 25543, app/assets/stylesheets/style.scss */
  .fs-md-3tx {
    font-size: 3.75rem !important;
  }
  /* line 25546, app/assets/stylesheets/style.scss */
  .fs-md-4x {
    font-size: 4rem !important;
  }
  /* line 25549, app/assets/stylesheets/style.scss */
  .fs-md-4qx {
    font-size: 4.25rem !important;
  }
  /* line 25552, app/assets/stylesheets/style.scss */
  .fs-md-4hx {
    font-size: 4.5rem !important;
  }
  /* line 25555, app/assets/stylesheets/style.scss */
  .fs-md-4tx {
    font-size: 4.75rem !important;
  }
  /* line 25558, app/assets/stylesheets/style.scss */
  .fs-md-5x {
    font-size: 5rem !important;
  }
  /* line 25561, app/assets/stylesheets/style.scss */
  .fs-md-5qx {
    font-size: 5.25rem !important;
  }
  /* line 25564, app/assets/stylesheets/style.scss */
  .fs-md-5hx {
    font-size: 5.5rem !important;
  }
  /* line 25567, app/assets/stylesheets/style.scss */
  .fs-md-5tx {
    font-size: 5.75rem !important;
  }
  /* line 25570, app/assets/stylesheets/style.scss */
  .fs-md-6x {
    font-size: 6rem !important;
  }
  /* line 25573, app/assets/stylesheets/style.scss */
  .fs-md-6qx {
    font-size: 6.25rem !important;
  }
  /* line 25576, app/assets/stylesheets/style.scss */
  .fs-md-6hx {
    font-size: 6.5rem !important;
  }
  /* line 25579, app/assets/stylesheets/style.scss */
  .fs-md-6tx {
    font-size: 6.75rem !important;
  }
  /* line 25582, app/assets/stylesheets/style.scss */
  .fs-md-7x {
    font-size: 7rem !important;
  }
  /* line 25585, app/assets/stylesheets/style.scss */
  .fs-md-7qx {
    font-size: 7.25rem !important;
  }
  /* line 25588, app/assets/stylesheets/style.scss */
  .fs-md-7hx {
    font-size: 7.5rem !important;
  }
  /* line 25591, app/assets/stylesheets/style.scss */
  .fs-md-7tx {
    font-size: 7.75rem !important;
  }
  /* line 25594, app/assets/stylesheets/style.scss */
  .fs-lg-1 {
    font-size: 1.75rem !important;
  }
  /* line 25597, app/assets/stylesheets/style.scss */
  .fs-lg-2 {
    font-size: 1.5rem !important;
  }
  /* line 25600, app/assets/stylesheets/style.scss */
  .fs-lg-3 {
    font-size: 1.35rem !important;
  }
  /* line 25603, app/assets/stylesheets/style.scss */
  .fs-lg-2x {
    font-size: 2rem !important;
  }
  /* line 25606, app/assets/stylesheets/style.scss */
  .fs-lg-2qx {
    font-size: 2.25rem !important;
  }
  /* line 25609, app/assets/stylesheets/style.scss */
  .fs-lg-2hx {
    font-size: 2.5rem !important;
  }
  /* line 25612, app/assets/stylesheets/style.scss */
  .fs-lg-2tx {
    font-size: 2.75rem !important;
  }
  /* line 25615, app/assets/stylesheets/style.scss */
  .fs-lg-3x {
    font-size: 3rem !important;
  }
  /* line 25618, app/assets/stylesheets/style.scss */
  .fs-lg-3qx {
    font-size: 3.25rem !important;
  }
  /* line 25621, app/assets/stylesheets/style.scss */
  .fs-lg-3hx {
    font-size: 3.5rem !important;
  }
  /* line 25624, app/assets/stylesheets/style.scss */
  .fs-lg-3tx {
    font-size: 3.75rem !important;
  }
  /* line 25627, app/assets/stylesheets/style.scss */
  .fs-lg-4x {
    font-size: 4rem !important;
  }
  /* line 25630, app/assets/stylesheets/style.scss */
  .fs-lg-4qx {
    font-size: 4.25rem !important;
  }
  /* line 25633, app/assets/stylesheets/style.scss */
  .fs-lg-4hx {
    font-size: 4.5rem !important;
  }
  /* line 25636, app/assets/stylesheets/style.scss */
  .fs-lg-4tx {
    font-size: 4.75rem !important;
  }
  /* line 25639, app/assets/stylesheets/style.scss */
  .fs-lg-5x {
    font-size: 5rem !important;
  }
  /* line 25642, app/assets/stylesheets/style.scss */
  .fs-lg-5qx {
    font-size: 5.25rem !important;
  }
  /* line 25645, app/assets/stylesheets/style.scss */
  .fs-lg-5hx {
    font-size: 5.5rem !important;
  }
  /* line 25648, app/assets/stylesheets/style.scss */
  .fs-lg-5tx {
    font-size: 5.75rem !important;
  }
  /* line 25651, app/assets/stylesheets/style.scss */
  .fs-lg-6x {
    font-size: 6rem !important;
  }
  /* line 25654, app/assets/stylesheets/style.scss */
  .fs-lg-6qx {
    font-size: 6.25rem !important;
  }
  /* line 25657, app/assets/stylesheets/style.scss */
  .fs-lg-6hx {
    font-size: 6.5rem !important;
  }
  /* line 25660, app/assets/stylesheets/style.scss */
  .fs-lg-6tx {
    font-size: 6.75rem !important;
  }
  /* line 25663, app/assets/stylesheets/style.scss */
  .fs-lg-7x {
    font-size: 7rem !important;
  }
  /* line 25666, app/assets/stylesheets/style.scss */
  .fs-lg-7qx {
    font-size: 7.25rem !important;
  }
  /* line 25669, app/assets/stylesheets/style.scss */
  .fs-lg-7hx {
    font-size: 7.5rem !important;
  }
  /* line 25672, app/assets/stylesheets/style.scss */
  .fs-lg-7tx {
    font-size: 7.75rem !important;
  }
}

@media print {
  /* line 25676, app/assets/stylesheets/style.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 25679, app/assets/stylesheets/style.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 25682, app/assets/stylesheets/style.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 25685, app/assets/stylesheets/style.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 25688, app/assets/stylesheets/style.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 25691, app/assets/stylesheets/style.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 25694, app/assets/stylesheets/style.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 25697, app/assets/stylesheets/style.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 25700, app/assets/stylesheets/style.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 25703, app/assets/stylesheets/style.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 25706, app/assets/stylesheets/style.scss */
:root {
  --bs-xs: 0;
  --bs-sm: 576px;
  --bs-md: 768px;
  --bs-lg: 992px;
  --bs-xl: 1200px;
  --bs-xxl: 1400px;
  --bs-scrollbar-size: 5px;
  --bs-scrollbar-overlay-size: 19px;
  --bs-scrollbar-overlay-space: 7px;
  --bs-white-bg-rgb: 255, 255, 255;
  --bs-black-bg-rgb: 0, 0, 0;
}

/* line 25719, app/assets/stylesheets/style.scss */
[data-bs-theme=light] {
  --bs-text-custom: #483529;
  --bs-text-custom-primary: #654837;
  --bs-text-muted: #A1A5B7;
  --bs-gray-100: #F9F9F9;
  --bs-gray-100-rgb: 249, 249, 249;
  --bs-gray-200: #F4F4F4;
  --bs-gray-200-rgb: 244, 244, 244;
  --bs-gray-300: #E1E3EA;
  --bs-gray-300-rgb: 225, 227, 234;
  --bs-gray-400: #B5B5C3;
  --bs-gray-400-rgb: 181, 181, 195;
  --bs-gray-500: #A1A5B7;
  --bs-gray-500-rgb: 161, 165, 183;
  --bs-gray-600: #7E8299;
  --bs-gray-600-rgb: 126, 130, 153;
  --bs-gray-700: #5E6278;
  --bs-gray-700-rgb: 94, 98, 120;
  --bs-gray-800: #3F4254;
  --bs-gray-800-rgb: 63, 66, 84;
  --bs-gray-900: #181C32;
  --bs-gray-900-rgb: 24, 28, 50;
  --bs-light: #f0eee8;
  --bs-primary: #009ef7;
  --bs-secondary: #c2ac8e;
  --bs-success: #50cd89;
  --bs-info: #7239ea;
  --bs-warning: #ffc700;
  --bs-danger: #f1416c;
  --bs-dark: #181C32;
  --bs-primary-active: #69523e;
  --bs-secondary-active: #ab987a;
  --bs-light-active: #F4F4F4;
  --bs-success-active: #47be7d;
  --bs-info-active: #5014d0;
  --bs-warning-active: #f1bc00;
  --bs-danger-active: #d9214e;
  --bs-dark-active: #131628;
  --bs-primary-light: #f0eee8;
  --bs-secondary-light: #F9F9F9;
  --bs-success-light: #e8fff3;
  --bs-info-light: #f8f5ff;
  --bs-warning-light: #fff8dd;
  --bs-danger-light: #fff5f8;
  --bs-dark-light: #F4F4F4;
  --bs-primary-inverse: #ffffff;
  --bs-secondary-inverse: #ffffff;
  --bs-light-inverse: #7E8299;
  --bs-success-inverse: #ffffff;
  --bs-info-inverse: #ffffff;
  --bs-warning-inverse: #ffffff;
  --bs-danger-inverse: #ffffff;
  --bs-dark-inverse: #ffffff;
  --bs-light-rgb: 249, 249, 249;
  --bs-primary-rgb: 0, 158, 247;
  --bs-secondary-rgb: 225, 227, 234;
  --bs-success-rgb: 80, 205, 137;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-text-white: #ffffff;
  --bs-text-primary: #654837;
  --bs-text-secondary: #E1E3EA;
  --bs-text-light: #F9F9F9;
  --bs-text-success: #50cd89;
  --bs-text-info: #7239ea;
  --bs-text-warning: #ffc700;
  --bs-text-danger: #f1416c;
  --bs-text-dark: #181C32;
  --bs-text-muted: #A1A5B7;
  --bs-text-gray-100: #F9F9F9;
  --bs-text-gray-200: #F4F4F4;
  --bs-text-gray-300: #E1E3EA;
  --bs-text-gray-400: #B5B5C3;
  --bs-text-gray-500: #A1A5B7;
  --bs-text-gray-600: #7E8299;
  --bs-text-gray-700: #5E6278;
  --bs-text-gray-800: #3F4254;
  --bs-text-gray-900: #181C32;
  --bs-border-color: #F4F4F4;
  --bs-border-dashed-color: #E1E3EA;
  --bs-component-active-color: #ffffff;
  --bs-component-active-bg: #654837;
  --bs-component-hover-color: #009ef7;
  --bs-component-hover-bg: #F9F9F9;
  --bs-component-checked-color: #ffffff;
  --bs-component-checked-bg: #009ef7;
  --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0,  0,  0,  0.05);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0,  0,  0,  0.05);
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,  0,  0,  0.075);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0,  0,  0,  0.1);
  --bs-input-bg: var(--bs-body-bg);
  --bs-input-color: var(--bs-gray-700);
  --bs-input-solid-color: var(--bs-gray-700);
  --bs-input-solid-bg: var(--bs-gray-100);
  --bs-input-solid-bg-focus: var(--bs-gray-200);
  --bs-input-solid-placeholder-color: var(--bs-gray-500);
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.15);
  --bs-table-striped-bg: rgba(var(--bs-gray-100-rgb),  0.75);
  --bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82,  63,  105,  0.15);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82,  63,  105,  0.15);
  --bs-code-bg: #F1F3F8;
  --bs-code-box-shadow: 0px 3px 9px rgba(0,  0,  0,  0.08);
  --bs-code-color: #b93993;
  --bs-symbol-label-color: var(--bs-gray-800);
  --bs-symbol-label-bg: var(--bs-gray-100);
  --bs-symbol-border-color: rgba(var(--bs-body-bg),  0.5);
  --bs-bullet-bg-color: var(--bs-gray-400);
  --bs-scrolltop-opacity: 0;
  --bs-scrolltop-opacity-on: 0.3;
  --bs-scrolltop-opacity-hover: 1;
  --bs-scrolltop-box-shadow: var(--bs-box-shadow);
  --bs-scrolltop-bg-color: var(--bs-primary);
  --bs-scrolltop-bg-color-hover: var(--bs-primary);
  --bs-scrolltop-icon-color: var(--bs-primary-inverse);
  --bs-scrolltop-icon-color-hover: var(--bs-primary-inverse);
  --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0,  0,  0,  0.05);
  --bs-drawer-bg-color: #ffffff;
  --bs-drawer-overlay-bg-color: rgba(0,  0,  0,  0.2);
  --bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82,  63,  105,  0.15);
  --bs-menu-dropdown-bg-color: var(--bs-body-bg);
  --bs-menu-heading-color: #A1A5B7;
  --bs-menu-link-color-hover: #009ef7;
  --bs-menu-link-color-show: #009ef7;
  --bs-menu-link-color-here: #009ef7;
  --bs-menu-link-color-active: #009ef7;
  --bs-menu-link-bg-color-hover: #F9F9F9;
  --bs-menu-link-bg-color-show: #F9F9F9;
  --bs-menu-link-bg-color-here: #F9F9F9;
  --bs-menu-link-bg-color-active: #F9F9F9;
  --bs-scrollbar-color: #F4F4F4;
  --bs-scrollbar-hover-color: #efefef;
  --bs-scrollbar-size: 5px;
  --bs-scrollbar-overlay-size: 19px;
  --bs-scrollbar-overlay-space: 7px;
  --bs-overlay-bg: rgba(0,  0,  0,  0.05);
  --bs-blockui-overlay-bg: rgba(0,  0,  0,  0.05);
  --bs-rating-color-default: #B5B5C3;
  --bs-rating-color-active: #FFAD0F;
  --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(24,  28,  50,  0.1);
  --bs-ribbon-label-bg: #009ef7;
  --bs-ribbon-label-border-color: #005d91;
  --bs-ribbon-clip-bg: #181C32;
  --bs-engage-btn-bg: #ffffff;
  --bs-engage-btn-box-shadow: 0px 0px 22px #E0E0E0;
  --bs-engage-btn-border-color: #E8E8E8;
  --bs-engage-btn-color: #3F4254;
  --bs-engage-btn-icon-color: #7E8299;
  --bs-engage-btn-color-active: #3F4254;
}

/* line 25871, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] {
  --bs-text-muted: #565674;
  --bs-gray-100: #1b1b29;
  --bs-gray-100-rgb: 27, 27, 41;
  --bs-gray-200: #2B2B40;
  --bs-gray-200-rgb: 43, 43, 64;
  --bs-gray-300: #323248;
  --bs-gray-300-rgb: 50, 50, 72;
  --bs-gray-400: #474761;
  --bs-gray-400-rgb: 71, 71, 97;
  --bs-gray-500: #565674;
  --bs-gray-500-rgb: 86, 86, 116;
  --bs-gray-600: #6D6D80;
  --bs-gray-600-rgb: 109, 109, 128;
  --bs-gray-700: #92929F;
  --bs-gray-700-rgb: 146, 146, 159;
  --bs-gray-800: #CDCDDE;
  --bs-gray-800-rgb: 205, 205, 222;
  --bs-gray-900: #FFFFFF;
  --bs-gray-900-rgb: 255, 255, 255;
  --bs-white: #ffffff;
  --bs-light: #f0eee8;
  --bs-primary: #009ef7;
  --bs-success: #50cd89;
  --bs-info: #7239ea;
  --bs-warning: #ffc700;
  --bs-danger: #f1416c;
  --bs-dark: #FFFFFF;
  --bs-secondary: #8b7559;
  --bs-primary-active: #0095e8;
  --bs-secondary-active: #fe0008;
  --bs-light-active: #323248;
  --bs-success-active: #47be7d;
  --bs-info-active: #5014d0;
  --bs-warning-active: #f1bc00;
  --bs-danger-active: #d9214e;
  --bs-dark-active: white;
  --bs-primary-light: #212e48;
  --bs-success-light: #1c3238;
  --bs-info-light: #2f264f;
  --bs-warning-light: #392f28;
  --bs-danger-light: #3a2434;
  --bs-dark-light: #2B2B40;
  --bs-secondary-light: #1b1b29;
  --bs-primary-inverse: #ffffff;
  --bs-secondary-inverse: #fe0008;
  --bs-light-inverse: #7E8299;
  --bs-success-inverse: #ffffff;
  --bs-info-inverse: #ffffff;
  --bs-warning-inverse: #ffffff;
  --bs-danger-inverse: #ffffff;
  --bs-dark-inverse: #1b1b29;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 43, 43, 64;
  --bs-primary-rgb: 0, 158, 247;
  --bs-success-rgb: 80, 205, 137;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 255, 255, 255;
  --bs-secondary-rgb: 50, 50, 72;
  --bs-text-white: #ffffff;
  --bs-text-primary: #009ef7;
  --bs-text-secondary: #323248;
  --bs-text-light: #2B2B40;
  --bs-text-success: #50cd89;
  --bs-text-info: #7239ea;
  --bs-text-warning: #ffc700;
  --bs-text-danger: #f1416c;
  --bs-text-dark: #FFFFFF;
  --bs-text-muted: #565674;
  --bs-text-gray-100: #1b1b29;
  --bs-text-gray-200: #2B2B40;
  --bs-text-gray-300: #323248;
  --bs-text-gray-400: #474761;
  --bs-text-gray-500: #565674;
  --bs-text-gray-600: #6D6D80;
  --bs-text-gray-700: #92929F;
  --bs-text-gray-800: #CDCDDE;
  --bs-text-gray-900: #FFFFFF;
  --bs-border-color: #2B2B40;
  --bs-border-dashed-color: #323248;
  --bs-component-active-color: #ffffff;
  --bs-component-active-bg: #654837;
  --bs-component-hover-color: #654837;
  --bs-component-hover-bg: #1b1b29;
  --bs-component-checked-color: #ffffff;
  --bs-component-checked-bg: #009ef7;
  --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0,  0,  0,  0.05);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0,  0,  0,  0.05);
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,  0,  0,  0.075);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0,  0,  0,  0.1);
  --bs-input-color: var(--bs-gray-700);
  --bs-input-bg: var(--bs-body-bg);
  --bs-input-solid-color: var(--bs-gray-700);
  --bs-input-solid-bg: var(--bs-gray-100);
  --bs-input-solid-bg-focus: var(--bs-gray-200);
  --bs-input-solid-placeholder-color: var(--bs-gray-500);
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.15);
  --bs-table-striped-bg: rgba(27,  27,  41,  0.75);
  --bs-table-loading-message-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.3);
  --bs-dropdown-bg: #1e1e2d;
  --bs-dropdown-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.3);
  --bs-code-bg: #2B2B40;
  --bs-code-box-shadow: 0px 3px 9px rgba(0,  0,  0,  0.08);
  --bs-code-color: #b93993;
  --bs-symbol-label-color: #CDCDDE;
  --bs-symbol-label-bg: #1b1b29;
  --bs-symbol-border-color: rgba(255,  255,  255,  0.5);
  --bs-bullet-bg-color: #474761;
  --bs-scrolltop-opacity: 0;
  --bs-scrolltop-opacity-on: 0.3;
  --bs-scrolltop-opacity-hover: 1;
  --bs-scrolltop-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0,  0,  0,  0.075);
  --bs-scrolltop-bg-color: #009ef7;
  --bs-scrolltop-bg-color-hover: #009ef7;
  --bs-scrolltop-icon-color: #ffffff;
  --bs-scrolltop-icon-color-hover: #ffffff;
  --bs-drawer-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.1);
  --bs-drawer-bg-color: #1e1e2d;
  --bs-drawer-overlay-bg-color: rgba(0,  0,  0,  0.4);
  --bs-menu-dropdown-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.3);
  --bs-menu-dropdown-bg-color: #1e1e2d;
  --bs-menu-heading-color: #565674;
  --bs-menu-link-color-hover: #009ef7;
  --bs-menu-link-color-show: #009ef7;
  --bs-menu-link-color-here: #009ef7;
  --bs-menu-link-color-active: #009ef7;
  --bs-menu-link-bg-color-hover: #1b1b29;
  --bs-menu-link-bg-color-show: #1b1b29;
  --bs-menu-link-bg-color-here: #1b1b29;
  --bs-menu-link-bg-color-active: #1b1b29;
  --bs-scrollbar-color: #2B2B40;
  --bs-scrollbar-hover-color: #27273a;
  --bs-overlay-bg: rgba(255,  255,  255,  0.05);
  --bs-blockui-overlay-bg: rgba(255,  255,  255,  0.05);
  --bs-rating-color-default: #474761;
  --bs-rating-color-active: #FFAD0F;
  --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(255,  255,  255,  0.1);
  --bs-ribbon-label-bg: #009ef7;
  --bs-ribbon-label-border-color: #005d91;
  --bs-ribbon-clip-bg: #F9F9F9;
  --bs-engage-btn-bg: #2B2B40;
  --bs-engage-btn-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.3);
  --bs-engage-btn-border-color: #2B2B40;
  --bs-engage-btn-color: #CDCDDE;
  --bs-engage-btn-icon-color: #6D6D80;
  --bs-engage-btn-color-active: #CDCDDE;
}

/* line 26020, app/assets/stylesheets/style.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  outline: 0;
}

/* line 26023, app/assets/stylesheets/style.scss */
.blockquote-footer {
  color: var(--bs-blockquote-footer-color);
}

/* line 26026, app/assets/stylesheets/style.scss */
.list-style-none {
  list-style: none;
}

/* line 26029, app/assets/stylesheets/style.scss */
[data-kt-theme-mode-switching=true] * {
  transition: none !important;
}

/* line 26032, app/assets/stylesheets/style.scss */
[data-bs-theme=light] .theme-dark-show {
  display: none !important;
}

/* line 26035, app/assets/stylesheets/style.scss */
[data-bs-theme=light] .theme-light-bg-transparent {
  background-color: transparent !important;
}

/* line 26038, app/assets/stylesheets/style.scss */
[data-bs-theme=light] .theme-light-bg-body {
  background-color: var(--bs-body-bg) !important;
}

/* line 26041, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .theme-light-show {
  display: none !important;
}

/* line 26044, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .theme-dark-bg-transparent {
  background-color: transparent !important;
}

/* line 26047, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .theme-dark-bg-body {
  background-color: var(--bs-body-bg) !important;
}

/* line 26050, app/assets/stylesheets/style.scss */
.animation {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes animationSlideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 26062, app/assets/stylesheets/style.scss */
.animation-slide-in-down {
  animation-name: animationSlideInDown;
}

@keyframes animationSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 26073, app/assets/stylesheets/style.scss */
.animation-slide-in-up {
  animation-name: animationSlideInUp;
}

@keyframes animationFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 26083, app/assets/stylesheets/style.scss */
.animation-fade-in {
  animation-name: animationFadeIn;
}

@keyframes animationFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 26093, app/assets/stylesheets/style.scss */
.animation-fade-out {
  animation-name: animationFadeOut;
}

/* line 26096, app/assets/stylesheets/style.scss */
.animation-blink {
  animation: animationBlink 1s steps(5, start) infinite;
}

@keyframes animationBlink {
  to {
    visibility: hidden;
  }
}

/* line 26103, app/assets/stylesheets/style.scss */
.alert-light {
  color: var(--bs-light);
  border-color: var(--bs-light);
  background-color: var(--bs-light-light);
}

/* line 26108, app/assets/stylesheets/style.scss */
.alert-light .alert-link {
  color: var(--bs-light);
}

/* line 26111, app/assets/stylesheets/style.scss */
.alert-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-light);
}

/* line 26116, app/assets/stylesheets/style.scss */
.alert-primary .alert-link {
  color: var(--bs-primary);
}

/* line 26119, app/assets/stylesheets/style.scss */
.alert-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-light);
}

/* line 26124, app/assets/stylesheets/style.scss */
.alert-secondary .alert-link {
  color: var(--bs-secondary);
}

/* line 26127, app/assets/stylesheets/style.scss */
.alert-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: var(--bs-success-light);
}

/* line 26132, app/assets/stylesheets/style.scss */
.alert-success .alert-link {
  color: var(--bs-success);
}

/* line 26135, app/assets/stylesheets/style.scss */
.alert-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
  background-color: var(--bs-info-light);
}

/* line 26140, app/assets/stylesheets/style.scss */
.alert-info .alert-link {
  color: var(--bs-info);
}

/* line 26143, app/assets/stylesheets/style.scss */
.alert-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning-light);
}

/* line 26148, app/assets/stylesheets/style.scss */
.alert-warning .alert-link {
  color: var(--bs-warning);
}

/* line 26151, app/assets/stylesheets/style.scss */
.alert-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger-light);
}

/* line 26156, app/assets/stylesheets/style.scss */
.alert-danger .alert-link {
  color: var(--bs-danger);
}

/* line 26159, app/assets/stylesheets/style.scss */
.alert-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark-light);
}

/* line 26164, app/assets/stylesheets/style.scss */
.alert-dark .alert-link {
  color: var(--bs-dark);
}

/* line 26167, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/* line 26170, app/assets/stylesheets/style.scss */
.toast .toast-header .btn-close {
  margin-right: 0;
}

/* line 26173, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .toast {
  --bs-toast-bg: #2B2B40;
  --bs-toast-header-bg: #2B2B40;
  --bs-toast-header-border-color: #323248;
}

/* line 26178, app/assets/stylesheets/style.scss */
.nav-pills .nav-item {
  margin-right: .5rem;
}

/* line 26181, app/assets/stylesheets/style.scss */
.nav-pills .nav-item:last-child {
  margin-right: 0;
}

/* line 26184, app/assets/stylesheets/style.scss */
.nav-stretch {
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 26189, app/assets/stylesheets/style.scss */
.nav-stretch .nav-item {
  display: flex;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 26195, app/assets/stylesheets/style.scss */
.nav-stretch .nav-link {
  display: flex;
  align-items: center;
}

/* line 26199, app/assets/stylesheets/style.scss */
.nav-group {
  padding: .35rem;
  border-radius: .475rem;
  background-color: var(--bs-gray-100);
}

/* line 26204, app/assets/stylesheets/style.scss */
.nav-group.nav-group-outline {
  background-color: transparent;
  border: 1px solid var(--bs-border-color);
}

/* line 26208, app/assets/stylesheets/style.scss */
.nav-group.nav-group-fluid {
  display: flex;
}

/* line 26211, app/assets/stylesheets/style.scss */
.nav-group.nav-group-fluid > .btn, .nav-group.nav-group-fluid > label {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
}

/* line 26217, app/assets/stylesheets/style.scss */
.nav-group.nav-group-fluid > label {
  margin-right: .1rem;
}

/* line 26220, app/assets/stylesheets/style.scss */
.nav-group.nav-group-fluid > label > .btn {
  width: 100%;
}

/* line 26222, app/assets/stylesheets/style.scss */
.nav-group.nav-group-fluid > label:last-child {
  margin-right: 0;
}

/* line 26225, app/assets/stylesheets/style.scss */
.nav-line-tabs {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bs-border-color);
}

/* line 26230, app/assets/stylesheets/style.scss */
.nav-line-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 26233, app/assets/stylesheets/style.scss */
.nav-line-tabs .nav-item .nav-link {
  color: var(--bs-gray-500);
  border: 0;
  border-bottom: 1px solid transparent;
  transition: color .2s ease;
  padding: .5rem 0;
  margin: 0 1rem;
}

/* line 26241, app/assets/stylesheets/style.scss */
.nav-line-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}

/* line 26244, app/assets/stylesheets/style.scss */
.nav-line-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

/* line 26247, app/assets/stylesheets/style.scss */
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--bs-primary);
  transition: color .2s ease;
}

/* line 26253, app/assets/stylesheets/style.scss */
.nav-line-tabs.nav-line-tabs-2x {
  border-bottom-width: 2px;
}

/* line 26256, app/assets/stylesheets/style.scss */
.nav-line-tabs.nav-line-tabs-2x .nav-item {
  margin-bottom: -2px;
}

/* line 26259, app/assets/stylesheets/style.scss */
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
  border-bottom-width: 2px;
}

/* line 26262, app/assets/stylesheets/style.scss */
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active, .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
  border-bottom-width: 2px;
}

/* line 26265, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link, .nav.nav-pills.nav-pills-custom .show > .nav-link {
  border: 1px dashed var(--bs-border-dashed-color);
  border-radius: 1.75rem;
}

/* line 26269, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid, .nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid {
  border: 3px solid var(--bs-border-dashed-color);
}

/* line 26272, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid.active, .nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid.active {
  border: 3px solid var(--bs-primary);
}

/* line 26275, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img, .nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img {
  width: 30px;
  transition: color .2s ease;
}

/* line 26279, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.default, .nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.default {
  display: inline-block;
}

/* line 26282, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.active, .nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.active {
  display: none;
}

/* line 26285, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link.active, .nav.nav-pills.nav-pills-custom .show > .nav-link.active {
  background-color: transparent;
  border: 1px solid var(--bs-border-dashed-color);
  transition-duration: 1ms;
  position: relative;
}

/* line 26291, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link.active .nav-text, .nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-text {
  color: var(--bs-gray-800) !important;
  transition: color .2s ease;
}

/* line 26295, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link.active .bullet-custom, .nav.nav-pills.nav-pills-custom .show > .nav-link.active .bullet-custom {
  display: block;
}

/* line 26298, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom .nav-link .bullet-custom, .nav.nav-pills.nav-pills-custom .show > .nav-link .bullet-custom {
  display: none;
}

/* line 26301, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(1) {
  color: #b5b5c3;
}

/* line 26304, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(2) {
  color: #3f4254;
}

/* line 26307, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(1) {
  color: #fff !important;
}

/* line 26310, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(2) {
  color: #fff !important;
}

/* line 26313, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(1) {
  color: #fff !important;
}

/* line 26316, app/assets/stylesheets/style.scss */
.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(2) {
  color: #fff !important;
}

/* line 26319, app/assets/stylesheets/style.scss */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

/* line 26325, app/assets/stylesheets/style.scss */
.pagination.pagination-circle .page-link {
  border-radius: 50%;
}

/* line 26327, app/assets/stylesheets/style.scss */
.pagination.pagination-outline .page-link {
  border: 1px solid var(--bs-border-color);
}

/* line 26330, app/assets/stylesheets/style.scss */
.pagination.pagination-outline .page-item.active .page-link, .pagination.pagination-outline .page-item:hover:not(.disabled) .page-link {
  border-color: var(--bs-primary-light);
}

/* line 26333, app/assets/stylesheets/style.scss */
.page-item {
  margin-right: .5rem;
}

/* line 26336, app/assets/stylesheets/style.scss */
.page-item:last-child {
  margin-right: 0;
}

/* line 26339, app/assets/stylesheets/style.scss */
.page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .475rem;
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 500;
  font-size: 1.075rem;
}

/* line 26349, app/assets/stylesheets/style.scss */
.page-item .page-link i {
  font-size: .85rem;
}

/* line 26352, app/assets/stylesheets/style.scss */
.page-item .page-link .next, .page-item .page-link .previous {
  display: block;
  height: .875rem;
  width: .875rem;
}

/* line 26357, app/assets/stylesheets/style.scss */
.page-item .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 26366, app/assets/stylesheets/style.scss */
.page-item .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 26375, app/assets/stylesheets/style.scss */
.page-item:focus .page-link {
  color: var(--bs-pagination-focus-color);
}

/* line 26378, app/assets/stylesheets/style.scss */
.page-item:focus .page-link .svg-icon, .page-item:focus .page-link i {
  color: var(--bs-pagination-focus-color);
}

/* line 26381, app/assets/stylesheets/style.scss */
.page-item:focus .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-focus-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 26390, app/assets/stylesheets/style.scss */
.page-item:focus .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-focus-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 26399, app/assets/stylesheets/style.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
  color: var(--bs-pagination-hover-color);
}

/* line 26402, app/assets/stylesheets/style.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link.page-text {
  background-color: transparent;
}

/* line 26405, app/assets/stylesheets/style.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .svg-icon, .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link i {
  color: var(--bs-pagination-hover-color);
}

/* line 26408, app/assets/stylesheets/style.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-hover-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 26417, app/assets/stylesheets/style.scss */
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-hover-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 26426, app/assets/stylesheets/style.scss */
.page-item.active .page-link {
  color: var(--bs-pagination-active-color);
}

/* line 26429, app/assets/stylesheets/style.scss */
.page-item.active .page-link.page-text {
  background-color: transparent;
}

/* line 26432, app/assets/stylesheets/style.scss */
.page-item.active .page-link .svg-icon, .page-item.active .page-link i {
  color: var(--bs-pagination-active-color);
}

/* line 26435, app/assets/stylesheets/style.scss */
.page-item.active .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-active-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 26444, app/assets/stylesheets/style.scss */
.page-item.active .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-active-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 26453, app/assets/stylesheets/style.scss */
.page-item.disabled .page-link {
  color: var(--bs-pagination-disabled-color);
}

/* line 26456, app/assets/stylesheets/style.scss */
.page-item.disabled .page-link .svg-icon, .page-item.disabled .page-link i {
  color: var(--bs-pagination-disabled-color);
}

/* line 26459, app/assets/stylesheets/style.scss */
.page-item.disabled .page-link .previous {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-disabled-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
}

/* line 26468, app/assets/stylesheets/style.scss */
.page-item.disabled .page-link .next {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-pagination-disabled-color);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  /* line 26478, app/assets/stylesheets/style.scss */
  .page-item {
    margin-right: .25rem;
  }
  /* line 26481, app/assets/stylesheets/style.scss */
  .page-item:last-child {
    margin-right: 0;
  }
}

/* line 26484, app/assets/stylesheets/style.scss */
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color);
}

/* line 26489, app/assets/stylesheets/style.scss */
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 26493, app/assets/stylesheets/style.scss */
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 26497, app/assets/stylesheets/style.scss */
.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center;
}

/* line 26503, app/assets/stylesheets/style.scss */
.separator.separator-content::after, .separator.separator-content::before {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color);
}

/* line 26508, app/assets/stylesheets/style.scss */
.separator.separator-content::before {
  margin-right: 1.25rem;
}

/* line 26511, app/assets/stylesheets/style.scss */
.separator.separator-content::after {
  margin-left: 1.25rem;
}

/* line 26514, app/assets/stylesheets/style.scss */
.separator.separator-content.separator-dotted::after, .separator.separator-content.separator-dotted::before {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 26518, app/assets/stylesheets/style.scss */
.separator.separator-content.separator-dashed::after, .separator.separator-content.separator-dashed::before {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color);
}

/* line 26522, app/assets/stylesheets/style.scss */
.separator.separator-content.border-light::after, .separator.separator-content.border-light::before {
  border-color: #f9f9f9 !important;
}

/* line 26525, app/assets/stylesheets/style.scss */
.separator.separator-content.border-primary::after, .separator.separator-content.border-primary::before {
  border-color: #009ef7 !important;
}

/* line 26528, app/assets/stylesheets/style.scss */
.separator.separator-content.border-secondary::after, .separator.separator-content.border-secondary::before {
  border-color: #e1e3ea !important;
}

/* line 26531, app/assets/stylesheets/style.scss */
.separator.separator-content.border-success::after, .separator.separator-content.border-success::before {
  border-color: #50cd89 !important;
}

/* line 26534, app/assets/stylesheets/style.scss */
.separator.separator-content.border-info::after, .separator.separator-content.border-info::before {
  border-color: #7239ea !important;
}

/* line 26537, app/assets/stylesheets/style.scss */
.separator.separator-content.border-warning::after, .separator.separator-content.border-warning::before {
  border-color: #ffc700 !important;
}

/* line 26540, app/assets/stylesheets/style.scss */
.separator.separator-content.border-danger::after, .separator.separator-content.border-danger::before {
  border-color: #f1416c !important;
}

/* line 26543, app/assets/stylesheets/style.scss */
.separator.separator-content.border-dark::after, .separator.separator-content.border-dark::before {
  border-color: #181c32 !important;
}

/* line 26546, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators {
  align-items: center;
  position: static;
  z-index: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 26554, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators li {
  transform: none;
  opacity: 1;
}

/* line 26558, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators li.active {
  transform: none;
  opacity: 1;
}

/* line 26562, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li {
  border-radius: 0;
  background-color: transparent !important;
  height: 13px;
  width: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 26572, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  transition: all .3s ease;
  background-color: var(--bs-gray-200);
  height: 9px;
  width: 9px;
}

/* line 26581, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li.active {
  background-color: transparent;
}

/* line 26584, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
  transition: all .3s ease;
  height: 13px;
  width: 13px;
  background-color: var(--bs-gray-400);
}

/* line 26590, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li {
  transition: all .3s ease;
  background-color: transparent !important;
  border-radius: 6px;
  height: 6px;
  width: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 26601, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li:after {
  display: inline-block;
  content: " ";
  transition: all .3s ease;
  background-color: var(--bs-gray-400);
  border-radius: 6px;
  height: 6px;
  width: 6px;
}

/* line 26610, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li.active {
  transition: all .3s ease;
  background-color: transparent;
  height: 6px;
  width: 16px;
}

/* line 26616, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators.carousel-indicators-bullet li.active:after {
  transition: all .3s ease;
  height: 6px;
  width: 16px;
  background-color: var(--bs-gray-600);
}

/* line 26622, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-light li.active:after {
  background-color: var(--bs-light) !important;
}

/* line 26625, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-primary li.active:after {
  background-color: var(--bs-primary) !important;
}

/* line 26628, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-secondary li.active:after {
  background-color: var(--bs-secondary) !important;
}

/* line 26631, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-success li.active:after {
  background-color: var(--bs-success) !important;
}

/* line 26634, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-info li.active:after {
  background-color: var(--bs-info) !important;
}

/* line 26637, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-warning li.active:after {
  background-color: var(--bs-warning) !important;
}

/* line 26640, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-danger li.active:after {
  background-color: var(--bs-danger) !important;
}

/* line 26643, app/assets/stylesheets/style.scss */
.carousel-custom .carousel-indicators-active-dark li.active:after {
  background-color: var(--bs-dark) !important;
}

/* line 26646, app/assets/stylesheets/style.scss */
.carousel-custom.carousel-stretch {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 26651, app/assets/stylesheets/style.scss */
.carousel-custom.carousel-stretch .carousel-inner {
  flex-grow: 1;
}

/* line 26654, app/assets/stylesheets/style.scss */
.carousel-custom.carousel-stretch .carousel-item {
  height: 100%;
}

/* line 26656, app/assets/stylesheets/style.scss */
.carousel-custom.carousel-stretch .carousel-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 26660, app/assets/stylesheets/style.scss */
.menu-group {
  display: flex;
}

/* line 26663, app/assets/stylesheets/style.scss */
.menu, .menu-wrapper {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 26669, app/assets/stylesheets/style.scss */
.menu-inner {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 26674, app/assets/stylesheets/style.scss */
.menu-sub {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

/* line 26681, app/assets/stylesheets/style.scss */
.menu-item {
  display: block;
  padding: .15rem 0;
}

/* line 26685, app/assets/stylesheets/style.scss */
.menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: .65rem 1rem;
  transition: none;
  outline: 0 !important;
}

/* line 26695, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  margin-right: .5rem;
}

/* line 26703, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-icon .svg-icon, .menu-item .menu-link .menu-icon i {
  line-height: 1;
}

/* line 26706, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  margin-right: .5rem;
}

/* line 26714, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* line 26719, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-badge {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: .5rem;
}

/* line 26725, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-arrow {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 5px;
  width: 9px;
  height: 9px;
}

/* line 26735, app/assets/stylesheets/style.scss */
.menu-item .menu-link .menu-arrow:after {
  display: block;
  width: 100%;
  content: " ";
  will-change: transform;
  background-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 26756, app/assets/stylesheets/style.scss */
.menu-item .menu-content {
  padding: .65rem 1rem;
}

/* line 26759, app/assets/stylesheets/style.scss */
.menu-item.show .menu-link .menu-arrow:after {
  backface-visibility: hidden;
  transition: transform .3s ease;
}

/* line 26763, app/assets/stylesheets/style.scss */
.menu-center {
  justify-content: center;
}

/* line 26766, app/assets/stylesheets/style.scss */
.menu-heading {
  color: var(--bs-text-custom-primary);
}

/* line 26769, app/assets/stylesheets/style.scss */
.menu-item.menu-accordion .menu-arrow:after {
  transform: rotateZ(-90deg);
  transform: rotateZ(90deg);
  transition: transform .3s ease;
}

/* line 26774, app/assets/stylesheets/style.scss */
.menu-arrow:after, .menu-item.menu-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
  transform: rotateZ(90deg);
  transform: rotateZ(-90deg);
  transition: transform .3s ease;
}

/* line 26779, app/assets/stylesheets/style.scss */
.menu-sub-dropdown {
  display: none;
  border-radius: .475rem;
  background-color: var(--bs-menu-dropdown-bg-color);
  box-shadow: var(--bs-menu-dropdown-box-shadow);
  z-index: 107;
}

/* line 26786, app/assets/stylesheets/style.scss */
.menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-dropdown {
  display: flex;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
}

/* line 26791, app/assets/stylesheets/style.scss */
.menu-sub-accordion {
  display: none;
}

/* line 26794, app/assets/stylesheets/style.scss */
.menu-sub-accordion.show, .show:not(.menu-dropdown) > .menu-sub-accordion {
  display: flex;
}

/* line 26797, app/assets/stylesheets/style.scss */
.menu-sub-indention .menu-sub:not([data-popper-placement]) {
  margin-left: 1rem;
}

/* line 26800, app/assets/stylesheets/style.scss */
.menu-sub-indention .menu-item .menu-item .menu-link.active {
  margin-right: 1rem;
}

/* line 26803, app/assets/stylesheets/style.scss */
.menu-inline {
  display: flex;
}

/* line 26806, app/assets/stylesheets/style.scss */
.menu-fit > .menu-item > .menu-content, .menu-fit > .menu-item > .menu-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 26810, app/assets/stylesheets/style.scss */
.menu-column {
  flex-direction: column;
  width: 100%;
}

/* line 26813, app/assets/stylesheets/style.scss */
.menu-row {
  flex-direction: row;
}

/* line 26816, app/assets/stylesheets/style.scss */
.menu-row > .menu-item {
  display: flex;
  align-items: center;
}

/* line 26820, app/assets/stylesheets/style.scss */
.menu-row > .menu-item > .menu-link .menu-arrow:after {
  transition: transform .3s ease;
}

/* line 26824, app/assets/stylesheets/style.scss */
.menu-rounded .menu-link {
  border-radius: .475rem;
}

/* line 26827, app/assets/stylesheets/style.scss */
.menu-pill .menu-link {
  border-radius: 50px;
}

/* line 26830, app/assets/stylesheets/style.scss */
.menu-rounded-0 .menu-link {
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {
  /* line 26834, app/assets/stylesheets/style.scss */
  .menu-item.menu-md-down-accordion .menu-arrow:after {
    transition: transform .3s ease;
  }
  /* line 26839, app/assets/stylesheets/style.scss */
  .menu-sub-md-down-dropdown {
    display: none;
    border-radius: .475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 26846, app/assets/stylesheets/style.scss */
  .menu-sub-md-down-dropdown.menu.show, .menu-sub-md-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-md-down-dropdown {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
  }
  /* line 26851, app/assets/stylesheets/style.scss */
  .menu-sub-md-down-accordion {
    display: none;
  }
  /* line 26855, app/assets/stylesheets/style.scss */
  .menu-sub-md-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 26858, app/assets/stylesheets/style.scss */
  .menu-md-down-inline {
    display: flex;
  }
  /* line 26861, app/assets/stylesheets/style.scss */
  .menu-md-down-fit > .menu-item > .menu-content, .menu-md-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 26865, app/assets/stylesheets/style.scss */
  .menu-md-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 26868, app/assets/stylesheets/style.scss */
  .menu-md-down-row {
    flex-direction: row;
  }
  /* line 26871, app/assets/stylesheets/style.scss */
  .menu-md-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 26875, app/assets/stylesheets/style.scss */
  .menu-md-down-row > .menu-item > .menu-link .menu-arrow:after {
    transition: transform .3s ease;
  }
  /* line 26879, app/assets/stylesheets/style.scss */
  .menu-md-down-rounded .menu-link {
    border-radius: .475rem;
  }
  /* line 26882, app/assets/stylesheets/style.scss */
  .menu-md-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 26885, app/assets/stylesheets/style.scss */
  .menu-md-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 991.98px) {
  /* line 26889, app/assets/stylesheets/style.scss */
  .menu-item.menu-lg-down-accordion .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease;
  }
  /* line 26894, app/assets/stylesheets/style.scss */
  .menu-arrow:after, .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
    transform: rotateZ(-90deg);
    transition: transform .3s ease;
  }
  /* line 26899, app/assets/stylesheets/style.scss */
  .menu-sub-lg-down-dropdown {
    display: none;
    border-radius: .475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 26906, app/assets/stylesheets/style.scss */
  .menu-sub-lg-down-dropdown.menu.show, .menu-sub-lg-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-lg-down-dropdown {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
  }
  /* line 26911, app/assets/stylesheets/style.scss */
  .menu-sub-lg-down-accordion {
    display: none;
  }
  /* line 26914, app/assets/stylesheets/style.scss */
  .menu-sub-lg-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-lg-down-accordion {
    display: flex;
  }
  /* line 26917, app/assets/stylesheets/style.scss */
  .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 26920, app/assets/stylesheets/style.scss */
  .menu-sub-lg-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 26923, app/assets/stylesheets/style.scss */
  .menu-lg-down-inline {
    display: flex;
  }
  /* line 26926, app/assets/stylesheets/style.scss */
  .menu-lg-down-fit > .menu-item > .menu-content, .menu-lg-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 26930, app/assets/stylesheets/style.scss */
  .menu-lg-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 26933, app/assets/stylesheets/style.scss */
  .menu-lg-down-row {
    flex-direction: row;
  }
  /* line 26936, app/assets/stylesheets/style.scss */
  .menu-lg-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 26940, app/assets/stylesheets/style.scss */
  .menu-lg-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease;
  }
  /* line 26945, app/assets/stylesheets/style.scss */
  .menu-lg-down-rounded .menu-link {
    border-radius: .475rem;
  }
  /* line 26948, app/assets/stylesheets/style.scss */
  .menu-lg-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 26951, app/assets/stylesheets/style.scss */
  .menu-lg-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 26955, app/assets/stylesheets/style.scss */
  .menu-item.menu-xl-down-accordion .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease;
  }
  /* line 26960, app/assets/stylesheets/style.scss */
  .menu-arrow:after, .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
    transform: rotateZ(-90deg);
    transition: transform .3s ease;
  }
  /* line 26965, app/assets/stylesheets/style.scss */
  .menu-sub-xl-down-dropdown {
    display: none;
    border-radius: .475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 26972, app/assets/stylesheets/style.scss */
  .menu-sub-xl-down-dropdown.menu.show, .menu-sub-xl-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-xl-down-dropdown {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
  }
  /* line 26977, app/assets/stylesheets/style.scss */
  .menu-sub-xl-down-accordion {
    display: none;
  }
  /* line 26980, app/assets/stylesheets/style.scss */
  .menu-sub-xl-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-xl-down-accordion {
    display: flex;
  }
  /* line 26983, app/assets/stylesheets/style.scss */
  .menu-sub-xl-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 26986, app/assets/stylesheets/style.scss */
  .menu-sub-xl-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 26989, app/assets/stylesheets/style.scss */
  .menu-xl-down-inline {
    display: flex;
  }
  /* line 26992, app/assets/stylesheets/style.scss */
  .menu-xl-down-fit > .menu-item > .menu-content, .menu-xl-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 26996, app/assets/stylesheets/style.scss */
  .menu-xl-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 26999, app/assets/stylesheets/style.scss */
  .menu-xl-down-row {
    flex-direction: row;
  }
  /* line 27002, app/assets/stylesheets/style.scss */
  .menu-xl-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 27006, app/assets/stylesheets/style.scss */
  .menu-xl-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease;
  }
  /* line 27011, app/assets/stylesheets/style.scss */
  .menu-xl-down-rounded .menu-link {
    border-radius: .475rem;
  }
  /* line 27014, app/assets/stylesheets/style.scss */
  .menu-xl-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 27017, app/assets/stylesheets/style.scss */
  .menu-xl-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 27021, app/assets/stylesheets/style.scss */
  .menu-item.menu-xxl-down-accordion .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease;
  }
  /* line 27026, app/assets/stylesheets/style.scss */
  .menu-arrow:after, .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
    transform: rotateZ(-90deg);
    transition: transform .3s ease;
  }
  /* line 27031, app/assets/stylesheets/style.scss */
  .menu-sub-xxl-down-dropdown {
    display: none;
    border-radius: .475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
  }
  /* line 27038, app/assets/stylesheets/style.scss */
  .menu-sub-xxl-down-dropdown.menu.show, .menu-sub-xxl-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-xxl-down-dropdown {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
  }
  /* line 27043, app/assets/stylesheets/style.scss */
  .menu-sub-xxl-down-accordion {
    display: none;
  }
  /* line 27046, app/assets/stylesheets/style.scss */
  .menu-sub-xxl-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-xxl-down-accordion {
    display: flex;
  }
  /* line 27049, app/assets/stylesheets/style.scss */
  .menu-sub-xxl-down-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
  }
  /* line 27052, app/assets/stylesheets/style.scss */
  .menu-sub-xxl-down-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
  }
  /* line 27055, app/assets/stylesheets/style.scss */
  .menu-xxl-down-inline {
    display: flex;
  }
  /* line 27058, app/assets/stylesheets/style.scss */
  .menu-xxl-down-fit > .menu-item > .menu-content, .menu-xxl-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 27062, app/assets/stylesheets/style.scss */
  .menu-xxl-down-column {
    flex-direction: column;
    width: 100%;
  }
  /* line 27065, app/assets/stylesheets/style.scss */
  .menu-xxl-down-row {
    flex-direction: row;
  }
  /* line 27068, app/assets/stylesheets/style.scss */
  .menu-xxl-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  /* line 27072, app/assets/stylesheets/style.scss */
  .menu-xxl-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease;
  }
  /* line 27077, app/assets/stylesheets/style.scss */
  .menu-xxl-down-rounded .menu-link {
    border-radius: .475rem;
  }
  /* line 27080, app/assets/stylesheets/style.scss */
  .menu-xxl-down-pill .menu-link {
    border-radius: 50px;
  }
  /* line 27083, app/assets/stylesheets/style.scss */
  .menu-xxl-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}

/* line 27086, app/assets/stylesheets/style.scss */
.menu-link-indention .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 27090, app/assets/stylesheets/style.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(1rem + 1rem);
}

/* line 27093, app/assets/stylesheets/style.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(2rem + 1rem);
}

/* line 27096, app/assets/stylesheets/style.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(3rem + 1rem);
}

/* line 27099, app/assets/stylesheets/style.scss */
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(4rem + 1rem);
}

/* line 27102, app/assets/stylesheets/style.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: 1rem;
  padding-right: 0;
}

/* line 27106, app/assets/stylesheets/style.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(2rem);
  padding-right: 0;
}

/* line 27110, app/assets/stylesheets/style.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(3rem);
  padding-right: 0;
}

/* line 27114, app/assets/stylesheets/style.scss */
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content, .menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(4rem);
  padding-right: 0;
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: .75rem;
  }
  to {
    margin-top: 0;
  }
}

@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: .75rem;
  }
  to {
    margin-bottom: 0;
  }
}

/* line 27139, app/assets/stylesheets/style.scss */
.menu-white .menu-item .menu-link {
  color: var(--bs-white);
}

/* line 27142, app/assets/stylesheets/style.scss */
.menu-white .menu-item .menu-link .menu-title {
  color: var(--bs-white);
}

/* line 27145, app/assets/stylesheets/style.scss */
.menu-white .menu-item .menu-link .menu-icon, .menu-white .menu-item .menu-link .menu-icon .svg-icon, .menu-white .menu-item .menu-link .menu-icon i {
  color: var(--bs-white);
}

/* line 27148, app/assets/stylesheets/style.scss */
.menu-white .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-white);
}

/* line 27151, app/assets/stylesheets/style.scss */
.menu-white .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-white);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-white);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27167, app/assets/stylesheets/style.scss */
.menu-title-white .menu-item .menu-link {
  color: var(--bs-text-white);
}

/* line 27170, app/assets/stylesheets/style.scss */
.menu-title-white .menu-item .menu-link .menu-title {
  color: var(--bs-text-white);
}

/* line 27173, app/assets/stylesheets/style.scss */
.menu-icon-white .menu-item .menu-link .menu-icon, .menu-icon-white .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-white .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-white);
}

/* line 27176, app/assets/stylesheets/style.scss */
.menu-bullet-white .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-white);
}

/* line 27179, app/assets/stylesheets/style.scss */
.menu-arrow-white .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-white);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-white);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27195, app/assets/stylesheets/style.scss */
.menu-primary .menu-item .menu-link {
  color: var(--bs-primary);
}

/* line 27198, app/assets/stylesheets/style.scss */
.menu-primary .menu-item .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 27201, app/assets/stylesheets/style.scss */
.menu-primary .menu-item .menu-link .menu-icon, .menu-primary .menu-item .menu-link .menu-icon .svg-icon, .menu-primary .menu-item .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 27204, app/assets/stylesheets/style.scss */
.menu-primary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 27207, app/assets/stylesheets/style.scss */
.menu-primary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27223, app/assets/stylesheets/style.scss */
.menu-title-primary .menu-item .menu-link {
  color: var(--bs-text-primary);
}

/* line 27226, app/assets/stylesheets/style.scss */
.menu-title-primary .menu-item .menu-link .menu-title {
  color: var(--bs-text-primary);
}

/* line 27229, app/assets/stylesheets/style.scss */
.menu-icon-primary .menu-item .menu-link .menu-icon, .menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-primary .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-primary);
}

/* line 27232, app/assets/stylesheets/style.scss */
.menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-primary);
}

/* line 27235, app/assets/stylesheets/style.scss */
.menu-arrow-primary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27251, app/assets/stylesheets/style.scss */
.menu-secondary .menu-item .menu-link {
  color: var(--bs-secondary);
}

/* line 27254, app/assets/stylesheets/style.scss */
.menu-secondary .menu-item .menu-link .menu-title {
  color: var(--bs-secondary);
}

/* line 27257, app/assets/stylesheets/style.scss */
.menu-secondary .menu-item .menu-link .menu-icon, .menu-secondary .menu-item .menu-link .menu-icon .svg-icon, .menu-secondary .menu-item .menu-link .menu-icon i {
  color: var(--bs-secondary);
}

/* line 27260, app/assets/stylesheets/style.scss */
.menu-secondary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-secondary);
}

/* line 27263, app/assets/stylesheets/style.scss */
.menu-secondary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-secondary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-secondary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27279, app/assets/stylesheets/style.scss */
.menu-title-secondary .menu-item .menu-link {
  color: var(--bs-text-secondary);
}

/* line 27282, app/assets/stylesheets/style.scss */
.menu-title-secondary .menu-item .menu-link .menu-title {
  color: var(--bs-text-secondary);
}

/* line 27285, app/assets/stylesheets/style.scss */
.menu-icon-secondary .menu-item .menu-link .menu-icon, .menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-secondary .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-secondary);
}

/* line 27288, app/assets/stylesheets/style.scss */
.menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-secondary);
}

/* line 27291, app/assets/stylesheets/style.scss */
.menu-arrow-secondary .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-secondary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-secondary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27307, app/assets/stylesheets/style.scss */
.menu-light .menu-item .menu-link {
  color: var(--bs-light);
}

/* line 27310, app/assets/stylesheets/style.scss */
.menu-light .menu-item .menu-link .menu-title {
  color: var(--bs-light);
}

/* line 27313, app/assets/stylesheets/style.scss */
.menu-light .menu-item .menu-link .menu-icon, .menu-light .menu-item .menu-link .menu-icon .svg-icon, .menu-light .menu-item .menu-link .menu-icon i {
  color: var(--bs-light);
}

/* line 27316, app/assets/stylesheets/style.scss */
.menu-light .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-light);
}

/* line 27319, app/assets/stylesheets/style.scss */
.menu-light .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-light);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-light);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27335, app/assets/stylesheets/style.scss */
.menu-title-light .menu-item .menu-link {
  color: var(--bs-text-light);
}

/* line 27338, app/assets/stylesheets/style.scss */
.menu-title-light .menu-item .menu-link .menu-title {
  color: var(--bs-text-light);
}

/* line 27341, app/assets/stylesheets/style.scss */
.menu-icon-light .menu-item .menu-link .menu-icon, .menu-icon-light .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-light .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-light);
}

/* line 27344, app/assets/stylesheets/style.scss */
.menu-bullet-light .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-light);
}

/* line 27347, app/assets/stylesheets/style.scss */
.menu-arrow-light .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-light);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-light);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27363, app/assets/stylesheets/style.scss */
.menu-success .menu-item .menu-link {
  color: var(--bs-success);
}

/* line 27366, app/assets/stylesheets/style.scss */
.menu-success .menu-item .menu-link .menu-title {
  color: var(--bs-success);
}

/* line 27369, app/assets/stylesheets/style.scss */
.menu-success .menu-item .menu-link .menu-icon, .menu-success .menu-item .menu-link .menu-icon .svg-icon, .menu-success .menu-item .menu-link .menu-icon i {
  color: var(--bs-success);
}

/* line 27372, app/assets/stylesheets/style.scss */
.menu-success .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-success);
}

/* line 27375, app/assets/stylesheets/style.scss */
.menu-success .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-success);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-success);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27391, app/assets/stylesheets/style.scss */
.menu-title-success .menu-item .menu-link {
  color: var(--bs-text-success);
}

/* line 27394, app/assets/stylesheets/style.scss */
.menu-title-success .menu-item .menu-link .menu-title {
  color: var(--bs-text-success);
}

/* line 27397, app/assets/stylesheets/style.scss */
.menu-icon-success .menu-item .menu-link .menu-icon, .menu-icon-success .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-success .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-success);
}

/* line 27400, app/assets/stylesheets/style.scss */
.menu-bullet-success .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-success);
}

/* line 27403, app/assets/stylesheets/style.scss */
.menu-arrow-success .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-success);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-success);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27419, app/assets/stylesheets/style.scss */
.menu-info .menu-item .menu-link {
  color: var(--bs-info);
}

/* line 27422, app/assets/stylesheets/style.scss */
.menu-info .menu-item .menu-link .menu-title {
  color: var(--bs-info);
}

/* line 27425, app/assets/stylesheets/style.scss */
.menu-info .menu-item .menu-link .menu-icon, .menu-info .menu-item .menu-link .menu-icon .svg-icon, .menu-info .menu-item .menu-link .menu-icon i {
  color: var(--bs-info);
}

/* line 27428, app/assets/stylesheets/style.scss */
.menu-info .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-info);
}

/* line 27431, app/assets/stylesheets/style.scss */
.menu-info .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-info);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-info);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27447, app/assets/stylesheets/style.scss */
.menu-title-info .menu-item .menu-link {
  color: var(--bs-text-info);
}

/* line 27450, app/assets/stylesheets/style.scss */
.menu-title-info .menu-item .menu-link .menu-title {
  color: var(--bs-text-info);
}

/* line 27453, app/assets/stylesheets/style.scss */
.menu-icon-info .menu-item .menu-link .menu-icon, .menu-icon-info .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-info .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-info);
}

/* line 27456, app/assets/stylesheets/style.scss */
.menu-bullet-info .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-info);
}

/* line 27459, app/assets/stylesheets/style.scss */
.menu-arrow-info .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-info);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-info);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27475, app/assets/stylesheets/style.scss */
.menu-warning .menu-item .menu-link {
  color: var(--bs-warning);
}

/* line 27478, app/assets/stylesheets/style.scss */
.menu-warning .menu-item .menu-link .menu-title {
  color: var(--bs-warning);
}

/* line 27481, app/assets/stylesheets/style.scss */
.menu-warning .menu-item .menu-link .menu-icon, .menu-warning .menu-item .menu-link .menu-icon .svg-icon, .menu-warning .menu-item .menu-link .menu-icon i {
  color: var(--bs-warning);
}

/* line 27484, app/assets/stylesheets/style.scss */
.menu-warning .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-warning);
}

/* line 27487, app/assets/stylesheets/style.scss */
.menu-warning .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-warning);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-warning);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27503, app/assets/stylesheets/style.scss */
.menu-title-warning .menu-item .menu-link {
  color: var(--bs-text-warning);
}

/* line 27506, app/assets/stylesheets/style.scss */
.menu-title-warning .menu-item .menu-link .menu-title {
  color: var(--bs-text-warning);
}

/* line 27509, app/assets/stylesheets/style.scss */
.menu-icon-warning .menu-item .menu-link .menu-icon, .menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-warning .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-warning);
}

/* line 27512, app/assets/stylesheets/style.scss */
.menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-warning);
}

/* line 27515, app/assets/stylesheets/style.scss */
.menu-arrow-warning .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-warning);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-warning);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27531, app/assets/stylesheets/style.scss */
.menu-danger .menu-item .menu-link {
  color: var(--bs-danger);
}

/* line 27534, app/assets/stylesheets/style.scss */
.menu-danger .menu-item .menu-link .menu-title {
  color: var(--bs-danger);
}

/* line 27537, app/assets/stylesheets/style.scss */
.menu-danger .menu-item .menu-link .menu-icon, .menu-danger .menu-item .menu-link .menu-icon .svg-icon, .menu-danger .menu-item .menu-link .menu-icon i {
  color: var(--bs-danger);
}

/* line 27540, app/assets/stylesheets/style.scss */
.menu-danger .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-danger);
}

/* line 27543, app/assets/stylesheets/style.scss */
.menu-danger .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27559, app/assets/stylesheets/style.scss */
.menu-title-danger .menu-item .menu-link {
  color: var(--bs-text-danger);
}

/* line 27562, app/assets/stylesheets/style.scss */
.menu-title-danger .menu-item .menu-link .menu-title {
  color: var(--bs-text-danger);
}

/* line 27565, app/assets/stylesheets/style.scss */
.menu-icon-danger .menu-item .menu-link .menu-icon, .menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-danger .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-danger);
}

/* line 27568, app/assets/stylesheets/style.scss */
.menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-danger);
}

/* line 27571, app/assets/stylesheets/style.scss */
.menu-arrow-danger .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-danger);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-danger);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27587, app/assets/stylesheets/style.scss */
.menu-dark .menu-item .menu-link {
  color: var(--bs-dark);
}

/* line 27590, app/assets/stylesheets/style.scss */
.menu-dark .menu-item .menu-link .menu-title {
  color: var(--bs-dark);
}

/* line 27593, app/assets/stylesheets/style.scss */
.menu-dark .menu-item .menu-link .menu-icon, .menu-dark .menu-item .menu-link .menu-icon .svg-icon, .menu-dark .menu-item .menu-link .menu-icon i {
  color: var(--bs-dark);
}

/* line 27596, app/assets/stylesheets/style.scss */
.menu-dark .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 27599, app/assets/stylesheets/style.scss */
.menu-dark .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27615, app/assets/stylesheets/style.scss */
.menu-title-dark .menu-item .menu-link {
  color: var(--bs-text-dark);
}

/* line 27618, app/assets/stylesheets/style.scss */
.menu-title-dark .menu-item .menu-link .menu-title {
  color: var(--bs-text-dark);
}

/* line 27621, app/assets/stylesheets/style.scss */
.menu-icon-dark .menu-item .menu-link .menu-icon, .menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-dark .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-dark);
}

/* line 27624, app/assets/stylesheets/style.scss */
.menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-dark);
}

/* line 27627, app/assets/stylesheets/style.scss */
.menu-arrow-dark .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27643, app/assets/stylesheets/style.scss */
.menu-muted .menu-item .menu-link {
  color: var(--bs-muted);
}

/* line 27646, app/assets/stylesheets/style.scss */
.menu-muted .menu-item .menu-link .menu-title {
  color: var(--bs-muted);
}

/* line 27649, app/assets/stylesheets/style.scss */
.menu-muted .menu-item .menu-link .menu-icon, .menu-muted .menu-item .menu-link .menu-icon .svg-icon, .menu-muted .menu-item .menu-link .menu-icon i {
  color: var(--bs-muted);
}

/* line 27652, app/assets/stylesheets/style.scss */
.menu-muted .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-muted);
}

/* line 27655, app/assets/stylesheets/style.scss */
.menu-muted .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27671, app/assets/stylesheets/style.scss */
.menu-title-muted .menu-item .menu-link {
  color: var(--bs-text-muted);
}

/* line 27674, app/assets/stylesheets/style.scss */
.menu-title-muted .menu-item .menu-link .menu-title {
  color: var(--bs-text-muted);
}

/* line 27677, app/assets/stylesheets/style.scss */
.menu-icon-muted .menu-item .menu-link .menu-icon, .menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-muted .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-muted);
}

/* line 27680, app/assets/stylesheets/style.scss */
.menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-muted);
}

/* line 27683, app/assets/stylesheets/style.scss */
.menu-arrow-muted .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-custom-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27699, app/assets/stylesheets/style.scss */
.menu-gray-100 .menu-item .menu-link {
  color: var(--bs-gray-100);
}

/* line 27702, app/assets/stylesheets/style.scss */
.menu-gray-100 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-100);
}

/* line 27705, app/assets/stylesheets/style.scss */
.menu-gray-100 .menu-item .menu-link .menu-icon, .menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-100 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-100);
}

/* line 27708, app/assets/stylesheets/style.scss */
.menu-gray-100 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-100);
}

/* line 27711, app/assets/stylesheets/style.scss */
.menu-gray-100 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-100);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-100);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27727, app/assets/stylesheets/style.scss */
.menu-title-gray-100 .menu-item .menu-link {
  color: var(--bs-text-gray-100);
}

/* line 27730, app/assets/stylesheets/style.scss */
.menu-title-gray-100 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-100);
}

/* line 27733, app/assets/stylesheets/style.scss */
.menu-icon-gray-100 .menu-item .menu-link .menu-icon, .menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-100 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-100);
}

/* line 27736, app/assets/stylesheets/style.scss */
.menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-100);
}

/* line 27739, app/assets/stylesheets/style.scss */
.menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-100);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-100);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27755, app/assets/stylesheets/style.scss */
.menu-gray-200 .menu-item .menu-link {
  color: var(--bs-gray-200);
}

/* line 27758, app/assets/stylesheets/style.scss */
.menu-gray-200 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-200);
}

/* line 27761, app/assets/stylesheets/style.scss */
.menu-gray-200 .menu-item .menu-link .menu-icon, .menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-200 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-200);
}

/* line 27764, app/assets/stylesheets/style.scss */
.menu-gray-200 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-200);
}

/* line 27767, app/assets/stylesheets/style.scss */
.menu-gray-200 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-200);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-200);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27783, app/assets/stylesheets/style.scss */
.menu-title-gray-200 .menu-item .menu-link {
  color: var(--bs-text-gray-200);
}

/* line 27786, app/assets/stylesheets/style.scss */
.menu-title-gray-200 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-200);
}

/* line 27789, app/assets/stylesheets/style.scss */
.menu-icon-gray-200 .menu-item .menu-link .menu-icon, .menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-200 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-200);
}

/* line 27792, app/assets/stylesheets/style.scss */
.menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-200);
}

/* line 27795, app/assets/stylesheets/style.scss */
.menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-200);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-200);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27811, app/assets/stylesheets/style.scss */
.menu-gray-300 .menu-item .menu-link {
  color: var(--bs-gray-300);
}

/* line 27814, app/assets/stylesheets/style.scss */
.menu-gray-300 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-300);
}

/* line 27817, app/assets/stylesheets/style.scss */
.menu-gray-300 .menu-item .menu-link .menu-icon, .menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-300 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-300);
}

/* line 27820, app/assets/stylesheets/style.scss */
.menu-gray-300 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-300);
}

/* line 27823, app/assets/stylesheets/style.scss */
.menu-gray-300 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-300);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-300);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27839, app/assets/stylesheets/style.scss */
.menu-title-gray-300 .menu-item .menu-link {
  color: var(--bs-text-gray-300);
}

/* line 27842, app/assets/stylesheets/style.scss */
.menu-title-gray-300 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-300);
}

/* line 27845, app/assets/stylesheets/style.scss */
.menu-icon-gray-300 .menu-item .menu-link .menu-icon, .menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-300 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-300);
}

/* line 27848, app/assets/stylesheets/style.scss */
.menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-300);
}

/* line 27851, app/assets/stylesheets/style.scss */
.menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-300);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-300);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27867, app/assets/stylesheets/style.scss */
.menu-gray-400 .menu-item .menu-link {
  color: var(--bs-gray-400);
}

/* line 27870, app/assets/stylesheets/style.scss */
.menu-gray-400 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-400);
}

/* line 27873, app/assets/stylesheets/style.scss */
.menu-gray-400 .menu-item .menu-link .menu-icon, .menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-400 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-400);
}

/* line 27876, app/assets/stylesheets/style.scss */
.menu-gray-400 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-400);
}

/* line 27879, app/assets/stylesheets/style.scss */
.menu-gray-400 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-400);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-400);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27895, app/assets/stylesheets/style.scss */
.menu-title-gray-400 .menu-item .menu-link {
  color: var(--bs-text-gray-400);
}

/* line 27898, app/assets/stylesheets/style.scss */
.menu-title-gray-400 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-400);
}

/* line 27901, app/assets/stylesheets/style.scss */
.menu-icon-gray-400 .menu-item .menu-link .menu-icon, .menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-400 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-400);
}

/* line 27904, app/assets/stylesheets/style.scss */
.menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-400);
}

/* line 27907, app/assets/stylesheets/style.scss */
.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-400);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-400);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27923, app/assets/stylesheets/style.scss */
.menu-gray-500 .menu-item .menu-link {
  color: var(--bs-gray-500);
}

/* line 27926, app/assets/stylesheets/style.scss */
.menu-gray-500 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-500);
}

/* line 27929, app/assets/stylesheets/style.scss */
.menu-gray-500 .menu-item .menu-link .menu-icon, .menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-500 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-500);
}

/* line 27932, app/assets/stylesheets/style.scss */
.menu-gray-500 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-500);
}

/* line 27935, app/assets/stylesheets/style.scss */
.menu-gray-500 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27951, app/assets/stylesheets/style.scss */
.menu-title-gray-500 .menu-item .menu-link {
  color: var(--bs-text-gray-500);
}

/* line 27954, app/assets/stylesheets/style.scss */
.menu-title-gray-500 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-500);
}

/* line 27957, app/assets/stylesheets/style.scss */
.menu-icon-gray-500 .menu-item .menu-link .menu-icon, .menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-500 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-500);
}

/* line 27960, app/assets/stylesheets/style.scss */
.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-500);
}

/* line 27963, app/assets/stylesheets/style.scss */
.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-500);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-500);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 27979, app/assets/stylesheets/style.scss */
.menu-gray-600 .menu-item .menu-link {
  color: var(--bs-gray-600);
}

/* line 27982, app/assets/stylesheets/style.scss */
.menu-gray-600 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-600);
}

/* line 27985, app/assets/stylesheets/style.scss */
.menu-gray-600 .menu-item .menu-link .menu-icon, .menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-600 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-600);
}

/* line 27988, app/assets/stylesheets/style.scss */
.menu-gray-600 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-600);
}

/* line 27991, app/assets/stylesheets/style.scss */
.menu-gray-600 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-600);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-600);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28007, app/assets/stylesheets/style.scss */
.menu-title-gray-600 .menu-item .menu-link {
  color: var(--bs-text-gray-600);
}

/* line 28010, app/assets/stylesheets/style.scss */
.menu-title-gray-600 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-600);
}

/* line 28013, app/assets/stylesheets/style.scss */
.menu-icon-gray-600 .menu-item .menu-link .menu-icon, .menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-600 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-600);
}

/* line 28016, app/assets/stylesheets/style.scss */
.menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-600);
}

/* line 28019, app/assets/stylesheets/style.scss */
.menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-600);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-600);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28035, app/assets/stylesheets/style.scss */
.menu-gray-700 .menu-item .menu-link {
  color: var(--bs-gray-700);
}

/* line 28038, app/assets/stylesheets/style.scss */
.menu-gray-700 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-700);
}

/* line 28041, app/assets/stylesheets/style.scss */
.menu-gray-700 .menu-item .menu-link .menu-icon, .menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-700 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-700);
}

/* line 28044, app/assets/stylesheets/style.scss */
.menu-gray-700 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-700);
}

/* line 28047, app/assets/stylesheets/style.scss */
.menu-gray-700 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28063, app/assets/stylesheets/style.scss */
.menu-title-gray-700 .menu-item .menu-link {
  color: var(--bs-text-gray-700);
}

/* line 28066, app/assets/stylesheets/style.scss */
.menu-title-gray-700 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-700);
}

/* line 28069, app/assets/stylesheets/style.scss */
.menu-icon-gray-700 .menu-item .menu-link .menu-icon, .menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-700 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-700);
}

/* line 28072, app/assets/stylesheets/style.scss */
.menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-700);
}

/* line 28075, app/assets/stylesheets/style.scss */
.menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-700);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-700);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28091, app/assets/stylesheets/style.scss */
.menu-gray-800 .menu-item .menu-link {
  color: var(--bs-gray-800);
}

/* line 28094, app/assets/stylesheets/style.scss */
.menu-gray-800 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-800);
}

/* line 28097, app/assets/stylesheets/style.scss */
.menu-gray-800 .menu-item .menu-link .menu-icon, .menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-800 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-800);
}

/* line 28100, app/assets/stylesheets/style.scss */
.menu-gray-800 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-800);
}

/* line 28103, app/assets/stylesheets/style.scss */
.menu-gray-800 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-800);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-800);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28119, app/assets/stylesheets/style.scss */
.menu-title-gray-800 .menu-item .menu-link {
  color: var(--bs-text-gray-800);
}

/* line 28122, app/assets/stylesheets/style.scss */
.menu-title-gray-800 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-800);
}

/* line 28125, app/assets/stylesheets/style.scss */
.menu-icon-gray-800 .menu-item .menu-link .menu-icon, .menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-800 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-800);
}

/* line 28128, app/assets/stylesheets/style.scss */
.menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-800);
}

/* line 28131, app/assets/stylesheets/style.scss */
.menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-800);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-800);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28147, app/assets/stylesheets/style.scss */
.menu-gray-900 .menu-item .menu-link {
  color: var(--bs-gray-900);
}

/* line 28150, app/assets/stylesheets/style.scss */
.menu-gray-900 .menu-item .menu-link .menu-title {
  color: var(--bs-gray-900);
}

/* line 28153, app/assets/stylesheets/style.scss */
.menu-gray-900 .menu-item .menu-link .menu-icon, .menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon, .menu-gray-900 .menu-item .menu-link .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 28156, app/assets/stylesheets/style.scss */
.menu-gray-900 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 28159, app/assets/stylesheets/style.scss */
.menu-gray-900 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-900);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28175, app/assets/stylesheets/style.scss */
.menu-title-gray-900 .menu-item .menu-link {
  color: var(--bs-text-gray-900);
}

/* line 28178, app/assets/stylesheets/style.scss */
.menu-title-gray-900 .menu-item .menu-link .menu-title {
  color: var(--bs-text-gray-900);
}

/* line 28181, app/assets/stylesheets/style.scss */
.menu-icon-gray-900 .menu-item .menu-link .menu-icon, .menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon, .menu-icon-gray-900 .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-gray-900);
}

/* line 28184, app/assets/stylesheets/style.scss */
.menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-text-gray-900);
}

/* line 28187, app/assets/stylesheets/style.scss */
.menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-900);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-gray-900);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28203, app/assets/stylesheets/style.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-hover);
  color: var(--bs-menu-link-color-hover);
}

/* line 28208, app/assets/stylesheets/style.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-menu-link-color-hover);
}

/* line 28211, app/assets/stylesheets/style.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-menu-link-color-hover);
}

/* line 28214, app/assets/stylesheets/style.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-hover);
}

/* line 28217, app/assets/stylesheets/style.scss */
.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28233, app/assets/stylesheets/style.scss */
.menu-here-bg .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-here);
  color: var(--bs-menu-link-color-here);
}

/* line 28238, app/assets/stylesheets/style.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 28241, app/assets/stylesheets/style.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-icon, .menu-here-bg .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-here-bg .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 28244, app/assets/stylesheets/style.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 28247, app/assets/stylesheets/style.scss */
.menu-here-bg .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28263, app/assets/stylesheets/style.scss */
.menu-root-here-bg > .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-here);
  color: var(--bs-menu-link-color-here);
}

/* line 28268, app/assets/stylesheets/style.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 28271, app/assets/stylesheets/style.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-icon, .menu-root-here-bg > .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-root-here-bg > .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 28274, app/assets/stylesheets/style.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 28277, app/assets/stylesheets/style.scss */
.menu-root-here-bg > .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  /* line 28294, app/assets/stylesheets/style.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link {
    transition: color .2s ease;
    background-color: var(--bs-menu-link-bg-color-here);
    color: var(--bs-menu-link-color-here);
  }
  /* line 28299, app/assets/stylesheets/style.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-title {
    color: var(--bs-menu-link-color-here);
  }
  /* line 28302, app/assets/stylesheets/style.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon, .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon i {
    color: var(--bs-menu-link-color-here);
  }
  /* line 28305, app/assets/stylesheets/style.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-bullet .bullet {
    background-color: var(--bs-menu-link-color-here);
  }
  /* line 28308, app/assets/stylesheets/style.scss */
  .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-menu-link-color-here);
    -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-menu-link-color-here);
    -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  }
}

/* line 28324, app/assets/stylesheets/style.scss */
.menu-show-bg .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-show);
  color: var(--bs-menu-link-color-show);
}

/* line 28329, app/assets/stylesheets/style.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-title {
  color: var(--bs-menu-link-color-show);
}

/* line 28332, app/assets/stylesheets/style.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-icon, .menu-show-bg .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-show-bg .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-show);
}

/* line 28335, app/assets/stylesheets/style.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-show);
}

/* line 28338, app/assets/stylesheets/style.scss */
.menu-show-bg .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28354, app/assets/stylesheets/style.scss */
.menu-active-bg .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-active);
  color: var(--bs-menu-link-color-active);
}

/* line 28359, app/assets/stylesheets/style.scss */
.menu-active-bg .menu-item .menu-link.active .menu-title {
  color: var(--bs-menu-link-color-active);
}

/* line 28362, app/assets/stylesheets/style.scss */
.menu-active-bg .menu-item .menu-link.active .menu-icon, .menu-active-bg .menu-item .menu-link.active .menu-icon .svg-icon, .menu-active-bg .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-menu-link-color-active);
}

/* line 28365, app/assets/stylesheets/style.scss */
.menu-active-bg .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-active);
}

/* line 28368, app/assets/stylesheets/style.scss */
.menu-active-bg .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28384, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-hover);
  color: var(--bs-menu-link-color-hover);
}

/* line 28389, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-menu-link-color-hover);
}

/* line 28392, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-menu-link-color-hover);
}

/* line 28395, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-hover);
}

/* line 28398, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28414, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-here);
  color: var(--bs-menu-link-color-here);
}

/* line 28419, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 28422, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-icon, .menu-state-bg .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-bg .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 28425, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 28428, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28444, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-show);
  color: var(--bs-menu-link-color-show);
}

/* line 28449, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-title {
  color: var(--bs-menu-link-color-show);
}

/* line 28452, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-icon, .menu-state-bg .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-bg .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-show);
}

/* line 28455, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-show);
}

/* line 28458, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28474, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: var(--bs-menu-link-bg-color-active);
  color: var(--bs-menu-link-color-active);
}

/* line 28479, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item .menu-link.active .menu-title {
  color: var(--bs-menu-link-color-active);
}

/* line 28482, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item .menu-link.active .menu-icon, .menu-state-bg .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-bg .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-menu-link-color-active);
}

/* line 28485, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-active);
}

/* line 28488, app/assets/stylesheets/style.scss */
.menu-state-bg .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28504, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  color: var(--bs-menu-link-color-hover);
}

/* line 28508, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-menu-link-color-hover);
}

/* line 28511, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-menu-link-color-hover);
}

/* line 28514, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-hover);
}

/* line 28517, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-hover);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28533, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.here > .menu-link {
  transition: color .2s ease;
  color: var(--bs-menu-link-color-here);
}

/* line 28537, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.here > .menu-link .menu-title {
  color: var(--bs-menu-link-color-here);
}

/* line 28540, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.here > .menu-link .menu-icon, .menu-state-color .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-color .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-here);
}

/* line 28543, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-here);
}

/* line 28546, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-here);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28562, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.show > .menu-link {
  transition: color .2s ease;
  color: var(--bs-menu-link-color-show);
}

/* line 28566, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.show > .menu-link .menu-title {
  color: var(--bs-menu-link-color-show);
}

/* line 28569, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.show > .menu-link .menu-icon, .menu-state-color .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-color .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-menu-link-color-show);
}

/* line 28572, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-show);
}

/* line 28575, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-show);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28591, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item .menu-link.active {
  transition: color .2s ease;
  color: var(--bs-menu-link-color-active);
}

/* line 28595, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item .menu-link.active .menu-title {
  color: var(--bs-menu-link-color-active);
}

/* line 28598, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item .menu-link.active .menu-icon, .menu-state-color .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-color .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-menu-link-color-active);
}

/* line 28601, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-menu-link-color-active);
}

/* line 28604, app/assets/stylesheets/style.scss */
.menu-state-color .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-menu-link-color-active);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28620, app/assets/stylesheets/style.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28625, app/assets/stylesheets/style.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28628, app/assets/stylesheets/style.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28631, app/assets/stylesheets/style.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28634, app/assets/stylesheets/style.scss */
.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28650, app/assets/stylesheets/style.scss */
.menu-show-bg-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28655, app/assets/stylesheets/style.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28658, app/assets/stylesheets/style.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-icon, .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28661, app/assets/stylesheets/style.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28664, app/assets/stylesheets/style.scss */
.menu-show-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28680, app/assets/stylesheets/style.scss */
.menu-here-bg-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28685, app/assets/stylesheets/style.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28688, app/assets/stylesheets/style.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-icon, .menu-here-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-here-bg-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28691, app/assets/stylesheets/style.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28694, app/assets/stylesheets/style.scss */
.menu-here-bg-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28710, app/assets/stylesheets/style.scss */
.menu-active-bg-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28715, app/assets/stylesheets/style.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28718, app/assets/stylesheets/style.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon, .menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-active-bg-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28721, app/assets/stylesheets/style.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28724, app/assets/stylesheets/style.scss */
.menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28740, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28745, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28748, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28751, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28754, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28770, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28775, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28778, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon, .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28781, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28784, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28800, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28805, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28808, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon, .menu-state-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-bg-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28811, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28814, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28830, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28835, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28838, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon, .menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-bg-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28841, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28844, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28860, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}

/* line 28865, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary-inverse);
}

/* line 28868, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-icon, .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary-inverse);
}

/* line 28871, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary-inverse);
}

/* line 28874, app/assets/stylesheets/style.scss */
.menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary-inverse);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28890, app/assets/stylesheets/style.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 28895, app/assets/stylesheets/style.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 28898, app/assets/stylesheets/style.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon, .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 28901, app/assets/stylesheets/style.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 28904, app/assets/stylesheets/style.scss */
.menu-show-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28920, app/assets/stylesheets/style.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 28925, app/assets/stylesheets/style.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 28928, app/assets/stylesheets/style.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon, .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 28931, app/assets/stylesheets/style.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 28934, app/assets/stylesheets/style.scss */
.menu-here-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28950, app/assets/stylesheets/style.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 28955, app/assets/stylesheets/style.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 28958, app/assets/stylesheets/style.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 28961, app/assets/stylesheets/style.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 28964, app/assets/stylesheets/style.scss */
.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 28980, app/assets/stylesheets/style.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 28985, app/assets/stylesheets/style.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 28988, app/assets/stylesheets/style.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon, .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 28991, app/assets/stylesheets/style.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 28994, app/assets/stylesheets/style.scss */
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29010, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 29015, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29018, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon, .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29021, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29024, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29040, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 29045, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29048, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon, .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29051, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29054, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29070, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 29075, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 29078, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 29081, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29084, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29100, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

/* line 29105, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 29108, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon, .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 29111, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29114, app/assets/stylesheets/style.scss */
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29130, app/assets/stylesheets/style.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29134, app/assets/stylesheets/style.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 29137, app/assets/stylesheets/style.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 29140, app/assets/stylesheets/style.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29143, app/assets/stylesheets/style.scss */
.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29159, app/assets/stylesheets/style.scss */
.menu-show-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29163, app/assets/stylesheets/style.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29166, app/assets/stylesheets/style.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-icon, .menu-show-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-show-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29169, app/assets/stylesheets/style.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29172, app/assets/stylesheets/style.scss */
.menu-show-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29188, app/assets/stylesheets/style.scss */
.menu-here-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29192, app/assets/stylesheets/style.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29195, app/assets/stylesheets/style.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-icon, .menu-here-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-here-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29198, app/assets/stylesheets/style.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29201, app/assets/stylesheets/style.scss */
.menu-here-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29217, app/assets/stylesheets/style.scss */
.menu-active-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29221, app/assets/stylesheets/style.scss */
.menu-active-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 29224, app/assets/stylesheets/style.scss */
.menu-active-primary .menu-item .menu-link.active .menu-icon, .menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-active-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 29227, app/assets/stylesheets/style.scss */
.menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29230, app/assets/stylesheets/style.scss */
.menu-active-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29246, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29250, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 29253, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 29256, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29259, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29275, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29279, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29282, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-icon, .menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29285, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29288, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29304, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29308, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29311, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-icon, .menu-state-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29314, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29317, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29333, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29337, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 29340, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item .menu-link.active .menu-icon, .menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 29343, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29346, app/assets/stylesheets/style.scss */
.menu-state-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29362, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  color: var(--bs-dark);
}

/* line 29366, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-dark);
}

/* line 29369, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-dark);
}

/* line 29372, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 29375, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29391, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.show > .menu-link {
  transition: color .2s ease;
  color: var(--bs-dark);
}

/* line 29395, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-title {
  color: var(--bs-dark);
}

/* line 29398, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-icon, .menu-state-dark .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-dark .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-dark);
}

/* line 29401, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 29404, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29420, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.here > .menu-link {
  transition: color .2s ease;
  color: var(--bs-dark);
}

/* line 29424, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-title {
  color: var(--bs-dark);
}

/* line 29427, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-icon, .menu-state-dark .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-dark .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-dark);
}

/* line 29430, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 29433, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29449, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item .menu-link.active {
  transition: color .2s ease;
  color: var(--bs-dark);
}

/* line 29453, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item .menu-link.active .menu-title {
  color: var(--bs-dark);
}

/* line 29456, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item .menu-link.active .menu-icon, .menu-state-dark .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-dark .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-dark);
}

/* line 29459, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-dark);
}

/* line 29462, app/assets/stylesheets/style.scss */
.menu-state-dark .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-dark);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29478, app/assets/stylesheets/style.scss */
.menu-hover-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29482, app/assets/stylesheets/style.scss */
.menu-hover-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 29485, app/assets/stylesheets/style.scss */
.menu-here-title-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29489, app/assets/stylesheets/style.scss */
.menu-here-title-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29492, app/assets/stylesheets/style.scss */
.menu-show-title-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29496, app/assets/stylesheets/style.scss */
.menu-show-title-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29499, app/assets/stylesheets/style.scss */
.menu-active-title-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29503, app/assets/stylesheets/style.scss */
.menu-active-title-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 29506, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29510, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-primary);
}

/* line 29513, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29517, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item.here > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29520, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29524, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

/* line 29527, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item .menu-link.active {
  transition: color .2s ease;
  color: var(--bs-primary);
}

/* line 29531, app/assets/stylesheets/style.scss */
.menu-state-title-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

/* line 29534, app/assets/stylesheets/style.scss */
.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
}

/* line 29537, app/assets/stylesheets/style.scss */
.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 29540, app/assets/stylesheets/style.scss */
.menu-here-icon-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
}

/* line 29543, app/assets/stylesheets/style.scss */
.menu-here-icon-primary .menu-item.here > .menu-link .menu-icon, .menu-here-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-here-icon-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29546, app/assets/stylesheets/style.scss */
.menu-show-icon-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
}

/* line 29549, app/assets/stylesheets/style.scss */
.menu-show-icon-primary .menu-item.show > .menu-link .menu-icon, .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29552, app/assets/stylesheets/style.scss */
.menu-active-icon-primary .menu-item .menu-link.active {
  transition: color .2s ease;
}

/* line 29555, app/assets/stylesheets/style.scss */
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon, .menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-active-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 29558, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
}

/* line 29561, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--bs-primary);
}

/* line 29564, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
}

/* line 29567, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon, .menu-state-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-icon-primary .menu-item.here > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29570, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
}

/* line 29573, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item.show > .menu-link .menu-icon, .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}

/* line 29576, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item .menu-link.active {
  transition: color .2s ease;
}

/* line 29579, app/assets/stylesheets/style.scss */
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon, .menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}

/* line 29582, app/assets/stylesheets/style.scss */
.menu-hover-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
}

/* line 29585, app/assets/stylesheets/style.scss */
.menu-hover-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29588, app/assets/stylesheets/style.scss */
.menu-show-bullet-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
}

/* line 29591, app/assets/stylesheets/style.scss */
.menu-show-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29594, app/assets/stylesheets/style.scss */
.menu-here-bullet-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
}

/* line 29597, app/assets/stylesheets/style.scss */
.menu-here-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29600, app/assets/stylesheets/style.scss */
.menu-active-bullet-primary .menu-item .menu-link.active {
  transition: color .2s ease;
}

/* line 29603, app/assets/stylesheets/style.scss */
.menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29606, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
}

/* line 29609, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29612, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
}

/* line 29615, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29618, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
}

/* line 29621, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29624, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item .menu-link.active {
  transition: color .2s ease;
}

/* line 29627, app/assets/stylesheets/style.scss */
.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

/* line 29630, app/assets/stylesheets/style.scss */
.menu-hover-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
}

/* line 29633, app/assets/stylesheets/style.scss */
.menu-hover-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29649, app/assets/stylesheets/style.scss */
.menu-here-arrow-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
}

/* line 29652, app/assets/stylesheets/style.scss */
.menu-here-arrow-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29668, app/assets/stylesheets/style.scss */
.menu-show-arrow-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
}

/* line 29671, app/assets/stylesheets/style.scss */
.menu-show-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29687, app/assets/stylesheets/style.scss */
.menu-active-arrow-primary .menu-item .menu-link.active {
  transition: color .2s ease;
}

/* line 29690, app/assets/stylesheets/style.scss */
.menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29706, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
}

/* line 29709, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29725, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item.here > .menu-link {
  transition: color .2s ease;
}

/* line 29728, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item.here > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29744, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item.show > .menu-link {
  transition: color .2s ease;
}

/* line 29747, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29763, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item .menu-link.active {
  transition: color .2s ease;
}

/* line 29766, app/assets/stylesheets/style.scss */
.menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 29782, app/assets/stylesheets/style.scss */
.anchor {
  display: flex;
  align-items: center;
}

/* line 29786, app/assets/stylesheets/style.scss */
.anchor a {
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 1em;
  width: 1.25em;
  margin-left: -1.25em;
  font-weight: 500;
  font-size: .8em;
  color: var(--bs-text-muted);
  transition: all .2s ease-in-out;
}

/* line 29799, app/assets/stylesheets/style.scss */
.anchor a:before {
  content: "#";
}

/* line 29801, app/assets/stylesheets/style.scss */
.anchor:hover a {
  display: flex;
}

/* line 29804, app/assets/stylesheets/style.scss */
.anchor:hover a:hover {
  color: var(--bs-primary);
  transition: all .2s ease-in-out;
}

/* line 29808, app/assets/stylesheets/style.scss */
.card {
  border: 1px solid var(--bs-card-border-color);
}

/* line 29811, app/assets/stylesheets/style.scss */
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 0 2.25rem;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: 1px solid var(--bs-card-border-color);
}

/* line 29822, app/assets/stylesheets/style.scss */
.card .card-header .card-title {
  display: flex;
  align-items: center;
  margin: .5rem;
  margin-left: 0;
}

/* line 29828, app/assets/stylesheets/style.scss */
.card .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center;
}

/* line 29832, app/assets/stylesheets/style.scss */
.card .card-header .card-title .card-icon {
  margin-right: .75rem;
  line-height: 0;
}

/* line 29836, app/assets/stylesheets/style.scss */
.card .card-header .card-title .card-icon i {
  font-size: 1.25rem;
  color: var(--bs-gray-600);
  line-height: 0;
}

/* line 29841, app/assets/stylesheets/style.scss */
.card .card-header .card-title .card-icon i:after, .card .card-header .card-title .card-icon i:before {
  line-height: 0;
}

/* line 29844, app/assets/stylesheets/style.scss */
.card .card-header .card-title .card-icon .svg-icon {
  color: var(--bs-gray-600);
}

/* line 29847, app/assets/stylesheets/style.scss */
.card .card-header .card-title .card-icon .svg-icon svg {
  height: 24px;
  width: 24px;
}

/* line 29851, app/assets/stylesheets/style.scss */
.card .card-header .card-title, .card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: var(--bs-text-dark);
}

/* line 29856, app/assets/stylesheets/style.scss */
.card .card-header .card-title .card-label {
  margin: 0 .75rem 0 0;
  flex-wrap: wrap;
}

/* line 29860, app/assets/stylesheets/style.scss */
.card .card-header .card-title .small, .card .card-header .card-title small {
  color: var(--bs-text-muted);
  font-size: 1rem;
}

/* line 29864, app/assets/stylesheets/style.scss */
.card .card-header .card-title .h1, .card .card-header .card-title .h2, .card .card-header .card-title .h3, .card .card-header .card-title .h4, .card .card-header .card-title .h5, .card .card-header .card-title .h6, .card .card-header .card-title h1, .card .card-header .card-title h2, .card .card-header .card-title h3, .card .card-header .card-title h4, .card .card-header .card-title h5, .card .card-header .card-title h6 {
  margin-bottom: 0;
}

/* line 29867, app/assets/stylesheets/style.scss */
.card .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: .5rem 0;
  flex-wrap: wrap;
}

/* line 29873, app/assets/stylesheets/style.scss */
.card .card-body {
  padding: 2rem 2.25rem;
  color: var(--bs-card-color);
}

/* line 29877, app/assets/stylesheets/style.scss */
.card .card-footer {
  padding: 2rem 2.25rem;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: 1px solid var(--bs-card-border-color);
}

/* line 29883, app/assets/stylesheets/style.scss */
.card .card-scroll {
  position: relative;
  overflow: auto;
}

/* line 29887, app/assets/stylesheets/style.scss */
.card.card-px-0 .card-body, .card.card-px-0 .card-footer, .card.card-px-0 .card-header {
  padding-left: 0;
  padding-right: 0;
}

/* line 29891, app/assets/stylesheets/style.scss */
.card.card-py-0 .card-body, .card.card-py-0 .card-footer, .card.card-py-0 .card-header {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 29895, app/assets/stylesheets/style.scss */
.card.card-p-0 .card-body, .card.card-p-0 .card-footer, .card.card-p-0 .card-header {
  padding: 0;
}

/* line 29898, app/assets/stylesheets/style.scss */
.card.card-dashed {
  box-shadow: none;
  border: 1px dashed var(--bs-border-dashed-color);
}

/* line 29902, app/assets/stylesheets/style.scss */
.card.card-dashed > .card-header {
  border-bottom: 1px dashed var(--bs-border-dashed-color);
}

/* line 29905, app/assets/stylesheets/style.scss */
.card.card-dashed > .card-footer {
  border-top: 1px dashed var(--bs-border-dashed-color);
}

/* line 29908, app/assets/stylesheets/style.scss */
.card.card-bordered {
  box-shadow: none;
  border: 1px solid var(--bs-border-color);
}

/* line 29912, app/assets/stylesheets/style.scss */
.card.card-flush > .card-header {
  border-bottom: 0 !important;
}

/* line 29915, app/assets/stylesheets/style.scss */
.card.card-flush > .card-footer {
  border-top: 0 !important;
}

/* line 29918, app/assets/stylesheets/style.scss */
.card.card-shadow {
  box-shadow: var(--bs-card-box-shadow);
  border: 0;
}

/* line 29922, app/assets/stylesheets/style.scss */
.card.card-reset {
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* line 29927, app/assets/stylesheets/style.scss */
.card.card-reset > .card-header {
  border-bottom: 0 !important;
}

/* line 29930, app/assets/stylesheets/style.scss */
.card.card-reset > .card-footer {
  border-top: 0 !important;
}

/* line 29933, app/assets/stylesheets/style.scss */
.card.card-borderless {
  border: 0 !important;
}

/* line 29936, app/assets/stylesheets/style.scss */
.card.card-borderless > .card-header {
  border-bottom: 0 !important;
}

/* line 29939, app/assets/stylesheets/style.scss */
.card.card-borderless > .card-footer {
  border-top: 0 !important;
}

/* line 29942, app/assets/stylesheets/style.scss */
.card.card-border-0 {
  border: 0 !important;
}

/* line 29945, app/assets/stylesheets/style.scss */
.card.card-stretch {
  height: calc(100% - var(--bs-gutter-y));
}

/* line 29948, app/assets/stylesheets/style.scss */
.card.card-stretch-75 {
  height: calc(75% - var(--bs-gutter-y));
}

/* line 29951, app/assets/stylesheets/style.scss */
.card.card-stretch-50 {
  height: calc(50% - var(--bs-gutter-y));
}

/* line 29954, app/assets/stylesheets/style.scss */
.card.card-stretch-33 {
  height: calc(33.333% - var(--bs-gutter-y));
}

/* line 29957, app/assets/stylesheets/style.scss */
.card.card-stretch-25 {
  height: calc(25% - var(--bs-gutter-y));
}

/* line 29960, app/assets/stylesheets/style.scss */
.card .card-header-stretch {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: stretch;
}

/* line 29965, app/assets/stylesheets/style.scss */
.card .card-header-stretch .card-toolbar {
  margin: 0;
  align-items: stretch;
}

@media (min-width: 576px) {
  /* line 29970, app/assets/stylesheets/style.scss */
  .card.card-sm-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 29973, app/assets/stylesheets/style.scss */
  .card.card-sm-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 29976, app/assets/stylesheets/style.scss */
  .card.card-sm-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 29979, app/assets/stylesheets/style.scss */
  .card.card-sm-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 29982, app/assets/stylesheets/style.scss */
  .card.card-sm-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 29985, app/assets/stylesheets/style.scss */
  .card .card-header-sm-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 29990, app/assets/stylesheets/style.scss */
  .card .card-header-sm-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  /* line 29995, app/assets/stylesheets/style.scss */
  .card.card-md-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 29998, app/assets/stylesheets/style.scss */
  .card.card-md-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 30001, app/assets/stylesheets/style.scss */
  .card.card-md-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 30004, app/assets/stylesheets/style.scss */
  .card.card-md-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 30007, app/assets/stylesheets/style.scss */
  .card.card-md-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 30010, app/assets/stylesheets/style.scss */
  .card .card-header-md-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 30015, app/assets/stylesheets/style.scss */
  .card .card-header-md-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  /* line 30020, app/assets/stylesheets/style.scss */
  .card.card-lg-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 30023, app/assets/stylesheets/style.scss */
  .card.card-lg-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 30026, app/assets/stylesheets/style.scss */
  .card.card-lg-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 30029, app/assets/stylesheets/style.scss */
  .card.card-lg-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 30032, app/assets/stylesheets/style.scss */
  .card.card-lg-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 30035, app/assets/stylesheets/style.scss */
  .card .card-header-lg-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 30040, app/assets/stylesheets/style.scss */
  .card .card-header-lg-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  /* line 30045, app/assets/stylesheets/style.scss */
  .card.card-xl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 30048, app/assets/stylesheets/style.scss */
  .card.card-xl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 30051, app/assets/stylesheets/style.scss */
  .card.card-xl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 30054, app/assets/stylesheets/style.scss */
  .card.card-xl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 30057, app/assets/stylesheets/style.scss */
  .card.card-xl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 30060, app/assets/stylesheets/style.scss */
  .card .card-header-xl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 30065, app/assets/stylesheets/style.scss */
  .card .card-header-xl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 1400px) {
  /* line 30070, app/assets/stylesheets/style.scss */
  .card.card-xxl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  /* line 30073, app/assets/stylesheets/style.scss */
  .card.card-xxl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  /* line 30076, app/assets/stylesheets/style.scss */
  .card.card-xxl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  /* line 30079, app/assets/stylesheets/style.scss */
  .card.card-xxl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  /* line 30082, app/assets/stylesheets/style.scss */
  .card.card-xxl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  /* line 30085, app/assets/stylesheets/style.scss */
  .card .card-header-xxl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  /* line 30090, app/assets/stylesheets/style.scss */
  .card .card-header-xxl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

/* line 30094, app/assets/stylesheets/style.scss */
.card-p {
  padding: 2rem 2.25rem !important;
}

/* line 30097, app/assets/stylesheets/style.scss */
.card-px {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

/* line 30101, app/assets/stylesheets/style.scss */
.card-shadow {
  box-shadow: var(--bs-card-box-shadow);
}

/* line 30104, app/assets/stylesheets/style.scss */
.card-py {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 30108, app/assets/stylesheets/style.scss */
.card-rounded {
  border-radius: .9rem;
}

/* line 30111, app/assets/stylesheets/style.scss */
.card-rounded-start {
  border-top-left-radius: .9rem;
  border-bottom-left-radius: .9rem;
}

/* line 30115, app/assets/stylesheets/style.scss */
.card-rounded-end {
  border-top-right-radius: .9rem;
  border-bottom-right-radius: .9rem;
}

/* line 30119, app/assets/stylesheets/style.scss */
.card-rounded-top {
  border-top-left-radius: .9rem;
  border-top-right-radius: .9rem;
}

/* line 30123, app/assets/stylesheets/style.scss */
.card-rounded-bottom {
  border-bottom-left-radius: .9rem;
  border-bottom-right-radius: .9rem;
}

@media (max-width: 767.98px) {
  /* line 30128, app/assets/stylesheets/style.scss */
  .card > .card-header:not(.flex-nowrap) {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

/* line 30132, app/assets/stylesheets/style.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

/* line 30139, app/assets/stylesheets/style.scss */
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: .5rem;
}

/* line 30144, app/assets/stylesheets/style.scss */
.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

/* line 30147, app/assets/stylesheets/style.scss */
.breadcrumb .breadcrumb-item:after {
  padding-left: .5rem;
  content: "/";
}

/* line 30150, app/assets/stylesheets/style.scss */
.breadcrumb .breadcrumb-item:before {
  display: none;
}

/* line 30153, app/assets/stylesheets/style.scss */
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

/* line 30156, app/assets/stylesheets/style.scss */
.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

/* line 30159, app/assets/stylesheets/style.scss */
.breadcrumb-line .breadcrumb-item:after {
  content: "-";
}

/* line 30161, app/assets/stylesheets/style.scss */
.breadcrumb-dot .breadcrumb-item:after {
  content: "•";
}

/* line 30163, app/assets/stylesheets/style.scss */
.breadcrumb-separatorless .breadcrumb-item:after {
  display: none;
}

/* line 30166, app/assets/stylesheets/style.scss */
.btn {
  --bs-btn-color: var(--bs-body-color);
  outline: 0 !important;
}

/* line 30170, app/assets/stylesheets/style.scss */
.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
  box-shadow: none;
}

/* line 30173, app/assets/stylesheets/style.scss */
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  border: 0;
  padding: calc(.775rem + 1px) calc(1.5rem + 1px);
}

/* line 30177, app/assets/stylesheets/style.scss */
.btn-group-lg > .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon), .btn.btn-lg:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  padding: calc(.825rem + 1px) calc(1.75rem + 1px);
}

/* line 30180, app/assets/stylesheets/style.scss */
.btn-group-sm > .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon), .btn.btn-sm:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  padding: calc(.55rem + 1px) calc(1.25rem + 1px);
}

/* line 30183, app/assets/stylesheets/style.scss */
.btn.btn-link {
  border: 0;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-decoration: none;
  font-weight: 500;
}

/* line 30191, app/assets/stylesheets/style.scss */
.btn.btn-outline:not(.btn-outline-dashed) {
  border: 1px solid var(--bs-gray-300);
}

/* line 30194, app/assets/stylesheets/style.scss */
.btn.btn-outline-dashed {
  border: 1px dashed var(--bs-gray-300);
}

/* line 30197, app/assets/stylesheets/style.scss */
.btn.btn-flush {
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: 0 !important;
  margin: 0;
  padding: 0;
}

/* line 30208, app/assets/stylesheets/style.scss */
.btn.btn-flex {
  display: inline-flex;
  align-items: center;
}

/* line 30212, app/assets/stylesheets/style.scss */
.btn.btn-trim-start {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

/* line 30216, app/assets/stylesheets/style.scss */
.btn.btn-trim-end {
  justify-content: flex-end !important;
  padding-right: 0 !important;
}

/* line 30220, app/assets/stylesheets/style.scss */
.btn-reset {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  user-select: none;
  outline: 0;
}

/* line 30227, app/assets/stylesheets/style.scss */
.btn > i {
  display: inline-flex;
  font-size: 1rem;
  padding-right: .35rem;
  vertical-align: middle;
}

/* line 30233, app/assets/stylesheets/style.scss */
.btn .svg-icon {
  flex-shrink: 0;
  line-height: 0;
  margin-right: .5rem;
}

/* line 30238, app/assets/stylesheets/style.scss */
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.55rem + 2px);
  width: calc(1.5em + 1.55rem + 2px);
}

/* line 30246, app/assets/stylesheets/style.scss */
.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
  border: 0;
}

/* line 30249, app/assets/stylesheets/style.scss */
.btn-group-sm > .btn.btn-icon, .btn.btn-icon.btn-sm {
  height: calc(1.5em + 1.1rem + 2px);
  width: calc(1.5em + 1.1rem + 2px);
}

/* line 30253, app/assets/stylesheets/style.scss */
.btn-group-lg > .btn.btn-icon, .btn.btn-icon.btn-lg {
  height: calc(1.5em + 1.65rem + 2px);
  width: calc(1.5em + 1.65rem + 2px);
}

/* line 30257, app/assets/stylesheets/style.scss */
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}

/* line 30259, app/assets/stylesheets/style.scss */
.btn.btn-icon .svg-icon, .btn.btn-icon i {
  padding: 0;
  margin: 0;
  line-height: 1;
}

/* line 30264, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-dashed {
  border-width: 1px;
  border-style: dashed;
}

/* line 30268, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-dashed, .btn-check:checked + .btn.btn-outline.btn-outline-dashed, .btn.btn-outline.btn-outline-dashed.active, .btn.btn-outline.btn-outline-dashed.show, .btn.btn-outline.btn-outline-dashed:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-dashed {
  border-color: var(--bs-primary);
}

/* line 30271, app/assets/stylesheets/style.scss */
.btn.btn-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}

/* line 30276, app/assets/stylesheets/style.scss */
.btn.btn-light .svg-icon, .btn.btn-light i {
  color: var(--bs-light-inverse);
}

/* line 30279, app/assets/stylesheets/style.scss */
.btn.btn-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 30282, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light, .btn-check:checked + .btn.btn-light, .btn.btn-light.active, .btn.btn-light.show, .btn.btn-light:active:not(.btn-active), .btn.btn-light:focus:not(.btn-active), .btn.btn-light:hover:not(.btn-active), .show > .btn.btn-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light-active);
  background-color: var(--bs-light-active) !important;
}

/* line 30287, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light .svg-icon, .btn-check:active + .btn.btn-light i, .btn-check:checked + .btn.btn-light .svg-icon, .btn-check:checked + .btn.btn-light i, .btn.btn-light.active .svg-icon, .btn.btn-light.active i, .btn.btn-light.show .svg-icon, .btn.btn-light.show i, .btn.btn-light:active:not(.btn-active) .svg-icon, .btn.btn-light:active:not(.btn-active) i, .btn.btn-light:focus:not(.btn-active) .svg-icon, .btn.btn-light:focus:not(.btn-active) i, .btn.btn-light:hover:not(.btn-active) .svg-icon, .btn.btn-light:hover:not(.btn-active) i, .show > .btn.btn-light .svg-icon, .show > .btn.btn-light i {
  color: var(--bs-light-inverse);
}

/* line 30290, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light.dropdown-toggle:after, .btn-check:checked + .btn.btn-light.dropdown-toggle:after, .btn.btn-light.active.dropdown-toggle:after, .btn.btn-light.show.dropdown-toggle:after, .btn.btn-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 30293, app/assets/stylesheets/style.scss */
.btn.btn-bg-light {
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}

/* line 30297, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light, .btn-check:checked + .btn.btn-active-light, .btn.btn-active-light.active, .btn.btn-active-light.show, .btn.btn-active-light:active:not(.btn-active), .btn.btn-active-light:focus:not(.btn-active), .btn.btn-active-light:hover:not(.btn-active), .show > .btn.btn-active-light {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light) !important;
}

/* line 30302, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light .svg-icon, .btn-check:active + .btn.btn-active-light i, .btn-check:checked + .btn.btn-active-light .svg-icon, .btn-check:checked + .btn.btn-active-light i, .btn.btn-active-light.active .svg-icon, .btn.btn-active-light.active i, .btn.btn-active-light.show .svg-icon, .btn.btn-active-light.show i, .btn.btn-active-light:active:not(.btn-active) .svg-icon, .btn.btn-active-light:active:not(.btn-active) i, .btn.btn-active-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-light:focus:not(.btn-active) i, .btn.btn-active-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-light:hover:not(.btn-active) i, .show > .btn.btn-active-light .svg-icon, .show > .btn.btn-active-light i {
  color: var(--bs-light-inverse);
}

/* line 30305, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light.dropdown-toggle:after, .btn.btn-active-light.active.dropdown-toggle:after, .btn.btn-active-light.show.dropdown-toggle:after, .btn.btn-active-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}

/* line 30308, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-light {
  color: var(--bs-light);
  border-color: var(--bs-light);
  background-color: transparent;
}

/* line 30313, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-light .svg-icon, .btn.btn-outline.btn-outline-light i {
  color: var(--bs-light);
}

/* line 30316, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-light.dropdown-toggle:after {
  color: var(--bs-light);
}

/* line 30319, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-light, .btn-check:checked + .btn.btn-outline.btn-outline-light, .btn.btn-outline.btn-outline-light.active, .btn.btn-outline.btn-outline-light.show, .btn.btn-outline.btn-outline-light:active:not(.btn-active), .btn.btn-outline.btn-outline-light:focus:not(.btn-active), .btn.btn-outline.btn-outline-light:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-light {
  color: var(--bs-light-active);
  border-color: var(--bs-light);
  background-color: var(--bs-light-light) !important;
}

/* line 30324, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-light .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-light i, .btn-check:checked + .btn.btn-outline.btn-outline-light .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-light i, .btn.btn-outline.btn-outline-light.active .svg-icon, .btn.btn-outline.btn-outline-light.active i, .btn.btn-outline.btn-outline-light.show .svg-icon, .btn.btn-outline.btn-outline-light.show i, .btn.btn-outline.btn-outline-light:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:active:not(.btn-active) i, .btn.btn-outline.btn-outline-light:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-light:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-light:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-light .svg-icon, .show > .btn.btn-outline.btn-outline-light i {
  color: var(--bs-light-active);
}

/* line 30327, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-light.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-light.dropdown-toggle:after, .btn.btn-outline.btn-outline-light.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-light.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-light.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-light.dropdown-toggle:after {
  color: var(--bs-light-active);
}

/* line 30330, app/assets/stylesheets/style.scss */
.btn.btn-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* line 30335, app/assets/stylesheets/style.scss */
.btn.btn-primary .svg-icon, .btn.btn-primary i {
  color: var(--bs-primary-inverse);
}

/* line 30338, app/assets/stylesheets/style.scss */
.btn.btn-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 30341, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary-active);
  background-color: var(--bs-primary-active) !important;
}

/* line 30346, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-primary .svg-icon, .btn-check:active + .btn.btn-primary i, .btn-check:checked + .btn.btn-primary .svg-icon, .btn-check:checked + .btn.btn-primary i, .btn.btn-primary.active .svg-icon, .btn.btn-primary.active i, .btn.btn-primary.show .svg-icon, .btn.btn-primary.show i, .btn.btn-primary:active:not(.btn-active) .svg-icon, .btn.btn-primary:active:not(.btn-active) i, .btn.btn-primary:focus:not(.btn-active) .svg-icon, .btn.btn-primary:focus:not(.btn-active) i, .btn.btn-primary:hover:not(.btn-active) .svg-icon, .btn.btn-primary:hover:not(.btn-active) i, .show > .btn.btn-primary .svg-icon, .show > .btn.btn-primary i {
  color: var(--bs-primary-inverse);
}

/* line 30349, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-primary.dropdown-toggle:after, .btn.btn-primary.active.dropdown-toggle:after, .btn.btn-primary.show.dropdown-toggle:after, .btn.btn-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 30352, app/assets/stylesheets/style.scss */
.btn.btn-light-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary-light);
  background-color: var(--bs-primary-light);
}

/* line 30357, app/assets/stylesheets/style.scss */
.btn.btn-light-primary .svg-icon, .btn.btn-light-primary i {
  color: var(--bs-primary);
}

/* line 30360, app/assets/stylesheets/style.scss */
.btn.btn-light-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

/* line 30363, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-primary, .btn-check:checked + .btn.btn-light-primary, .btn.btn-light-primary.active, .btn.btn-light-primary.show, .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .show > .btn.btn-light-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary) !important;
}

/* line 30368, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-primary .svg-icon, .btn-check:active + .btn.btn-light-primary i, .btn-check:checked + .btn.btn-light-primary .svg-icon, .btn-check:checked + .btn.btn-light-primary i, .btn.btn-light-primary.active .svg-icon, .btn.btn-light-primary.active i, .btn.btn-light-primary.show .svg-icon, .btn.btn-light-primary.show i, .btn.btn-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-light-primary:active:not(.btn-active) i, .btn.btn-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-light-primary:focus:not(.btn-active) i, .btn.btn-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-light-primary:hover:not(.btn-active) i, .show > .btn.btn-light-primary .svg-icon, .show > .btn.btn-light-primary i {
  color: var(--bs-primary-inverse);
}

/* line 30371, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-primary.dropdown-toggle:after, .btn.btn-light-primary.active.dropdown-toggle:after, .btn.btn-light-primary.show.dropdown-toggle:after, .btn.btn-light-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 30374, app/assets/stylesheets/style.scss */
.btn.btn-bg-primary {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* line 30378, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-primary, .btn-check:checked + .btn.btn-active-primary, .btn.btn-active-primary.active, .btn.btn-active-primary.show, .btn.btn-active-primary:active:not(.btn-active), .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .show > .btn.btn-active-primary {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary) !important;
}

/* line 30383, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-primary .svg-icon, .btn-check:active + .btn.btn-active-primary i, .btn-check:checked + .btn.btn-active-primary .svg-icon, .btn-check:checked + .btn.btn-active-primary i, .btn.btn-active-primary.active .svg-icon, .btn.btn-active-primary.active i, .btn.btn-active-primary.show .svg-icon, .btn.btn-active-primary.show i, .btn.btn-active-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-primary:active:not(.btn-active) i, .btn.btn-active-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-primary:focus:not(.btn-active) i, .btn.btn-active-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-primary:hover:not(.btn-active) i, .show > .btn.btn-active-primary .svg-icon, .show > .btn.btn-active-primary i {
  color: var(--bs-primary-inverse);
}

/* line 30386, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-primary.dropdown-toggle:after, .btn.btn-active-primary.active.dropdown-toggle:after, .btn.btn-active-primary.show.dropdown-toggle:after, .btn.btn-active-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-primary.dropdown-toggle:after {
  color: var(--bs-primary-inverse);
}

/* line 30389, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-primary, .btn-check:checked + .btn.btn-active-light-primary, .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .show > .btn.btn-active-light-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary-light);
  background-color: var(--bs-primary-light) !important;
}

/* line 30394, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-primary .svg-icon, .btn-check:active + .btn.btn-active-light-primary i, .btn-check:checked + .btn.btn-active-light-primary .svg-icon, .btn-check:checked + .btn.btn-active-light-primary i, .btn.btn-active-light-primary.active .svg-icon, .btn.btn-active-light-primary.active i, .btn.btn-active-light-primary.show .svg-icon, .btn.btn-active-light-primary.show i, .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:active:not(.btn-active) i, .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:focus:not(.btn-active) i, .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:hover:not(.btn-active) i, .show > .btn.btn-active-light-primary .svg-icon, .show > .btn.btn-active-light-primary i {
  color: var(--bs-primary);
}

/* line 30397, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-primary.dropdown-toggle:after, .btn.btn-active-light-primary.active.dropdown-toggle:after, .btn.btn-active-light-primary.show.dropdown-toggle:after, .btn.btn-active-light-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

/* line 30400, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: transparent;
}

/* line 30405, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-primary .svg-icon, .btn.btn-outline.btn-outline-primary i {
  color: var(--bs-primary);
}

/* line 30408, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

/* line 30411, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-primary, .btn-check:checked + .btn.btn-outline.btn-outline-primary, .btn.btn-outline.btn-outline-primary.active, .btn.btn-outline.btn-outline-primary.show, .btn.btn-outline.btn-outline-primary:active:not(.btn-active), .btn.btn-outline.btn-outline-primary:focus:not(.btn-active), .btn.btn-outline.btn-outline-primary:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-primary {
  color: var(--bs-primary-active);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-light) !important;
}

/* line 30416, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-primary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-primary i, .btn-check:checked + .btn.btn-outline.btn-outline-primary .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-primary i, .btn.btn-outline.btn-outline-primary.active .svg-icon, .btn.btn-outline.btn-outline-primary.active i, .btn.btn-outline.btn-outline-primary.show .svg-icon, .btn.btn-outline.btn-outline-primary.show i, .btn.btn-outline.btn-outline-primary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:active:not(.btn-active) i, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-primary:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-primary .svg-icon, .show > .btn.btn-outline.btn-outline-primary i {
  color: var(--bs-primary-active);
}

/* line 30419, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-primary.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-primary.dropdown-toggle:after {
  color: var(--bs-primary-active);
}

/* line 30422, app/assets/stylesheets/style.scss */
.btn.btn-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary);
}

/* line 30427, app/assets/stylesheets/style.scss */
.btn.btn-secondary .svg-icon, .btn.btn-secondary i {
  color: var(--bs-secondary-inverse);
}

/* line 30430, app/assets/stylesheets/style.scss */
.btn.btn-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 30433, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-secondary, .btn-check:checked + .btn.btn-secondary, .btn.btn-secondary.active, .btn.btn-secondary.show, .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .show > .btn.btn-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary-active);
  background-color: var(--bs-secondary-active) !important;
}

/* line 30438, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-secondary .svg-icon, .btn-check:active + .btn.btn-secondary i, .btn-check:checked + .btn.btn-secondary .svg-icon, .btn-check:checked + .btn.btn-secondary i, .btn.btn-secondary.active .svg-icon, .btn.btn-secondary.active i, .btn.btn-secondary.show .svg-icon, .btn.btn-secondary.show i, .btn.btn-secondary:active:not(.btn-active) .svg-icon, .btn.btn-secondary:active:not(.btn-active) i, .btn.btn-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-secondary:focus:not(.btn-active) i, .btn.btn-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-secondary:hover:not(.btn-active) i, .show > .btn.btn-secondary .svg-icon, .show > .btn.btn-secondary i {
  color: var(--bs-secondary-inverse);
}

/* line 30441, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-secondary.dropdown-toggle:after, .btn.btn-secondary.active.dropdown-toggle:after, .btn.btn-secondary.show.dropdown-toggle:after, .btn.btn-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 30444, app/assets/stylesheets/style.scss */
.btn.btn-light-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary-light);
  background-color: var(--bs-secondary-light);
}

/* line 30449, app/assets/stylesheets/style.scss */
.btn.btn-light-secondary .svg-icon, .btn.btn-light-secondary i {
  color: var(--bs-secondary);
}

/* line 30452, app/assets/stylesheets/style.scss */
.btn.btn-light-secondary.dropdown-toggle:after {
  color: var(--bs-secondary);
}

/* line 30455, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-secondary, .btn-check:checked + .btn.btn-light-secondary, .btn.btn-light-secondary.active, .btn.btn-light-secondary.show, .btn.btn-light-secondary:active:not(.btn-active), .btn.btn-light-secondary:focus:not(.btn-active), .btn.btn-light-secondary:hover:not(.btn-active), .show > .btn.btn-light-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary) !important;
}

/* line 30460, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-secondary .svg-icon, .btn-check:active + .btn.btn-light-secondary i, .btn-check:checked + .btn.btn-light-secondary .svg-icon, .btn-check:checked + .btn.btn-light-secondary i, .btn.btn-light-secondary.active .svg-icon, .btn.btn-light-secondary.active i, .btn.btn-light-secondary.show .svg-icon, .btn.btn-light-secondary.show i, .btn.btn-light-secondary:active:not(.btn-active) .svg-icon, .btn.btn-light-secondary:active:not(.btn-active) i, .btn.btn-light-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-light-secondary:focus:not(.btn-active) i, .btn.btn-light-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-light-secondary:hover:not(.btn-active) i, .show > .btn.btn-light-secondary .svg-icon, .show > .btn.btn-light-secondary i {
  color: var(--bs-secondary-inverse);
}

/* line 30463, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-secondary.dropdown-toggle:after, .btn.btn-light-secondary.active.dropdown-toggle:after, .btn.btn-light-secondary.show.dropdown-toggle:after, .btn.btn-light-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 30466, app/assets/stylesheets/style.scss */
.btn.btn-bg-secondary {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary);
}

/* line 30470, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-secondary, .btn-check:checked + .btn.btn-active-secondary, .btn.btn-active-secondary.active, .btn.btn-active-secondary.show, .btn.btn-active-secondary:active:not(.btn-active), .btn.btn-active-secondary:focus:not(.btn-active), .btn.btn-active-secondary:hover:not(.btn-active), .show > .btn.btn-active-secondary {
  color: var(--bs-secondary-inverse);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary) !important;
}

/* line 30475, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-secondary .svg-icon, .btn-check:active + .btn.btn-active-secondary i, .btn-check:checked + .btn.btn-active-secondary .svg-icon, .btn-check:checked + .btn.btn-active-secondary i, .btn.btn-active-secondary.active .svg-icon, .btn.btn-active-secondary.active i, .btn.btn-active-secondary.show .svg-icon, .btn.btn-active-secondary.show i, .btn.btn-active-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-secondary:active:not(.btn-active) i, .btn.btn-active-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-secondary:focus:not(.btn-active) i, .btn.btn-active-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-secondary:hover:not(.btn-active) i, .show > .btn.btn-active-secondary .svg-icon, .show > .btn.btn-active-secondary i {
  color: var(--bs-secondary-inverse);
}

/* line 30478, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-secondary.dropdown-toggle:after, .btn.btn-active-secondary.active.dropdown-toggle:after, .btn.btn-active-secondary.show.dropdown-toggle:after, .btn.btn-active-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-inverse);
}

/* line 30481, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-secondary, .btn-check:checked + .btn.btn-active-light-secondary, .btn.btn-active-light-secondary.active, .btn.btn-active-light-secondary.show, .btn.btn-active-light-secondary:active:not(.btn-active), .btn.btn-active-light-secondary:focus:not(.btn-active), .btn.btn-active-light-secondary:hover:not(.btn-active), .show > .btn.btn-active-light-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary-light);
  background-color: var(--bs-secondary-light) !important;
}

/* line 30486, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-secondary .svg-icon, .btn-check:active + .btn.btn-active-light-secondary i, .btn-check:checked + .btn.btn-active-light-secondary .svg-icon, .btn-check:checked + .btn.btn-active-light-secondary i, .btn.btn-active-light-secondary.active .svg-icon, .btn.btn-active-light-secondary.active i, .btn.btn-active-light-secondary.show .svg-icon, .btn.btn-active-light-secondary.show i, .btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:active:not(.btn-active) i, .btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:focus:not(.btn-active) i, .btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-secondary:hover:not(.btn-active) i, .show > .btn.btn-active-light-secondary .svg-icon, .show > .btn.btn-active-light-secondary i {
  color: var(--bs-secondary);
}

/* line 30489, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-secondary.dropdown-toggle:after, .btn.btn-active-light-secondary.active.dropdown-toggle:after, .btn.btn-active-light-secondary.show.dropdown-toggle:after, .btn.btn-active-light-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-secondary.dropdown-toggle:after {
  color: var(--bs-secondary);
}

/* line 30492, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background-color: transparent;
}

/* line 30497, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-secondary .svg-icon, .btn.btn-outline.btn-outline-secondary i {
  color: var(--bs-secondary);
}

/* line 30500, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-secondary.dropdown-toggle:after {
  color: var(--bs-secondary);
}

/* line 30503, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-secondary, .btn-check:checked + .btn.btn-outline.btn-outline-secondary, .btn.btn-outline.btn-outline-secondary.active, .btn.btn-outline.btn-outline-secondary.show, .btn.btn-outline.btn-outline-secondary:active:not(.btn-active), .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active), .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-secondary {
  color: var(--bs-secondary-active);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-light) !important;
}

/* line 30508, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-secondary .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-secondary i, .btn-check:checked + .btn.btn-outline.btn-outline-secondary .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-secondary i, .btn.btn-outline.btn-outline-secondary.active .svg-icon, .btn.btn-outline.btn-outline-secondary.active i, .btn.btn-outline.btn-outline-secondary.show .svg-icon, .btn.btn-outline.btn-outline-secondary.show i, .btn.btn-outline.btn-outline-secondary:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:active:not(.btn-active) i, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-secondary:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-secondary .svg-icon, .show > .btn.btn-outline.btn-outline-secondary i {
  color: var(--bs-secondary-active);
}

/* line 30511, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-secondary.dropdown-toggle:after {
  color: var(--bs-secondary-active);
}

/* line 30514, app/assets/stylesheets/style.scss */
.btn.btn-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 30519, app/assets/stylesheets/style.scss */
.btn.btn-success .svg-icon, .btn.btn-success i {
  color: var(--bs-success-inverse);
}

/* line 30522, app/assets/stylesheets/style.scss */
.btn.btn-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 30525, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-success, .btn-check:checked + .btn.btn-success, .btn.btn-success.active, .btn.btn-success.show, .btn.btn-success:active:not(.btn-active), .btn.btn-success:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .show > .btn.btn-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success-active);
  background-color: var(--bs-success-active) !important;
}

/* line 30530, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-success .svg-icon, .btn-check:active + .btn.btn-success i, .btn-check:checked + .btn.btn-success .svg-icon, .btn-check:checked + .btn.btn-success i, .btn.btn-success.active .svg-icon, .btn.btn-success.active i, .btn.btn-success.show .svg-icon, .btn.btn-success.show i, .btn.btn-success:active:not(.btn-active) .svg-icon, .btn.btn-success:active:not(.btn-active) i, .btn.btn-success:focus:not(.btn-active) .svg-icon, .btn.btn-success:focus:not(.btn-active) i, .btn.btn-success:hover:not(.btn-active) .svg-icon, .btn.btn-success:hover:not(.btn-active) i, .show > .btn.btn-success .svg-icon, .show > .btn.btn-success i {
  color: var(--bs-success-inverse);
}

/* line 30533, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-success.dropdown-toggle:after, .btn.btn-success.active.dropdown-toggle:after, .btn.btn-success.show.dropdown-toggle:after, .btn.btn-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 30536, app/assets/stylesheets/style.scss */
.btn.btn-light-success {
  color: var(--bs-success);
  border-color: var(--bs-success-light);
  background-color: var(--bs-success-light);
}

/* line 30541, app/assets/stylesheets/style.scss */
.btn.btn-light-success .svg-icon, .btn.btn-light-success i {
  color: var(--bs-success);
}

/* line 30544, app/assets/stylesheets/style.scss */
.btn.btn-light-success.dropdown-toggle:after {
  color: var(--bs-success);
}

/* line 30547, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-success, .btn-check:checked + .btn.btn-light-success, .btn.btn-light-success.active, .btn.btn-light-success.show, .btn.btn-light-success:active:not(.btn-active), .btn.btn-light-success:focus:not(.btn-active), .btn.btn-light-success:hover:not(.btn-active), .show > .btn.btn-light-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success) !important;
}

/* line 30552, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-success .svg-icon, .btn-check:active + .btn.btn-light-success i, .btn-check:checked + .btn.btn-light-success .svg-icon, .btn-check:checked + .btn.btn-light-success i, .btn.btn-light-success.active .svg-icon, .btn.btn-light-success.active i, .btn.btn-light-success.show .svg-icon, .btn.btn-light-success.show i, .btn.btn-light-success:active:not(.btn-active) .svg-icon, .btn.btn-light-success:active:not(.btn-active) i, .btn.btn-light-success:focus:not(.btn-active) .svg-icon, .btn.btn-light-success:focus:not(.btn-active) i, .btn.btn-light-success:hover:not(.btn-active) .svg-icon, .btn.btn-light-success:hover:not(.btn-active) i, .show > .btn.btn-light-success .svg-icon, .show > .btn.btn-light-success i {
  color: var(--bs-success-inverse);
}

/* line 30555, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-success.dropdown-toggle:after, .btn.btn-light-success.active.dropdown-toggle:after, .btn.btn-light-success.show.dropdown-toggle:after, .btn.btn-light-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 30558, app/assets/stylesheets/style.scss */
.btn.btn-bg-success {
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 30562, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-success, .btn-check:checked + .btn.btn-active-success, .btn.btn-active-success.active, .btn.btn-active-success.show, .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .show > .btn.btn-active-success {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success) !important;
}

/* line 30567, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-success .svg-icon, .btn-check:active + .btn.btn-active-success i, .btn-check:checked + .btn.btn-active-success .svg-icon, .btn-check:checked + .btn.btn-active-success i, .btn.btn-active-success.active .svg-icon, .btn.btn-active-success.active i, .btn.btn-active-success.show .svg-icon, .btn.btn-active-success.show i, .btn.btn-active-success:active:not(.btn-active) .svg-icon, .btn.btn-active-success:active:not(.btn-active) i, .btn.btn-active-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-success:focus:not(.btn-active) i, .btn.btn-active-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-success:hover:not(.btn-active) i, .show > .btn.btn-active-success .svg-icon, .show > .btn.btn-active-success i {
  color: var(--bs-success-inverse);
}

/* line 30570, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-success.dropdown-toggle:after, .btn.btn-active-success.active.dropdown-toggle:after, .btn.btn-active-success.show.dropdown-toggle:after, .btn.btn-active-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-success.dropdown-toggle:after {
  color: var(--bs-success-inverse);
}

/* line 30573, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-success, .btn-check:checked + .btn.btn-active-light-success, .btn.btn-active-light-success.active, .btn.btn-active-light-success.show, .btn.btn-active-light-success:active:not(.btn-active), .btn.btn-active-light-success:focus:not(.btn-active), .btn.btn-active-light-success:hover:not(.btn-active), .show > .btn.btn-active-light-success {
  color: var(--bs-success);
  border-color: var(--bs-success-light);
  background-color: var(--bs-success-light) !important;
}

/* line 30578, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-success .svg-icon, .btn-check:active + .btn.btn-active-light-success i, .btn-check:checked + .btn.btn-active-light-success .svg-icon, .btn-check:checked + .btn.btn-active-light-success i, .btn.btn-active-light-success.active .svg-icon, .btn.btn-active-light-success.active i, .btn.btn-active-light-success.show .svg-icon, .btn.btn-active-light-success.show i, .btn.btn-active-light-success:active:not(.btn-active) .svg-icon, .btn.btn-active-light-success:active:not(.btn-active) i, .btn.btn-active-light-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-success:focus:not(.btn-active) i, .btn.btn-active-light-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-success:hover:not(.btn-active) i, .show > .btn.btn-active-light-success .svg-icon, .show > .btn.btn-active-light-success i {
  color: var(--bs-success);
}

/* line 30581, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-success.dropdown-toggle:after, .btn.btn-active-light-success.active.dropdown-toggle:after, .btn.btn-active-light-success.show.dropdown-toggle:after, .btn.btn-active-light-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-success.dropdown-toggle:after {
  color: var(--bs-success);
}

/* line 30584, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: transparent;
}

/* line 30589, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-success .svg-icon, .btn.btn-outline.btn-outline-success i {
  color: var(--bs-success);
}

/* line 30592, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-success.dropdown-toggle:after {
  color: var(--bs-success);
}

/* line 30595, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-success, .btn-check:checked + .btn.btn-outline.btn-outline-success, .btn.btn-outline.btn-outline-success.active, .btn.btn-outline.btn-outline-success.show, .btn.btn-outline.btn-outline-success:active:not(.btn-active), .btn.btn-outline.btn-outline-success:focus:not(.btn-active), .btn.btn-outline.btn-outline-success:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-success {
  color: var(--bs-success-active);
  border-color: var(--bs-success);
  background-color: var(--bs-success-light) !important;
}

/* line 30600, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-success .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-success i, .btn-check:checked + .btn.btn-outline.btn-outline-success .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-success i, .btn.btn-outline.btn-outline-success.active .svg-icon, .btn.btn-outline.btn-outline-success.active i, .btn.btn-outline.btn-outline-success.show .svg-icon, .btn.btn-outline.btn-outline-success.show i, .btn.btn-outline.btn-outline-success:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:active:not(.btn-active) i, .btn.btn-outline.btn-outline-success:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-success:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-success:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-success .svg-icon, .show > .btn.btn-outline.btn-outline-success i {
  color: var(--bs-success-active);
}

/* line 30603, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-success.dropdown-toggle:after, .btn.btn-outline.btn-outline-success.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-success.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-success.dropdown-toggle:after {
  color: var(--bs-success-active);
}

/* line 30606, app/assets/stylesheets/style.scss */
.btn.btn-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

/* line 30611, app/assets/stylesheets/style.scss */
.btn.btn-info .svg-icon, .btn.btn-info i {
  color: var(--bs-info-inverse);
}

/* line 30614, app/assets/stylesheets/style.scss */
.btn.btn-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 30617, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-info, .btn-check:checked + .btn.btn-info, .btn.btn-info.active, .btn.btn-info.show, .btn.btn-info:active:not(.btn-active), .btn.btn-info:focus:not(.btn-active), .btn.btn-info:hover:not(.btn-active), .show > .btn.btn-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info-active);
  background-color: var(--bs-info-active) !important;
}

/* line 30622, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-info .svg-icon, .btn-check:active + .btn.btn-info i, .btn-check:checked + .btn.btn-info .svg-icon, .btn-check:checked + .btn.btn-info i, .btn.btn-info.active .svg-icon, .btn.btn-info.active i, .btn.btn-info.show .svg-icon, .btn.btn-info.show i, .btn.btn-info:active:not(.btn-active) .svg-icon, .btn.btn-info:active:not(.btn-active) i, .btn.btn-info:focus:not(.btn-active) .svg-icon, .btn.btn-info:focus:not(.btn-active) i, .btn.btn-info:hover:not(.btn-active) .svg-icon, .btn.btn-info:hover:not(.btn-active) i, .show > .btn.btn-info .svg-icon, .show > .btn.btn-info i {
  color: var(--bs-info-inverse);
}

/* line 30625, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-info.dropdown-toggle:after, .btn.btn-info.active.dropdown-toggle:after, .btn.btn-info.show.dropdown-toggle:after, .btn.btn-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 30628, app/assets/stylesheets/style.scss */
.btn.btn-light-info {
  color: var(--bs-info);
  border-color: var(--bs-info-light);
  background-color: var(--bs-info-light);
}

/* line 30633, app/assets/stylesheets/style.scss */
.btn.btn-light-info .svg-icon, .btn.btn-light-info i {
  color: var(--bs-info);
}

/* line 30636, app/assets/stylesheets/style.scss */
.btn.btn-light-info.dropdown-toggle:after {
  color: var(--bs-info);
}

/* line 30639, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-info, .btn-check:checked + .btn.btn-light-info, .btn.btn-light-info.active, .btn.btn-light-info.show, .btn.btn-light-info:active:not(.btn-active), .btn.btn-light-info:focus:not(.btn-active), .btn.btn-light-info:hover:not(.btn-active), .show > .btn.btn-light-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info);
  background-color: var(--bs-info) !important;
}

/* line 30644, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-info .svg-icon, .btn-check:active + .btn.btn-light-info i, .btn-check:checked + .btn.btn-light-info .svg-icon, .btn-check:checked + .btn.btn-light-info i, .btn.btn-light-info.active .svg-icon, .btn.btn-light-info.active i, .btn.btn-light-info.show .svg-icon, .btn.btn-light-info.show i, .btn.btn-light-info:active:not(.btn-active) .svg-icon, .btn.btn-light-info:active:not(.btn-active) i, .btn.btn-light-info:focus:not(.btn-active) .svg-icon, .btn.btn-light-info:focus:not(.btn-active) i, .btn.btn-light-info:hover:not(.btn-active) .svg-icon, .btn.btn-light-info:hover:not(.btn-active) i, .show > .btn.btn-light-info .svg-icon, .show > .btn.btn-light-info i {
  color: var(--bs-info-inverse);
}

/* line 30647, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-info.dropdown-toggle:after, .btn.btn-light-info.active.dropdown-toggle:after, .btn.btn-light-info.show.dropdown-toggle:after, .btn.btn-light-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 30650, app/assets/stylesheets/style.scss */
.btn.btn-bg-info {
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

/* line 30654, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-info, .btn-check:checked + .btn.btn-active-info, .btn.btn-active-info.active, .btn.btn-active-info.show, .btn.btn-active-info:active:not(.btn-active), .btn.btn-active-info:focus:not(.btn-active), .btn.btn-active-info:hover:not(.btn-active), .show > .btn.btn-active-info {
  color: var(--bs-info-inverse);
  border-color: var(--bs-info);
  background-color: var(--bs-info) !important;
}

/* line 30659, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-info .svg-icon, .btn-check:active + .btn.btn-active-info i, .btn-check:checked + .btn.btn-active-info .svg-icon, .btn-check:checked + .btn.btn-active-info i, .btn.btn-active-info.active .svg-icon, .btn.btn-active-info.active i, .btn.btn-active-info.show .svg-icon, .btn.btn-active-info.show i, .btn.btn-active-info:active:not(.btn-active) .svg-icon, .btn.btn-active-info:active:not(.btn-active) i, .btn.btn-active-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-info:focus:not(.btn-active) i, .btn.btn-active-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-info:hover:not(.btn-active) i, .show > .btn.btn-active-info .svg-icon, .show > .btn.btn-active-info i {
  color: var(--bs-info-inverse);
}

/* line 30662, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-info.dropdown-toggle:after, .btn.btn-active-info.active.dropdown-toggle:after, .btn.btn-active-info.show.dropdown-toggle:after, .btn.btn-active-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-info.dropdown-toggle:after {
  color: var(--bs-info-inverse);
}

/* line 30665, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-info, .btn-check:checked + .btn.btn-active-light-info, .btn.btn-active-light-info.active, .btn.btn-active-light-info.show, .btn.btn-active-light-info:active:not(.btn-active), .btn.btn-active-light-info:focus:not(.btn-active), .btn.btn-active-light-info:hover:not(.btn-active), .show > .btn.btn-active-light-info {
  color: var(--bs-info);
  border-color: var(--bs-info-light);
  background-color: var(--bs-info-light) !important;
}

/* line 30670, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-info .svg-icon, .btn-check:active + .btn.btn-active-light-info i, .btn-check:checked + .btn.btn-active-light-info .svg-icon, .btn-check:checked + .btn.btn-active-light-info i, .btn.btn-active-light-info.active .svg-icon, .btn.btn-active-light-info.active i, .btn.btn-active-light-info.show .svg-icon, .btn.btn-active-light-info.show i, .btn.btn-active-light-info:active:not(.btn-active) .svg-icon, .btn.btn-active-light-info:active:not(.btn-active) i, .btn.btn-active-light-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-info:focus:not(.btn-active) i, .btn.btn-active-light-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-info:hover:not(.btn-active) i, .show > .btn.btn-active-light-info .svg-icon, .show > .btn.btn-active-light-info i {
  color: var(--bs-info);
}

/* line 30673, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-info.dropdown-toggle:after, .btn.btn-active-light-info.active.dropdown-toggle:after, .btn.btn-active-light-info.show.dropdown-toggle:after, .btn.btn-active-light-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-info.dropdown-toggle:after {
  color: var(--bs-info);
}

/* line 30676, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
  background-color: transparent;
}

/* line 30681, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-info .svg-icon, .btn.btn-outline.btn-outline-info i {
  color: var(--bs-info);
}

/* line 30684, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-info.dropdown-toggle:after {
  color: var(--bs-info);
}

/* line 30687, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-info, .btn-check:checked + .btn.btn-outline.btn-outline-info, .btn.btn-outline.btn-outline-info.active, .btn.btn-outline.btn-outline-info.show, .btn.btn-outline.btn-outline-info:active:not(.btn-active), .btn.btn-outline.btn-outline-info:focus:not(.btn-active), .btn.btn-outline.btn-outline-info:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-info {
  color: var(--bs-info-active);
  border-color: var(--bs-info);
  background-color: var(--bs-info-light) !important;
}

/* line 30692, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-info .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-info i, .btn-check:checked + .btn.btn-outline.btn-outline-info .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-info i, .btn.btn-outline.btn-outline-info.active .svg-icon, .btn.btn-outline.btn-outline-info.active i, .btn.btn-outline.btn-outline-info.show .svg-icon, .btn.btn-outline.btn-outline-info.show i, .btn.btn-outline.btn-outline-info:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:active:not(.btn-active) i, .btn.btn-outline.btn-outline-info:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-info:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-info:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-info .svg-icon, .show > .btn.btn-outline.btn-outline-info i {
  color: var(--bs-info-active);
}

/* line 30695, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-info.dropdown-toggle:after, .btn.btn-outline.btn-outline-info.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-info.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-info.dropdown-toggle:after {
  color: var(--bs-info-active);
}

/* line 30698, app/assets/stylesheets/style.scss */
.btn.btn-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

/* line 30703, app/assets/stylesheets/style.scss */
.btn.btn-warning .svg-icon, .btn.btn-warning i {
  color: var(--bs-warning-inverse);
}

/* line 30706, app/assets/stylesheets/style.scss */
.btn.btn-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 30709, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-warning, .btn-check:checked + .btn.btn-warning, .btn.btn-warning.active, .btn.btn-warning.show, .btn.btn-warning:active:not(.btn-active), .btn.btn-warning:focus:not(.btn-active), .btn.btn-warning:hover:not(.btn-active), .show > .btn.btn-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning-active);
  background-color: var(--bs-warning-active) !important;
}

/* line 30714, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-warning .svg-icon, .btn-check:active + .btn.btn-warning i, .btn-check:checked + .btn.btn-warning .svg-icon, .btn-check:checked + .btn.btn-warning i, .btn.btn-warning.active .svg-icon, .btn.btn-warning.active i, .btn.btn-warning.show .svg-icon, .btn.btn-warning.show i, .btn.btn-warning:active:not(.btn-active) .svg-icon, .btn.btn-warning:active:not(.btn-active) i, .btn.btn-warning:focus:not(.btn-active) .svg-icon, .btn.btn-warning:focus:not(.btn-active) i, .btn.btn-warning:hover:not(.btn-active) .svg-icon, .btn.btn-warning:hover:not(.btn-active) i, .show > .btn.btn-warning .svg-icon, .show > .btn.btn-warning i {
  color: var(--bs-warning-inverse);
}

/* line 30717, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-warning.dropdown-toggle:after, .btn.btn-warning.active.dropdown-toggle:after, .btn.btn-warning.show.dropdown-toggle:after, .btn.btn-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 30720, app/assets/stylesheets/style.scss */
.btn.btn-light-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning-light);
  background-color: var(--bs-warning-light);
}

/* line 30725, app/assets/stylesheets/style.scss */
.btn.btn-light-warning .svg-icon, .btn.btn-light-warning i {
  color: var(--bs-warning);
}

/* line 30728, app/assets/stylesheets/style.scss */
.btn.btn-light-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

/* line 30731, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-warning, .btn-check:checked + .btn.btn-light-warning, .btn.btn-light-warning.active, .btn.btn-light-warning.show, .btn.btn-light-warning:active:not(.btn-active), .btn.btn-light-warning:focus:not(.btn-active), .btn.btn-light-warning:hover:not(.btn-active), .show > .btn.btn-light-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning) !important;
}

/* line 30736, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-warning .svg-icon, .btn-check:active + .btn.btn-light-warning i, .btn-check:checked + .btn.btn-light-warning .svg-icon, .btn-check:checked + .btn.btn-light-warning i, .btn.btn-light-warning.active .svg-icon, .btn.btn-light-warning.active i, .btn.btn-light-warning.show .svg-icon, .btn.btn-light-warning.show i, .btn.btn-light-warning:active:not(.btn-active) .svg-icon, .btn.btn-light-warning:active:not(.btn-active) i, .btn.btn-light-warning:focus:not(.btn-active) .svg-icon, .btn.btn-light-warning:focus:not(.btn-active) i, .btn.btn-light-warning:hover:not(.btn-active) .svg-icon, .btn.btn-light-warning:hover:not(.btn-active) i, .show > .btn.btn-light-warning .svg-icon, .show > .btn.btn-light-warning i {
  color: var(--bs-warning-inverse);
}

/* line 30739, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-warning.dropdown-toggle:after, .btn.btn-light-warning.active.dropdown-toggle:after, .btn.btn-light-warning.show.dropdown-toggle:after, .btn.btn-light-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 30742, app/assets/stylesheets/style.scss */
.btn.btn-bg-warning {
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

/* line 30746, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-warning, .btn-check:checked + .btn.btn-active-warning, .btn.btn-active-warning.active, .btn.btn-active-warning.show, .btn.btn-active-warning:active:not(.btn-active), .btn.btn-active-warning:focus:not(.btn-active), .btn.btn-active-warning:hover:not(.btn-active), .show > .btn.btn-active-warning {
  color: var(--bs-warning-inverse);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning) !important;
}

/* line 30751, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-warning .svg-icon, .btn-check:active + .btn.btn-active-warning i, .btn-check:checked + .btn.btn-active-warning .svg-icon, .btn-check:checked + .btn.btn-active-warning i, .btn.btn-active-warning.active .svg-icon, .btn.btn-active-warning.active i, .btn.btn-active-warning.show .svg-icon, .btn.btn-active-warning.show i, .btn.btn-active-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-warning:active:not(.btn-active) i, .btn.btn-active-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-warning:focus:not(.btn-active) i, .btn.btn-active-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-warning:hover:not(.btn-active) i, .show > .btn.btn-active-warning .svg-icon, .show > .btn.btn-active-warning i {
  color: var(--bs-warning-inverse);
}

/* line 30754, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-warning.dropdown-toggle:after, .btn.btn-active-warning.active.dropdown-toggle:after, .btn.btn-active-warning.show.dropdown-toggle:after, .btn.btn-active-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-warning.dropdown-toggle:after {
  color: var(--bs-warning-inverse);
}

/* line 30757, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-warning, .btn-check:checked + .btn.btn-active-light-warning, .btn.btn-active-light-warning.active, .btn.btn-active-light-warning.show, .btn.btn-active-light-warning:active:not(.btn-active), .btn.btn-active-light-warning:focus:not(.btn-active), .btn.btn-active-light-warning:hover:not(.btn-active), .show > .btn.btn-active-light-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning-light);
  background-color: var(--bs-warning-light) !important;
}

/* line 30762, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-warning .svg-icon, .btn-check:active + .btn.btn-active-light-warning i, .btn-check:checked + .btn.btn-active-light-warning .svg-icon, .btn-check:checked + .btn.btn-active-light-warning i, .btn.btn-active-light-warning.active .svg-icon, .btn.btn-active-light-warning.active i, .btn.btn-active-light-warning.show .svg-icon, .btn.btn-active-light-warning.show i, .btn.btn-active-light-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:active:not(.btn-active) i, .btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:focus:not(.btn-active) i, .btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-warning:hover:not(.btn-active) i, .show > .btn.btn-active-light-warning .svg-icon, .show > .btn.btn-active-light-warning i {
  color: var(--bs-warning);
}

/* line 30765, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-warning.dropdown-toggle:after, .btn.btn-active-light-warning.active.dropdown-toggle:after, .btn.btn-active-light-warning.show.dropdown-toggle:after, .btn.btn-active-light-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

/* line 30768, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: transparent;
}

/* line 30773, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-warning .svg-icon, .btn.btn-outline.btn-outline-warning i {
  color: var(--bs-warning);
}

/* line 30776, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

/* line 30779, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-warning, .btn-check:checked + .btn.btn-outline.btn-outline-warning, .btn.btn-outline.btn-outline-warning.active, .btn.btn-outline.btn-outline-warning.show, .btn.btn-outline.btn-outline-warning:active:not(.btn-active), .btn.btn-outline.btn-outline-warning:focus:not(.btn-active), .btn.btn-outline.btn-outline-warning:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-warning {
  color: var(--bs-warning-active);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning-light) !important;
}

/* line 30784, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-warning .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-warning i, .btn-check:checked + .btn.btn-outline.btn-outline-warning .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-warning i, .btn.btn-outline.btn-outline-warning.active .svg-icon, .btn.btn-outline.btn-outline-warning.active i, .btn.btn-outline.btn-outline-warning.show .svg-icon, .btn.btn-outline.btn-outline-warning.show i, .btn.btn-outline.btn-outline-warning:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:active:not(.btn-active) i, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-warning:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-warning:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-warning .svg-icon, .show > .btn.btn-outline.btn-outline-warning i {
  color: var(--bs-warning-active);
}

/* line 30787, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-warning.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-warning.dropdown-toggle:after {
  color: var(--bs-warning-active);
}

/* line 30790, app/assets/stylesheets/style.scss */
.btn.btn-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

/* line 30795, app/assets/stylesheets/style.scss */
.btn.btn-danger .svg-icon, .btn.btn-danger i {
  color: var(--bs-danger-inverse);
}

/* line 30798, app/assets/stylesheets/style.scss */
.btn.btn-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 30801, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-danger, .btn-check:checked + .btn.btn-danger, .btn.btn-danger.active, .btn.btn-danger.show, .btn.btn-danger:active:not(.btn-active), .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .show > .btn.btn-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger-active);
  background-color: var(--bs-danger-active) !important;
}

/* line 30806, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-danger .svg-icon, .btn-check:active + .btn.btn-danger i, .btn-check:checked + .btn.btn-danger .svg-icon, .btn-check:checked + .btn.btn-danger i, .btn.btn-danger.active .svg-icon, .btn.btn-danger.active i, .btn.btn-danger.show .svg-icon, .btn.btn-danger.show i, .btn.btn-danger:active:not(.btn-active) .svg-icon, .btn.btn-danger:active:not(.btn-active) i, .btn.btn-danger:focus:not(.btn-active) .svg-icon, .btn.btn-danger:focus:not(.btn-active) i, .btn.btn-danger:hover:not(.btn-active) .svg-icon, .btn.btn-danger:hover:not(.btn-active) i, .show > .btn.btn-danger .svg-icon, .show > .btn.btn-danger i {
  color: var(--bs-danger-inverse);
}

/* line 30809, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-danger.dropdown-toggle:after, .btn.btn-danger.active.dropdown-toggle:after, .btn.btn-danger.show.dropdown-toggle:after, .btn.btn-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 30812, app/assets/stylesheets/style.scss */
.btn.btn-light-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger-light);
  background-color: var(--bs-danger-light);
}

/* line 30817, app/assets/stylesheets/style.scss */
.btn.btn-light-danger .svg-icon, .btn.btn-light-danger i {
  color: var(--bs-danger);
}

/* line 30820, app/assets/stylesheets/style.scss */
.btn.btn-light-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

/* line 30823, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-danger, .btn-check:checked + .btn.btn-light-danger, .btn.btn-light-danger.active, .btn.btn-light-danger.show, .btn.btn-light-danger:active:not(.btn-active), .btn.btn-light-danger:focus:not(.btn-active), .btn.btn-light-danger:hover:not(.btn-active), .show > .btn.btn-light-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger) !important;
}

/* line 30828, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-danger .svg-icon, .btn-check:active + .btn.btn-light-danger i, .btn-check:checked + .btn.btn-light-danger .svg-icon, .btn-check:checked + .btn.btn-light-danger i, .btn.btn-light-danger.active .svg-icon, .btn.btn-light-danger.active i, .btn.btn-light-danger.show .svg-icon, .btn.btn-light-danger.show i, .btn.btn-light-danger:active:not(.btn-active) .svg-icon, .btn.btn-light-danger:active:not(.btn-active) i, .btn.btn-light-danger:focus:not(.btn-active) .svg-icon, .btn.btn-light-danger:focus:not(.btn-active) i, .btn.btn-light-danger:hover:not(.btn-active) .svg-icon, .btn.btn-light-danger:hover:not(.btn-active) i, .show > .btn.btn-light-danger .svg-icon, .show > .btn.btn-light-danger i {
  color: var(--bs-danger-inverse);
}

/* line 30831, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-danger.dropdown-toggle:after, .btn.btn-light-danger.active.dropdown-toggle:after, .btn.btn-light-danger.show.dropdown-toggle:after, .btn.btn-light-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 30834, app/assets/stylesheets/style.scss */
.btn.btn-bg-danger {
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

/* line 30838, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-danger, .btn-check:checked + .btn.btn-active-danger, .btn.btn-active-danger.active, .btn.btn-active-danger.show, .btn.btn-active-danger:active:not(.btn-active), .btn.btn-active-danger:focus:not(.btn-active), .btn.btn-active-danger:hover:not(.btn-active), .show > .btn.btn-active-danger {
  color: var(--bs-danger-inverse);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger) !important;
}

/* line 30843, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-danger .svg-icon, .btn-check:active + .btn.btn-active-danger i, .btn-check:checked + .btn.btn-active-danger .svg-icon, .btn-check:checked + .btn.btn-active-danger i, .btn.btn-active-danger.active .svg-icon, .btn.btn-active-danger.active i, .btn.btn-active-danger.show .svg-icon, .btn.btn-active-danger.show i, .btn.btn-active-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-danger:active:not(.btn-active) i, .btn.btn-active-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-danger:focus:not(.btn-active) i, .btn.btn-active-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-danger:hover:not(.btn-active) i, .show > .btn.btn-active-danger .svg-icon, .show > .btn.btn-active-danger i {
  color: var(--bs-danger-inverse);
}

/* line 30846, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-danger.dropdown-toggle:after, .btn.btn-active-danger.active.dropdown-toggle:after, .btn.btn-active-danger.show.dropdown-toggle:after, .btn.btn-active-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-danger.dropdown-toggle:after {
  color: var(--bs-danger-inverse);
}

/* line 30849, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-danger, .btn-check:checked + .btn.btn-active-light-danger, .btn.btn-active-light-danger.active, .btn.btn-active-light-danger.show, .btn.btn-active-light-danger:active:not(.btn-active), .btn.btn-active-light-danger:focus:not(.btn-active), .btn.btn-active-light-danger:hover:not(.btn-active), .show > .btn.btn-active-light-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger-light);
  background-color: var(--bs-danger-light) !important;
}

/* line 30854, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-danger .svg-icon, .btn-check:active + .btn.btn-active-light-danger i, .btn-check:checked + .btn.btn-active-light-danger .svg-icon, .btn-check:checked + .btn.btn-active-light-danger i, .btn.btn-active-light-danger.active .svg-icon, .btn.btn-active-light-danger.active i, .btn.btn-active-light-danger.show .svg-icon, .btn.btn-active-light-danger.show i, .btn.btn-active-light-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:active:not(.btn-active) i, .btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:focus:not(.btn-active) i, .btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-danger:hover:not(.btn-active) i, .show > .btn.btn-active-light-danger .svg-icon, .show > .btn.btn-active-light-danger i {
  color: var(--bs-danger);
}

/* line 30857, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-danger.dropdown-toggle:after, .btn.btn-active-light-danger.active.dropdown-toggle:after, .btn.btn-active-light-danger.show.dropdown-toggle:after, .btn.btn-active-light-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

/* line 30860, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: transparent;
}

/* line 30865, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-danger .svg-icon, .btn.btn-outline.btn-outline-danger i {
  color: var(--bs-danger);
}

/* line 30868, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

/* line 30871, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-danger, .btn-check:checked + .btn.btn-outline.btn-outline-danger, .btn.btn-outline.btn-outline-danger.active, .btn.btn-outline.btn-outline-danger.show, .btn.btn-outline.btn-outline-danger:active:not(.btn-active), .btn.btn-outline.btn-outline-danger:focus:not(.btn-active), .btn.btn-outline.btn-outline-danger:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-danger {
  color: var(--bs-danger-active);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger-light) !important;
}

/* line 30876, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-danger .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-danger i, .btn-check:checked + .btn.btn-outline.btn-outline-danger .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-danger i, .btn.btn-outline.btn-outline-danger.active .svg-icon, .btn.btn-outline.btn-outline-danger.active i, .btn.btn-outline.btn-outline-danger.show .svg-icon, .btn.btn-outline.btn-outline-danger.show i, .btn.btn-outline.btn-outline-danger:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:active:not(.btn-active) i, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-danger:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-danger:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-danger .svg-icon, .show > .btn.btn-outline.btn-outline-danger i {
  color: var(--bs-danger-active);
}

/* line 30879, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-danger.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-danger.dropdown-toggle:after {
  color: var(--bs-danger-active);
}

/* line 30882, app/assets/stylesheets/style.scss */
.btn.btn-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

/* line 30887, app/assets/stylesheets/style.scss */
.btn.btn-dark .svg-icon, .btn.btn-dark i {
  color: var(--bs-dark-inverse);
}

/* line 30890, app/assets/stylesheets/style.scss */
.btn.btn-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 30893, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-dark, .btn-check:checked + .btn.btn-dark, .btn.btn-dark.active, .btn.btn-dark.show, .btn.btn-dark:active:not(.btn-active), .btn.btn-dark:focus:not(.btn-active), .btn.btn-dark:hover:not(.btn-active), .show > .btn.btn-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark-active);
  background-color: var(--bs-dark-active) !important;
}

/* line 30898, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-dark .svg-icon, .btn-check:active + .btn.btn-dark i, .btn-check:checked + .btn.btn-dark .svg-icon, .btn-check:checked + .btn.btn-dark i, .btn.btn-dark.active .svg-icon, .btn.btn-dark.active i, .btn.btn-dark.show .svg-icon, .btn.btn-dark.show i, .btn.btn-dark:active:not(.btn-active) .svg-icon, .btn.btn-dark:active:not(.btn-active) i, .btn.btn-dark:focus:not(.btn-active) .svg-icon, .btn.btn-dark:focus:not(.btn-active) i, .btn.btn-dark:hover:not(.btn-active) .svg-icon, .btn.btn-dark:hover:not(.btn-active) i, .show > .btn.btn-dark .svg-icon, .show > .btn.btn-dark i {
  color: var(--bs-dark-inverse);
}

/* line 30901, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-dark.dropdown-toggle:after, .btn.btn-dark.active.dropdown-toggle:after, .btn.btn-dark.show.dropdown-toggle:after, .btn.btn-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 30904, app/assets/stylesheets/style.scss */
.btn.btn-light-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark-light);
  background-color: var(--bs-dark-light);
}

/* line 30909, app/assets/stylesheets/style.scss */
.btn.btn-light-dark .svg-icon, .btn.btn-light-dark i {
  color: var(--bs-dark);
}

/* line 30912, app/assets/stylesheets/style.scss */
.btn.btn-light-dark.dropdown-toggle:after {
  color: var(--bs-dark);
}

/* line 30915, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-dark, .btn-check:checked + .btn.btn-light-dark, .btn.btn-light-dark.active, .btn.btn-light-dark.show, .btn.btn-light-dark:active:not(.btn-active), .btn.btn-light-dark:focus:not(.btn-active), .btn.btn-light-dark:hover:not(.btn-active), .show > .btn.btn-light-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark) !important;
}

/* line 30920, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-dark .svg-icon, .btn-check:active + .btn.btn-light-dark i, .btn-check:checked + .btn.btn-light-dark .svg-icon, .btn-check:checked + .btn.btn-light-dark i, .btn.btn-light-dark.active .svg-icon, .btn.btn-light-dark.active i, .btn.btn-light-dark.show .svg-icon, .btn.btn-light-dark.show i, .btn.btn-light-dark:active:not(.btn-active) .svg-icon, .btn.btn-light-dark:active:not(.btn-active) i, .btn.btn-light-dark:focus:not(.btn-active) .svg-icon, .btn.btn-light-dark:focus:not(.btn-active) i, .btn.btn-light-dark:hover:not(.btn-active) .svg-icon, .btn.btn-light-dark:hover:not(.btn-active) i, .show > .btn.btn-light-dark .svg-icon, .show > .btn.btn-light-dark i {
  color: var(--bs-dark-inverse);
}

/* line 30923, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-dark.dropdown-toggle:after, .btn.btn-light-dark.active.dropdown-toggle:after, .btn.btn-light-dark.show.dropdown-toggle:after, .btn.btn-light-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 30926, app/assets/stylesheets/style.scss */
.btn.btn-bg-dark {
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

/* line 30930, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-dark, .btn-check:checked + .btn.btn-active-dark, .btn.btn-active-dark.active, .btn.btn-active-dark.show, .btn.btn-active-dark:active:not(.btn-active), .btn.btn-active-dark:focus:not(.btn-active), .btn.btn-active-dark:hover:not(.btn-active), .show > .btn.btn-active-dark {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark) !important;
}

/* line 30935, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-dark .svg-icon, .btn-check:active + .btn.btn-active-dark i, .btn-check:checked + .btn.btn-active-dark .svg-icon, .btn-check:checked + .btn.btn-active-dark i, .btn.btn-active-dark.active .svg-icon, .btn.btn-active-dark.active i, .btn.btn-active-dark.show .svg-icon, .btn.btn-active-dark.show i, .btn.btn-active-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-dark:active:not(.btn-active) i, .btn.btn-active-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-dark:focus:not(.btn-active) i, .btn.btn-active-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-dark:hover:not(.btn-active) i, .show > .btn.btn-active-dark .svg-icon, .show > .btn.btn-active-dark i {
  color: var(--bs-dark-inverse);
}

/* line 30938, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-dark.dropdown-toggle:after, .btn.btn-active-dark.active.dropdown-toggle:after, .btn.btn-active-dark.show.dropdown-toggle:after, .btn.btn-active-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-dark.dropdown-toggle:after {
  color: var(--bs-dark-inverse);
}

/* line 30941, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-dark, .btn-check:checked + .btn.btn-active-light-dark, .btn.btn-active-light-dark.active, .btn.btn-active-light-dark.show, .btn.btn-active-light-dark:active:not(.btn-active), .btn.btn-active-light-dark:focus:not(.btn-active), .btn.btn-active-light-dark:hover:not(.btn-active), .show > .btn.btn-active-light-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark-light);
  background-color: var(--bs-dark-light) !important;
}

/* line 30946, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-dark .svg-icon, .btn-check:active + .btn.btn-active-light-dark i, .btn-check:checked + .btn.btn-active-light-dark .svg-icon, .btn-check:checked + .btn.btn-active-light-dark i, .btn.btn-active-light-dark.active .svg-icon, .btn.btn-active-light-dark.active i, .btn.btn-active-light-dark.show .svg-icon, .btn.btn-active-light-dark.show i, .btn.btn-active-light-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:active:not(.btn-active) i, .btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:focus:not(.btn-active) i, .btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-dark:hover:not(.btn-active) i, .show > .btn.btn-active-light-dark .svg-icon, .show > .btn.btn-active-light-dark i {
  color: var(--bs-dark);
}

/* line 30949, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-light-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-light-dark.dropdown-toggle:after, .btn.btn-active-light-dark.active.dropdown-toggle:after, .btn.btn-active-light-dark.show.dropdown-toggle:after, .btn.btn-active-light-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-light-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-light-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-light-dark.dropdown-toggle:after {
  color: var(--bs-dark);
}

/* line 30952, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
  background-color: transparent;
}

/* line 30957, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-dark .svg-icon, .btn.btn-outline.btn-outline-dark i {
  color: var(--bs-dark);
}

/* line 30960, app/assets/stylesheets/style.scss */
.btn.btn-outline.btn-outline-dark.dropdown-toggle:after {
  color: var(--bs-dark);
}

/* line 30963, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-dark, .btn-check:checked + .btn.btn-outline.btn-outline-dark, .btn.btn-outline.btn-outline-dark.active, .btn.btn-outline.btn-outline-dark.show, .btn.btn-outline.btn-outline-dark:active:not(.btn-active), .btn.btn-outline.btn-outline-dark:focus:not(.btn-active), .btn.btn-outline.btn-outline-dark:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-dark {
  color: var(--bs-dark-active);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark-light) !important;
}

/* line 30968, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-dark .svg-icon, .btn-check:active + .btn.btn-outline.btn-outline-dark i, .btn-check:checked + .btn.btn-outline.btn-outline-dark .svg-icon, .btn-check:checked + .btn.btn-outline.btn-outline-dark i, .btn.btn-outline.btn-outline-dark.active .svg-icon, .btn.btn-outline.btn-outline-dark.active i, .btn.btn-outline.btn-outline-dark.show .svg-icon, .btn.btn-outline.btn-outline-dark.show i, .btn.btn-outline.btn-outline-dark:active:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:active:not(.btn-active) i, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:focus:not(.btn-active) i, .btn.btn-outline.btn-outline-dark:hover:not(.btn-active) .svg-icon, .btn.btn-outline.btn-outline-dark:hover:not(.btn-active) i, .show > .btn.btn-outline.btn-outline-dark .svg-icon, .show > .btn.btn-outline.btn-outline-dark i {
  color: var(--bs-dark-active);
}

/* line 30971, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-outline.btn-outline-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-outline.btn-outline-dark.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.active.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.show.dropdown-toggle:after, .btn.btn-outline.btn-outline-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-outline.btn-outline-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-outline.btn-outline-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-outline.btn-outline-dark.dropdown-toggle:after {
  color: var(--bs-dark-active);
}

/* line 30974, app/assets/stylesheets/style.scss */
.btn.btn-color-white {
  color: var(--bs-text-white);
}

/* line 30977, app/assets/stylesheets/style.scss */
.btn.btn-color-white .svg-icon, .btn.btn-color-white i {
  color: var(--bs-text-white);
}

/* line 30980, app/assets/stylesheets/style.scss */
.btn.btn-color-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 30983, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-white, .btn-check:checked + .btn.btn-active-color-white, .btn.btn-active-color-white.active, .btn.btn-active-color-white.show, .btn.btn-active-color-white:active:not(.btn-active), .btn.btn-active-color-white:focus:not(.btn-active), .btn.btn-active-color-white:hover:not(.btn-active), .show > .btn.btn-active-color-white {
  color: var(--bs-text-white);
}

/* line 30986, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-white .svg-icon, .btn-check:active + .btn.btn-active-color-white i, .btn-check:checked + .btn.btn-active-color-white .svg-icon, .btn-check:checked + .btn.btn-active-color-white i, .btn.btn-active-color-white.active .svg-icon, .btn.btn-active-color-white.active i, .btn.btn-active-color-white.show .svg-icon, .btn.btn-active-color-white.show i, .btn.btn-active-color-white:active:not(.btn-active) .svg-icon, .btn.btn-active-color-white:active:not(.btn-active) i, .btn.btn-active-color-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-white:focus:not(.btn-active) i, .btn.btn-active-color-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-white:hover:not(.btn-active) i, .show > .btn.btn-active-color-white .svg-icon, .show > .btn.btn-active-color-white i {
  color: var(--bs-text-white);
}

/* line 30989, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-white.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-white.dropdown-toggle:after, .btn.btn-active-color-white.active.dropdown-toggle:after, .btn.btn-active-color-white.show.dropdown-toggle:after, .btn.btn-active-color-white.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-white.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-white.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 30992, app/assets/stylesheets/style.scss */
.btn.btn-icon-white .svg-icon, .btn.btn-icon-white i {
  color: var(--bs-text-white);
}

/* line 30995, app/assets/stylesheets/style.scss */
.btn.btn-icon-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 30998, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-white .svg-icon, .btn-check:active + .btn.btn-active-icon-white i, .btn-check:checked + .btn.btn-active-icon-white .svg-icon, .btn-check:checked + .btn.btn-active-icon-white i, .btn.btn-active-icon-white.active .svg-icon, .btn.btn-active-icon-white.active i, .btn.btn-active-icon-white.show .svg-icon, .btn.btn-active-icon-white.show i, .btn.btn-active-icon-white:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:active:not(.btn-active) i, .btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:focus:not(.btn-active) i, .btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-white:hover:not(.btn-active) i, .show > .btn.btn-active-icon-white .svg-icon, .show > .btn.btn-active-icon-white i {
  color: var(--bs-text-white);
}

/* line 31001, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-white.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-white.dropdown-toggle:after, .btn.btn-active-icon-white.active.dropdown-toggle:after, .btn.btn-active-icon-white.show.dropdown-toggle:after, .btn.btn-active-icon-white.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-white.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-white.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-white.dropdown-toggle:after {
  color: var(--bs-text-white);
}

/* line 31004, app/assets/stylesheets/style.scss */
.btn.btn-text-white {
  color: var(--bs-text-white);
}

/* line 31007, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-white, .btn-check:checked + .btn.btn-active-text-white, .btn.btn-active-text-white.active, .btn.btn-active-text-white.show, .btn.btn-active-text-white:active:not(.btn-active), .btn.btn-active-text-white:focus:not(.btn-active), .btn.btn-active-text-white:hover:not(.btn-active), .show > .btn.btn-active-text-white {
  color: var(--bs-text-white);
}

/* line 31010, app/assets/stylesheets/style.scss */
.btn.btn-color-primary {
  color: var(--bs-text-primary);
}

/* line 31013, app/assets/stylesheets/style.scss */
.btn.btn-color-primary .svg-icon, .btn.btn-color-primary i {
  color: var(--bs-text-primary);
}

/* line 31017, app/assets/stylesheets/style.scss */
.btn.btn-color-custom-primary .svg-icon, .btn.btn-color-custom-primary i {
  color: var(--bs-text-custom-primary);
}

/* line 31022, app/assets/stylesheets/style.scss */
.btn.btn-color-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 31025, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-primary, .btn-check:checked + .btn.btn-active-color-primary, .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .show > .btn.btn-active-color-primary {
  color: var(--bs-text-primary);
}

/* line 31028, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-primary .svg-icon, .btn-check:active + .btn.btn-active-color-primary i, .btn-check:checked + .btn.btn-active-color-primary .svg-icon, .btn-check:checked + .btn.btn-active-color-primary i, .btn.btn-active-color-primary.active .svg-icon, .btn.btn-active-color-primary.active i, .btn.btn-active-color-primary.show .svg-icon, .btn.btn-active-color-primary.show i, .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:active:not(.btn-active) i, .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:focus:not(.btn-active) i, .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:hover:not(.btn-active) i, .show > .btn.btn-active-color-primary .svg-icon, .show > .btn.btn-active-color-primary i {
  color: var(--bs-text-primary);
}

/* line 31031, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-primary.dropdown-toggle:after, .btn.btn-active-color-primary.active.dropdown-toggle:after, .btn.btn-active-color-primary.show.dropdown-toggle:after, .btn.btn-active-color-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 31034, app/assets/stylesheets/style.scss */
.btn.btn-icon-primary .svg-icon, .btn.btn-icon-primary i {
  color: var(--bs-text-primary);
}

/* line 31037, app/assets/stylesheets/style.scss */
.btn.btn-icon-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 31040, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-primary .svg-icon, .btn-check:active + .btn.btn-active-icon-primary i, .btn-check:checked + .btn.btn-active-icon-primary .svg-icon, .btn-check:checked + .btn.btn-active-icon-primary i, .btn.btn-active-icon-primary.active .svg-icon, .btn.btn-active-icon-primary.active i, .btn.btn-active-icon-primary.show .svg-icon, .btn.btn-active-icon-primary.show i, .btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:active:not(.btn-active) i, .btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:focus:not(.btn-active) i, .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-primary:hover:not(.btn-active) i, .show > .btn.btn-active-icon-primary .svg-icon, .show > .btn.btn-active-icon-primary i {
  color: var(--bs-text-primary);
}

/* line 31043, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn.btn-active-icon-primary.active.dropdown-toggle:after, .btn.btn-active-icon-primary.show.dropdown-toggle:after, .btn.btn-active-icon-primary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-primary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-primary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-primary.dropdown-toggle:after {
  color: var(--bs-text-primary);
}

/* line 31046, app/assets/stylesheets/style.scss */
.btn.btn-text-primary {
  color: var(--bs-text-primary);
}

/* line 31049, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-primary, .btn-check:checked + .btn.btn-active-text-primary, .btn.btn-active-text-primary.active, .btn.btn-active-text-primary.show, .btn.btn-active-text-primary:active:not(.btn-active), .btn.btn-active-text-primary:focus:not(.btn-active), .btn.btn-active-text-primary:hover:not(.btn-active), .show > .btn.btn-active-text-primary {
  color: var(--bs-text-primary);
}

/* line 31052, app/assets/stylesheets/style.scss */
.btn.btn-color-secondary {
  color: var(--bs-text-secondary);
}

/* line 31055, app/assets/stylesheets/style.scss */
.btn.btn-color-secondary .svg-icon, .btn.btn-color-secondary i {
  color: var(--bs-text-secondary);
}

/* line 31058, app/assets/stylesheets/style.scss */
.btn.btn-color-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 31061, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-secondary, .btn-check:checked + .btn.btn-active-color-secondary, .btn.btn-active-color-secondary.active, .btn.btn-active-color-secondary.show, .btn.btn-active-color-secondary:active:not(.btn-active), .btn.btn-active-color-secondary:focus:not(.btn-active), .btn.btn-active-color-secondary:hover:not(.btn-active), .show > .btn.btn-active-color-secondary {
  color: var(--bs-text-secondary);
}

/* line 31064, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-secondary .svg-icon, .btn-check:active + .btn.btn-active-color-secondary i, .btn-check:checked + .btn.btn-active-color-secondary .svg-icon, .btn-check:checked + .btn.btn-active-color-secondary i, .btn.btn-active-color-secondary.active .svg-icon, .btn.btn-active-color-secondary.active i, .btn.btn-active-color-secondary.show .svg-icon, .btn.btn-active-color-secondary.show i, .btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:active:not(.btn-active) i, .btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:focus:not(.btn-active) i, .btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-secondary:hover:not(.btn-active) i, .show > .btn.btn-active-color-secondary .svg-icon, .show > .btn.btn-active-color-secondary i {
  color: var(--bs-text-secondary);
}

/* line 31067, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn.btn-active-color-secondary.active.dropdown-toggle:after, .btn.btn-active-color-secondary.show.dropdown-toggle:after, .btn.btn-active-color-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 31070, app/assets/stylesheets/style.scss */
.btn.btn-icon-secondary .svg-icon, .btn.btn-icon-secondary i {
  color: var(--bs-text-secondary);
}

/* line 31073, app/assets/stylesheets/style.scss */
.btn.btn-icon-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 31076, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-secondary .svg-icon, .btn-check:active + .btn.btn-active-icon-secondary i, .btn-check:checked + .btn.btn-active-icon-secondary .svg-icon, .btn-check:checked + .btn.btn-active-icon-secondary i, .btn.btn-active-icon-secondary.active .svg-icon, .btn.btn-active-icon-secondary.active i, .btn.btn-active-icon-secondary.show .svg-icon, .btn.btn-active-icon-secondary.show i, .btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:active:not(.btn-active) i, .btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:focus:not(.btn-active) i, .btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-secondary:hover:not(.btn-active) i, .show > .btn.btn-active-icon-secondary .svg-icon, .show > .btn.btn-active-icon-secondary i {
  color: var(--bs-text-secondary);
}

/* line 31079, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn.btn-active-icon-secondary.active.dropdown-toggle:after, .btn.btn-active-icon-secondary.show.dropdown-toggle:after, .btn.btn-active-icon-secondary.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-secondary.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-secondary.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-secondary.dropdown-toggle:after {
  color: var(--bs-text-secondary);
}

/* line 31082, app/assets/stylesheets/style.scss */
.btn.btn-text-secondary {
  color: var(--bs-text-secondary);
}

/* line 31085, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-secondary, .btn-check:checked + .btn.btn-active-text-secondary, .btn.btn-active-text-secondary.active, .btn.btn-active-text-secondary.show, .btn.btn-active-text-secondary:active:not(.btn-active), .btn.btn-active-text-secondary:focus:not(.btn-active), .btn.btn-active-text-secondary:hover:not(.btn-active), .show > .btn.btn-active-text-secondary {
  color: var(--bs-text-secondary);
}

/* line 31088, app/assets/stylesheets/style.scss */
.btn.btn-color-light {
  color: var(--bs-text-light);
}

/* line 31091, app/assets/stylesheets/style.scss */
.btn.btn-color-light .svg-icon, .btn.btn-color-light i {
  color: var(--bs-text-light);
}

/* line 31094, app/assets/stylesheets/style.scss */
.btn.btn-color-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 31097, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-light, .btn-check:checked + .btn.btn-active-color-light, .btn.btn-active-color-light.active, .btn.btn-active-color-light.show, .btn.btn-active-color-light:active:not(.btn-active), .btn.btn-active-color-light:focus:not(.btn-active), .btn.btn-active-color-light:hover:not(.btn-active), .show > .btn.btn-active-color-light {
  color: var(--bs-text-light);
}

/* line 31100, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-light .svg-icon, .btn-check:active + .btn.btn-active-color-light i, .btn-check:checked + .btn.btn-active-color-light .svg-icon, .btn-check:checked + .btn.btn-active-color-light i, .btn.btn-active-color-light.active .svg-icon, .btn.btn-active-color-light.active i, .btn.btn-active-color-light.show .svg-icon, .btn.btn-active-color-light.show i, .btn.btn-active-color-light:active:not(.btn-active) .svg-icon, .btn.btn-active-color-light:active:not(.btn-active) i, .btn.btn-active-color-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-light:focus:not(.btn-active) i, .btn.btn-active-color-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-light:hover:not(.btn-active) i, .show > .btn.btn-active-color-light .svg-icon, .show > .btn.btn-active-color-light i {
  color: var(--bs-text-light);
}

/* line 31103, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-light.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-light.dropdown-toggle:after, .btn.btn-active-color-light.active.dropdown-toggle:after, .btn.btn-active-color-light.show.dropdown-toggle:after, .btn.btn-active-color-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-light.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 31106, app/assets/stylesheets/style.scss */
.btn.btn-icon-light .svg-icon, .btn.btn-icon-light i {
  color: var(--bs-text-light);
}

/* line 31109, app/assets/stylesheets/style.scss */
.btn.btn-icon-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 31112, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-light .svg-icon, .btn-check:active + .btn.btn-active-icon-light i, .btn-check:checked + .btn.btn-active-icon-light .svg-icon, .btn-check:checked + .btn.btn-active-icon-light i, .btn.btn-active-icon-light.active .svg-icon, .btn.btn-active-icon-light.active i, .btn.btn-active-icon-light.show .svg-icon, .btn.btn-active-icon-light.show i, .btn.btn-active-icon-light:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:active:not(.btn-active) i, .btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:focus:not(.btn-active) i, .btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-light:hover:not(.btn-active) i, .show > .btn.btn-active-icon-light .svg-icon, .show > .btn.btn-active-icon-light i {
  color: var(--bs-text-light);
}

/* line 31115, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-light.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-light.dropdown-toggle:after, .btn.btn-active-icon-light.active.dropdown-toggle:after, .btn.btn-active-icon-light.show.dropdown-toggle:after, .btn.btn-active-icon-light.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-light.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-light.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-light.dropdown-toggle:after {
  color: var(--bs-text-light);
}

/* line 31118, app/assets/stylesheets/style.scss */
.btn.btn-text-light {
  color: var(--bs-text-light);
}

/* line 31121, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-light, .btn-check:checked + .btn.btn-active-text-light, .btn.btn-active-text-light.active, .btn.btn-active-text-light.show, .btn.btn-active-text-light:active:not(.btn-active), .btn.btn-active-text-light:focus:not(.btn-active), .btn.btn-active-text-light:hover:not(.btn-active), .show > .btn.btn-active-text-light {
  color: var(--bs-text-light);
}

/* line 31124, app/assets/stylesheets/style.scss */
.btn.btn-color-success {
  color: var(--bs-text-success);
}

/* line 31127, app/assets/stylesheets/style.scss */
.btn.btn-color-success .svg-icon, .btn.btn-color-success i {
  color: var(--bs-text-success);
}

/* line 31130, app/assets/stylesheets/style.scss */
.btn.btn-color-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 31133, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-success, .btn-check:checked + .btn.btn-active-color-success, .btn.btn-active-color-success.active, .btn.btn-active-color-success.show, .btn.btn-active-color-success:active:not(.btn-active), .btn.btn-active-color-success:focus:not(.btn-active), .btn.btn-active-color-success:hover:not(.btn-active), .show > .btn.btn-active-color-success {
  color: var(--bs-text-success);
}

/* line 31136, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-success .svg-icon, .btn-check:active + .btn.btn-active-color-success i, .btn-check:checked + .btn.btn-active-color-success .svg-icon, .btn-check:checked + .btn.btn-active-color-success i, .btn.btn-active-color-success.active .svg-icon, .btn.btn-active-color-success.active i, .btn.btn-active-color-success.show .svg-icon, .btn.btn-active-color-success.show i, .btn.btn-active-color-success:active:not(.btn-active) .svg-icon, .btn.btn-active-color-success:active:not(.btn-active) i, .btn.btn-active-color-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-success:focus:not(.btn-active) i, .btn.btn-active-color-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-success:hover:not(.btn-active) i, .show > .btn.btn-active-color-success .svg-icon, .show > .btn.btn-active-color-success i {
  color: var(--bs-text-success);
}

/* line 31139, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-success.dropdown-toggle:after, .btn.btn-active-color-success.active.dropdown-toggle:after, .btn.btn-active-color-success.show.dropdown-toggle:after, .btn.btn-active-color-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 31142, app/assets/stylesheets/style.scss */
.btn.btn-icon-success .svg-icon, .btn.btn-icon-success i {
  color: var(--bs-text-success);
}

/* line 31145, app/assets/stylesheets/style.scss */
.btn.btn-icon-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 31148, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-success .svg-icon, .btn-check:active + .btn.btn-active-icon-success i, .btn-check:checked + .btn.btn-active-icon-success .svg-icon, .btn-check:checked + .btn.btn-active-icon-success i, .btn.btn-active-icon-success.active .svg-icon, .btn.btn-active-icon-success.active i, .btn.btn-active-icon-success.show .svg-icon, .btn.btn-active-icon-success.show i, .btn.btn-active-icon-success:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:active:not(.btn-active) i, .btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:focus:not(.btn-active) i, .btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-success:hover:not(.btn-active) i, .show > .btn.btn-active-icon-success .svg-icon, .show > .btn.btn-active-icon-success i {
  color: var(--bs-text-success);
}

/* line 31151, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-success.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-success.dropdown-toggle:after, .btn.btn-active-icon-success.active.dropdown-toggle:after, .btn.btn-active-icon-success.show.dropdown-toggle:after, .btn.btn-active-icon-success.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-success.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-success.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-success.dropdown-toggle:after {
  color: var(--bs-text-success);
}

/* line 31154, app/assets/stylesheets/style.scss */
.btn.btn-text-success {
  color: var(--bs-text-success);
}

/* line 31157, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-success, .btn-check:checked + .btn.btn-active-text-success, .btn.btn-active-text-success.active, .btn.btn-active-text-success.show, .btn.btn-active-text-success:active:not(.btn-active), .btn.btn-active-text-success:focus:not(.btn-active), .btn.btn-active-text-success:hover:not(.btn-active), .show > .btn.btn-active-text-success {
  color: var(--bs-text-success);
}

/* line 31160, app/assets/stylesheets/style.scss */
.btn.btn-color-info {
  color: var(--bs-text-info);
}

/* line 31163, app/assets/stylesheets/style.scss */
.btn.btn-color-info .svg-icon, .btn.btn-color-info i {
  color: var(--bs-text-info);
}

/* line 31166, app/assets/stylesheets/style.scss */
.btn.btn-color-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 31169, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-info, .btn-check:checked + .btn.btn-active-color-info, .btn.btn-active-color-info.active, .btn.btn-active-color-info.show, .btn.btn-active-color-info:active:not(.btn-active), .btn.btn-active-color-info:focus:not(.btn-active), .btn.btn-active-color-info:hover:not(.btn-active), .show > .btn.btn-active-color-info {
  color: var(--bs-text-info);
}

/* line 31172, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-info .svg-icon, .btn-check:active + .btn.btn-active-color-info i, .btn-check:checked + .btn.btn-active-color-info .svg-icon, .btn-check:checked + .btn.btn-active-color-info i, .btn.btn-active-color-info.active .svg-icon, .btn.btn-active-color-info.active i, .btn.btn-active-color-info.show .svg-icon, .btn.btn-active-color-info.show i, .btn.btn-active-color-info:active:not(.btn-active) .svg-icon, .btn.btn-active-color-info:active:not(.btn-active) i, .btn.btn-active-color-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-info:focus:not(.btn-active) i, .btn.btn-active-color-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-info:hover:not(.btn-active) i, .show > .btn.btn-active-color-info .svg-icon, .show > .btn.btn-active-color-info i {
  color: var(--bs-text-info);
}

/* line 31175, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-info.dropdown-toggle:after, .btn.btn-active-color-info.active.dropdown-toggle:after, .btn.btn-active-color-info.show.dropdown-toggle:after, .btn.btn-active-color-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 31178, app/assets/stylesheets/style.scss */
.btn.btn-icon-info .svg-icon, .btn.btn-icon-info i {
  color: var(--bs-text-info);
}

/* line 31181, app/assets/stylesheets/style.scss */
.btn.btn-icon-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 31184, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-info .svg-icon, .btn-check:active + .btn.btn-active-icon-info i, .btn-check:checked + .btn.btn-active-icon-info .svg-icon, .btn-check:checked + .btn.btn-active-icon-info i, .btn.btn-active-icon-info.active .svg-icon, .btn.btn-active-icon-info.active i, .btn.btn-active-icon-info.show .svg-icon, .btn.btn-active-icon-info.show i, .btn.btn-active-icon-info:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:active:not(.btn-active) i, .btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:focus:not(.btn-active) i, .btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-info:hover:not(.btn-active) i, .show > .btn.btn-active-icon-info .svg-icon, .show > .btn.btn-active-icon-info i {
  color: var(--bs-text-info);
}

/* line 31187, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-info.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-info.dropdown-toggle:after, .btn.btn-active-icon-info.active.dropdown-toggle:after, .btn.btn-active-icon-info.show.dropdown-toggle:after, .btn.btn-active-icon-info.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-info.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-info.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-info.dropdown-toggle:after {
  color: var(--bs-text-info);
}

/* line 31190, app/assets/stylesheets/style.scss */
.btn.btn-text-info {
  color: var(--bs-text-info);
}

/* line 31193, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-info, .btn-check:checked + .btn.btn-active-text-info, .btn.btn-active-text-info.active, .btn.btn-active-text-info.show, .btn.btn-active-text-info:active:not(.btn-active), .btn.btn-active-text-info:focus:not(.btn-active), .btn.btn-active-text-info:hover:not(.btn-active), .show > .btn.btn-active-text-info {
  color: var(--bs-text-info);
}

/* line 31196, app/assets/stylesheets/style.scss */
.btn.btn-color-warning {
  color: var(--bs-text-warning);
}

/* line 31199, app/assets/stylesheets/style.scss */
.btn.btn-color-warning .svg-icon, .btn.btn-color-warning i {
  color: var(--bs-text-warning);
}

/* line 31202, app/assets/stylesheets/style.scss */
.btn.btn-color-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 31205, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-warning, .btn-check:checked + .btn.btn-active-color-warning, .btn.btn-active-color-warning.active, .btn.btn-active-color-warning.show, .btn.btn-active-color-warning:active:not(.btn-active), .btn.btn-active-color-warning:focus:not(.btn-active), .btn.btn-active-color-warning:hover:not(.btn-active), .show > .btn.btn-active-color-warning {
  color: var(--bs-text-warning);
}

/* line 31208, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-warning .svg-icon, .btn-check:active + .btn.btn-active-color-warning i, .btn-check:checked + .btn.btn-active-color-warning .svg-icon, .btn-check:checked + .btn.btn-active-color-warning i, .btn.btn-active-color-warning.active .svg-icon, .btn.btn-active-color-warning.active i, .btn.btn-active-color-warning.show .svg-icon, .btn.btn-active-color-warning.show i, .btn.btn-active-color-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:active:not(.btn-active) i, .btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:focus:not(.btn-active) i, .btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-warning:hover:not(.btn-active) i, .show > .btn.btn-active-color-warning .svg-icon, .show > .btn.btn-active-color-warning i {
  color: var(--bs-text-warning);
}

/* line 31211, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-warning.dropdown-toggle:after, .btn.btn-active-color-warning.active.dropdown-toggle:after, .btn.btn-active-color-warning.show.dropdown-toggle:after, .btn.btn-active-color-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 31214, app/assets/stylesheets/style.scss */
.btn.btn-icon-warning .svg-icon, .btn.btn-icon-warning i {
  color: var(--bs-text-warning);
}

/* line 31217, app/assets/stylesheets/style.scss */
.btn.btn-icon-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 31220, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-warning .svg-icon, .btn-check:active + .btn.btn-active-icon-warning i, .btn-check:checked + .btn.btn-active-icon-warning .svg-icon, .btn-check:checked + .btn.btn-active-icon-warning i, .btn.btn-active-icon-warning.active .svg-icon, .btn.btn-active-icon-warning.active i, .btn.btn-active-icon-warning.show .svg-icon, .btn.btn-active-icon-warning.show i, .btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:active:not(.btn-active) i, .btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:focus:not(.btn-active) i, .btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-warning:hover:not(.btn-active) i, .show > .btn.btn-active-icon-warning .svg-icon, .show > .btn.btn-active-icon-warning i {
  color: var(--bs-text-warning);
}

/* line 31223, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn.btn-active-icon-warning.active.dropdown-toggle:after, .btn.btn-active-icon-warning.show.dropdown-toggle:after, .btn.btn-active-icon-warning.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-warning.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-warning.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-warning.dropdown-toggle:after {
  color: var(--bs-text-warning);
}

/* line 31226, app/assets/stylesheets/style.scss */
.btn.btn-text-warning {
  color: var(--bs-text-warning);
}

/* line 31229, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-warning, .btn-check:checked + .btn.btn-active-text-warning, .btn.btn-active-text-warning.active, .btn.btn-active-text-warning.show, .btn.btn-active-text-warning:active:not(.btn-active), .btn.btn-active-text-warning:focus:not(.btn-active), .btn.btn-active-text-warning:hover:not(.btn-active), .show > .btn.btn-active-text-warning {
  color: var(--bs-text-warning);
}

/* line 31232, app/assets/stylesheets/style.scss */
.btn.btn-color-danger {
  color: var(--bs-text-danger);
}

/* line 31235, app/assets/stylesheets/style.scss */
.btn.btn-color-danger .svg-icon, .btn.btn-color-danger i {
  color: var(--bs-text-danger);
}

/* line 31238, app/assets/stylesheets/style.scss */
.btn.btn-color-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 31241, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-danger, .btn-check:checked + .btn.btn-active-color-danger, .btn.btn-active-color-danger.active, .btn.btn-active-color-danger.show, .btn.btn-active-color-danger:active:not(.btn-active), .btn.btn-active-color-danger:focus:not(.btn-active), .btn.btn-active-color-danger:hover:not(.btn-active), .show > .btn.btn-active-color-danger {
  color: var(--bs-text-danger);
}

/* line 31244, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-danger .svg-icon, .btn-check:active + .btn.btn-active-color-danger i, .btn-check:checked + .btn.btn-active-color-danger .svg-icon, .btn-check:checked + .btn.btn-active-color-danger i, .btn.btn-active-color-danger.active .svg-icon, .btn.btn-active-color-danger.active i, .btn.btn-active-color-danger.show .svg-icon, .btn.btn-active-color-danger.show i, .btn.btn-active-color-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:active:not(.btn-active) i, .btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:focus:not(.btn-active) i, .btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-danger:hover:not(.btn-active) i, .show > .btn.btn-active-color-danger .svg-icon, .show > .btn.btn-active-color-danger i {
  color: var(--bs-text-danger);
}

/* line 31247, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-danger.dropdown-toggle:after, .btn.btn-active-color-danger.active.dropdown-toggle:after, .btn.btn-active-color-danger.show.dropdown-toggle:after, .btn.btn-active-color-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 31250, app/assets/stylesheets/style.scss */
.btn.btn-icon-danger .svg-icon, .btn.btn-icon-danger i {
  color: var(--bs-text-danger);
}

/* line 31253, app/assets/stylesheets/style.scss */
.btn.btn-icon-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 31256, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-danger .svg-icon, .btn-check:active + .btn.btn-active-icon-danger i, .btn-check:checked + .btn.btn-active-icon-danger .svg-icon, .btn-check:checked + .btn.btn-active-icon-danger i, .btn.btn-active-icon-danger.active .svg-icon, .btn.btn-active-icon-danger.active i, .btn.btn-active-icon-danger.show .svg-icon, .btn.btn-active-icon-danger.show i, .btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:active:not(.btn-active) i, .btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:focus:not(.btn-active) i, .btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-danger:hover:not(.btn-active) i, .show > .btn.btn-active-icon-danger .svg-icon, .show > .btn.btn-active-icon-danger i {
  color: var(--bs-text-danger);
}

/* line 31259, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn.btn-active-icon-danger.active.dropdown-toggle:after, .btn.btn-active-icon-danger.show.dropdown-toggle:after, .btn.btn-active-icon-danger.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-danger.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-danger.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-danger.dropdown-toggle:after {
  color: var(--bs-text-danger);
}

/* line 31262, app/assets/stylesheets/style.scss */
.btn.btn-text-danger {
  color: var(--bs-text-danger);
}

/* line 31265, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-danger, .btn-check:checked + .btn.btn-active-text-danger, .btn.btn-active-text-danger.active, .btn.btn-active-text-danger.show, .btn.btn-active-text-danger:active:not(.btn-active), .btn.btn-active-text-danger:focus:not(.btn-active), .btn.btn-active-text-danger:hover:not(.btn-active), .show > .btn.btn-active-text-danger {
  color: var(--bs-text-danger);
}

/* line 31268, app/assets/stylesheets/style.scss */
.btn.btn-color-dark {
  color: var(--bs-text-dark);
}

/* line 31271, app/assets/stylesheets/style.scss */
.btn.btn-color-dark .svg-icon, .btn.btn-color-dark i {
  color: var(--bs-text-dark);
}

/* line 31274, app/assets/stylesheets/style.scss */
.btn.btn-color-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 31277, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-dark, .btn-check:checked + .btn.btn-active-color-dark, .btn.btn-active-color-dark.active, .btn.btn-active-color-dark.show, .btn.btn-active-color-dark:active:not(.btn-active), .btn.btn-active-color-dark:focus:not(.btn-active), .btn.btn-active-color-dark:hover:not(.btn-active), .show > .btn.btn-active-color-dark {
  color: var(--bs-text-dark);
}

/* line 31280, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-dark .svg-icon, .btn-check:active + .btn.btn-active-color-dark i, .btn-check:checked + .btn.btn-active-color-dark .svg-icon, .btn-check:checked + .btn.btn-active-color-dark i, .btn.btn-active-color-dark.active .svg-icon, .btn.btn-active-color-dark.active i, .btn.btn-active-color-dark.show .svg-icon, .btn.btn-active-color-dark.show i, .btn.btn-active-color-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:active:not(.btn-active) i, .btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:focus:not(.btn-active) i, .btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-dark:hover:not(.btn-active) i, .show > .btn.btn-active-color-dark .svg-icon, .show > .btn.btn-active-color-dark i {
  color: var(--bs-text-dark);
}

/* line 31283, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-dark.dropdown-toggle:after, .btn.btn-active-color-dark.active.dropdown-toggle:after, .btn.btn-active-color-dark.show.dropdown-toggle:after, .btn.btn-active-color-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 31286, app/assets/stylesheets/style.scss */
.btn.btn-icon-dark .svg-icon, .btn.btn-icon-dark i {
  color: var(--bs-text-dark);
}

/* line 31289, app/assets/stylesheets/style.scss */
.btn.btn-icon-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 31292, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-dark .svg-icon, .btn-check:active + .btn.btn-active-icon-dark i, .btn-check:checked + .btn.btn-active-icon-dark .svg-icon, .btn-check:checked + .btn.btn-active-icon-dark i, .btn.btn-active-icon-dark.active .svg-icon, .btn.btn-active-icon-dark.active i, .btn.btn-active-icon-dark.show .svg-icon, .btn.btn-active-icon-dark.show i, .btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:active:not(.btn-active) i, .btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:focus:not(.btn-active) i, .btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-dark:hover:not(.btn-active) i, .show > .btn.btn-active-icon-dark .svg-icon, .show > .btn.btn-active-icon-dark i {
  color: var(--bs-text-dark);
}

/* line 31295, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn.btn-active-icon-dark.active.dropdown-toggle:after, .btn.btn-active-icon-dark.show.dropdown-toggle:after, .btn.btn-active-icon-dark.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-dark.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-dark.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-dark.dropdown-toggle:after {
  color: var(--bs-text-dark);
}

/* line 31298, app/assets/stylesheets/style.scss */
.btn.btn-text-dark {
  color: var(--bs-text-dark);
}

/* line 31301, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-dark, .btn-check:checked + .btn.btn-active-text-dark, .btn.btn-active-text-dark.active, .btn.btn-active-text-dark.show, .btn.btn-active-text-dark:active:not(.btn-active), .btn.btn-active-text-dark:focus:not(.btn-active), .btn.btn-active-text-dark:hover:not(.btn-active), .show > .btn.btn-active-text-dark {
  color: var(--bs-text-dark);
}

/* line 31304, app/assets/stylesheets/style.scss */
.btn.btn-color-muted {
  color: var(--bs-text-custom);
}

/* line 31307, app/assets/stylesheets/style.scss */
.btn.btn-color-muted .svg-icon, .btn.btn-color-muted i {
  color: var(--bs-text-custom);
}

/* line 31310, app/assets/stylesheets/style.scss */
.btn.btn-color-muted.dropdown-toggle:after {
  color: var(--bs-text-custom);
}

/* line 31313, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-muted, .btn-check:checked + .btn.btn-active-color-muted, .btn.btn-active-color-muted.active, .btn.btn-active-color-muted.show, .btn.btn-active-color-muted:active:not(.btn-active), .btn.btn-active-color-muted:focus:not(.btn-active), .btn.btn-active-color-muted:hover:not(.btn-active), .show > .btn.btn-active-color-muted {
  color: var(--bs-text-muted);
}

/* line 31316, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-muted .svg-icon, .btn-check:active + .btn.btn-active-color-muted i, .btn-check:checked + .btn.btn-active-color-muted .svg-icon, .btn-check:checked + .btn.btn-active-color-muted i, .btn.btn-active-color-muted.active .svg-icon, .btn.btn-active-color-muted.active i, .btn.btn-active-color-muted.show .svg-icon, .btn.btn-active-color-muted.show i, .btn.btn-active-color-muted:active:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:active:not(.btn-active) i, .btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:focus:not(.btn-active) i, .btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-muted:hover:not(.btn-active) i, .show > .btn.btn-active-color-muted .svg-icon, .show > .btn.btn-active-color-muted i {
  color: var(--bs-text-muted);
}

/* line 31319, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-muted.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-muted.dropdown-toggle:after, .btn.btn-active-color-muted.active.dropdown-toggle:after, .btn.btn-active-color-muted.show.dropdown-toggle:after, .btn.btn-active-color-muted.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-muted.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-muted.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 31322, app/assets/stylesheets/style.scss */
.btn.btn-icon-muted .svg-icon, .btn.btn-icon-muted i {
  color: var(--bs-text-muted);
}

/* line 31325, app/assets/stylesheets/style.scss */
.btn.btn-icon-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 31328, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-muted .svg-icon, .btn-check:active + .btn.btn-active-icon-muted i, .btn-check:checked + .btn.btn-active-icon-muted .svg-icon, .btn-check:checked + .btn.btn-active-icon-muted i, .btn.btn-active-icon-muted.active .svg-icon, .btn.btn-active-icon-muted.active i, .btn.btn-active-icon-muted.show .svg-icon, .btn.btn-active-icon-muted.show i, .btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:active:not(.btn-active) i, .btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:focus:not(.btn-active) i, .btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-muted:hover:not(.btn-active) i, .show > .btn.btn-active-icon-muted .svg-icon, .show > .btn.btn-active-icon-muted i {
  color: var(--bs-text-muted);
}

/* line 31331, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn.btn-active-icon-muted.active.dropdown-toggle:after, .btn.btn-active-icon-muted.show.dropdown-toggle:after, .btn.btn-active-icon-muted.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-muted.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-muted.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-muted.dropdown-toggle:after {
  color: var(--bs-text-muted);
}

/* line 31334, app/assets/stylesheets/style.scss */
.btn.btn-text-muted {
  color: var(--bs-text-muted);
}

/* line 31337, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-muted, .btn-check:checked + .btn.btn-active-text-muted, .btn.btn-active-text-muted.active, .btn.btn-active-text-muted.show, .btn.btn-active-text-muted:active:not(.btn-active), .btn.btn-active-text-muted:focus:not(.btn-active), .btn.btn-active-text-muted:hover:not(.btn-active), .show > .btn.btn-active-text-muted {
  color: var(--bs-text-muted);
}

/* line 31340, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 31343, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-100 .svg-icon, .btn.btn-color-gray-100 i {
  color: var(--bs-text-gray-100);
}

/* line 31346, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 31349, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-100, .btn-check:checked + .btn.btn-active-color-gray-100, .btn.btn-active-color-gray-100.active, .btn.btn-active-color-gray-100.show, .btn.btn-active-color-gray-100:active:not(.btn-active), .btn.btn-active-color-gray-100:focus:not(.btn-active), .btn.btn-active-color-gray-100:hover:not(.btn-active), .show > .btn.btn-active-color-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 31352, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-100 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-100 i, .btn-check:checked + .btn.btn-active-color-gray-100 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-100 i, .btn.btn-active-color-gray-100.active .svg-icon, .btn.btn-active-color-gray-100.active i, .btn.btn-active-color-gray-100.show .svg-icon, .btn.btn-active-color-gray-100.show i, .btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:active:not(.btn-active) i, .btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:focus:not(.btn-active) i, .btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-100:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-100 .svg-icon, .show > .btn.btn-active-color-gray-100 i {
  color: var(--bs-text-gray-100);
}

/* line 31355, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn.btn-active-color-gray-100.active.dropdown-toggle:after, .btn.btn-active-color-gray-100.show.dropdown-toggle:after, .btn.btn-active-color-gray-100.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-100.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-100.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 31358, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-100 .svg-icon, .btn.btn-icon-gray-100 i {
  color: var(--bs-text-gray-100);
}

/* line 31361, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 31364, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-100 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-100 i, .btn-check:checked + .btn.btn-active-icon-gray-100 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-100 i, .btn.btn-active-icon-gray-100.active .svg-icon, .btn.btn-active-icon-gray-100.active i, .btn.btn-active-icon-gray-100.show .svg-icon, .btn.btn-active-icon-gray-100.show i, .btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:active:not(.btn-active) i, .btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:focus:not(.btn-active) i, .btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-100:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-100 .svg-icon, .show > .btn.btn-active-icon-gray-100 i {
  color: var(--bs-text-gray-100);
}

/* line 31367, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn.btn-active-icon-gray-100.active.dropdown-toggle:after, .btn.btn-active-icon-gray-100.show.dropdown-toggle:after, .btn.btn-active-icon-gray-100.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-100.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-100.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-100.dropdown-toggle:after {
  color: var(--bs-text-gray-100);
}

/* line 31370, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 31373, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-100, .btn-check:checked + .btn.btn-active-text-gray-100, .btn.btn-active-text-gray-100.active, .btn.btn-active-text-gray-100.show, .btn.btn-active-text-gray-100:active:not(.btn-active), .btn.btn-active-text-gray-100:focus:not(.btn-active), .btn.btn-active-text-gray-100:hover:not(.btn-active), .show > .btn.btn-active-text-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 31376, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 31379, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-200 .svg-icon, .btn.btn-color-gray-200 i {
  color: var(--bs-text-gray-200);
}

/* line 31382, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 31385, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-200, .btn-check:checked + .btn.btn-active-color-gray-200, .btn.btn-active-color-gray-200.active, .btn.btn-active-color-gray-200.show, .btn.btn-active-color-gray-200:active:not(.btn-active), .btn.btn-active-color-gray-200:focus:not(.btn-active), .btn.btn-active-color-gray-200:hover:not(.btn-active), .show > .btn.btn-active-color-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 31388, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-200 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-200 i, .btn-check:checked + .btn.btn-active-color-gray-200 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-200 i, .btn.btn-active-color-gray-200.active .svg-icon, .btn.btn-active-color-gray-200.active i, .btn.btn-active-color-gray-200.show .svg-icon, .btn.btn-active-color-gray-200.show i, .btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:active:not(.btn-active) i, .btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:focus:not(.btn-active) i, .btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-200:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-200 .svg-icon, .show > .btn.btn-active-color-gray-200 i {
  color: var(--bs-text-gray-200);
}

/* line 31391, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn.btn-active-color-gray-200.active.dropdown-toggle:after, .btn.btn-active-color-gray-200.show.dropdown-toggle:after, .btn.btn-active-color-gray-200.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-200.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-200.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 31394, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-200 .svg-icon, .btn.btn-icon-gray-200 i {
  color: var(--bs-text-gray-200);
}

/* line 31397, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 31400, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-200 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-200 i, .btn-check:checked + .btn.btn-active-icon-gray-200 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-200 i, .btn.btn-active-icon-gray-200.active .svg-icon, .btn.btn-active-icon-gray-200.active i, .btn.btn-active-icon-gray-200.show .svg-icon, .btn.btn-active-icon-gray-200.show i, .btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:active:not(.btn-active) i, .btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:focus:not(.btn-active) i, .btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-200:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-200 .svg-icon, .show > .btn.btn-active-icon-gray-200 i {
  color: var(--bs-text-gray-200);
}

/* line 31403, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn.btn-active-icon-gray-200.active.dropdown-toggle:after, .btn.btn-active-icon-gray-200.show.dropdown-toggle:after, .btn.btn-active-icon-gray-200.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-200.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-200.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-200.dropdown-toggle:after {
  color: var(--bs-text-gray-200);
}

/* line 31406, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 31409, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-200, .btn-check:checked + .btn.btn-active-text-gray-200, .btn.btn-active-text-gray-200.active, .btn.btn-active-text-gray-200.show, .btn.btn-active-text-gray-200:active:not(.btn-active), .btn.btn-active-text-gray-200:focus:not(.btn-active), .btn.btn-active-text-gray-200:hover:not(.btn-active), .show > .btn.btn-active-text-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 31412, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 31415, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-300 .svg-icon, .btn.btn-color-gray-300 i {
  color: var(--bs-text-gray-300);
}

/* line 31418, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 31421, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-300, .btn-check:checked + .btn.btn-active-color-gray-300, .btn.btn-active-color-gray-300.active, .btn.btn-active-color-gray-300.show, .btn.btn-active-color-gray-300:active:not(.btn-active), .btn.btn-active-color-gray-300:focus:not(.btn-active), .btn.btn-active-color-gray-300:hover:not(.btn-active), .show > .btn.btn-active-color-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 31424, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-300 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-300 i, .btn-check:checked + .btn.btn-active-color-gray-300 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-300 i, .btn.btn-active-color-gray-300.active .svg-icon, .btn.btn-active-color-gray-300.active i, .btn.btn-active-color-gray-300.show .svg-icon, .btn.btn-active-color-gray-300.show i, .btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:active:not(.btn-active) i, .btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:focus:not(.btn-active) i, .btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-300:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-300 .svg-icon, .show > .btn.btn-active-color-gray-300 i {
  color: var(--bs-text-gray-300);
}

/* line 31427, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn.btn-active-color-gray-300.active.dropdown-toggle:after, .btn.btn-active-color-gray-300.show.dropdown-toggle:after, .btn.btn-active-color-gray-300.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-300.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-300.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 31430, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-300 .svg-icon, .btn.btn-icon-gray-300 i {
  color: var(--bs-text-gray-300);
}

/* line 31433, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 31436, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-300 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-300 i, .btn-check:checked + .btn.btn-active-icon-gray-300 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-300 i, .btn.btn-active-icon-gray-300.active .svg-icon, .btn.btn-active-icon-gray-300.active i, .btn.btn-active-icon-gray-300.show .svg-icon, .btn.btn-active-icon-gray-300.show i, .btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:active:not(.btn-active) i, .btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:focus:not(.btn-active) i, .btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-300:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-300 .svg-icon, .show > .btn.btn-active-icon-gray-300 i {
  color: var(--bs-text-gray-300);
}

/* line 31439, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn.btn-active-icon-gray-300.active.dropdown-toggle:after, .btn.btn-active-icon-gray-300.show.dropdown-toggle:after, .btn.btn-active-icon-gray-300.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-300.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-300.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-300.dropdown-toggle:after {
  color: var(--bs-text-gray-300);
}

/* line 31442, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 31445, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-300, .btn-check:checked + .btn.btn-active-text-gray-300, .btn.btn-active-text-gray-300.active, .btn.btn-active-text-gray-300.show, .btn.btn-active-text-gray-300:active:not(.btn-active), .btn.btn-active-text-gray-300:focus:not(.btn-active), .btn.btn-active-text-gray-300:hover:not(.btn-active), .show > .btn.btn-active-text-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 31448, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 31451, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-400 .svg-icon, .btn.btn-color-gray-400 i {
  color: var(--bs-text-gray-400);
}

/* line 31454, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 31457, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-400, .btn-check:checked + .btn.btn-active-color-gray-400, .btn.btn-active-color-gray-400.active, .btn.btn-active-color-gray-400.show, .btn.btn-active-color-gray-400:active:not(.btn-active), .btn.btn-active-color-gray-400:focus:not(.btn-active), .btn.btn-active-color-gray-400:hover:not(.btn-active), .show > .btn.btn-active-color-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 31460, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-400 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-400 i, .btn-check:checked + .btn.btn-active-color-gray-400 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-400 i, .btn.btn-active-color-gray-400.active .svg-icon, .btn.btn-active-color-gray-400.active i, .btn.btn-active-color-gray-400.show .svg-icon, .btn.btn-active-color-gray-400.show i, .btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:active:not(.btn-active) i, .btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:focus:not(.btn-active) i, .btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-400:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-400 .svg-icon, .show > .btn.btn-active-color-gray-400 i {
  color: var(--bs-text-gray-400);
}

/* line 31463, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn.btn-active-color-gray-400.active.dropdown-toggle:after, .btn.btn-active-color-gray-400.show.dropdown-toggle:after, .btn.btn-active-color-gray-400.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-400.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-400.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 31466, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-400 .svg-icon, .btn.btn-icon-gray-400 i {
  color: var(--bs-text-gray-400);
}

/* line 31469, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 31472, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-400 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-400 i, .btn-check:checked + .btn.btn-active-icon-gray-400 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-400 i, .btn.btn-active-icon-gray-400.active .svg-icon, .btn.btn-active-icon-gray-400.active i, .btn.btn-active-icon-gray-400.show .svg-icon, .btn.btn-active-icon-gray-400.show i, .btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:active:not(.btn-active) i, .btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:focus:not(.btn-active) i, .btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-400:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-400 .svg-icon, .show > .btn.btn-active-icon-gray-400 i {
  color: var(--bs-text-gray-400);
}

/* line 31475, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn.btn-active-icon-gray-400.active.dropdown-toggle:after, .btn.btn-active-icon-gray-400.show.dropdown-toggle:after, .btn.btn-active-icon-gray-400.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-400.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-400.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-400.dropdown-toggle:after {
  color: var(--bs-text-gray-400);
}

/* line 31478, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 31481, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-400, .btn-check:checked + .btn.btn-active-text-gray-400, .btn.btn-active-text-gray-400.active, .btn.btn-active-text-gray-400.show, .btn.btn-active-text-gray-400:active:not(.btn-active), .btn.btn-active-text-gray-400:focus:not(.btn-active), .btn.btn-active-text-gray-400:hover:not(.btn-active), .show > .btn.btn-active-text-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 31484, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 31487, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-500 .svg-icon, .btn.btn-color-gray-500 i {
  color: var(--bs-text-gray-500);
}

/* line 31490, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 31493, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-500, .btn-check:checked + .btn.btn-active-color-gray-500, .btn.btn-active-color-gray-500.active, .btn.btn-active-color-gray-500.show, .btn.btn-active-color-gray-500:active:not(.btn-active), .btn.btn-active-color-gray-500:focus:not(.btn-active), .btn.btn-active-color-gray-500:hover:not(.btn-active), .show > .btn.btn-active-color-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 31496, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-500 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-500 i, .btn-check:checked + .btn.btn-active-color-gray-500 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-500 i, .btn.btn-active-color-gray-500.active .svg-icon, .btn.btn-active-color-gray-500.active i, .btn.btn-active-color-gray-500.show .svg-icon, .btn.btn-active-color-gray-500.show i, .btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:active:not(.btn-active) i, .btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:focus:not(.btn-active) i, .btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-500:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-500 .svg-icon, .show > .btn.btn-active-color-gray-500 i {
  color: var(--bs-text-gray-500);
}

/* line 31499, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn.btn-active-color-gray-500.active.dropdown-toggle:after, .btn.btn-active-color-gray-500.show.dropdown-toggle:after, .btn.btn-active-color-gray-500.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-500.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-500.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 31502, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-500 .svg-icon, .btn.btn-icon-gray-500 i {
  color: var(--bs-text-gray-500);
}

/* line 31505, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 31508, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-500 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-500 i, .btn-check:checked + .btn.btn-active-icon-gray-500 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-500 i, .btn.btn-active-icon-gray-500.active .svg-icon, .btn.btn-active-icon-gray-500.active i, .btn.btn-active-icon-gray-500.show .svg-icon, .btn.btn-active-icon-gray-500.show i, .btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:active:not(.btn-active) i, .btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:focus:not(.btn-active) i, .btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-500:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-500 .svg-icon, .show > .btn.btn-active-icon-gray-500 i {
  color: var(--bs-text-gray-500);
}

/* line 31511, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn.btn-active-icon-gray-500.active.dropdown-toggle:after, .btn.btn-active-icon-gray-500.show.dropdown-toggle:after, .btn.btn-active-icon-gray-500.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-500.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-500.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-500.dropdown-toggle:after {
  color: var(--bs-text-gray-500);
}

/* line 31514, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 31517, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-500, .btn-check:checked + .btn.btn-active-text-gray-500, .btn.btn-active-text-gray-500.active, .btn.btn-active-text-gray-500.show, .btn.btn-active-text-gray-500:active:not(.btn-active), .btn.btn-active-text-gray-500:focus:not(.btn-active), .btn.btn-active-text-gray-500:hover:not(.btn-active), .show > .btn.btn-active-text-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 31520, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 31523, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-600 .svg-icon, .btn.btn-color-gray-600 i {
  color: var(--bs-text-gray-600);
}

/* line 31526, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 31529, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-600, .btn-check:checked + .btn.btn-active-color-gray-600, .btn.btn-active-color-gray-600.active, .btn.btn-active-color-gray-600.show, .btn.btn-active-color-gray-600:active:not(.btn-active), .btn.btn-active-color-gray-600:focus:not(.btn-active), .btn.btn-active-color-gray-600:hover:not(.btn-active), .show > .btn.btn-active-color-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 31532, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-600 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-600 i, .btn-check:checked + .btn.btn-active-color-gray-600 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-600 i, .btn.btn-active-color-gray-600.active .svg-icon, .btn.btn-active-color-gray-600.active i, .btn.btn-active-color-gray-600.show .svg-icon, .btn.btn-active-color-gray-600.show i, .btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:active:not(.btn-active) i, .btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:focus:not(.btn-active) i, .btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-600:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-600 .svg-icon, .show > .btn.btn-active-color-gray-600 i {
  color: var(--bs-text-gray-600);
}

/* line 31535, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn.btn-active-color-gray-600.active.dropdown-toggle:after, .btn.btn-active-color-gray-600.show.dropdown-toggle:after, .btn.btn-active-color-gray-600.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-600.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-600.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 31538, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-600 .svg-icon, .btn.btn-icon-gray-600 i {
  color: var(--bs-text-gray-600);
}

/* line 31541, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 31544, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-600 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-600 i, .btn-check:checked + .btn.btn-active-icon-gray-600 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-600 i, .btn.btn-active-icon-gray-600.active .svg-icon, .btn.btn-active-icon-gray-600.active i, .btn.btn-active-icon-gray-600.show .svg-icon, .btn.btn-active-icon-gray-600.show i, .btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:active:not(.btn-active) i, .btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:focus:not(.btn-active) i, .btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-600:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-600 .svg-icon, .show > .btn.btn-active-icon-gray-600 i {
  color: var(--bs-text-gray-600);
}

/* line 31547, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn.btn-active-icon-gray-600.active.dropdown-toggle:after, .btn.btn-active-icon-gray-600.show.dropdown-toggle:after, .btn.btn-active-icon-gray-600.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-600.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-600.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-600.dropdown-toggle:after {
  color: var(--bs-text-gray-600);
}

/* line 31550, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 31553, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-600, .btn-check:checked + .btn.btn-active-text-gray-600, .btn.btn-active-text-gray-600.active, .btn.btn-active-text-gray-600.show, .btn.btn-active-text-gray-600:active:not(.btn-active), .btn.btn-active-text-gray-600:focus:not(.btn-active), .btn.btn-active-text-gray-600:hover:not(.btn-active), .show > .btn.btn-active-text-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 31556, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 31559, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-700 .svg-icon, .btn.btn-color-gray-700 i {
  color: var(--bs-text-gray-700);
}

/* line 31562, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 31565, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-700, .btn-check:checked + .btn.btn-active-color-gray-700, .btn.btn-active-color-gray-700.active, .btn.btn-active-color-gray-700.show, .btn.btn-active-color-gray-700:active:not(.btn-active), .btn.btn-active-color-gray-700:focus:not(.btn-active), .btn.btn-active-color-gray-700:hover:not(.btn-active), .show > .btn.btn-active-color-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 31568, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-700 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-700 i, .btn-check:checked + .btn.btn-active-color-gray-700 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-700 i, .btn.btn-active-color-gray-700.active .svg-icon, .btn.btn-active-color-gray-700.active i, .btn.btn-active-color-gray-700.show .svg-icon, .btn.btn-active-color-gray-700.show i, .btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:active:not(.btn-active) i, .btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:focus:not(.btn-active) i, .btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-700:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-700 .svg-icon, .show > .btn.btn-active-color-gray-700 i {
  color: var(--bs-text-gray-700);
}

/* line 31571, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn.btn-active-color-gray-700.active.dropdown-toggle:after, .btn.btn-active-color-gray-700.show.dropdown-toggle:after, .btn.btn-active-color-gray-700.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-700.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-700.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 31574, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-700 .svg-icon, .btn.btn-icon-gray-700 i {
  color: var(--bs-text-gray-700);
}

/* line 31577, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 31580, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-700 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-700 i, .btn-check:checked + .btn.btn-active-icon-gray-700 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-700 i, .btn.btn-active-icon-gray-700.active .svg-icon, .btn.btn-active-icon-gray-700.active i, .btn.btn-active-icon-gray-700.show .svg-icon, .btn.btn-active-icon-gray-700.show i, .btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:active:not(.btn-active) i, .btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:focus:not(.btn-active) i, .btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-700:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-700 .svg-icon, .show > .btn.btn-active-icon-gray-700 i {
  color: var(--bs-text-gray-700);
}

/* line 31583, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn.btn-active-icon-gray-700.active.dropdown-toggle:after, .btn.btn-active-icon-gray-700.show.dropdown-toggle:after, .btn.btn-active-icon-gray-700.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-700.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-700.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-700.dropdown-toggle:after {
  color: var(--bs-text-gray-700);
}

/* line 31586, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 31589, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-700, .btn-check:checked + .btn.btn-active-text-gray-700, .btn.btn-active-text-gray-700.active, .btn.btn-active-text-gray-700.show, .btn.btn-active-text-gray-700:active:not(.btn-active), .btn.btn-active-text-gray-700:focus:not(.btn-active), .btn.btn-active-text-gray-700:hover:not(.btn-active), .show > .btn.btn-active-text-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 31592, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 31595, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-800 .svg-icon, .btn.btn-color-gray-800 i {
  color: var(--bs-text-gray-800);
}

/* line 31598, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 31601, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-800, .btn-check:checked + .btn.btn-active-color-gray-800, .btn.btn-active-color-gray-800.active, .btn.btn-active-color-gray-800.show, .btn.btn-active-color-gray-800:active:not(.btn-active), .btn.btn-active-color-gray-800:focus:not(.btn-active), .btn.btn-active-color-gray-800:hover:not(.btn-active), .show > .btn.btn-active-color-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 31604, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-800 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-800 i, .btn-check:checked + .btn.btn-active-color-gray-800 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-800 i, .btn.btn-active-color-gray-800.active .svg-icon, .btn.btn-active-color-gray-800.active i, .btn.btn-active-color-gray-800.show .svg-icon, .btn.btn-active-color-gray-800.show i, .btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:active:not(.btn-active) i, .btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:focus:not(.btn-active) i, .btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-800:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-800 .svg-icon, .show > .btn.btn-active-color-gray-800 i {
  color: var(--bs-text-gray-800);
}

/* line 31607, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn.btn-active-color-gray-800.active.dropdown-toggle:after, .btn.btn-active-color-gray-800.show.dropdown-toggle:after, .btn.btn-active-color-gray-800.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-800.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-800.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 31610, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-800 .svg-icon, .btn.btn-icon-gray-800 i {
  color: var(--bs-text-gray-800);
}

/* line 31613, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 31616, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-800 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-800 i, .btn-check:checked + .btn.btn-active-icon-gray-800 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-800 i, .btn.btn-active-icon-gray-800.active .svg-icon, .btn.btn-active-icon-gray-800.active i, .btn.btn-active-icon-gray-800.show .svg-icon, .btn.btn-active-icon-gray-800.show i, .btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:active:not(.btn-active) i, .btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:focus:not(.btn-active) i, .btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-800:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-800 .svg-icon, .show > .btn.btn-active-icon-gray-800 i {
  color: var(--bs-text-gray-800);
}

/* line 31619, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn.btn-active-icon-gray-800.active.dropdown-toggle:after, .btn.btn-active-icon-gray-800.show.dropdown-toggle:after, .btn.btn-active-icon-gray-800.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-800.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-800.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-800.dropdown-toggle:after {
  color: var(--bs-text-gray-800);
}

/* line 31622, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 31625, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-800, .btn-check:checked + .btn.btn-active-text-gray-800, .btn.btn-active-text-gray-800.active, .btn.btn-active-text-gray-800.show, .btn.btn-active-text-gray-800:active:not(.btn-active), .btn.btn-active-text-gray-800:focus:not(.btn-active), .btn.btn-active-text-gray-800:hover:not(.btn-active), .show > .btn.btn-active-text-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 31628, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 31631, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-900 .svg-icon, .btn.btn-color-gray-900 i {
  color: var(--bs-text-gray-900);
}

/* line 31634, app/assets/stylesheets/style.scss */
.btn.btn-color-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 31637, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-900, .btn-check:checked + .btn.btn-active-color-gray-900, .btn.btn-active-color-gray-900.active, .btn.btn-active-color-gray-900.show, .btn.btn-active-color-gray-900:active:not(.btn-active), .btn.btn-active-color-gray-900:focus:not(.btn-active), .btn.btn-active-color-gray-900:hover:not(.btn-active), .show > .btn.btn-active-color-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 31640, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-900 .svg-icon, .btn-check:active + .btn.btn-active-color-gray-900 i, .btn-check:checked + .btn.btn-active-color-gray-900 .svg-icon, .btn-check:checked + .btn.btn-active-color-gray-900 i, .btn.btn-active-color-gray-900.active .svg-icon, .btn.btn-active-color-gray-900.active i, .btn.btn-active-color-gray-900.show .svg-icon, .btn.btn-active-color-gray-900.show i, .btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:active:not(.btn-active) i, .btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:focus:not(.btn-active) i, .btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-gray-900:hover:not(.btn-active) i, .show > .btn.btn-active-color-gray-900 .svg-icon, .show > .btn.btn-active-color-gray-900 i {
  color: var(--bs-text-gray-900);
}

/* line 31643, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn.btn-active-color-gray-900.active.dropdown-toggle:after, .btn.btn-active-color-gray-900.show.dropdown-toggle:after, .btn.btn-active-color-gray-900.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-color-gray-900.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-color-gray-900.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-color-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 31646, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-900 .svg-icon, .btn.btn-icon-gray-900 i {
  color: var(--bs-text-gray-900);
}

/* line 31649, app/assets/stylesheets/style.scss */
.btn.btn-icon-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 31652, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-900 .svg-icon, .btn-check:active + .btn.btn-active-icon-gray-900 i, .btn-check:checked + .btn.btn-active-icon-gray-900 .svg-icon, .btn-check:checked + .btn.btn-active-icon-gray-900 i, .btn.btn-active-icon-gray-900.active .svg-icon, .btn.btn-active-icon-gray-900.active i, .btn.btn-active-icon-gray-900.show .svg-icon, .btn.btn-active-icon-gray-900.show i, .btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:active:not(.btn-active) i, .btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:focus:not(.btn-active) i, .btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon, .btn.btn-active-icon-gray-900:hover:not(.btn-active) i, .show > .btn.btn-active-icon-gray-900 .svg-icon, .show > .btn.btn-active-icon-gray-900 i {
  color: var(--bs-text-gray-900);
}

/* line 31655, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn-check:checked + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn.btn-active-icon-gray-900.active.dropdown-toggle:after, .btn.btn-active-icon-gray-900.show.dropdown-toggle:after, .btn.btn-active-icon-gray-900.dropdown-toggle:active:not(.btn-active):after, .btn.btn-active-icon-gray-900.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-active-icon-gray-900.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-active-icon-gray-900.dropdown-toggle:after {
  color: var(--bs-text-gray-900);
}

/* line 31658, app/assets/stylesheets/style.scss */
.btn.btn-text-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 31661, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-active-text-gray-900, .btn-check:checked + .btn.btn-active-text-gray-900, .btn.btn-active-text-gray-900.active, .btn.btn-active-text-gray-900.show, .btn.btn-active-text-gray-900:active:not(.btn-active), .btn.btn-active-text-gray-900:focus:not(.btn-active), .btn.btn-active-text-gray-900:hover:not(.btn-active), .show > .btn.btn-active-text-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 31664, app/assets/stylesheets/style.scss */
.btn.btn-facebook {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}

/* line 31669, app/assets/stylesheets/style.scss */
.btn.btn-facebook .svg-icon, .btn.btn-facebook i {
  color: #fff;
}

/* line 31672, app/assets/stylesheets/style.scss */
.btn.btn-facebook.dropdown-toggle:after {
  color: #fff;
}

/* line 31675, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-facebook, .btn-check:checked + .btn.btn-facebook, .btn.btn-facebook.active, .btn.btn-facebook.show, .btn.btn-facebook:active:not(.btn-active), .btn.btn-facebook:focus:not(.btn-active), .btn.btn-facebook:hover:not(.btn-active), .show > .btn.btn-facebook {
  border-color: #30497c;
  background-color: #30497c !important;
}

/* line 31679, app/assets/stylesheets/style.scss */
.btn.btn-light-facebook {
  color: #3b5998;
  border-color: rgba(59, 89, 152, 0.1);
  background-color: rgba(59, 89, 152, 0.1);
}

/* line 31684, app/assets/stylesheets/style.scss */
.btn.btn-light-facebook .svg-icon, .btn.btn-light-facebook i {
  color: #3b5998;
}

/* line 31687, app/assets/stylesheets/style.scss */
.btn.btn-light-facebook.dropdown-toggle:after {
  color: #3b5998;
}

/* line 31690, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-facebook, .btn-check:checked + .btn.btn-light-facebook, .btn.btn-light-facebook.active, .btn.btn-light-facebook.show, .btn.btn-light-facebook:active:not(.btn-active), .btn.btn-light-facebook:focus:not(.btn-active), .btn.btn-light-facebook:hover:not(.btn-active), .show > .btn.btn-light-facebook {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998 !important;
}

/* line 31695, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-facebook .svg-icon, .btn-check:active + .btn.btn-light-facebook i, .btn-check:checked + .btn.btn-light-facebook .svg-icon, .btn-check:checked + .btn.btn-light-facebook i, .btn.btn-light-facebook.active .svg-icon, .btn.btn-light-facebook.active i, .btn.btn-light-facebook.show .svg-icon, .btn.btn-light-facebook.show i, .btn.btn-light-facebook:active:not(.btn-active) .svg-icon, .btn.btn-light-facebook:active:not(.btn-active) i, .btn.btn-light-facebook:focus:not(.btn-active) .svg-icon, .btn.btn-light-facebook:focus:not(.btn-active) i, .btn.btn-light-facebook:hover:not(.btn-active) .svg-icon, .btn.btn-light-facebook:hover:not(.btn-active) i, .show > .btn.btn-light-facebook .svg-icon, .show > .btn.btn-light-facebook i {
  color: #fff;
}

/* line 31698, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-facebook.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-facebook.dropdown-toggle:after, .btn.btn-light-facebook.active.dropdown-toggle:after, .btn.btn-light-facebook.show.dropdown-toggle:after, .btn.btn-light-facebook.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-facebook.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-facebook.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-facebook.dropdown-toggle:after {
  color: #fff;
}

/* line 31701, app/assets/stylesheets/style.scss */
.btn.btn-google {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 31706, app/assets/stylesheets/style.scss */
.btn.btn-google .svg-icon, .btn.btn-google i {
  color: #fff;
}

/* line 31709, app/assets/stylesheets/style.scss */
.btn.btn-google.dropdown-toggle:after {
  color: #fff;
}

/* line 31712, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-google, .btn-check:checked + .btn.btn-google, .btn.btn-google.active, .btn.btn-google.show, .btn.btn-google:active:not(.btn-active), .btn.btn-google:focus:not(.btn-active), .btn.btn-google:hover:not(.btn-active), .show > .btn.btn-google {
  border-color: #cd3623;
  background-color: #cd3623 !important;
}

/* line 31716, app/assets/stylesheets/style.scss */
.btn.btn-light-google {
  color: #dd4b39;
  border-color: rgba(221, 75, 57, 0.1);
  background-color: rgba(221, 75, 57, 0.1);
}

/* line 31721, app/assets/stylesheets/style.scss */
.btn.btn-light-google .svg-icon, .btn.btn-light-google i {
  color: #dd4b39;
}

/* line 31724, app/assets/stylesheets/style.scss */
.btn.btn-light-google.dropdown-toggle:after {
  color: #dd4b39;
}

/* line 31727, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-google, .btn-check:checked + .btn.btn-light-google, .btn.btn-light-google.active, .btn.btn-light-google.show, .btn.btn-light-google:active:not(.btn-active), .btn.btn-light-google:focus:not(.btn-active), .btn.btn-light-google:hover:not(.btn-active), .show > .btn.btn-light-google {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39 !important;
}

/* line 31732, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-google .svg-icon, .btn-check:active + .btn.btn-light-google i, .btn-check:checked + .btn.btn-light-google .svg-icon, .btn-check:checked + .btn.btn-light-google i, .btn.btn-light-google.active .svg-icon, .btn.btn-light-google.active i, .btn.btn-light-google.show .svg-icon, .btn.btn-light-google.show i, .btn.btn-light-google:active:not(.btn-active) .svg-icon, .btn.btn-light-google:active:not(.btn-active) i, .btn.btn-light-google:focus:not(.btn-active) .svg-icon, .btn.btn-light-google:focus:not(.btn-active) i, .btn.btn-light-google:hover:not(.btn-active) .svg-icon, .btn.btn-light-google:hover:not(.btn-active) i, .show > .btn.btn-light-google .svg-icon, .show > .btn.btn-light-google i {
  color: #fff;
}

/* line 31735, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-google.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-google.dropdown-toggle:after, .btn.btn-light-google.active.dropdown-toggle:after, .btn.btn-light-google.show.dropdown-toggle:after, .btn.btn-light-google.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-google.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-google.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-google.dropdown-toggle:after {
  color: #fff;
}

/* line 31738, app/assets/stylesheets/style.scss */
.btn.btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 31743, app/assets/stylesheets/style.scss */
.btn.btn-twitter .svg-icon, .btn.btn-twitter i {
  color: #fff;
}

/* line 31746, app/assets/stylesheets/style.scss */
.btn.btn-twitter.dropdown-toggle:after {
  color: #fff;
}

/* line 31749, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-twitter, .btn-check:checked + .btn.btn-twitter, .btn.btn-twitter.active, .btn.btn-twitter.show, .btn.btn-twitter:active:not(.btn-active), .btn.btn-twitter:focus:not(.btn-active), .btn.btn-twitter:hover:not(.btn-active), .show > .btn.btn-twitter {
  border-color: #0d8ddc;
  background-color: #0d8ddc !important;
}

/* line 31753, app/assets/stylesheets/style.scss */
.btn.btn-light-twitter {
  color: #1da1f2;
  border-color: rgba(29, 161, 242, 0.1);
  background-color: rgba(29, 161, 242, 0.1);
}

/* line 31758, app/assets/stylesheets/style.scss */
.btn.btn-light-twitter .svg-icon, .btn.btn-light-twitter i {
  color: #1da1f2;
}

/* line 31761, app/assets/stylesheets/style.scss */
.btn.btn-light-twitter.dropdown-toggle:after {
  color: #1da1f2;
}

/* line 31764, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-twitter, .btn-check:checked + .btn.btn-light-twitter, .btn.btn-light-twitter.active, .btn.btn-light-twitter.show, .btn.btn-light-twitter:active:not(.btn-active), .btn.btn-light-twitter:focus:not(.btn-active), .btn.btn-light-twitter:hover:not(.btn-active), .show > .btn.btn-light-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2 !important;
}

/* line 31769, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-twitter .svg-icon, .btn-check:active + .btn.btn-light-twitter i, .btn-check:checked + .btn.btn-light-twitter .svg-icon, .btn-check:checked + .btn.btn-light-twitter i, .btn.btn-light-twitter.active .svg-icon, .btn.btn-light-twitter.active i, .btn.btn-light-twitter.show .svg-icon, .btn.btn-light-twitter.show i, .btn.btn-light-twitter:active:not(.btn-active) .svg-icon, .btn.btn-light-twitter:active:not(.btn-active) i, .btn.btn-light-twitter:focus:not(.btn-active) .svg-icon, .btn.btn-light-twitter:focus:not(.btn-active) i, .btn.btn-light-twitter:hover:not(.btn-active) .svg-icon, .btn.btn-light-twitter:hover:not(.btn-active) i, .show > .btn.btn-light-twitter .svg-icon, .show > .btn.btn-light-twitter i {
  color: #fff;
}

/* line 31772, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-twitter.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-twitter.dropdown-toggle:after, .btn.btn-light-twitter.active.dropdown-toggle:after, .btn.btn-light-twitter.show.dropdown-toggle:after, .btn.btn-light-twitter.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-twitter.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-twitter.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-twitter.dropdown-toggle:after {
  color: #fff;
}

/* line 31775, app/assets/stylesheets/style.scss */
.btn.btn-instagram {
  color: #fff;
  border-color: #e1306c;
  background-color: #e1306c;
}

/* line 31780, app/assets/stylesheets/style.scss */
.btn.btn-instagram .svg-icon, .btn.btn-instagram i {
  color: #fff;
}

/* line 31783, app/assets/stylesheets/style.scss */
.btn.btn-instagram.dropdown-toggle:after {
  color: #fff;
}

/* line 31786, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-instagram, .btn-check:checked + .btn.btn-instagram, .btn.btn-instagram.active, .btn.btn-instagram.show, .btn.btn-instagram:active:not(.btn-active), .btn.btn-instagram:focus:not(.btn-active), .btn.btn-instagram:hover:not(.btn-active), .show > .btn.btn-instagram {
  border-color: #cd1e59;
  background-color: #cd1e59 !important;
}

/* line 31790, app/assets/stylesheets/style.scss */
.btn.btn-light-instagram {
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.1);
  background-color: rgba(225, 48, 108, 0.1);
}

/* line 31795, app/assets/stylesheets/style.scss */
.btn.btn-light-instagram .svg-icon, .btn.btn-light-instagram i {
  color: #e1306c;
}

/* line 31798, app/assets/stylesheets/style.scss */
.btn.btn-light-instagram.dropdown-toggle:after {
  color: #e1306c;
}

/* line 31801, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-instagram, .btn-check:checked + .btn.btn-light-instagram, .btn.btn-light-instagram.active, .btn.btn-light-instagram.show, .btn.btn-light-instagram:active:not(.btn-active), .btn.btn-light-instagram:focus:not(.btn-active), .btn.btn-light-instagram:hover:not(.btn-active), .show > .btn.btn-light-instagram {
  color: #fff;
  border-color: #e1306c;
  background-color: #e1306c !important;
}

/* line 31806, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-instagram .svg-icon, .btn-check:active + .btn.btn-light-instagram i, .btn-check:checked + .btn.btn-light-instagram .svg-icon, .btn-check:checked + .btn.btn-light-instagram i, .btn.btn-light-instagram.active .svg-icon, .btn.btn-light-instagram.active i, .btn.btn-light-instagram.show .svg-icon, .btn.btn-light-instagram.show i, .btn.btn-light-instagram:active:not(.btn-active) .svg-icon, .btn.btn-light-instagram:active:not(.btn-active) i, .btn.btn-light-instagram:focus:not(.btn-active) .svg-icon, .btn.btn-light-instagram:focus:not(.btn-active) i, .btn.btn-light-instagram:hover:not(.btn-active) .svg-icon, .btn.btn-light-instagram:hover:not(.btn-active) i, .show > .btn.btn-light-instagram .svg-icon, .show > .btn.btn-light-instagram i {
  color: #fff;
}

/* line 31809, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-instagram.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-instagram.dropdown-toggle:after, .btn.btn-light-instagram.active.dropdown-toggle:after, .btn.btn-light-instagram.show.dropdown-toggle:after, .btn.btn-light-instagram.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-instagram.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-instagram.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-instagram.dropdown-toggle:after {
  color: #fff;
}

/* line 31812, app/assets/stylesheets/style.scss */
.btn.btn-youtube {
  color: #fff;
  border-color: red;
  background-color: red;
}

/* line 31817, app/assets/stylesheets/style.scss */
.btn.btn-youtube .svg-icon, .btn.btn-youtube i {
  color: #fff;
}

/* line 31820, app/assets/stylesheets/style.scss */
.btn.btn-youtube.dropdown-toggle:after {
  color: #fff;
}

/* line 31823, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-youtube, .btn-check:checked + .btn.btn-youtube, .btn.btn-youtube.active, .btn.btn-youtube.show, .btn.btn-youtube:active:not(.btn-active), .btn.btn-youtube:focus:not(.btn-active), .btn.btn-youtube:hover:not(.btn-active), .show > .btn.btn-youtube {
  border-color: #d90000;
  background-color: #d90000 !important;
}

/* line 31827, app/assets/stylesheets/style.scss */
.btn.btn-light-youtube {
  color: red;
  border-color: rgba(255, 0, 0, 0.1);
  background-color: rgba(255, 0, 0, 0.1);
}

/* line 31832, app/assets/stylesheets/style.scss */
.btn.btn-light-youtube .svg-icon, .btn.btn-light-youtube i {
  color: red;
}

/* line 31835, app/assets/stylesheets/style.scss */
.btn.btn-light-youtube.dropdown-toggle:after {
  color: red;
}

/* line 31838, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-youtube, .btn-check:checked + .btn.btn-light-youtube, .btn.btn-light-youtube.active, .btn.btn-light-youtube.show, .btn.btn-light-youtube:active:not(.btn-active), .btn.btn-light-youtube:focus:not(.btn-active), .btn.btn-light-youtube:hover:not(.btn-active), .show > .btn.btn-light-youtube {
  color: #fff;
  border-color: red;
  background-color: red !important;
}

/* line 31843, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-youtube .svg-icon, .btn-check:active + .btn.btn-light-youtube i, .btn-check:checked + .btn.btn-light-youtube .svg-icon, .btn-check:checked + .btn.btn-light-youtube i, .btn.btn-light-youtube.active .svg-icon, .btn.btn-light-youtube.active i, .btn.btn-light-youtube.show .svg-icon, .btn.btn-light-youtube.show i, .btn.btn-light-youtube:active:not(.btn-active) .svg-icon, .btn.btn-light-youtube:active:not(.btn-active) i, .btn.btn-light-youtube:focus:not(.btn-active) .svg-icon, .btn.btn-light-youtube:focus:not(.btn-active) i, .btn.btn-light-youtube:hover:not(.btn-active) .svg-icon, .btn.btn-light-youtube:hover:not(.btn-active) i, .show > .btn.btn-light-youtube .svg-icon, .show > .btn.btn-light-youtube i {
  color: #fff;
}

/* line 31846, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-youtube.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-youtube.dropdown-toggle:after, .btn.btn-light-youtube.active.dropdown-toggle:after, .btn.btn-light-youtube.show.dropdown-toggle:after, .btn.btn-light-youtube.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-youtube.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-youtube.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-youtube.dropdown-toggle:after {
  color: #fff;
}

/* line 31849, app/assets/stylesheets/style.scss */
.btn.btn-linkedin {
  color: #fff;
  border-color: #0077b5;
  background-color: #0077b5;
}

/* line 31854, app/assets/stylesheets/style.scss */
.btn.btn-linkedin .svg-icon, .btn.btn-linkedin i {
  color: #fff;
}

/* line 31857, app/assets/stylesheets/style.scss */
.btn.btn-linkedin.dropdown-toggle:after {
  color: #fff;
}

/* line 31860, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-linkedin, .btn-check:checked + .btn.btn-linkedin, .btn.btn-linkedin.active, .btn.btn-linkedin.show, .btn.btn-linkedin:active:not(.btn-active), .btn.btn-linkedin:focus:not(.btn-active), .btn.btn-linkedin:hover:not(.btn-active), .show > .btn.btn-linkedin {
  border-color: #005e8f;
  background-color: #005e8f !important;
}

/* line 31864, app/assets/stylesheets/style.scss */
.btn.btn-light-linkedin {
  color: #0077b5;
  border-color: rgba(0, 119, 181, 0.1);
  background-color: rgba(0, 119, 181, 0.1);
}

/* line 31869, app/assets/stylesheets/style.scss */
.btn.btn-light-linkedin .svg-icon, .btn.btn-light-linkedin i {
  color: #0077b5;
}

/* line 31872, app/assets/stylesheets/style.scss */
.btn.btn-light-linkedin.dropdown-toggle:after {
  color: #0077b5;
}

/* line 31875, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-linkedin, .btn-check:checked + .btn.btn-light-linkedin, .btn.btn-light-linkedin.active, .btn.btn-light-linkedin.show, .btn.btn-light-linkedin:active:not(.btn-active), .btn.btn-light-linkedin:focus:not(.btn-active), .btn.btn-light-linkedin:hover:not(.btn-active), .show > .btn.btn-light-linkedin {
  color: #fff;
  border-color: #0077b5;
  background-color: #0077b5 !important;
}

/* line 31880, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-linkedin .svg-icon, .btn-check:active + .btn.btn-light-linkedin i, .btn-check:checked + .btn.btn-light-linkedin .svg-icon, .btn-check:checked + .btn.btn-light-linkedin i, .btn.btn-light-linkedin.active .svg-icon, .btn.btn-light-linkedin.active i, .btn.btn-light-linkedin.show .svg-icon, .btn.btn-light-linkedin.show i, .btn.btn-light-linkedin:active:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:active:not(.btn-active) i, .btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:focus:not(.btn-active) i, .btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon, .btn.btn-light-linkedin:hover:not(.btn-active) i, .show > .btn.btn-light-linkedin .svg-icon, .show > .btn.btn-light-linkedin i {
  color: #fff;
}

/* line 31883, app/assets/stylesheets/style.scss */
.btn-check:active + .btn.btn-light-linkedin.dropdown-toggle:after, .btn-check:checked + .btn.btn-light-linkedin.dropdown-toggle:after, .btn.btn-light-linkedin.active.dropdown-toggle:after, .btn.btn-light-linkedin.show.dropdown-toggle:after, .btn.btn-light-linkedin.dropdown-toggle:active:not(.btn-active):after, .btn.btn-light-linkedin.dropdown-toggle:focus:not(.btn-active):after, .btn.btn-light-linkedin.dropdown-toggle:hover:not(.btn-active):after, .show > .btn.btn-light-linkedin.dropdown-toggle:after {
  color: #fff;
}

/* line 31886, app/assets/stylesheets/style.scss */
.modal-rounded {
  border-radius: 0.9rem !important;
}

/* line 31889, app/assets/stylesheets/style.scss */
code:not([class*=language-]) {
  font-weight: 400;
  color: var(--bs-code-color);
  line-height: inherit;
  font-size: inherit;
  background-color: var(--bs-code-bg);
  padding: .1rem .4rem;
  margin: 0 .5rem;
  box-shadow: var(--bs-code-box-shadow);
  border-radius: .3rem;
}

/* line 31900, app/assets/stylesheets/style.scss */
.col-form-label {
  font-size: 1.05rem;
}

/* line 31903, app/assets/stylesheets/style.scss */
.form-control.form-control-transparent {
  background-color: transparent;
  border-color: transparent;
}

/* line 31907, app/assets/stylesheets/style.scss */
.dropdown.show > .form-control.form-control-transparent, .form-control.form-control-transparent.active, .form-control.form-control-transparent.focus, .form-control.form-control-transparent:active, .form-control.form-control-transparent:focus {
  background-color: transparent;
  border-color: transparent;
}

/* line 31911, app/assets/stylesheets/style.scss */
.form-control.form-control-flush {
  border: 0;
  background-color: transparent;
  outline: 0 !important;
  box-shadow: none;
  border-radius: 0;
}

/* line 31918, app/assets/stylesheets/style.scss */
.form-control.form-control-solid {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color .2s ease;
}

/* line 31924, app/assets/stylesheets/style.scss */
.form-control.form-control-solid::placeholder {
  color: var(--bs-gray-500);
}

/* line 31927, app/assets/stylesheets/style.scss */
.form-control.form-control-solid::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 31931, app/assets/stylesheets/style.scss */
.dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  transition: color .2s ease;
}

/* line 31937, app/assets/stylesheets/style.scss */
.form-control-solid-bg {
  background-color: var(--bs-gray-100);
}

/* line 31940, app/assets/stylesheets/style.scss */
.form-control-plaintext {
  color: var(--bs-gray-700);
}

/* line 31943, app/assets/stylesheets/style.scss */
.placeholder-gray-500::placeholder {
  color: var(--bs-gray-500);
}

/* line 31946, app/assets/stylesheets/style.scss */
.placeholder-gray-500::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 31950, app/assets/stylesheets/style.scss */
.placeholder-white::placeholder {
  color: #fff;
}

/* line 31953, app/assets/stylesheets/style.scss */
.placeholder-white::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 31957, app/assets/stylesheets/style.scss */
.resize-none {
  resize: none;
}

/* line 31960, app/assets/stylesheets/style.scss */
.form-floating .form-control.form-control-solid::placeholder {
  color: transparent;
}

/* line 31963, app/assets/stylesheets/style.scss */
.form-select {
  appearance: none;
}

/* line 31966, app/assets/stylesheets/style.scss */
.form-select:focus {
  border-color: var(--bs-gray-400);
  box-shadow: false, 0 0 0 0.25rem rgba(var(--bs-component-active-bg), 0.25);
}

/* line 31970, app/assets/stylesheets/style.scss */
.form-select:disabled {
  color: var(--bs-gray-500);
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
}

/* line 31975, app/assets/stylesheets/style.scss */
.form-select:-moz-focusring {
  text-shadow: 0 0 0 var(--bs-gray-700);
}

/* line 31978, app/assets/stylesheets/style.scss */
.form-select.form-select-solid {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color .2s ease;
}

/* line 31984, app/assets/stylesheets/style.scss */
.form-select.form-select-solid::placeholder {
  color: var(--bs-gray-500);
}

/* line 31987, app/assets/stylesheets/style.scss */
.form-select.form-select-solid::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 31991, app/assets/stylesheets/style.scss */
.dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid.active, .form-select.form-select-solid.focus, .form-select.form-select-solid:active, .form-select.form-select-solid:focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200) !important;
  color: var(--bs-gray-700);
  transition: color .2s ease;
}

/* line 31997, app/assets/stylesheets/style.scss */
.form-select.form-select-transparent {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-gray-700);
}

/* line 32002, app/assets/stylesheets/style.scss */
.form-select.form-select-transparent::placeholder {
  color: var(--bs-gray-500);
}

/* line 32005, app/assets/stylesheets/style.scss */
.form-select.form-select-transparent::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

/* line 32009, app/assets/stylesheets/style.scss */
.dropdown.show > .form-select.form-select-transparent, .form-select.form-select-transparent.active, .form-select.form-select-transparent.focus, .form-select.form-select-transparent:active, .form-select.form-select-transparent:focus {
  background-color: transparent;
  border-color: transparent !important;
  color: var(--bs-gray-700);
}

/* line 32014, app/assets/stylesheets/style.scss */
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  background-size: 60% 60%;
}

/* line 32016, app/assets/stylesheets/style.scss */
.form-check.form-check-sm .form-check-input {
  height: 1.55rem;
  width: 1.55rem;
}

/* line 32020, app/assets/stylesheets/style.scss */
.form-check.form-check-lg .form-check-input {
  height: 2.25rem;
  width: 2.25rem;
}

/* line 32024, app/assets/stylesheets/style.scss */
.form-check.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 32028, app/assets/stylesheets/style.scss */
.form-check.form-check-solid .form-check-input {
  border: 0;
}

/* line 32031, app/assets/stylesheets/style.scss */
.form-check.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-200);
}

/* line 32034, app/assets/stylesheets/style.scss */
.form-check.form-check-solid .form-check-input[type=checkbox]:indeterminate {
  background-color: #009ef7;
}

/* line 32037, app/assets/stylesheets/style.scss */
.form-check.form-check-success .form-check-input:checked {
  background-color: var(--bs-success);
}

/* line 32040, app/assets/stylesheets/style.scss */
.form-check.form-check-danger .form-check-input:checked {
  background-color: var(--bs-danger);
}

/* line 32043, app/assets/stylesheets/style.scss */
.form-check.form-check-warning .form-check-input:checked {
  background-color: var(--bs-warning);
}

/* line 32046, app/assets/stylesheets/style.scss */
.form-check-custom {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

/* line 32052, app/assets/stylesheets/style.scss */
.form-check-custom .form-check-input {
  margin: 0;
  float: none;
  flex-shrink: 0;
}

/* line 32057, app/assets/stylesheets/style.scss */
.form-check-custom .form-check-label {
  margin-left: .55rem;
}

/* line 32060, app/assets/stylesheets/style.scss */
.form-switch.form-check-custom .form-check-input {
  height: 2.25rem;
}

/* line 32063, app/assets/stylesheets/style.scss */
.form-switch.form-check-custom.form-switch-sm .form-check-input {
  height: 1.5rem;
  width: 2.5rem;
}

/* line 32067, app/assets/stylesheets/style.scss */
.form-switch.form-check-custom.form-switch-lg .form-check-input {
  height: 2.75rem;
  width: 3.75rem;
}

/* line 32071, app/assets/stylesheets/style.scss */
.form-switch.form-check-solid .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 32074, app/assets/stylesheets/style.scss */
.form-switch.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-200);
}

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

/* line 32080, app/assets/stylesheets/style.scss */
.form-check-image {
  position: relative;
  overflow: hidden;
}

/* line 32084, app/assets/stylesheets/style.scss */
.form-check-image img {
  max-width: 100%;
}

/* line 32086, app/assets/stylesheets/style.scss */
.form-check-image .form-check-wrapper {
  border-radius: 1.75rem;
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: .75rem;
}

/* line 32094, app/assets/stylesheets/style.scss */
.form-check-image .form-check-rounded {
  border-radius: 1.75rem;
}

/* line 32097, app/assets/stylesheets/style.scss */
.form-check-image .form-check-label {
  font-weight: 600;
  margin-left: .5rem;
}

/* line 32101, app/assets/stylesheets/style.scss */
.form-check-image.active:not(.form-check-success):not(.form-check-danger) .form-check-wrapper {
  border-color: var(--bs-primary) !important;
}

/* line 32104, app/assets/stylesheets/style.scss */
.form-check-image.form-check-success.active .form-check-wrapper {
  border-color: var(--bs-success) !important;
}

/* line 32107, app/assets/stylesheets/style.scss */
.form-check-image.form-check-danger.active .form-check-wrapper {
  border-color: var(--bs-danger) !important;
}

/* line 32110, app/assets/stylesheets/style.scss */
.form-check-image.disabled {
  opacity: .65;
}

/* line 32113, app/assets/stylesheets/style.scss */
.input-group.input-group-solid {
  border-radius: .475rem;
}

/* line 32116, app/assets/stylesheets/style.scss */
.input-group.input-group-solid.input-group-sm {
  border-radius: .425rem;
}

/* line 32119, app/assets/stylesheets/style.scss */
.input-group.input-group-solid.input-group-lg {
  border-radius: 1.75rem;
}

/* line 32122, app/assets/stylesheets/style.scss */
.input-group.input-group-solid .input-group-text {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
}

/* line 32126, app/assets/stylesheets/style.scss */
.input-group.input-group-solid .input-group-text + .form-control {
  border-left-color: var(--bs-gray-300);
}

/* line 32129, app/assets/stylesheets/style.scss */
.input-group.input-group-solid .form-control {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
}

/* line 32133, app/assets/stylesheets/style.scss */
.input-group.input-group-solid .form-control + .input-group-text {
  border-left-color: var(--bs-gray-300);
}

/* line 32136, app/assets/stylesheets/style.scss */
.form-floating .form-control.form-control-solid::placeholder {
  color: transparent;
}

/* line 32139, app/assets/stylesheets/style.scss */
.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: var(--bs-danger);
  padding-left: .25rem;
  font-weight: 600;
}

/* line 32147, app/assets/stylesheets/style.scss */
.progress-vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* line 32152, app/assets/stylesheets/style.scss */
.progress-vertical .progress {
  height: 100%;
  border-radius: .475rem;
  display: flex;
  align-items: flex-end;
  margin-right: 1rem;
}

/* line 32159, app/assets/stylesheets/style.scss */
.progress-vertical .progress:last-child {
  margin-right: 0;
}

/* line 32162, app/assets/stylesheets/style.scss */
.progress-vertical .progress .progress-bar {
  width: 8px;
  border-radius: .475rem;
}

/* line 32166, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) > :not(:first-child) {
  border-color: transparent;
  border-width: 0;
  border-style: none;
}

/* line 32171, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

/* line 32174, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) td, .table:not(.table-bordered) th, .table:not(.table-bordered) tr {
  border-color: inherit;
  border-width: inherit;
  border-style: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  height: inherit;
  min-height: inherit;
}

/* line 32185, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) td:first-child, .table:not(.table-bordered) th:first-child, .table:not(.table-bordered) tr:first-child {
  padding-left: 0;
}

/* line 32188, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) td:last-child, .table:not(.table-bordered) th:last-child, .table:not(.table-bordered) tr:last-child {
  padding-right: 0;
}

/* line 32191, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) tbody tr:last-child, .table:not(.table-bordered) tfoot tr:last-child {
  border-bottom: 0 !important;
}

/* line 32194, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) tbody tr:last-child td, .table:not(.table-bordered) tbody tr:last-child th, .table:not(.table-bordered) tfoot tr:last-child td, .table:not(.table-bordered) tfoot tr:last-child th {
  border-bottom: 0 !important;
}

/* line 32197, app/assets/stylesheets/style.scss */
.table:not(.table-bordered) tfoot td, .table:not(.table-bordered) tfoot th {
  border-top: inherit;
}

/* line 32200, app/assets/stylesheets/style.scss */
.table.table-rounded:not(.table-bordered) {
  border-radius: .475rem;
  border-spacing: 0;
  border-collapse: separate;
}

/* line 32205, app/assets/stylesheets/style.scss */
.table.table-flush:not(.table-bordered) td, .table.table-flush:not(.table-bordered) th, .table.table-flush:not(.table-bordered) tr {
  padding: inherit;
}

/* line 32208, app/assets/stylesheets/style.scss */
.table.table-row-bordered:not(.table-bordered) tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bs-border-color);
}

/* line 32213, app/assets/stylesheets/style.scss */
.table.table-row-bordered:not(.table-bordered) tfoot td, .table.table-row-bordered:not(.table-bordered) tfoot th {
  border-top-width: 1px !important;
}

/* line 32216, app/assets/stylesheets/style.scss */
.table.table-row-dashed:not(.table-bordered) tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-color);
}

/* line 32221, app/assets/stylesheets/style.scss */
.table.table-row-dashed:not(.table-bordered) tfoot td, .table.table-row-dashed:not(.table-bordered) tfoot th {
  border-top-width: 1px !important;
}

/* line 32224, app/assets/stylesheets/style.scss */
.table.table-row-gray-100:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-100);
}

/* line 32227, app/assets/stylesheets/style.scss */
.table.table-row-gray-200:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-200);
}

/* line 32230, app/assets/stylesheets/style.scss */
.table.table-row-gray-300:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-300);
}

/* line 32233, app/assets/stylesheets/style.scss */
.table.table-row-gray-400:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-400);
}

/* line 32236, app/assets/stylesheets/style.scss */
.table.table-row-gray-500:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-500);
}

/* line 32239, app/assets/stylesheets/style.scss */
.table.table-row-gray-600:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-600);
}

/* line 32242, app/assets/stylesheets/style.scss */
.table.table-row-gray-700:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-700);
}

/* line 32245, app/assets/stylesheets/style.scss */
.table.table-row-gray-800:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-800);
}

/* line 32248, app/assets/stylesheets/style.scss */
.table.table-row-gray-900:not(.table-bordered) tr {
  border-bottom-color: var(--bs-gray-900);
}

/* line 32251, app/assets/stylesheets/style.scss */
.table-layout-fixed {
  table-layout: fixed;
}

/* line 32254, app/assets/stylesheets/style.scss */
.table-sort:after {
  opacity: 0;
}

/* line 32257, app/assets/stylesheets/style.scss */
.table-sort, .table-sort-asc, .table-sort-desc {
  vertical-align: middle;
}

/* line 32260, app/assets/stylesheets/style.scss */
.table-sort-asc:after, .table-sort-desc:after, .table-sort:after {
  position: relative;
  display: inline-block;
  width: .75rem;
  height: .75rem;
  content: " ";
  bottom: auto;
  right: auto;
  left: auto;
  margin-left: .5rem;
}

/* line 32271, app/assets/stylesheets/style.scss */
.table-sort-asc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
}

/* line 32281, app/assets/stylesheets/style.scss */
.table-sort-desc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
}

/* line 32291, app/assets/stylesheets/style.scss */
.table-loading-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: .475rem;
  box-shadow: var(--bs-table-loading-message-box-shadow);
  background-color: var(--bs-body-bg);
  color: var(--bs-gray-700);
  font-weight: 600;
  margin: 0 !important;
  width: auto;
  padding: 0.85rem 2rem !important;
  transform: translateX(-50%) translateY(-50%);
}

/* line 32306, app/assets/stylesheets/style.scss */
.table-loading {
  position: relative;
}

/* line 32309, app/assets/stylesheets/style.scss */
.table-loading .table-loading-message {
  display: block;
}

/* line 32312, app/assets/stylesheets/style.scss */
.table.g-0 td, .table.g-0 th {
  padding: 0;
}

/* line 32315, app/assets/stylesheets/style.scss */
.table.g-0 td.dtr-control, .table.g-0 th.dtr-control {
  padding-left: 0 !important;
}

/* line 32318, app/assets/stylesheets/style.scss */
.table.gy-0 td, .table.gy-0 th {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 32322, app/assets/stylesheets/style.scss */
.table.gx-0 td, .table.gx-0 th {
  padding-left: 0;
  padding-right: 0;
}

/* line 32326, app/assets/stylesheets/style.scss */
.table.gx-0 td.dtr-control, .table.gx-0 th.dtr-control {
  padding-left: 0 !important;
}

/* line 32329, app/assets/stylesheets/style.scss */
.table.gs-0 td:first-child, .table.gs-0 th:first-child {
  padding-left: 0;
}

/* line 32332, app/assets/stylesheets/style.scss */
.table.gs-0 td:last-child, .table.gs-0 th:last-child {
  padding-right: 0;
}

/* line 32335, app/assets/stylesheets/style.scss */
.table.gs-0 td.dtr-control:first-child, .table.gs-0 th.dtr-control:first-child {
  padding-left: 0 !important;
}

/* line 32338, app/assets/stylesheets/style.scss */
.table.g-1 td, .table.g-1 th {
  padding: .25rem;
}

/* line 32341, app/assets/stylesheets/style.scss */
.table.g-1 td.dtr-control, .table.g-1 th.dtr-control {
  padding-left: 0.25rem !important;
}

/* line 32344, app/assets/stylesheets/style.scss */
.table.gy-1 td, .table.gy-1 th {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 32348, app/assets/stylesheets/style.scss */
.table.gx-1 td, .table.gx-1 th {
  padding-left: .25rem;
  padding-right: .25rem;
}

/* line 32352, app/assets/stylesheets/style.scss */
.table.gx-1 td.dtr-control, .table.gx-1 th.dtr-control {
  padding-left: 0.25rem !important;
}

/* line 32355, app/assets/stylesheets/style.scss */
.table.gs-1 td:first-child, .table.gs-1 th:first-child {
  padding-left: .25rem;
}

/* line 32358, app/assets/stylesheets/style.scss */
.table.gs-1 td:last-child, .table.gs-1 th:last-child {
  padding-right: .25rem;
}

/* line 32361, app/assets/stylesheets/style.scss */
.table.gs-1 td.dtr-control:first-child, .table.gs-1 th.dtr-control:first-child {
  padding-left: 0.25rem !important;
}

/* line 32364, app/assets/stylesheets/style.scss */
.table.g-2 td, .table.g-2 th {
  padding: .5rem;
}

/* line 32367, app/assets/stylesheets/style.scss */
.table.g-2 td.dtr-control, .table.g-2 th.dtr-control {
  padding-left: 0.5rem !important;
}

/* line 32370, app/assets/stylesheets/style.scss */
.table.gy-2 td, .table.gy-2 th {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 32374, app/assets/stylesheets/style.scss */
.table.gx-2 td, .table.gx-2 th {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 32378, app/assets/stylesheets/style.scss */
.table.gx-2 td.dtr-control, .table.gx-2 th.dtr-control {
  padding-left: 0.5rem !important;
}

/* line 32381, app/assets/stylesheets/style.scss */
.table.gs-2 td:first-child, .table.gs-2 th:first-child {
  padding-left: .5rem;
}

/* line 32384, app/assets/stylesheets/style.scss */
.table.gs-2 td:last-child, .table.gs-2 th:last-child {
  padding-right: .5rem;
}

/* line 32387, app/assets/stylesheets/style.scss */
.table.gs-2 td.dtr-control:first-child, .table.gs-2 th.dtr-control:first-child {
  padding-left: 0.5rem !important;
}

/* line 32390, app/assets/stylesheets/style.scss */
.table.g-3 td, .table.g-3 th {
  padding: .75rem;
}

/* line 32393, app/assets/stylesheets/style.scss */
.table.g-3 td.dtr-control, .table.g-3 th.dtr-control {
  padding-left: 0.75rem !important;
}

/* line 32396, app/assets/stylesheets/style.scss */
.table.gy-3 td, .table.gy-3 th {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

/* line 32400, app/assets/stylesheets/style.scss */
.table.gx-3 td, .table.gx-3 th {
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 32404, app/assets/stylesheets/style.scss */
.table.gx-3 td.dtr-control, .table.gx-3 th.dtr-control {
  padding-left: 0.75rem !important;
}

/* line 32407, app/assets/stylesheets/style.scss */
.table.gs-3 td:first-child, .table.gs-3 th:first-child {
  padding-left: .75rem;
}

/* line 32410, app/assets/stylesheets/style.scss */
.table.gs-3 td:last-child, .table.gs-3 th:last-child {
  padding-right: .75rem;
}

/* line 32413, app/assets/stylesheets/style.scss */
.table.gs-3 td.dtr-control:first-child, .table.gs-3 th.dtr-control:first-child {
  padding-left: 0.75rem !important;
}

/* line 32416, app/assets/stylesheets/style.scss */
.table.g-4 td, .table.g-4 th {
  padding: 1rem;
}

/* line 32419, app/assets/stylesheets/style.scss */
.table.g-4 td.dtr-control, .table.g-4 th.dtr-control {
  padding-left: 1rem !important;
}

/* line 32422, app/assets/stylesheets/style.scss */
.table.gy-4 td, .table.gy-4 th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 32426, app/assets/stylesheets/style.scss */
.table.gx-4 td, .table.gx-4 th {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 32430, app/assets/stylesheets/style.scss */
.table.gx-4 td.dtr-control, .table.gx-4 th.dtr-control {
  padding-left: 1rem !important;
}

/* line 32433, app/assets/stylesheets/style.scss */
.table.gs-4 td:first-child, .table.gs-4 th:first-child {
  padding-left: 1rem;
}

/* line 32436, app/assets/stylesheets/style.scss */
.table.gs-4 td:last-child, .table.gs-4 th:last-child {
  padding-right: 1rem;
}

/* line 32439, app/assets/stylesheets/style.scss */
.table.gs-4 td.dtr-control:first-child, .table.gs-4 th.dtr-control:first-child {
  padding-left: 1rem !important;
}

/* line 32442, app/assets/stylesheets/style.scss */
.table.g-5 td, .table.g-5 th {
  padding: 1.25rem;
}

/* line 32445, app/assets/stylesheets/style.scss */
.table.g-5 td.dtr-control, .table.g-5 th.dtr-control {
  padding-left: 1.25rem !important;
}

/* line 32448, app/assets/stylesheets/style.scss */
.table.gy-5 td, .table.gy-5 th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 32452, app/assets/stylesheets/style.scss */
.table.gx-5 td, .table.gx-5 th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 32456, app/assets/stylesheets/style.scss */
.table.gx-5 td.dtr-control, .table.gx-5 th.dtr-control {
  padding-left: 1.25rem !important;
}

/* line 32459, app/assets/stylesheets/style.scss */
.table.gs-5 td:first-child, .table.gs-5 th:first-child {
  padding-left: 1.25rem;
}

/* line 32462, app/assets/stylesheets/style.scss */
.table.gs-5 td:last-child, .table.gs-5 th:last-child {
  padding-right: 1.25rem;
}

/* line 32465, app/assets/stylesheets/style.scss */
.table.gs-5 td.dtr-control:first-child, .table.gs-5 th.dtr-control:first-child {
  padding-left: 1.25rem !important;
}

/* line 32468, app/assets/stylesheets/style.scss */
.table.g-6 td, .table.g-6 th {
  padding: 1.5rem;
}

/* line 32471, app/assets/stylesheets/style.scss */
.table.g-6 td.dtr-control, .table.g-6 th.dtr-control {
  padding-left: 1.5rem !important;
}

/* line 32474, app/assets/stylesheets/style.scss */
.table.gy-6 td, .table.gy-6 th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 32478, app/assets/stylesheets/style.scss */
.table.gx-6 td, .table.gx-6 th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 32482, app/assets/stylesheets/style.scss */
.table.gx-6 td.dtr-control, .table.gx-6 th.dtr-control {
  padding-left: 1.5rem !important;
}

/* line 32485, app/assets/stylesheets/style.scss */
.table.gs-6 td:first-child, .table.gs-6 th:first-child {
  padding-left: 1.5rem;
}

/* line 32488, app/assets/stylesheets/style.scss */
.table.gs-6 td:last-child, .table.gs-6 th:last-child {
  padding-right: 1.5rem;
}

/* line 32491, app/assets/stylesheets/style.scss */
.table.gs-6 td.dtr-control:first-child, .table.gs-6 th.dtr-control:first-child {
  padding-left: 1.5rem !important;
}

/* line 32494, app/assets/stylesheets/style.scss */
.table.g-7 td, .table.g-7 th {
  padding: 1.75rem;
}

/* line 32497, app/assets/stylesheets/style.scss */
.table.g-7 td.dtr-control, .table.g-7 th.dtr-control {
  padding-left: 1.75rem !important;
}

/* line 32500, app/assets/stylesheets/style.scss */
.table.gy-7 td, .table.gy-7 th {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

/* line 32504, app/assets/stylesheets/style.scss */
.table.gx-7 td, .table.gx-7 th {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

/* line 32508, app/assets/stylesheets/style.scss */
.table.gx-7 td.dtr-control, .table.gx-7 th.dtr-control {
  padding-left: 1.75rem !important;
}

/* line 32511, app/assets/stylesheets/style.scss */
.table.gs-7 td:first-child, .table.gs-7 th:first-child {
  padding-left: 1.75rem;
}

/* line 32514, app/assets/stylesheets/style.scss */
.table.gs-7 td:last-child, .table.gs-7 th:last-child {
  padding-right: 1.75rem;
}

/* line 32517, app/assets/stylesheets/style.scss */
.table.gs-7 td.dtr-control:first-child, .table.gs-7 th.dtr-control:first-child {
  padding-left: 1.75rem !important;
}

/* line 32520, app/assets/stylesheets/style.scss */
.table.g-8 td, .table.g-8 th {
  padding: 2rem;
}

/* line 32523, app/assets/stylesheets/style.scss */
.table.g-8 td.dtr-control, .table.g-8 th.dtr-control {
  padding-left: 2rem !important;
}

/* line 32526, app/assets/stylesheets/style.scss */
.table.gy-8 td, .table.gy-8 th {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 32530, app/assets/stylesheets/style.scss */
.table.gx-8 td, .table.gx-8 th {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 32534, app/assets/stylesheets/style.scss */
.table.gx-8 td.dtr-control, .table.gx-8 th.dtr-control {
  padding-left: 2rem !important;
}

/* line 32537, app/assets/stylesheets/style.scss */
.table.gs-8 td:first-child, .table.gs-8 th:first-child {
  padding-left: 2rem;
}

/* line 32540, app/assets/stylesheets/style.scss */
.table.gs-8 td:last-child, .table.gs-8 th:last-child {
  padding-right: 2rem;
}

/* line 32543, app/assets/stylesheets/style.scss */
.table.gs-8 td.dtr-control:first-child, .table.gs-8 th.dtr-control:first-child {
  padding-left: 2rem !important;
}

/* line 32546, app/assets/stylesheets/style.scss */
.table.g-9 td, .table.g-9 th {
  padding: 2.25rem;
}

/* line 32549, app/assets/stylesheets/style.scss */
.table.g-9 td.dtr-control, .table.g-9 th.dtr-control {
  padding-left: 2.25rem !important;
}

/* line 32552, app/assets/stylesheets/style.scss */
.table.gy-9 td, .table.gy-9 th {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

/* line 32556, app/assets/stylesheets/style.scss */
.table.gx-9 td, .table.gx-9 th {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/* line 32560, app/assets/stylesheets/style.scss */
.table.gx-9 td.dtr-control, .table.gx-9 th.dtr-control {
  padding-left: 2.25rem !important;
}

/* line 32563, app/assets/stylesheets/style.scss */
.table.gs-9 td:first-child, .table.gs-9 th:first-child {
  padding-left: 2.25rem;
}

/* line 32566, app/assets/stylesheets/style.scss */
.table.gs-9 td:last-child, .table.gs-9 th:last-child {
  padding-right: 2.25rem;
}

/* line 32569, app/assets/stylesheets/style.scss */
.table.gs-9 td.dtr-control:first-child, .table.gs-9 th.dtr-control:first-child {
  padding-left: 2.25rem !important;
}

/* line 32572, app/assets/stylesheets/style.scss */
.table.g-10 td, .table.g-10 th {
  padding: 2.5rem;
}

/* line 32575, app/assets/stylesheets/style.scss */
.table.g-10 td.dtr-control, .table.g-10 th.dtr-control {
  padding-left: 2.5rem !important;
}

/* line 32578, app/assets/stylesheets/style.scss */
.table.gy-10 td, .table.gy-10 th {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* line 32582, app/assets/stylesheets/style.scss */
.table.gx-10 td, .table.gx-10 th {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* line 32586, app/assets/stylesheets/style.scss */
.table.gx-10 td.dtr-control, .table.gx-10 th.dtr-control {
  padding-left: 2.5rem !important;
}

/* line 32589, app/assets/stylesheets/style.scss */
.table.gs-10 td:first-child, .table.gs-10 th:first-child {
  padding-left: 2.5rem;
}

/* line 32592, app/assets/stylesheets/style.scss */
.table.gs-10 td:last-child, .table.gs-10 th:last-child {
  padding-right: 2.5rem;
}

/* line 32595, app/assets/stylesheets/style.scss */
.table.gs-10 td.dtr-control:first-child, .table.gs-10 th.dtr-control:first-child {
  padding-left: 2.5rem !important;
}

@media (min-width: 576px) {
  /* line 32599, app/assets/stylesheets/style.scss */
  .table.g-sm-0 td, .table.g-sm-0 th {
    padding: 0;
  }
  /* line 32602, app/assets/stylesheets/style.scss */
  .table.g-sm-0 td.dtr-control, .table.g-sm-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 32605, app/assets/stylesheets/style.scss */
  .table.gy-sm-0 td, .table.gy-sm-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 32609, app/assets/stylesheets/style.scss */
  .table.gx-sm-0 td, .table.gx-sm-0 th {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 32613, app/assets/stylesheets/style.scss */
  .table.gx-sm-0 td.dtr-control, .table.gx-sm-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 32616, app/assets/stylesheets/style.scss */
  .table.gs-sm-0 td:first-child, .table.gs-sm-0 th:first-child {
    padding-left: 0;
  }
  /* line 32619, app/assets/stylesheets/style.scss */
  .table.gs-sm-0 td:last-child, .table.gs-sm-0 th:last-child {
    padding-right: 0;
  }
  /* line 32622, app/assets/stylesheets/style.scss */
  .table.gs-sm-0 td.dtr-control:first-child, .table.gs-sm-0 th.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 32625, app/assets/stylesheets/style.scss */
  .table.g-sm-1 td, .table.g-sm-1 th {
    padding: .25rem;
  }
  /* line 32628, app/assets/stylesheets/style.scss */
  .table.g-sm-1 td.dtr-control, .table.g-sm-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 32631, app/assets/stylesheets/style.scss */
  .table.gy-sm-1 td, .table.gy-sm-1 th {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  /* line 32635, app/assets/stylesheets/style.scss */
  .table.gx-sm-1 td, .table.gx-sm-1 th {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  /* line 32639, app/assets/stylesheets/style.scss */
  .table.gx-sm-1 td.dtr-control, .table.gx-sm-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 32642, app/assets/stylesheets/style.scss */
  .table.gs-sm-1 td:first-child, .table.gs-sm-1 th:first-child {
    padding-left: .25rem;
  }
  /* line 32645, app/assets/stylesheets/style.scss */
  .table.gs-sm-1 td:last-child, .table.gs-sm-1 th:last-child {
    padding-right: .25rem;
  }
  /* line 32648, app/assets/stylesheets/style.scss */
  .table.gs-sm-1 td.dtr-control:first-child, .table.gs-sm-1 th.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 32651, app/assets/stylesheets/style.scss */
  .table.g-sm-2 td, .table.g-sm-2 th {
    padding: .5rem;
  }
  /* line 32654, app/assets/stylesheets/style.scss */
  .table.g-sm-2 td.dtr-control, .table.g-sm-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 32657, app/assets/stylesheets/style.scss */
  .table.gy-sm-2 td, .table.gy-sm-2 th {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 32661, app/assets/stylesheets/style.scss */
  .table.gx-sm-2 td, .table.gx-sm-2 th {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* line 32665, app/assets/stylesheets/style.scss */
  .table.gx-sm-2 td.dtr-control, .table.gx-sm-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 32668, app/assets/stylesheets/style.scss */
  .table.gs-sm-2 td:first-child, .table.gs-sm-2 th:first-child {
    padding-left: .5rem;
  }
  /* line 32671, app/assets/stylesheets/style.scss */
  .table.gs-sm-2 td:last-child, .table.gs-sm-2 th:last-child {
    padding-right: .5rem;
  }
  /* line 32674, app/assets/stylesheets/style.scss */
  .table.gs-sm-2 td.dtr-control:first-child, .table.gs-sm-2 th.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 32677, app/assets/stylesheets/style.scss */
  .table.g-sm-3 td, .table.g-sm-3 th {
    padding: .75rem;
  }
  /* line 32680, app/assets/stylesheets/style.scss */
  .table.g-sm-3 td.dtr-control, .table.g-sm-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 32683, app/assets/stylesheets/style.scss */
  .table.gy-sm-3 td, .table.gy-sm-3 th {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 32687, app/assets/stylesheets/style.scss */
  .table.gx-sm-3 td, .table.gx-sm-3 th {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 32691, app/assets/stylesheets/style.scss */
  .table.gx-sm-3 td.dtr-control, .table.gx-sm-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 32694, app/assets/stylesheets/style.scss */
  .table.gs-sm-3 td:first-child, .table.gs-sm-3 th:first-child {
    padding-left: .75rem;
  }
  /* line 32697, app/assets/stylesheets/style.scss */
  .table.gs-sm-3 td:last-child, .table.gs-sm-3 th:last-child {
    padding-right: .75rem;
  }
  /* line 32700, app/assets/stylesheets/style.scss */
  .table.gs-sm-3 td.dtr-control:first-child, .table.gs-sm-3 th.dtr-control:first-child {
    padding-left: 0.75rem !important;
  }
  /* line 32703, app/assets/stylesheets/style.scss */
  .table.g-sm-4 td, .table.g-sm-4 th {
    padding: 1rem;
  }
  /* line 32706, app/assets/stylesheets/style.scss */
  .table.g-sm-4 td.dtr-control, .table.g-sm-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 32709, app/assets/stylesheets/style.scss */
  .table.gy-sm-4 td, .table.gy-sm-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 32713, app/assets/stylesheets/style.scss */
  .table.gx-sm-4 td, .table.gx-sm-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 32717, app/assets/stylesheets/style.scss */
  .table.gx-sm-4 td.dtr-control, .table.gx-sm-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 32720, app/assets/stylesheets/style.scss */
  .table.gs-sm-4 td:first-child, .table.gs-sm-4 th:first-child {
    padding-left: 1rem;
  }
  /* line 32723, app/assets/stylesheets/style.scss */
  .table.gs-sm-4 td:last-child, .table.gs-sm-4 th:last-child {
    padding-right: 1rem;
  }
  /* line 32726, app/assets/stylesheets/style.scss */
  .table.gs-sm-4 td.dtr-control:first-child, .table.gs-sm-4 th.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 32729, app/assets/stylesheets/style.scss */
  .table.g-sm-5 td, .table.g-sm-5 th {
    padding: 1.25rem;
  }
  /* line 32732, app/assets/stylesheets/style.scss */
  .table.g-sm-5 td.dtr-control, .table.g-sm-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 32735, app/assets/stylesheets/style.scss */
  .table.gy-sm-5 td, .table.gy-sm-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 32739, app/assets/stylesheets/style.scss */
  .table.gx-sm-5 td, .table.gx-sm-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 32743, app/assets/stylesheets/style.scss */
  .table.gx-sm-5 td.dtr-control, .table.gx-sm-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 32746, app/assets/stylesheets/style.scss */
  .table.gs-sm-5 td:first-child, .table.gs-sm-5 th:first-child {
    padding-left: 1.25rem;
  }
  /* line 32749, app/assets/stylesheets/style.scss */
  .table.gs-sm-5 td:last-child, .table.gs-sm-5 th:last-child {
    padding-right: 1.25rem;
  }
  /* line 32752, app/assets/stylesheets/style.scss */
  .table.gs-sm-5 td.dtr-control:first-child, .table.gs-sm-5 th.dtr-control:first-child {
    padding-left: 1.25rem !important;
  }
  /* line 32755, app/assets/stylesheets/style.scss */
  .table.g-sm-6 td, .table.g-sm-6 th {
    padding: 1.5rem;
  }
  /* line 32758, app/assets/stylesheets/style.scss */
  .table.g-sm-6 td.dtr-control, .table.g-sm-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 32761, app/assets/stylesheets/style.scss */
  .table.gy-sm-6 td, .table.gy-sm-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 32765, app/assets/stylesheets/style.scss */
  .table.gx-sm-6 td, .table.gx-sm-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 32769, app/assets/stylesheets/style.scss */
  .table.gx-sm-6 td.dtr-control, .table.gx-sm-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 32772, app/assets/stylesheets/style.scss */
  .table.gs-sm-6 td:first-child, .table.gs-sm-6 th:first-child {
    padding-left: 1.5rem;
  }
  /* line 32775, app/assets/stylesheets/style.scss */
  .table.gs-sm-6 td:last-child, .table.gs-sm-6 th:last-child {
    padding-right: 1.5rem;
  }
  /* line 32778, app/assets/stylesheets/style.scss */
  .table.gs-sm-6 td.dtr-control:first-child, .table.gs-sm-6 th.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 32781, app/assets/stylesheets/style.scss */
  .table.g-sm-7 td, .table.g-sm-7 th {
    padding: 1.75rem;
  }
  /* line 32784, app/assets/stylesheets/style.scss */
  .table.g-sm-7 td.dtr-control, .table.g-sm-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 32787, app/assets/stylesheets/style.scss */
  .table.gy-sm-7 td, .table.gy-sm-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  /* line 32791, app/assets/stylesheets/style.scss */
  .table.gx-sm-7 td, .table.gx-sm-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  /* line 32795, app/assets/stylesheets/style.scss */
  .table.gx-sm-7 td.dtr-control, .table.gx-sm-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 32798, app/assets/stylesheets/style.scss */
  .table.gs-sm-7 td:first-child, .table.gs-sm-7 th:first-child {
    padding-left: 1.75rem;
  }
  /* line 32801, app/assets/stylesheets/style.scss */
  .table.gs-sm-7 td:last-child, .table.gs-sm-7 th:last-child {
    padding-right: 1.75rem;
  }
  /* line 32804, app/assets/stylesheets/style.scss */
  .table.gs-sm-7 td.dtr-control:first-child, .table.gs-sm-7 th.dtr-control:first-child {
    padding-left: 1.75rem !important;
  }
  /* line 32807, app/assets/stylesheets/style.scss */
  .table.g-sm-8 td, .table.g-sm-8 th {
    padding: 2rem;
  }
  /* line 32810, app/assets/stylesheets/style.scss */
  .table.g-sm-8 td.dtr-control, .table.g-sm-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 32813, app/assets/stylesheets/style.scss */
  .table.gy-sm-8 td, .table.gy-sm-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 32817, app/assets/stylesheets/style.scss */
  .table.gx-sm-8 td, .table.gx-sm-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 32821, app/assets/stylesheets/style.scss */
  .table.gx-sm-8 td.dtr-control, .table.gx-sm-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 32824, app/assets/stylesheets/style.scss */
  .table.gs-sm-8 td:first-child, .table.gs-sm-8 th:first-child {
    padding-left: 2rem;
  }
  /* line 32827, app/assets/stylesheets/style.scss */
  .table.gs-sm-8 td:last-child, .table.gs-sm-8 th:last-child {
    padding-right: 2rem;
  }
  /* line 32830, app/assets/stylesheets/style.scss */
  .table.gs-sm-8 td.dtr-control:first-child, .table.gs-sm-8 th.dtr-control:first-child {
    padding-left: 2rem !important;
  }
  /* line 32833, app/assets/stylesheets/style.scss */
  .table.g-sm-9 td, .table.g-sm-9 th {
    padding: 2.25rem;
  }
  /* line 32836, app/assets/stylesheets/style.scss */
  .table.g-sm-9 td.dtr-control, .table.g-sm-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 32839, app/assets/stylesheets/style.scss */
  .table.gy-sm-9 td, .table.gy-sm-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  /* line 32843, app/assets/stylesheets/style.scss */
  .table.gx-sm-9 td, .table.gx-sm-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  /* line 32847, app/assets/stylesheets/style.scss */
  .table.gx-sm-9 td.dtr-control, .table.gx-sm-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 32850, app/assets/stylesheets/style.scss */
  .table.gs-sm-9 td:first-child, .table.gs-sm-9 th:first-child {
    padding-left: 2.25rem;
  }
  /* line 32853, app/assets/stylesheets/style.scss */
  .table.gs-sm-9 td:last-child, .table.gs-sm-9 th:last-child {
    padding-right: 2.25rem;
  }
  /* line 32856, app/assets/stylesheets/style.scss */
  .table.gs-sm-9 td.dtr-control:first-child, .table.gs-sm-9 th.dtr-control:first-child {
    padding-left: 2.25rem !important;
  }
  /* line 32859, app/assets/stylesheets/style.scss */
  .table.g-sm-10 td, .table.g-sm-10 th {
    padding: 2.5rem;
  }
  /* line 32862, app/assets/stylesheets/style.scss */
  .table.g-sm-10 td.dtr-control, .table.g-sm-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 32865, app/assets/stylesheets/style.scss */
  .table.gy-sm-10 td, .table.gy-sm-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 32869, app/assets/stylesheets/style.scss */
  .table.gx-sm-10 td, .table.gx-sm-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 32873, app/assets/stylesheets/style.scss */
  .table.gx-sm-10 td.dtr-control, .table.gx-sm-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 32876, app/assets/stylesheets/style.scss */
  .table.gs-sm-10 td:first-child, .table.gs-sm-10 th:first-child {
    padding-left: 2.5rem;
  }
  /* line 32879, app/assets/stylesheets/style.scss */
  .table.gs-sm-10 td:last-child, .table.gs-sm-10 th:last-child {
    padding-right: 2.5rem;
  }
  /* line 32882, app/assets/stylesheets/style.scss */
  .table.gs-sm-10 td.dtr-control:first-child, .table.gs-sm-10 th.dtr-control:first-child {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  /* line 32886, app/assets/stylesheets/style.scss */
  .table.g-md-0 td, .table.g-md-0 th {
    padding: 0;
  }
  /* line 32889, app/assets/stylesheets/style.scss */
  .table.g-md-0 td.dtr-control, .table.g-md-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 32892, app/assets/stylesheets/style.scss */
  .table.gy-md-0 td, .table.gy-md-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 32896, app/assets/stylesheets/style.scss */
  .table.gx-md-0 td, .table.gx-md-0 th {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 32900, app/assets/stylesheets/style.scss */
  .table.gx-md-0 td.dtr-control, .table.gx-md-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 32903, app/assets/stylesheets/style.scss */
  .table.gs-md-0 td:first-child, .table.gs-md-0 th:first-child {
    padding-left: 0;
  }
  /* line 32906, app/assets/stylesheets/style.scss */
  .table.gs-md-0 td:last-child, .table.gs-md-0 th:last-child {
    padding-right: 0;
  }
  /* line 32909, app/assets/stylesheets/style.scss */
  .table.gs-md-0 td.dtr-control:first-child, .table.gs-md-0 th.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 32912, app/assets/stylesheets/style.scss */
  .table.g-md-1 td, .table.g-md-1 th {
    padding: .25rem;
  }
  /* line 32915, app/assets/stylesheets/style.scss */
  .table.g-md-1 td.dtr-control, .table.g-md-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 32918, app/assets/stylesheets/style.scss */
  .table.gy-md-1 td, .table.gy-md-1 th {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  /* line 32922, app/assets/stylesheets/style.scss */
  .table.gx-md-1 td, .table.gx-md-1 th {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  /* line 32926, app/assets/stylesheets/style.scss */
  .table.gx-md-1 td.dtr-control, .table.gx-md-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 32929, app/assets/stylesheets/style.scss */
  .table.gs-md-1 td:first-child, .table.gs-md-1 th:first-child {
    padding-left: .25rem;
  }
  /* line 32932, app/assets/stylesheets/style.scss */
  .table.gs-md-1 td:last-child, .table.gs-md-1 th:last-child {
    padding-right: .25rem;
  }
  /* line 32935, app/assets/stylesheets/style.scss */
  .table.gs-md-1 td.dtr-control:first-child, .table.gs-md-1 th.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 32938, app/assets/stylesheets/style.scss */
  .table.g-md-2 td, .table.g-md-2 th {
    padding: .5rem;
  }
  /* line 32941, app/assets/stylesheets/style.scss */
  .table.g-md-2 td.dtr-control, .table.g-md-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 32944, app/assets/stylesheets/style.scss */
  .table.gy-md-2 td, .table.gy-md-2 th {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 32948, app/assets/stylesheets/style.scss */
  .table.gx-md-2 td, .table.gx-md-2 th {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* line 32952, app/assets/stylesheets/style.scss */
  .table.gx-md-2 td.dtr-control, .table.gx-md-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 32955, app/assets/stylesheets/style.scss */
  .table.gs-md-2 td:first-child, .table.gs-md-2 th:first-child {
    padding-left: .5rem;
  }
  /* line 32958, app/assets/stylesheets/style.scss */
  .table.gs-md-2 td:last-child, .table.gs-md-2 th:last-child {
    padding-right: .5rem;
  }
  /* line 32961, app/assets/stylesheets/style.scss */
  .table.gs-md-2 td.dtr-control:first-child, .table.gs-md-2 th.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 32964, app/assets/stylesheets/style.scss */
  .table.g-md-3 td, .table.g-md-3 th {
    padding: .75rem;
  }
  /* line 32967, app/assets/stylesheets/style.scss */
  .table.g-md-3 td.dtr-control, .table.g-md-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 32970, app/assets/stylesheets/style.scss */
  .table.gy-md-3 td, .table.gy-md-3 th {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 32974, app/assets/stylesheets/style.scss */
  .table.gx-md-3 td, .table.gx-md-3 th {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 32978, app/assets/stylesheets/style.scss */
  .table.gx-md-3 td.dtr-control, .table.gx-md-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 32981, app/assets/stylesheets/style.scss */
  .table.gs-md-3 td:first-child, .table.gs-md-3 th:first-child {
    padding-left: .75rem;
  }
  /* line 32984, app/assets/stylesheets/style.scss */
  .table.gs-md-3 td:last-child, .table.gs-md-3 th:last-child {
    padding-right: .75rem;
  }
  /* line 32987, app/assets/stylesheets/style.scss */
  .table.gs-md-3 td.dtr-control:first-child, .table.gs-md-3 th.dtr-control:first-child {
    padding-left: 0.75rem !important;
  }
  /* line 32990, app/assets/stylesheets/style.scss */
  .table.g-md-4 td, .table.g-md-4 th {
    padding: 1rem;
  }
  /* line 32993, app/assets/stylesheets/style.scss */
  .table.g-md-4 td.dtr-control, .table.g-md-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 32996, app/assets/stylesheets/style.scss */
  .table.gy-md-4 td, .table.gy-md-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 33000, app/assets/stylesheets/style.scss */
  .table.gx-md-4 td, .table.gx-md-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 33004, app/assets/stylesheets/style.scss */
  .table.gx-md-4 td.dtr-control, .table.gx-md-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33007, app/assets/stylesheets/style.scss */
  .table.gs-md-4 td:first-child, .table.gs-md-4 th:first-child {
    padding-left: 1rem;
  }
  /* line 33010, app/assets/stylesheets/style.scss */
  .table.gs-md-4 td:last-child, .table.gs-md-4 th:last-child {
    padding-right: 1rem;
  }
  /* line 33013, app/assets/stylesheets/style.scss */
  .table.gs-md-4 td.dtr-control:first-child, .table.gs-md-4 th.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 33016, app/assets/stylesheets/style.scss */
  .table.g-md-5 td, .table.g-md-5 th {
    padding: 1.25rem;
  }
  /* line 33019, app/assets/stylesheets/style.scss */
  .table.g-md-5 td.dtr-control, .table.g-md-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33022, app/assets/stylesheets/style.scss */
  .table.gy-md-5 td, .table.gy-md-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 33026, app/assets/stylesheets/style.scss */
  .table.gx-md-5 td, .table.gx-md-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 33030, app/assets/stylesheets/style.scss */
  .table.gx-md-5 td.dtr-control, .table.gx-md-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33033, app/assets/stylesheets/style.scss */
  .table.gs-md-5 td:first-child, .table.gs-md-5 th:first-child {
    padding-left: 1.25rem;
  }
  /* line 33036, app/assets/stylesheets/style.scss */
  .table.gs-md-5 td:last-child, .table.gs-md-5 th:last-child {
    padding-right: 1.25rem;
  }
  /* line 33039, app/assets/stylesheets/style.scss */
  .table.gs-md-5 td.dtr-control:first-child, .table.gs-md-5 th.dtr-control:first-child {
    padding-left: 1.25rem !important;
  }
  /* line 33042, app/assets/stylesheets/style.scss */
  .table.g-md-6 td, .table.g-md-6 th {
    padding: 1.5rem;
  }
  /* line 33045, app/assets/stylesheets/style.scss */
  .table.g-md-6 td.dtr-control, .table.g-md-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33048, app/assets/stylesheets/style.scss */
  .table.gy-md-6 td, .table.gy-md-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 33052, app/assets/stylesheets/style.scss */
  .table.gx-md-6 td, .table.gx-md-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 33056, app/assets/stylesheets/style.scss */
  .table.gx-md-6 td.dtr-control, .table.gx-md-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33059, app/assets/stylesheets/style.scss */
  .table.gs-md-6 td:first-child, .table.gs-md-6 th:first-child {
    padding-left: 1.5rem;
  }
  /* line 33062, app/assets/stylesheets/style.scss */
  .table.gs-md-6 td:last-child, .table.gs-md-6 th:last-child {
    padding-right: 1.5rem;
  }
  /* line 33065, app/assets/stylesheets/style.scss */
  .table.gs-md-6 td.dtr-control:first-child, .table.gs-md-6 th.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 33068, app/assets/stylesheets/style.scss */
  .table.g-md-7 td, .table.g-md-7 th {
    padding: 1.75rem;
  }
  /* line 33071, app/assets/stylesheets/style.scss */
  .table.g-md-7 td.dtr-control, .table.g-md-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33074, app/assets/stylesheets/style.scss */
  .table.gy-md-7 td, .table.gy-md-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  /* line 33078, app/assets/stylesheets/style.scss */
  .table.gx-md-7 td, .table.gx-md-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  /* line 33082, app/assets/stylesheets/style.scss */
  .table.gx-md-7 td.dtr-control, .table.gx-md-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33085, app/assets/stylesheets/style.scss */
  .table.gs-md-7 td:first-child, .table.gs-md-7 th:first-child {
    padding-left: 1.75rem;
  }
  /* line 33088, app/assets/stylesheets/style.scss */
  .table.gs-md-7 td:last-child, .table.gs-md-7 th:last-child {
    padding-right: 1.75rem;
  }
  /* line 33091, app/assets/stylesheets/style.scss */
  .table.gs-md-7 td.dtr-control:first-child, .table.gs-md-7 th.dtr-control:first-child {
    padding-left: 1.75rem !important;
  }
  /* line 33094, app/assets/stylesheets/style.scss */
  .table.g-md-8 td, .table.g-md-8 th {
    padding: 2rem;
  }
  /* line 33097, app/assets/stylesheets/style.scss */
  .table.g-md-8 td.dtr-control, .table.g-md-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33100, app/assets/stylesheets/style.scss */
  .table.gy-md-8 td, .table.gy-md-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 33104, app/assets/stylesheets/style.scss */
  .table.gx-md-8 td, .table.gx-md-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 33108, app/assets/stylesheets/style.scss */
  .table.gx-md-8 td.dtr-control, .table.gx-md-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33111, app/assets/stylesheets/style.scss */
  .table.gs-md-8 td:first-child, .table.gs-md-8 th:first-child {
    padding-left: 2rem;
  }
  /* line 33114, app/assets/stylesheets/style.scss */
  .table.gs-md-8 td:last-child, .table.gs-md-8 th:last-child {
    padding-right: 2rem;
  }
  /* line 33117, app/assets/stylesheets/style.scss */
  .table.gs-md-8 td.dtr-control:first-child, .table.gs-md-8 th.dtr-control:first-child {
    padding-left: 2rem !important;
  }
  /* line 33120, app/assets/stylesheets/style.scss */
  .table.g-md-9 td, .table.g-md-9 th {
    padding: 2.25rem;
  }
  /* line 33123, app/assets/stylesheets/style.scss */
  .table.g-md-9 td.dtr-control, .table.g-md-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33126, app/assets/stylesheets/style.scss */
  .table.gy-md-9 td, .table.gy-md-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  /* line 33130, app/assets/stylesheets/style.scss */
  .table.gx-md-9 td, .table.gx-md-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  /* line 33134, app/assets/stylesheets/style.scss */
  .table.gx-md-9 td.dtr-control, .table.gx-md-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33137, app/assets/stylesheets/style.scss */
  .table.gs-md-9 td:first-child, .table.gs-md-9 th:first-child {
    padding-left: 2.25rem;
  }
  /* line 33140, app/assets/stylesheets/style.scss */
  .table.gs-md-9 td:last-child, .table.gs-md-9 th:last-child {
    padding-right: 2.25rem;
  }
  /* line 33143, app/assets/stylesheets/style.scss */
  .table.gs-md-9 td.dtr-control:first-child, .table.gs-md-9 th.dtr-control:first-child {
    padding-left: 2.25rem !important;
  }
  /* line 33146, app/assets/stylesheets/style.scss */
  .table.g-md-10 td, .table.g-md-10 th {
    padding: 2.5rem;
  }
  /* line 33149, app/assets/stylesheets/style.scss */
  .table.g-md-10 td.dtr-control, .table.g-md-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 33152, app/assets/stylesheets/style.scss */
  .table.gy-md-10 td, .table.gy-md-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 33156, app/assets/stylesheets/style.scss */
  .table.gx-md-10 td, .table.gx-md-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 33160, app/assets/stylesheets/style.scss */
  .table.gx-md-10 td.dtr-control, .table.gx-md-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 33163, app/assets/stylesheets/style.scss */
  .table.gs-md-10 td:first-child, .table.gs-md-10 th:first-child {
    padding-left: 2.5rem;
  }
  /* line 33166, app/assets/stylesheets/style.scss */
  .table.gs-md-10 td:last-child, .table.gs-md-10 th:last-child {
    padding-right: 2.5rem;
  }
  /* line 33169, app/assets/stylesheets/style.scss */
  .table.gs-md-10 td.dtr-control:first-child, .table.gs-md-10 th.dtr-control:first-child {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  /* line 33173, app/assets/stylesheets/style.scss */
  .table.g-lg-0 td, .table.g-lg-0 th {
    padding: 0;
  }
  /* line 33176, app/assets/stylesheets/style.scss */
  .table.g-lg-0 td.dtr-control, .table.g-lg-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 33179, app/assets/stylesheets/style.scss */
  .table.gy-lg-0 td, .table.gy-lg-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 33183, app/assets/stylesheets/style.scss */
  .table.gx-lg-0 td, .table.gx-lg-0 th {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 33187, app/assets/stylesheets/style.scss */
  .table.gx-lg-0 td.dtr-control, .table.gx-lg-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 33190, app/assets/stylesheets/style.scss */
  .table.gs-lg-0 td:first-child, .table.gs-lg-0 th:first-child {
    padding-left: 0;
  }
  /* line 33193, app/assets/stylesheets/style.scss */
  .table.gs-lg-0 td:last-child, .table.gs-lg-0 th:last-child {
    padding-right: 0;
  }
  /* line 33196, app/assets/stylesheets/style.scss */
  .table.gs-lg-0 td.dtr-control:first-child, .table.gs-lg-0 th.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 33199, app/assets/stylesheets/style.scss */
  .table.g-lg-1 td, .table.g-lg-1 th {
    padding: .25rem;
  }
  /* line 33202, app/assets/stylesheets/style.scss */
  .table.g-lg-1 td.dtr-control, .table.g-lg-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 33205, app/assets/stylesheets/style.scss */
  .table.gy-lg-1 td, .table.gy-lg-1 th {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  /* line 33209, app/assets/stylesheets/style.scss */
  .table.gx-lg-1 td, .table.gx-lg-1 th {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  /* line 33213, app/assets/stylesheets/style.scss */
  .table.gx-lg-1 td.dtr-control, .table.gx-lg-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 33216, app/assets/stylesheets/style.scss */
  .table.gs-lg-1 td:first-child, .table.gs-lg-1 th:first-child {
    padding-left: .25rem;
  }
  /* line 33219, app/assets/stylesheets/style.scss */
  .table.gs-lg-1 td:last-child, .table.gs-lg-1 th:last-child {
    padding-right: .25rem;
  }
  /* line 33222, app/assets/stylesheets/style.scss */
  .table.gs-lg-1 td.dtr-control:first-child, .table.gs-lg-1 th.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 33225, app/assets/stylesheets/style.scss */
  .table.g-lg-2 td, .table.g-lg-2 th {
    padding: .5rem;
  }
  /* line 33228, app/assets/stylesheets/style.scss */
  .table.g-lg-2 td.dtr-control, .table.g-lg-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 33231, app/assets/stylesheets/style.scss */
  .table.gy-lg-2 td, .table.gy-lg-2 th {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 33235, app/assets/stylesheets/style.scss */
  .table.gx-lg-2 td, .table.gx-lg-2 th {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* line 33239, app/assets/stylesheets/style.scss */
  .table.gx-lg-2 td.dtr-control, .table.gx-lg-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 33242, app/assets/stylesheets/style.scss */
  .table.gs-lg-2 td:first-child, .table.gs-lg-2 th:first-child {
    padding-left: .5rem;
  }
  /* line 33245, app/assets/stylesheets/style.scss */
  .table.gs-lg-2 td:last-child, .table.gs-lg-2 th:last-child {
    padding-right: .5rem;
  }
  /* line 33248, app/assets/stylesheets/style.scss */
  .table.gs-lg-2 td.dtr-control:first-child, .table.gs-lg-2 th.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 33251, app/assets/stylesheets/style.scss */
  .table.g-lg-3 td, .table.g-lg-3 th {
    padding: .75rem;
  }
  /* line 33254, app/assets/stylesheets/style.scss */
  .table.g-lg-3 td.dtr-control, .table.g-lg-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 33257, app/assets/stylesheets/style.scss */
  .table.gy-lg-3 td, .table.gy-lg-3 th {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 33261, app/assets/stylesheets/style.scss */
  .table.gx-lg-3 td, .table.gx-lg-3 th {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 33265, app/assets/stylesheets/style.scss */
  .table.gx-lg-3 td.dtr-control, .table.gx-lg-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 33268, app/assets/stylesheets/style.scss */
  .table.gs-lg-3 td:first-child, .table.gs-lg-3 th:first-child {
    padding-left: .75rem;
  }
  /* line 33271, app/assets/stylesheets/style.scss */
  .table.gs-lg-3 td:last-child, .table.gs-lg-3 th:last-child {
    padding-right: .75rem;
  }
  /* line 33274, app/assets/stylesheets/style.scss */
  .table.gs-lg-3 td.dtr-control:first-child, .table.gs-lg-3 th.dtr-control:first-child {
    padding-left: 0.75rem !important;
  }
  /* line 33277, app/assets/stylesheets/style.scss */
  .table.g-lg-4 td, .table.g-lg-4 th {
    padding: 1rem;
  }
  /* line 33280, app/assets/stylesheets/style.scss */
  .table.g-lg-4 td.dtr-control, .table.g-lg-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33283, app/assets/stylesheets/style.scss */
  .table.gy-lg-4 td, .table.gy-lg-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 33287, app/assets/stylesheets/style.scss */
  .table.gx-lg-4 td, .table.gx-lg-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 33291, app/assets/stylesheets/style.scss */
  .table.gx-lg-4 td.dtr-control, .table.gx-lg-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33294, app/assets/stylesheets/style.scss */
  .table.gs-lg-4 td:first-child, .table.gs-lg-4 th:first-child {
    padding-left: 1rem;
  }
  /* line 33297, app/assets/stylesheets/style.scss */
  .table.gs-lg-4 td:last-child, .table.gs-lg-4 th:last-child {
    padding-right: 1rem;
  }
  /* line 33300, app/assets/stylesheets/style.scss */
  .table.gs-lg-4 td.dtr-control:first-child, .table.gs-lg-4 th.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 33303, app/assets/stylesheets/style.scss */
  .table.g-lg-5 td, .table.g-lg-5 th {
    padding: 1.25rem;
  }
  /* line 33306, app/assets/stylesheets/style.scss */
  .table.g-lg-5 td.dtr-control, .table.g-lg-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33309, app/assets/stylesheets/style.scss */
  .table.gy-lg-5 td, .table.gy-lg-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 33313, app/assets/stylesheets/style.scss */
  .table.gx-lg-5 td, .table.gx-lg-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 33317, app/assets/stylesheets/style.scss */
  .table.gx-lg-5 td.dtr-control, .table.gx-lg-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33320, app/assets/stylesheets/style.scss */
  .table.gs-lg-5 td:first-child, .table.gs-lg-5 th:first-child {
    padding-left: 1.25rem;
  }
  /* line 33323, app/assets/stylesheets/style.scss */
  .table.gs-lg-5 td:last-child, .table.gs-lg-5 th:last-child {
    padding-right: 1.25rem;
  }
  /* line 33326, app/assets/stylesheets/style.scss */
  .table.gs-lg-5 td.dtr-control:first-child, .table.gs-lg-5 th.dtr-control:first-child {
    padding-left: 1.25rem !important;
  }
  /* line 33329, app/assets/stylesheets/style.scss */
  .table.g-lg-6 td, .table.g-lg-6 th {
    padding: 1.5rem;
  }
  /* line 33332, app/assets/stylesheets/style.scss */
  .table.g-lg-6 td.dtr-control, .table.g-lg-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33335, app/assets/stylesheets/style.scss */
  .table.gy-lg-6 td, .table.gy-lg-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 33339, app/assets/stylesheets/style.scss */
  .table.gx-lg-6 td, .table.gx-lg-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 33343, app/assets/stylesheets/style.scss */
  .table.gx-lg-6 td.dtr-control, .table.gx-lg-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33346, app/assets/stylesheets/style.scss */
  .table.gs-lg-6 td:first-child, .table.gs-lg-6 th:first-child {
    padding-left: 1.5rem;
  }
  /* line 33349, app/assets/stylesheets/style.scss */
  .table.gs-lg-6 td:last-child, .table.gs-lg-6 th:last-child {
    padding-right: 1.5rem;
  }
  /* line 33352, app/assets/stylesheets/style.scss */
  .table.gs-lg-6 td.dtr-control:first-child, .table.gs-lg-6 th.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 33355, app/assets/stylesheets/style.scss */
  .table.g-lg-7 td, .table.g-lg-7 th {
    padding: 1.75rem;
  }
  /* line 33358, app/assets/stylesheets/style.scss */
  .table.g-lg-7 td.dtr-control, .table.g-lg-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33361, app/assets/stylesheets/style.scss */
  .table.gy-lg-7 td, .table.gy-lg-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  /* line 33365, app/assets/stylesheets/style.scss */
  .table.gx-lg-7 td, .table.gx-lg-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  /* line 33369, app/assets/stylesheets/style.scss */
  .table.gx-lg-7 td.dtr-control, .table.gx-lg-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33372, app/assets/stylesheets/style.scss */
  .table.gs-lg-7 td:first-child, .table.gs-lg-7 th:first-child {
    padding-left: 1.75rem;
  }
  /* line 33375, app/assets/stylesheets/style.scss */
  .table.gs-lg-7 td:last-child, .table.gs-lg-7 th:last-child {
    padding-right: 1.75rem;
  }
  /* line 33378, app/assets/stylesheets/style.scss */
  .table.gs-lg-7 td.dtr-control:first-child, .table.gs-lg-7 th.dtr-control:first-child {
    padding-left: 1.75rem !important;
  }
  /* line 33381, app/assets/stylesheets/style.scss */
  .table.g-lg-8 td, .table.g-lg-8 th {
    padding: 2rem;
  }
  /* line 33384, app/assets/stylesheets/style.scss */
  .table.g-lg-8 td.dtr-control, .table.g-lg-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33387, app/assets/stylesheets/style.scss */
  .table.gy-lg-8 td, .table.gy-lg-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 33391, app/assets/stylesheets/style.scss */
  .table.gx-lg-8 td, .table.gx-lg-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 33395, app/assets/stylesheets/style.scss */
  .table.gx-lg-8 td.dtr-control, .table.gx-lg-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33398, app/assets/stylesheets/style.scss */
  .table.gs-lg-8 td:first-child, .table.gs-lg-8 th:first-child {
    padding-left: 2rem;
  }
  /* line 33401, app/assets/stylesheets/style.scss */
  .table.gs-lg-8 td:last-child, .table.gs-lg-8 th:last-child {
    padding-right: 2rem;
  }
  /* line 33404, app/assets/stylesheets/style.scss */
  .table.gs-lg-8 td.dtr-control:first-child, .table.gs-lg-8 th.dtr-control:first-child {
    padding-left: 2rem !important;
  }
  /* line 33407, app/assets/stylesheets/style.scss */
  .table.g-lg-9 td, .table.g-lg-9 th {
    padding: 2.25rem;
  }
  /* line 33410, app/assets/stylesheets/style.scss */
  .table.g-lg-9 td.dtr-control, .table.g-lg-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33413, app/assets/stylesheets/style.scss */
  .table.gy-lg-9 td, .table.gy-lg-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  /* line 33417, app/assets/stylesheets/style.scss */
  .table.gx-lg-9 td, .table.gx-lg-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  /* line 33421, app/assets/stylesheets/style.scss */
  .table.gx-lg-9 td.dtr-control, .table.gx-lg-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33424, app/assets/stylesheets/style.scss */
  .table.gs-lg-9 td:first-child, .table.gs-lg-9 th:first-child {
    padding-left: 2.25rem;
  }
  /* line 33427, app/assets/stylesheets/style.scss */
  .table.gs-lg-9 td:last-child, .table.gs-lg-9 th:last-child {
    padding-right: 2.25rem;
  }
  /* line 33430, app/assets/stylesheets/style.scss */
  .table.gs-lg-9 td.dtr-control:first-child, .table.gs-lg-9 th.dtr-control:first-child {
    padding-left: 2.25rem !important;
  }
  /* line 33433, app/assets/stylesheets/style.scss */
  .table.g-lg-10 td, .table.g-lg-10 th {
    padding: 2.5rem;
  }
  /* line 33436, app/assets/stylesheets/style.scss */
  .table.g-lg-10 td.dtr-control, .table.g-lg-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 33439, app/assets/stylesheets/style.scss */
  .table.gy-lg-10 td, .table.gy-lg-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 33443, app/assets/stylesheets/style.scss */
  .table.gx-lg-10 td, .table.gx-lg-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 33447, app/assets/stylesheets/style.scss */
  .table.gx-lg-10 td.dtr-control, .table.gx-lg-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 33450, app/assets/stylesheets/style.scss */
  .table.gs-lg-10 td:first-child, .table.gs-lg-10 th:first-child {
    padding-left: 2.5rem;
  }
  /* line 33453, app/assets/stylesheets/style.scss */
  .table.gs-lg-10 td:last-child, .table.gs-lg-10 th:last-child {
    padding-right: 2.5rem;
  }
  /* line 33456, app/assets/stylesheets/style.scss */
  .table.gs-lg-10 td.dtr-control:first-child, .table.gs-lg-10 th.dtr-control:first-child {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 33460, app/assets/stylesheets/style.scss */
  .table.g-xl-0 td, .table.g-xl-0 th {
    padding: 0;
  }
  /* line 33463, app/assets/stylesheets/style.scss */
  .table.g-xl-0 td.dtr-control, .table.g-xl-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 33466, app/assets/stylesheets/style.scss */
  .table.gy-xl-0 td, .table.gy-xl-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 33470, app/assets/stylesheets/style.scss */
  .table.gx-xl-0 td, .table.gx-xl-0 th {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 33474, app/assets/stylesheets/style.scss */
  .table.gx-xl-0 td.dtr-control, .table.gx-xl-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 33477, app/assets/stylesheets/style.scss */
  .table.gs-xl-0 td:first-child, .table.gs-xl-0 th:first-child {
    padding-left: 0;
  }
  /* line 33480, app/assets/stylesheets/style.scss */
  .table.gs-xl-0 td:last-child, .table.gs-xl-0 th:last-child {
    padding-right: 0;
  }
  /* line 33483, app/assets/stylesheets/style.scss */
  .table.gs-xl-0 td.dtr-control:first-child, .table.gs-xl-0 th.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 33486, app/assets/stylesheets/style.scss */
  .table.g-xl-1 td, .table.g-xl-1 th {
    padding: .25rem;
  }
  /* line 33489, app/assets/stylesheets/style.scss */
  .table.g-xl-1 td.dtr-control, .table.g-xl-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 33492, app/assets/stylesheets/style.scss */
  .table.gy-xl-1 td, .table.gy-xl-1 th {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  /* line 33496, app/assets/stylesheets/style.scss */
  .table.gx-xl-1 td, .table.gx-xl-1 th {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  /* line 33500, app/assets/stylesheets/style.scss */
  .table.gx-xl-1 td.dtr-control, .table.gx-xl-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 33503, app/assets/stylesheets/style.scss */
  .table.gs-xl-1 td:first-child, .table.gs-xl-1 th:first-child {
    padding-left: .25rem;
  }
  /* line 33506, app/assets/stylesheets/style.scss */
  .table.gs-xl-1 td:last-child, .table.gs-xl-1 th:last-child {
    padding-right: .25rem;
  }
  /* line 33509, app/assets/stylesheets/style.scss */
  .table.gs-xl-1 td.dtr-control:first-child, .table.gs-xl-1 th.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 33512, app/assets/stylesheets/style.scss */
  .table.g-xl-2 td, .table.g-xl-2 th {
    padding: .5rem;
  }
  /* line 33515, app/assets/stylesheets/style.scss */
  .table.g-xl-2 td.dtr-control, .table.g-xl-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 33518, app/assets/stylesheets/style.scss */
  .table.gy-xl-2 td, .table.gy-xl-2 th {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 33522, app/assets/stylesheets/style.scss */
  .table.gx-xl-2 td, .table.gx-xl-2 th {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* line 33526, app/assets/stylesheets/style.scss */
  .table.gx-xl-2 td.dtr-control, .table.gx-xl-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 33529, app/assets/stylesheets/style.scss */
  .table.gs-xl-2 td:first-child, .table.gs-xl-2 th:first-child {
    padding-left: .5rem;
  }
  /* line 33532, app/assets/stylesheets/style.scss */
  .table.gs-xl-2 td:last-child, .table.gs-xl-2 th:last-child {
    padding-right: .5rem;
  }
  /* line 33535, app/assets/stylesheets/style.scss */
  .table.gs-xl-2 td.dtr-control:first-child, .table.gs-xl-2 th.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 33538, app/assets/stylesheets/style.scss */
  .table.g-xl-3 td, .table.g-xl-3 th {
    padding: .75rem;
  }
  /* line 33541, app/assets/stylesheets/style.scss */
  .table.g-xl-3 td.dtr-control, .table.g-xl-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 33544, app/assets/stylesheets/style.scss */
  .table.gy-xl-3 td, .table.gy-xl-3 th {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 33548, app/assets/stylesheets/style.scss */
  .table.gx-xl-3 td, .table.gx-xl-3 th {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 33552, app/assets/stylesheets/style.scss */
  .table.gx-xl-3 td.dtr-control, .table.gx-xl-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 33555, app/assets/stylesheets/style.scss */
  .table.gs-xl-3 td:first-child, .table.gs-xl-3 th:first-child {
    padding-left: .75rem;
  }
  /* line 33558, app/assets/stylesheets/style.scss */
  .table.gs-xl-3 td:last-child, .table.gs-xl-3 th:last-child {
    padding-right: .75rem;
  }
  /* line 33561, app/assets/stylesheets/style.scss */
  .table.gs-xl-3 td.dtr-control:first-child, .table.gs-xl-3 th.dtr-control:first-child {
    padding-left: 0.75rem !important;
  }
  /* line 33564, app/assets/stylesheets/style.scss */
  .table.g-xl-4 td, .table.g-xl-4 th {
    padding: 1rem;
  }
  /* line 33567, app/assets/stylesheets/style.scss */
  .table.g-xl-4 td.dtr-control, .table.g-xl-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33570, app/assets/stylesheets/style.scss */
  .table.gy-xl-4 td, .table.gy-xl-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 33574, app/assets/stylesheets/style.scss */
  .table.gx-xl-4 td, .table.gx-xl-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 33578, app/assets/stylesheets/style.scss */
  .table.gx-xl-4 td.dtr-control, .table.gx-xl-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33581, app/assets/stylesheets/style.scss */
  .table.gs-xl-4 td:first-child, .table.gs-xl-4 th:first-child {
    padding-left: 1rem;
  }
  /* line 33584, app/assets/stylesheets/style.scss */
  .table.gs-xl-4 td:last-child, .table.gs-xl-4 th:last-child {
    padding-right: 1rem;
  }
  /* line 33587, app/assets/stylesheets/style.scss */
  .table.gs-xl-4 td.dtr-control:first-child, .table.gs-xl-4 th.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 33590, app/assets/stylesheets/style.scss */
  .table.g-xl-5 td, .table.g-xl-5 th {
    padding: 1.25rem;
  }
  /* line 33593, app/assets/stylesheets/style.scss */
  .table.g-xl-5 td.dtr-control, .table.g-xl-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33596, app/assets/stylesheets/style.scss */
  .table.gy-xl-5 td, .table.gy-xl-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 33600, app/assets/stylesheets/style.scss */
  .table.gx-xl-5 td, .table.gx-xl-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 33604, app/assets/stylesheets/style.scss */
  .table.gx-xl-5 td.dtr-control, .table.gx-xl-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33607, app/assets/stylesheets/style.scss */
  .table.gs-xl-5 td:first-child, .table.gs-xl-5 th:first-child {
    padding-left: 1.25rem;
  }
  /* line 33610, app/assets/stylesheets/style.scss */
  .table.gs-xl-5 td:last-child, .table.gs-xl-5 th:last-child {
    padding-right: 1.25rem;
  }
  /* line 33613, app/assets/stylesheets/style.scss */
  .table.gs-xl-5 td.dtr-control:first-child, .table.gs-xl-5 th.dtr-control:first-child {
    padding-left: 1.25rem !important;
  }
  /* line 33616, app/assets/stylesheets/style.scss */
  .table.g-xl-6 td, .table.g-xl-6 th {
    padding: 1.5rem;
  }
  /* line 33619, app/assets/stylesheets/style.scss */
  .table.g-xl-6 td.dtr-control, .table.g-xl-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33622, app/assets/stylesheets/style.scss */
  .table.gy-xl-6 td, .table.gy-xl-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 33626, app/assets/stylesheets/style.scss */
  .table.gx-xl-6 td, .table.gx-xl-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 33630, app/assets/stylesheets/style.scss */
  .table.gx-xl-6 td.dtr-control, .table.gx-xl-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33633, app/assets/stylesheets/style.scss */
  .table.gs-xl-6 td:first-child, .table.gs-xl-6 th:first-child {
    padding-left: 1.5rem;
  }
  /* line 33636, app/assets/stylesheets/style.scss */
  .table.gs-xl-6 td:last-child, .table.gs-xl-6 th:last-child {
    padding-right: 1.5rem;
  }
  /* line 33639, app/assets/stylesheets/style.scss */
  .table.gs-xl-6 td.dtr-control:first-child, .table.gs-xl-6 th.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 33642, app/assets/stylesheets/style.scss */
  .table.g-xl-7 td, .table.g-xl-7 th {
    padding: 1.75rem;
  }
  /* line 33645, app/assets/stylesheets/style.scss */
  .table.g-xl-7 td.dtr-control, .table.g-xl-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33648, app/assets/stylesheets/style.scss */
  .table.gy-xl-7 td, .table.gy-xl-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  /* line 33652, app/assets/stylesheets/style.scss */
  .table.gx-xl-7 td, .table.gx-xl-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  /* line 33656, app/assets/stylesheets/style.scss */
  .table.gx-xl-7 td.dtr-control, .table.gx-xl-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33659, app/assets/stylesheets/style.scss */
  .table.gs-xl-7 td:first-child, .table.gs-xl-7 th:first-child {
    padding-left: 1.75rem;
  }
  /* line 33662, app/assets/stylesheets/style.scss */
  .table.gs-xl-7 td:last-child, .table.gs-xl-7 th:last-child {
    padding-right: 1.75rem;
  }
  /* line 33665, app/assets/stylesheets/style.scss */
  .table.gs-xl-7 td.dtr-control:first-child, .table.gs-xl-7 th.dtr-control:first-child {
    padding-left: 1.75rem !important;
  }
  /* line 33668, app/assets/stylesheets/style.scss */
  .table.g-xl-8 td, .table.g-xl-8 th {
    padding: 2rem;
  }
  /* line 33671, app/assets/stylesheets/style.scss */
  .table.g-xl-8 td.dtr-control, .table.g-xl-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33674, app/assets/stylesheets/style.scss */
  .table.gy-xl-8 td, .table.gy-xl-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 33678, app/assets/stylesheets/style.scss */
  .table.gx-xl-8 td, .table.gx-xl-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 33682, app/assets/stylesheets/style.scss */
  .table.gx-xl-8 td.dtr-control, .table.gx-xl-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33685, app/assets/stylesheets/style.scss */
  .table.gs-xl-8 td:first-child, .table.gs-xl-8 th:first-child {
    padding-left: 2rem;
  }
  /* line 33688, app/assets/stylesheets/style.scss */
  .table.gs-xl-8 td:last-child, .table.gs-xl-8 th:last-child {
    padding-right: 2rem;
  }
  /* line 33691, app/assets/stylesheets/style.scss */
  .table.gs-xl-8 td.dtr-control:first-child, .table.gs-xl-8 th.dtr-control:first-child {
    padding-left: 2rem !important;
  }
  /* line 33694, app/assets/stylesheets/style.scss */
  .table.g-xl-9 td, .table.g-xl-9 th {
    padding: 2.25rem;
  }
  /* line 33697, app/assets/stylesheets/style.scss */
  .table.g-xl-9 td.dtr-control, .table.g-xl-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33700, app/assets/stylesheets/style.scss */
  .table.gy-xl-9 td, .table.gy-xl-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  /* line 33704, app/assets/stylesheets/style.scss */
  .table.gx-xl-9 td, .table.gx-xl-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  /* line 33708, app/assets/stylesheets/style.scss */
  .table.gx-xl-9 td.dtr-control, .table.gx-xl-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33711, app/assets/stylesheets/style.scss */
  .table.gs-xl-9 td:first-child, .table.gs-xl-9 th:first-child {
    padding-left: 2.25rem;
  }
  /* line 33714, app/assets/stylesheets/style.scss */
  .table.gs-xl-9 td:last-child, .table.gs-xl-9 th:last-child {
    padding-right: 2.25rem;
  }
  /* line 33717, app/assets/stylesheets/style.scss */
  .table.gs-xl-9 td.dtr-control:first-child, .table.gs-xl-9 th.dtr-control:first-child {
    padding-left: 2.25rem !important;
  }
  /* line 33720, app/assets/stylesheets/style.scss */
  .table.g-xl-10 td, .table.g-xl-10 th {
    padding: 2.5rem;
  }
  /* line 33723, app/assets/stylesheets/style.scss */
  .table.g-xl-10 td.dtr-control, .table.g-xl-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 33726, app/assets/stylesheets/style.scss */
  .table.gy-xl-10 td, .table.gy-xl-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 33730, app/assets/stylesheets/style.scss */
  .table.gx-xl-10 td, .table.gx-xl-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 33734, app/assets/stylesheets/style.scss */
  .table.gx-xl-10 td.dtr-control, .table.gx-xl-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 33737, app/assets/stylesheets/style.scss */
  .table.gs-xl-10 td:first-child, .table.gs-xl-10 th:first-child {
    padding-left: 2.5rem;
  }
  /* line 33740, app/assets/stylesheets/style.scss */
  .table.gs-xl-10 td:last-child, .table.gs-xl-10 th:last-child {
    padding-right: 2.5rem;
  }
  /* line 33743, app/assets/stylesheets/style.scss */
  .table.gs-xl-10 td.dtr-control:first-child, .table.gs-xl-10 th.dtr-control:first-child {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 33747, app/assets/stylesheets/style.scss */
  .table.g-xxl-0 td, .table.g-xxl-0 th {
    padding: 0;
  }
  /* line 33750, app/assets/stylesheets/style.scss */
  .table.g-xxl-0 td.dtr-control, .table.g-xxl-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 33753, app/assets/stylesheets/style.scss */
  .table.gy-xxl-0 td, .table.gy-xxl-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 33757, app/assets/stylesheets/style.scss */
  .table.gx-xxl-0 td, .table.gx-xxl-0 th {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 33761, app/assets/stylesheets/style.scss */
  .table.gx-xxl-0 td.dtr-control, .table.gx-xxl-0 th.dtr-control {
    padding-left: 0 !important;
  }
  /* line 33764, app/assets/stylesheets/style.scss */
  .table.gs-xxl-0 td:first-child, .table.gs-xxl-0 th:first-child {
    padding-left: 0;
  }
  /* line 33767, app/assets/stylesheets/style.scss */
  .table.gs-xxl-0 td:last-child, .table.gs-xxl-0 th:last-child {
    padding-right: 0;
  }
  /* line 33770, app/assets/stylesheets/style.scss */
  .table.gs-xxl-0 td.dtr-control:first-child, .table.gs-xxl-0 th.dtr-control:first-child {
    padding-left: 0 !important;
  }
  /* line 33773, app/assets/stylesheets/style.scss */
  .table.g-xxl-1 td, .table.g-xxl-1 th {
    padding: .25rem;
  }
  /* line 33776, app/assets/stylesheets/style.scss */
  .table.g-xxl-1 td.dtr-control, .table.g-xxl-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 33779, app/assets/stylesheets/style.scss */
  .table.gy-xxl-1 td, .table.gy-xxl-1 th {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  /* line 33783, app/assets/stylesheets/style.scss */
  .table.gx-xxl-1 td, .table.gx-xxl-1 th {
    padding-left: .25rem;
    padding-right: .25rem;
  }
  /* line 33787, app/assets/stylesheets/style.scss */
  .table.gx-xxl-1 td.dtr-control, .table.gx-xxl-1 th.dtr-control {
    padding-left: 0.25rem !important;
  }
  /* line 33790, app/assets/stylesheets/style.scss */
  .table.gs-xxl-1 td:first-child, .table.gs-xxl-1 th:first-child {
    padding-left: .25rem;
  }
  /* line 33793, app/assets/stylesheets/style.scss */
  .table.gs-xxl-1 td:last-child, .table.gs-xxl-1 th:last-child {
    padding-right: .25rem;
  }
  /* line 33796, app/assets/stylesheets/style.scss */
  .table.gs-xxl-1 td.dtr-control:first-child, .table.gs-xxl-1 th.dtr-control:first-child {
    padding-left: 0.25rem !important;
  }
  /* line 33799, app/assets/stylesheets/style.scss */
  .table.g-xxl-2 td, .table.g-xxl-2 th {
    padding: .5rem;
  }
  /* line 33802, app/assets/stylesheets/style.scss */
  .table.g-xxl-2 td.dtr-control, .table.g-xxl-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 33805, app/assets/stylesheets/style.scss */
  .table.gy-xxl-2 td, .table.gy-xxl-2 th {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  /* line 33809, app/assets/stylesheets/style.scss */
  .table.gx-xxl-2 td, .table.gx-xxl-2 th {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* line 33813, app/assets/stylesheets/style.scss */
  .table.gx-xxl-2 td.dtr-control, .table.gx-xxl-2 th.dtr-control {
    padding-left: 0.5rem !important;
  }
  /* line 33816, app/assets/stylesheets/style.scss */
  .table.gs-xxl-2 td:first-child, .table.gs-xxl-2 th:first-child {
    padding-left: .5rem;
  }
  /* line 33819, app/assets/stylesheets/style.scss */
  .table.gs-xxl-2 td:last-child, .table.gs-xxl-2 th:last-child {
    padding-right: .5rem;
  }
  /* line 33822, app/assets/stylesheets/style.scss */
  .table.gs-xxl-2 td.dtr-control:first-child, .table.gs-xxl-2 th.dtr-control:first-child {
    padding-left: 0.5rem !important;
  }
  /* line 33825, app/assets/stylesheets/style.scss */
  .table.g-xxl-3 td, .table.g-xxl-3 th {
    padding: .75rem;
  }
  /* line 33828, app/assets/stylesheets/style.scss */
  .table.g-xxl-3 td.dtr-control, .table.g-xxl-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 33831, app/assets/stylesheets/style.scss */
  .table.gy-xxl-3 td, .table.gy-xxl-3 th {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  /* line 33835, app/assets/stylesheets/style.scss */
  .table.gx-xxl-3 td, .table.gx-xxl-3 th {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  /* line 33839, app/assets/stylesheets/style.scss */
  .table.gx-xxl-3 td.dtr-control, .table.gx-xxl-3 th.dtr-control {
    padding-left: 0.75rem !important;
  }
  /* line 33842, app/assets/stylesheets/style.scss */
  .table.gs-xxl-3 td:first-child, .table.gs-xxl-3 th:first-child {
    padding-left: .75rem;
  }
  /* line 33845, app/assets/stylesheets/style.scss */
  .table.gs-xxl-3 td:last-child, .table.gs-xxl-3 th:last-child {
    padding-right: .75rem;
  }
  /* line 33848, app/assets/stylesheets/style.scss */
  .table.gs-xxl-3 td.dtr-control:first-child, .table.gs-xxl-3 th.dtr-control:first-child {
    padding-left: 0.75rem !important;
  }
  /* line 33851, app/assets/stylesheets/style.scss */
  .table.g-xxl-4 td, .table.g-xxl-4 th {
    padding: 1rem;
  }
  /* line 33854, app/assets/stylesheets/style.scss */
  .table.g-xxl-4 td.dtr-control, .table.g-xxl-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33857, app/assets/stylesheets/style.scss */
  .table.gy-xxl-4 td, .table.gy-xxl-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 33861, app/assets/stylesheets/style.scss */
  .table.gx-xxl-4 td, .table.gx-xxl-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 33865, app/assets/stylesheets/style.scss */
  .table.gx-xxl-4 td.dtr-control, .table.gx-xxl-4 th.dtr-control {
    padding-left: 1rem !important;
  }
  /* line 33868, app/assets/stylesheets/style.scss */
  .table.gs-xxl-4 td:first-child, .table.gs-xxl-4 th:first-child {
    padding-left: 1rem;
  }
  /* line 33871, app/assets/stylesheets/style.scss */
  .table.gs-xxl-4 td:last-child, .table.gs-xxl-4 th:last-child {
    padding-right: 1rem;
  }
  /* line 33874, app/assets/stylesheets/style.scss */
  .table.gs-xxl-4 td.dtr-control:first-child, .table.gs-xxl-4 th.dtr-control:first-child {
    padding-left: 1rem !important;
  }
  /* line 33877, app/assets/stylesheets/style.scss */
  .table.g-xxl-5 td, .table.g-xxl-5 th {
    padding: 1.25rem;
  }
  /* line 33880, app/assets/stylesheets/style.scss */
  .table.g-xxl-5 td.dtr-control, .table.g-xxl-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33883, app/assets/stylesheets/style.scss */
  .table.gy-xxl-5 td, .table.gy-xxl-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 33887, app/assets/stylesheets/style.scss */
  .table.gx-xxl-5 td, .table.gx-xxl-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 33891, app/assets/stylesheets/style.scss */
  .table.gx-xxl-5 td.dtr-control, .table.gx-xxl-5 th.dtr-control {
    padding-left: 1.25rem !important;
  }
  /* line 33894, app/assets/stylesheets/style.scss */
  .table.gs-xxl-5 td:first-child, .table.gs-xxl-5 th:first-child {
    padding-left: 1.25rem;
  }
  /* line 33897, app/assets/stylesheets/style.scss */
  .table.gs-xxl-5 td:last-child, .table.gs-xxl-5 th:last-child {
    padding-right: 1.25rem;
  }
  /* line 33900, app/assets/stylesheets/style.scss */
  .table.gs-xxl-5 td.dtr-control:first-child, .table.gs-xxl-5 th.dtr-control:first-child {
    padding-left: 1.25rem !important;
  }
  /* line 33903, app/assets/stylesheets/style.scss */
  .table.g-xxl-6 td, .table.g-xxl-6 th {
    padding: 1.5rem;
  }
  /* line 33906, app/assets/stylesheets/style.scss */
  .table.g-xxl-6 td.dtr-control, .table.g-xxl-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33909, app/assets/stylesheets/style.scss */
  .table.gy-xxl-6 td, .table.gy-xxl-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 33913, app/assets/stylesheets/style.scss */
  .table.gx-xxl-6 td, .table.gx-xxl-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 33917, app/assets/stylesheets/style.scss */
  .table.gx-xxl-6 td.dtr-control, .table.gx-xxl-6 th.dtr-control {
    padding-left: 1.5rem !important;
  }
  /* line 33920, app/assets/stylesheets/style.scss */
  .table.gs-xxl-6 td:first-child, .table.gs-xxl-6 th:first-child {
    padding-left: 1.5rem;
  }
  /* line 33923, app/assets/stylesheets/style.scss */
  .table.gs-xxl-6 td:last-child, .table.gs-xxl-6 th:last-child {
    padding-right: 1.5rem;
  }
  /* line 33926, app/assets/stylesheets/style.scss */
  .table.gs-xxl-6 td.dtr-control:first-child, .table.gs-xxl-6 th.dtr-control:first-child {
    padding-left: 1.5rem !important;
  }
  /* line 33929, app/assets/stylesheets/style.scss */
  .table.g-xxl-7 td, .table.g-xxl-7 th {
    padding: 1.75rem;
  }
  /* line 33932, app/assets/stylesheets/style.scss */
  .table.g-xxl-7 td.dtr-control, .table.g-xxl-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33935, app/assets/stylesheets/style.scss */
  .table.gy-xxl-7 td, .table.gy-xxl-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  /* line 33939, app/assets/stylesheets/style.scss */
  .table.gx-xxl-7 td, .table.gx-xxl-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  /* line 33943, app/assets/stylesheets/style.scss */
  .table.gx-xxl-7 td.dtr-control, .table.gx-xxl-7 th.dtr-control {
    padding-left: 1.75rem !important;
  }
  /* line 33946, app/assets/stylesheets/style.scss */
  .table.gs-xxl-7 td:first-child, .table.gs-xxl-7 th:first-child {
    padding-left: 1.75rem;
  }
  /* line 33949, app/assets/stylesheets/style.scss */
  .table.gs-xxl-7 td:last-child, .table.gs-xxl-7 th:last-child {
    padding-right: 1.75rem;
  }
  /* line 33952, app/assets/stylesheets/style.scss */
  .table.gs-xxl-7 td.dtr-control:first-child, .table.gs-xxl-7 th.dtr-control:first-child {
    padding-left: 1.75rem !important;
  }
  /* line 33955, app/assets/stylesheets/style.scss */
  .table.g-xxl-8 td, .table.g-xxl-8 th {
    padding: 2rem;
  }
  /* line 33958, app/assets/stylesheets/style.scss */
  .table.g-xxl-8 td.dtr-control, .table.g-xxl-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33961, app/assets/stylesheets/style.scss */
  .table.gy-xxl-8 td, .table.gy-xxl-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 33965, app/assets/stylesheets/style.scss */
  .table.gx-xxl-8 td, .table.gx-xxl-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 33969, app/assets/stylesheets/style.scss */
  .table.gx-xxl-8 td.dtr-control, .table.gx-xxl-8 th.dtr-control {
    padding-left: 2rem !important;
  }
  /* line 33972, app/assets/stylesheets/style.scss */
  .table.gs-xxl-8 td:first-child, .table.gs-xxl-8 th:first-child {
    padding-left: 2rem;
  }
  /* line 33975, app/assets/stylesheets/style.scss */
  .table.gs-xxl-8 td:last-child, .table.gs-xxl-8 th:last-child {
    padding-right: 2rem;
  }
  /* line 33978, app/assets/stylesheets/style.scss */
  .table.gs-xxl-8 td.dtr-control:first-child, .table.gs-xxl-8 th.dtr-control:first-child {
    padding-left: 2rem !important;
  }
  /* line 33981, app/assets/stylesheets/style.scss */
  .table.g-xxl-9 td, .table.g-xxl-9 th {
    padding: 2.25rem;
  }
  /* line 33984, app/assets/stylesheets/style.scss */
  .table.g-xxl-9 td.dtr-control, .table.g-xxl-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33987, app/assets/stylesheets/style.scss */
  .table.gy-xxl-9 td, .table.gy-xxl-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  /* line 33991, app/assets/stylesheets/style.scss */
  .table.gx-xxl-9 td, .table.gx-xxl-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  /* line 33995, app/assets/stylesheets/style.scss */
  .table.gx-xxl-9 td.dtr-control, .table.gx-xxl-9 th.dtr-control {
    padding-left: 2.25rem !important;
  }
  /* line 33998, app/assets/stylesheets/style.scss */
  .table.gs-xxl-9 td:first-child, .table.gs-xxl-9 th:first-child {
    padding-left: 2.25rem;
  }
  /* line 34001, app/assets/stylesheets/style.scss */
  .table.gs-xxl-9 td:last-child, .table.gs-xxl-9 th:last-child {
    padding-right: 2.25rem;
  }
  /* line 34004, app/assets/stylesheets/style.scss */
  .table.gs-xxl-9 td.dtr-control:first-child, .table.gs-xxl-9 th.dtr-control:first-child {
    padding-left: 2.25rem !important;
  }
  /* line 34007, app/assets/stylesheets/style.scss */
  .table.g-xxl-10 td, .table.g-xxl-10 th {
    padding: 2.5rem;
  }
  /* line 34010, app/assets/stylesheets/style.scss */
  .table.g-xxl-10 td.dtr-control, .table.g-xxl-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 34013, app/assets/stylesheets/style.scss */
  .table.gy-xxl-10 td, .table.gy-xxl-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  /* line 34017, app/assets/stylesheets/style.scss */
  .table.gx-xxl-10 td, .table.gx-xxl-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 34021, app/assets/stylesheets/style.scss */
  .table.gx-xxl-10 td.dtr-control, .table.gx-xxl-10 th.dtr-control {
    padding-left: 2.5rem !important;
  }
  /* line 34024, app/assets/stylesheets/style.scss */
  .table.gs-xxl-10 td:first-child, .table.gs-xxl-10 th:first-child {
    padding-left: 2.5rem;
  }
  /* line 34027, app/assets/stylesheets/style.scss */
  .table.gs-xxl-10 td:last-child, .table.gs-xxl-10 th:last-child {
    padding-right: 2.5rem;
  }
  /* line 34030, app/assets/stylesheets/style.scss */
  .table.gs-xxl-10 td.dtr-control:first-child, .table.gs-xxl-10 th.dtr-control:first-child {
    padding-left: 2.5rem !important;
  }
}

/* line 34033, app/assets/stylesheets/style.scss */
.popover {
  --bs-popover-header-border-color: #F4F4F4;
}

/* line 34036, app/assets/stylesheets/style.scss */
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid var(--bs-popover-header-border-color);
}

/* line 34041, app/assets/stylesheets/style.scss */
.popover .popover-dismiss {
  position: absolute;
  top: .85rem;
  right: .85rem;
  height: 1.25rem;
  width: 1.25rem;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-size: 50%;
  -webkit-mask-size: 50%;
}

/* line 34056, app/assets/stylesheets/style.scss */
.popover .popover-dismiss:hover {
  background-color: var(--bs-primary);
}

/* line 34059, app/assets/stylesheets/style.scss */
.popover .popover-dismiss + .popover-header {
  padding-right: 2.5rem;
}

/* line 34062, app/assets/stylesheets/style.scss */
.popover-inverse {
  --bs-popover-bg: var(--bs-gray-900);
  --bs-popover-border-color: var(--bs-gray-900);
  --bs-popover-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.3);
  --bs-popover-header-color: var(--bs-gray-200);
  --bs-popover-header-bg: var(--bs-gray-900);
  --bs-popover-body-color: var(--bs-gray-400);
  --bs-popover-arrow-border: transparent;
  --bs-popover-header-border-color: var(--bs-gray-800);
}

/* line 34072, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .popover:not(.popover-inverse) {
  --bs-popover-bg: #2B2B40;
  --bs-popover-border-color: #2B2B40;
  --bs-popover-header-bg: #2B2B40;
  --bs-popover-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.3);
  --bs-popover-header-border-color: #323248;
}

/* line 34079, app/assets/stylesheets/style.scss */
.tooltip .tooltip-inner {
  box-shadow: var(--bs-tooltip-box-shadow);
}

/* line 34082, app/assets/stylesheets/style.scss */
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 34086, app/assets/stylesheets/style.scss */
.tooltip.tooltip-inverse {
  --bs-tooltip-color: var(--bs-dark-inverse);
  --bs-tooltip-bg: var(--bs-dark);
}

/* line 34090, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .tooltip:not(.tooltip-inverse) {
  --bs-tooltip-bg: #2B2B40;
  --bs-tooltip-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.15);
}

/* line 34094, app/assets/stylesheets/style.scss */
.accordion .accordion-header {
  cursor: pointer;
}

/* line 34097, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-toggle .accordion-icon {
  display: flex;
  flex-shrink: 0;
  transition: all .2s ease-in-out;
  transform: rotate(90deg);
  align-items: center;
  justify-content: center;
}

/* line 34105, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-toggle .accordion-icon .svg-icon, .accordion.accordion-icon-toggle .accordion-icon i {
  color: var(--bs-primary);
}

/* line 34108, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-toggle .collapsed .accordion-icon {
  transition: all .2s ease-in-out;
  transform: rotate(0);
}

/* line 34112, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon, .accordion.accordion-icon-toggle .collapsed .accordion-icon i {
  color: var(--bs-text-muted);
}

/* line 34115, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .accordion-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}

/* line 34122, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .accordion-icon .accordion-icon-on {
  display: inline-flex;
}

/* line 34125, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .accordion-icon .accordion-icon-off {
  display: none;
}

/* line 34128, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .accordion-icon .svg-icon, .accordion.accordion-icon-collapse .accordion-icon i {
  color: var(--bs-primary);
}

/* line 34131, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon {
  transition: all .2s ease-in-out;
}

/* line 34134, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon .accordion-icon-on {
  display: none;
}

/* line 34137, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon .accordion-icon-off {
  display: inline-flex;
}

/* line 34140, app/assets/stylesheets/style.scss */
.accordion.accordion-icon-collapse .collapsed .accordion-icon .svg-icon, .accordion.accordion-icon-collapse .collapsed .accordion-icon i {
  color: var(--bs-text-muted);
}

/* line 34143, app/assets/stylesheets/style.scss */
.accordion.accordion-borderless .accordion-item {
  border: 0;
}

/* line 34146, app/assets/stylesheets/style.scss */
.accordion.accordion-flush .accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 34153, app/assets/stylesheets/style.scss */
.image-input {
  position: relative;
  display: inline-block;
  border-radius: .475rem;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 34160, app/assets/stylesheets/style.scss */
.image-input:not(.image-input-empty) {
  background-image: none !important;
}

/* line 34163, app/assets/stylesheets/style.scss */
.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: .475rem;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 34170, app/assets/stylesheets/style.scss */
.image-input [data-kt-image-input-action] {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
}

/* line 34175, app/assets/stylesheets/style.scss */
.image-input [data-kt-image-input-action=change] {
  left: 100%;
  top: 0;
}

/* line 34179, app/assets/stylesheets/style.scss */
.image-input [data-kt-image-input-action=change] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

/* line 34185, app/assets/stylesheets/style.scss */
.image-input [data-kt-image-input-action=cancel], .image-input [data-kt-image-input-action=remove] {
  position: absolute;
  left: 100%;
  top: 100%;
}

/* line 34189, app/assets/stylesheets/style.scss */
.image-input [data-kt-image-input-action=cancel] {
  display: none;
}

/* line 34192, app/assets/stylesheets/style.scss */
.image-input.image-input-changed [data-kt-image-input-action=cancel] {
  display: flex;
}

/* line 34195, app/assets/stylesheets/style.scss */
.image-input.image-input-changed [data-kt-image-input-action=remove] {
  display: none;
}

/* line 34198, app/assets/stylesheets/style.scss */
.image-input.image-input-empty [data-kt-image-input-action=cancel], .image-input.image-input-empty [data-kt-image-input-action=remove] {
  display: none;
}

/* line 34201, app/assets/stylesheets/style.scss */
.image-input.image-input-circle {
  border-radius: 50%;
}

/* line 34203, app/assets/stylesheets/style.scss */
.image-input.image-input-circle .image-input-wrapper {
  border-radius: 50%;
}

/* line 34205, app/assets/stylesheets/style.scss */
.image-input.image-input-circle [data-kt-image-input-action=change] {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}

/* line 34210, app/assets/stylesheets/style.scss */
.image-input.image-input-circle [data-kt-image-input-action=cancel], .image-input.image-input-circle [data-kt-image-input-action=remove] {
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
}

/* line 34215, app/assets/stylesheets/style.scss */
.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid var(--bs-body-bg);
  box-shadow: var(--bs-box-shadow);
}

/* line 34219, app/assets/stylesheets/style.scss */
.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: .475rem;
}

/* line 34225, app/assets/stylesheets/style.scss */
.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--bs-symbol-label-color);
  background-color: var(--bs-symbol-label-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: .475rem;
}

/* line 34237, app/assets/stylesheets/style.scss */
.symbol .symbol-label:after {
  border-radius: .475rem;
}

/* line 34240, app/assets/stylesheets/style.scss */
.symbol .symbol-badge {
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}

/* line 34247, app/assets/stylesheets/style.scss */
.symbol > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: .475rem;
}

/* line 34253, app/assets/stylesheets/style.scss */
.symbol.symbol-square, .symbol.symbol-square .symbol-label, .symbol.symbol-square > img {
  border-radius: 0 !important;
}

/* line 34256, app/assets/stylesheets/style.scss */
.symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle > img {
  border-radius: 50%;
}

/* line 34258, app/assets/stylesheets/style.scss */
.symbol.symbol-circle .symbol-label:after, .symbol.symbol-circle:after, .symbol.symbol-circle > img:after {
  border-radius: 50%;
}

/* line 34260, app/assets/stylesheets/style.scss */
.symbol > img {
  width: 50px;
  height: 50px;
}

/* line 34264, app/assets/stylesheets/style.scss */
.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 34268, app/assets/stylesheets/style.scss */
.symbol.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 34272, app/assets/stylesheets/style.scss */
.symbol.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: none;
}

/* line 34277, app/assets/stylesheets/style.scss */
.symbol.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}

/* line 34281, app/assets/stylesheets/style.scss */
.symbol.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: none;
}

/* line 34286, app/assets/stylesheets/style.scss */
.symbol.symbol-20px > img {
  width: 20px;
  height: 20px;
}

/* line 34290, app/assets/stylesheets/style.scss */
.symbol.symbol-20px .symbol-label {
  width: 20px;
  height: 20px;
}

/* line 34294, app/assets/stylesheets/style.scss */
.symbol.symbol-20px.symbol-fixed .symbol-label {
  width: 20px;
  height: 20px;
}

/* line 34298, app/assets/stylesheets/style.scss */
.symbol.symbol-20px.symbol-fixed > img {
  width: 20px;
  height: 20px;
  max-width: none;
}

/* line 34303, app/assets/stylesheets/style.scss */
.symbol.symbol-20px.symbol-2by3 .symbol-label {
  height: 20px;
  width: 30px;
}

/* line 34307, app/assets/stylesheets/style.scss */
.symbol.symbol-20px.symbol-2by3 > img {
  height: 20px;
  width: 30px;
  max-width: none;
}

/* line 34312, app/assets/stylesheets/style.scss */
.symbol.symbol-25px > img {
  width: 25px;
  height: 25px;
}

/* line 34316, app/assets/stylesheets/style.scss */
.symbol.symbol-25px .symbol-label {
  width: 25px;
  height: 25px;
}

/* line 34320, app/assets/stylesheets/style.scss */
.symbol.symbol-25px.symbol-fixed .symbol-label {
  width: 25px;
  height: 25px;
}

/* line 34324, app/assets/stylesheets/style.scss */
.symbol.symbol-25px.symbol-fixed > img {
  width: 25px;
  height: 25px;
  max-width: none;
}

/* line 34329, app/assets/stylesheets/style.scss */
.symbol.symbol-25px.symbol-2by3 .symbol-label {
  height: 25px;
  width: 37.5px;
}

/* line 34333, app/assets/stylesheets/style.scss */
.symbol.symbol-25px.symbol-2by3 > img {
  height: 25px;
  width: 37.5px;
  max-width: none;
}

/* line 34338, app/assets/stylesheets/style.scss */
.symbol.symbol-30px > img {
  width: 30px;
  height: 30px;
}

/* line 34342, app/assets/stylesheets/style.scss */
.symbol.symbol-30px .symbol-label {
  width: 30px;
  height: 30px;
}

/* line 34346, app/assets/stylesheets/style.scss */
.symbol.symbol-30px.symbol-fixed .symbol-label {
  width: 30px;
  height: 30px;
}

/* line 34350, app/assets/stylesheets/style.scss */
.symbol.symbol-30px.symbol-fixed > img {
  width: 30px;
  height: 30px;
  max-width: none;
}

/* line 34355, app/assets/stylesheets/style.scss */
.symbol.symbol-30px.symbol-2by3 .symbol-label {
  height: 30px;
  width: 45px;
}

/* line 34359, app/assets/stylesheets/style.scss */
.symbol.symbol-30px.symbol-2by3 > img {
  height: 30px;
  width: 45px;
  max-width: none;
}

/* line 34364, app/assets/stylesheets/style.scss */
.symbol.symbol-35px > img {
  width: 35px;
  height: 35px;
}

/* line 34368, app/assets/stylesheets/style.scss */
.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}

/* line 34372, app/assets/stylesheets/style.scss */
.symbol.symbol-35px.symbol-fixed .symbol-label {
  width: 35px;
  height: 35px;
}

/* line 34376, app/assets/stylesheets/style.scss */
.symbol.symbol-35px.symbol-fixed > img {
  width: 35px;
  height: 35px;
  max-width: none;
}

/* line 34381, app/assets/stylesheets/style.scss */
.symbol.symbol-35px.symbol-2by3 .symbol-label {
  height: 35px;
  width: 52.5px;
}

/* line 34385, app/assets/stylesheets/style.scss */
.symbol.symbol-35px.symbol-2by3 > img {
  height: 35px;
  width: 52.5px;
  max-width: none;
}

/* line 34390, app/assets/stylesheets/style.scss */
.symbol.symbol-40px > img {
  width: 40px;
  height: 40px;
}

/* line 34394, app/assets/stylesheets/style.scss */
.symbol.symbol-40px .symbol-label {
  width: 40px;
  height: 40px;
}

/* line 34398, app/assets/stylesheets/style.scss */
.symbol.symbol-40px.symbol-fixed .symbol-label {
  width: 40px;
  height: 40px;
}

/* line 34402, app/assets/stylesheets/style.scss */
.symbol.symbol-40px.symbol-fixed > img {
  width: 40px;
  height: 40px;
  max-width: none;
}

/* line 34407, app/assets/stylesheets/style.scss */
.symbol.symbol-40px.symbol-2by3 .symbol-label {
  height: 40px;
  width: 60px;
}

/* line 34411, app/assets/stylesheets/style.scss */
.symbol.symbol-40px.symbol-2by3 > img {
  height: 40px;
  width: 60px;
  max-width: none;
}

/* line 34416, app/assets/stylesheets/style.scss */
.symbol.symbol-45px > img {
  width: 45px;
  height: 45px;
}

/* line 34420, app/assets/stylesheets/style.scss */
.symbol.symbol-45px .symbol-label {
  width: 45px;
  height: 45px;
}

/* line 34424, app/assets/stylesheets/style.scss */
.symbol.symbol-45px.symbol-fixed .symbol-label {
  width: 45px;
  height: 45px;
}

/* line 34428, app/assets/stylesheets/style.scss */
.symbol.symbol-45px.symbol-fixed > img {
  width: 45px;
  height: 45px;
  max-width: none;
}

/* line 34433, app/assets/stylesheets/style.scss */
.symbol.symbol-45px.symbol-2by3 .symbol-label {
  height: 45px;
  width: 67.5px;
}

/* line 34437, app/assets/stylesheets/style.scss */
.symbol.symbol-45px.symbol-2by3 > img {
  height: 45px;
  width: 67.5px;
  max-width: none;
}

/* line 34442, app/assets/stylesheets/style.scss */
.symbol.symbol-50px > img {
  width: 50px;
  height: 50px;
}

/* line 34446, app/assets/stylesheets/style.scss */
.symbol.symbol-50px .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 34450, app/assets/stylesheets/style.scss */
.symbol.symbol-50px.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}

/* line 34454, app/assets/stylesheets/style.scss */
.symbol.symbol-50px.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: none;
}

/* line 34459, app/assets/stylesheets/style.scss */
.symbol.symbol-50px.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}

/* line 34463, app/assets/stylesheets/style.scss */
.symbol.symbol-50px.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: none;
}

/* line 34468, app/assets/stylesheets/style.scss */
.symbol.symbol-55px > img {
  width: 55px;
  height: 55px;
}

/* line 34472, app/assets/stylesheets/style.scss */
.symbol.symbol-55px .symbol-label {
  width: 55px;
  height: 55px;
}

/* line 34476, app/assets/stylesheets/style.scss */
.symbol.symbol-55px.symbol-fixed .symbol-label {
  width: 55px;
  height: 55px;
}

/* line 34480, app/assets/stylesheets/style.scss */
.symbol.symbol-55px.symbol-fixed > img {
  width: 55px;
  height: 55px;
  max-width: none;
}

/* line 34485, app/assets/stylesheets/style.scss */
.symbol.symbol-55px.symbol-2by3 .symbol-label {
  height: 55px;
  width: 82.5px;
}

/* line 34489, app/assets/stylesheets/style.scss */
.symbol.symbol-55px.symbol-2by3 > img {
  height: 55px;
  width: 82.5px;
  max-width: none;
}

/* line 34494, app/assets/stylesheets/style.scss */
.symbol.symbol-60px > img {
  width: 60px;
  height: 60px;
}

/* line 34498, app/assets/stylesheets/style.scss */
.symbol.symbol-60px .symbol-label {
  width: 60px;
  height: 60px;
}

/* line 34502, app/assets/stylesheets/style.scss */
.symbol.symbol-60px.symbol-fixed .symbol-label {
  width: 60px;
  height: 60px;
}

/* line 34506, app/assets/stylesheets/style.scss */
.symbol.symbol-60px.symbol-fixed > img {
  width: 60px;
  height: 60px;
  max-width: none;
}

/* line 34511, app/assets/stylesheets/style.scss */
.symbol.symbol-60px.symbol-2by3 .symbol-label {
  height: 60px;
  width: 90px;
}

/* line 34515, app/assets/stylesheets/style.scss */
.symbol.symbol-60px.symbol-2by3 > img {
  height: 60px;
  width: 90px;
  max-width: none;
}

/* line 34520, app/assets/stylesheets/style.scss */
.symbol.symbol-65px > img {
  width: 65px;
  height: 65px;
}

/* line 34524, app/assets/stylesheets/style.scss */
.symbol.symbol-65px .symbol-label {
  width: 65px;
  height: 65px;
}

/* line 34528, app/assets/stylesheets/style.scss */
.symbol.symbol-65px.symbol-fixed .symbol-label {
  width: 65px;
  height: 65px;
}

/* line 34532, app/assets/stylesheets/style.scss */
.symbol.symbol-65px.symbol-fixed > img {
  width: 65px;
  height: 65px;
  max-width: none;
}

/* line 34537, app/assets/stylesheets/style.scss */
.symbol.symbol-65px.symbol-2by3 .symbol-label {
  height: 65px;
  width: 97.5px;
}

/* line 34541, app/assets/stylesheets/style.scss */
.symbol.symbol-65px.symbol-2by3 > img {
  height: 65px;
  width: 97.5px;
  max-width: none;
}

/* line 34546, app/assets/stylesheets/style.scss */
.symbol.symbol-70px > img {
  width: 70px;
  height: 70px;
}

/* line 34550, app/assets/stylesheets/style.scss */
.symbol.symbol-70px .symbol-label {
  width: 70px;
  height: 70px;
}

/* line 34554, app/assets/stylesheets/style.scss */
.symbol.symbol-70px.symbol-fixed .symbol-label {
  width: 70px;
  height: 70px;
}

/* line 34558, app/assets/stylesheets/style.scss */
.symbol.symbol-70px.symbol-fixed > img {
  width: 70px;
  height: 70px;
  max-width: none;
}

/* line 34563, app/assets/stylesheets/style.scss */
.symbol.symbol-70px.symbol-2by3 .symbol-label {
  height: 70px;
  width: 105px;
}

/* line 34567, app/assets/stylesheets/style.scss */
.symbol.symbol-70px.symbol-2by3 > img {
  height: 70px;
  width: 105px;
  max-width: none;
}

/* line 34572, app/assets/stylesheets/style.scss */
.symbol.symbol-75px > img {
  width: 75px;
  height: 75px;
}

/* line 34576, app/assets/stylesheets/style.scss */
.symbol.symbol-75px .symbol-label {
  width: 75px;
  height: 75px;
}

/* line 34580, app/assets/stylesheets/style.scss */
.symbol.symbol-75px.symbol-fixed .symbol-label {
  width: 75px;
  height: 75px;
}

/* line 34584, app/assets/stylesheets/style.scss */
.symbol.symbol-75px.symbol-fixed > img {
  width: 75px;
  height: 75px;
  max-width: none;
}

/* line 34589, app/assets/stylesheets/style.scss */
.symbol.symbol-75px.symbol-2by3 .symbol-label {
  height: 75px;
  width: 112.5px;
}

/* line 34593, app/assets/stylesheets/style.scss */
.symbol.symbol-75px.symbol-2by3 > img {
  height: 75px;
  width: 112.5px;
  max-width: none;
}

/* line 34598, app/assets/stylesheets/style.scss */
.symbol.symbol-90px > img {
  width: 90px;
  height: 90px;
}

/* line 34602, app/assets/stylesheets/style.scss */
.symbol.symbol-90px .symbol-label {
  width: 90px;
  height: 90px;
}

/* line 34606, app/assets/stylesheets/style.scss */
.symbol.symbol-90px.symbol-fixed .symbol-label {
  width: 90px;
  height: 90px;
}

/* line 34610, app/assets/stylesheets/style.scss */
.symbol.symbol-90px.symbol-fixed > img {
  width: 90px;
  height: 90px;
  max-width: none;
}

/* line 34615, app/assets/stylesheets/style.scss */
.symbol.symbol-90px.symbol-2by3 .symbol-label {
  height: 90px;
  width: 135px;
}

/* line 34619, app/assets/stylesheets/style.scss */
.symbol.symbol-90px.symbol-2by3 > img {
  height: 90px;
  width: 135px;
  max-width: none;
}

/* line 34624, app/assets/stylesheets/style.scss */
.symbol.symbol-100px > img {
  width: 100px;
  height: 100px;
}

/* line 34628, app/assets/stylesheets/style.scss */
.symbol.symbol-100px .symbol-label {
  width: 100px;
  height: 100px;
}

/* line 34632, app/assets/stylesheets/style.scss */
.symbol.symbol-100px.symbol-fixed .symbol-label {
  width: 100px;
  height: 100px;
}

/* line 34636, app/assets/stylesheets/style.scss */
.symbol.symbol-100px.symbol-fixed > img {
  width: 100px;
  height: 100px;
  max-width: none;
}

/* line 34641, app/assets/stylesheets/style.scss */
.symbol.symbol-100px.symbol-2by3 .symbol-label {
  height: 100px;
  width: 150px;
}

/* line 34645, app/assets/stylesheets/style.scss */
.symbol.symbol-100px.symbol-2by3 > img {
  height: 100px;
  width: 150px;
  max-width: none;
}

/* line 34650, app/assets/stylesheets/style.scss */
.symbol.symbol-125px > img {
  width: 125px;
  height: 125px;
}

/* line 34654, app/assets/stylesheets/style.scss */
.symbol.symbol-125px .symbol-label {
  width: 125px;
  height: 125px;
}

/* line 34658, app/assets/stylesheets/style.scss */
.symbol.symbol-125px.symbol-fixed .symbol-label {
  width: 125px;
  height: 125px;
}

/* line 34662, app/assets/stylesheets/style.scss */
.symbol.symbol-125px.symbol-fixed > img {
  width: 125px;
  height: 125px;
  max-width: none;
}

/* line 34667, app/assets/stylesheets/style.scss */
.symbol.symbol-125px.symbol-2by3 .symbol-label {
  height: 125px;
  width: 187.5px;
}

/* line 34671, app/assets/stylesheets/style.scss */
.symbol.symbol-125px.symbol-2by3 > img {
  height: 125px;
  width: 187.5px;
  max-width: none;
}

/* line 34676, app/assets/stylesheets/style.scss */
.symbol.symbol-150px > img {
  width: 150px;
  height: 150px;
}

/* line 34680, app/assets/stylesheets/style.scss */
.symbol.symbol-150px .symbol-label {
  width: 150px;
  height: 150px;
}

/* line 34684, app/assets/stylesheets/style.scss */
.symbol.symbol-150px.symbol-fixed .symbol-label {
  width: 150px;
  height: 150px;
}

/* line 34688, app/assets/stylesheets/style.scss */
.symbol.symbol-150px.symbol-fixed > img {
  width: 150px;
  height: 150px;
  max-width: none;
}

/* line 34693, app/assets/stylesheets/style.scss */
.symbol.symbol-150px.symbol-2by3 .symbol-label {
  height: 150px;
  width: 225px;
}

/* line 34697, app/assets/stylesheets/style.scss */
.symbol.symbol-150px.symbol-2by3 > img {
  height: 150px;
  width: 225px;
  max-width: none;
}

/* line 34702, app/assets/stylesheets/style.scss */
.symbol.symbol-160px > img {
  width: 160px;
  height: 160px;
}

/* line 34706, app/assets/stylesheets/style.scss */
.symbol.symbol-160px .symbol-label {
  width: 160px;
  height: 160px;
}

/* line 34710, app/assets/stylesheets/style.scss */
.symbol.symbol-160px.symbol-fixed .symbol-label {
  width: 160px;
  height: 160px;
}

/* line 34714, app/assets/stylesheets/style.scss */
.symbol.symbol-160px.symbol-fixed > img {
  width: 160px;
  height: 160px;
  max-width: none;
}

/* line 34719, app/assets/stylesheets/style.scss */
.symbol.symbol-160px.symbol-2by3 .symbol-label {
  height: 160px;
  width: 240px;
}

/* line 34723, app/assets/stylesheets/style.scss */
.symbol.symbol-160px.symbol-2by3 > img {
  height: 160px;
  width: 240px;
  max-width: none;
}

/* line 34728, app/assets/stylesheets/style.scss */
.symbol.symbol-175px > img {
  width: 175px;
  height: 175px;
}

/* line 34732, app/assets/stylesheets/style.scss */
.symbol.symbol-175px .symbol-label {
  width: 175px;
  height: 175px;
}

/* line 34736, app/assets/stylesheets/style.scss */
.symbol.symbol-175px.symbol-fixed .symbol-label {
  width: 175px;
  height: 175px;
}

/* line 34740, app/assets/stylesheets/style.scss */
.symbol.symbol-175px.symbol-fixed > img {
  width: 175px;
  height: 175px;
  max-width: none;
}

/* line 34745, app/assets/stylesheets/style.scss */
.symbol.symbol-175px.symbol-2by3 .symbol-label {
  height: 175px;
  width: 262.5px;
}

/* line 34749, app/assets/stylesheets/style.scss */
.symbol.symbol-175px.symbol-2by3 > img {
  height: 175px;
  width: 262.5px;
  max-width: none;
}

/* line 34754, app/assets/stylesheets/style.scss */
.symbol.symbol-200px > img {
  width: 200px;
  height: 200px;
}

/* line 34758, app/assets/stylesheets/style.scss */
.symbol.symbol-200px .symbol-label {
  width: 200px;
  height: 200px;
}

/* line 34762, app/assets/stylesheets/style.scss */
.symbol.symbol-200px.symbol-fixed .symbol-label {
  width: 200px;
  height: 200px;
}

/* line 34766, app/assets/stylesheets/style.scss */
.symbol.symbol-200px.symbol-fixed > img {
  width: 200px;
  height: 200px;
  max-width: none;
}

/* line 34771, app/assets/stylesheets/style.scss */
.symbol.symbol-200px.symbol-2by3 .symbol-label {
  height: 200px;
  width: 300px;
}

/* line 34775, app/assets/stylesheets/style.scss */
.symbol.symbol-200px.symbol-2by3 > img {
  height: 200px;
  width: 300px;
  max-width: none;
}

@media (min-width: 576px) {
  /* line 34781, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 34785, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 34789, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 34793, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 34798, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 34802, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 34807, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 34811, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 34815, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 34819, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 34824, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 34828, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 34833, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 34837, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 34841, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 34845, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 34850, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 34854, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 34859, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 34863, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 34867, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 34871, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 34876, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 34880, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 34885, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 34889, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 34893, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 34897, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 34902, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 34906, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 34911, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 34915, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 34919, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 34923, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 34928, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 34932, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 34937, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 34941, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 34945, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 34949, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 34954, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 34958, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 34963, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 34967, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 34971, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 34975, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 34980, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 34984, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 34989, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 34993, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 34997, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 35001, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 35006, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 35010, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 35015, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 35019, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 35023, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 35027, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 35032, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 35036, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 35041, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 35045, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 35049, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 35053, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 35058, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 35062, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 35067, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 35071, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 35075, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 35079, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 35084, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 35088, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 35093, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 35097, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 35101, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 35105, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 35110, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 35114, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 35119, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 35123, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 35127, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 35131, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 35136, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 35140, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 35145, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 35149, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 35153, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 35157, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 35162, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 35166, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 35171, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 35175, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 35179, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 35183, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 35188, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 35192, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 35197, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 35201, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 35205, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 35209, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 35214, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 35218, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 35223, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 35227, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 35231, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 35235, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 35240, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 35244, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 35249, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 35253, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 35257, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 35261, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 35266, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 35270, app/assets/stylesheets/style.scss */
  .symbol.symbol-sm-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 768px) {
  /* line 35276, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 35280, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 35284, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 35288, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 35293, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 35297, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 35302, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 35306, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 35310, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 35314, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 35319, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 35323, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 35328, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 35332, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 35336, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 35340, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 35345, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 35349, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 35354, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 35358, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 35362, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 35366, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 35371, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 35375, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 35380, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 35384, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 35388, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 35392, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 35397, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 35401, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 35406, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 35410, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 35414, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 35418, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 35423, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 35427, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 35432, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 35436, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 35440, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 35444, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 35449, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 35453, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 35458, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 35462, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 35466, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 35470, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 35475, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 35479, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 35484, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 35488, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 35492, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 35496, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 35501, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 35505, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 35510, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 35514, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 35518, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 35522, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 35527, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 35531, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 35536, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 35540, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 35544, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 35548, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 35553, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 35557, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 35562, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 35566, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 35570, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 35574, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 35579, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 35583, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 35588, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 35592, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 35596, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 35600, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 35605, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 35609, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 35614, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 35618, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 35622, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 35626, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 35631, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 35635, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 35640, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 35644, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 35648, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 35652, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 35657, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 35661, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 35666, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 35670, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 35674, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 35678, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 35683, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 35687, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 35692, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 35696, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 35700, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 35704, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 35709, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 35713, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 35718, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 35722, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 35726, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 35730, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 35735, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 35739, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 35744, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 35748, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 35752, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 35756, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 35761, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 35765, app/assets/stylesheets/style.scss */
  .symbol.symbol-md-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 992px) {
  /* line 35771, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 35775, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 35779, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 35783, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 35788, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 35792, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 35797, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 35801, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 35805, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 35809, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 35814, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 35818, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 35823, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 35827, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 35831, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 35835, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 35840, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 35844, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 35849, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 35853, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 35857, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 35861, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 35866, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 35870, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 35875, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 35879, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 35883, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 35887, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 35892, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 35896, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 35901, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 35905, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 35909, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 35913, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 35918, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 35922, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 35927, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 35931, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 35935, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 35939, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 35944, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 35948, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 35953, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 35957, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 35961, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 35965, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 35970, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 35974, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 35979, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 35983, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 35987, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 35991, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 35996, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36000, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 36005, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 36009, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 36013, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 36017, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 36022, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36026, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 36031, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 36035, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 36039, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 36043, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 36048, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36052, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 36057, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 36061, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 36065, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 36069, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 36074, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36078, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 36083, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 36087, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 36091, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 36095, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 36100, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36104, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 36109, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 36113, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 36117, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 36121, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 36126, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36130, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 36135, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 36139, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 36143, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 36147, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 36152, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36156, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 36161, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 36165, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 36169, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 36173, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 36178, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36182, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 36187, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 36191, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 36195, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 36199, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 36204, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36208, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 36213, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 36217, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 36221, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 36225, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 36230, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36234, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 36239, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 36243, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 36247, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 36251, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 36256, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36260, app/assets/stylesheets/style.scss */
  .symbol.symbol-lg-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  /* line 36266, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 36270, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 36274, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 36278, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 36283, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36287, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 36292, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 36296, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 36300, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 36304, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 36309, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36313, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 36318, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 36322, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 36326, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 36330, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 36335, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36339, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 36344, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 36348, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 36352, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 36356, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 36361, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36365, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 36370, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 36374, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 36378, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 36382, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 36387, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36391, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 36396, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 36400, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 36404, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 36408, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 36413, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36417, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 36422, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 36426, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 36430, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 36434, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 36439, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36443, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 36448, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 36452, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 36456, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 36460, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 36465, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36469, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 36474, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 36478, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 36482, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 36486, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 36491, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36495, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 36500, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 36504, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 36508, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 36512, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 36517, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 36521, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 36526, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 36530, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 36534, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 36538, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 36543, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 36547, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 36552, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 36556, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 36560, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 36564, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 36569, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 36573, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 36578, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 36582, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 36586, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 36590, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 36595, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 36599, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 36604, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 36608, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 36612, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 36616, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 36621, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 36625, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 36630, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 36634, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 36638, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 36642, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 36647, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 36651, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 36656, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 36660, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 36664, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 36668, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 36673, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 36677, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 36682, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 36686, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 36690, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 36694, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 36699, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 36703, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 36708, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 36712, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 36716, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 36720, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 36725, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 36729, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 36734, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 36738, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 36742, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 36746, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 36751, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 36755, app/assets/stylesheets/style.scss */
  .symbol.symbol-xl-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

@media (min-width: 1400px) {
  /* line 36761, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-20px > img {
    width: 20px;
    height: 20px;
  }
  /* line 36765, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 36769, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  /* line 36773, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: none;
  }
  /* line 36778, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  /* line 36782, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: none;
  }
  /* line 36787, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-25px > img {
    width: 25px;
    height: 25px;
  }
  /* line 36791, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 36795, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  /* line 36799, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: none;
  }
  /* line 36804, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  /* line 36808, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: none;
  }
  /* line 36813, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-30px > img {
    width: 30px;
    height: 30px;
  }
  /* line 36817, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 36821, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  /* line 36825, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  /* line 36830, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  /* line 36834, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: none;
  }
  /* line 36839, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-35px > img {
    width: 35px;
    height: 35px;
  }
  /* line 36843, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 36847, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  /* line 36851, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: none;
  }
  /* line 36856, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  /* line 36860, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: none;
  }
  /* line 36865, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-40px > img {
    width: 40px;
    height: 40px;
  }
  /* line 36869, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 36873, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  /* line 36877, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: none;
  }
  /* line 36882, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  /* line 36886, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: none;
  }
  /* line 36891, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-45px > img {
    width: 45px;
    height: 45px;
  }
  /* line 36895, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 36899, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  /* line 36903, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: none;
  }
  /* line 36908, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  /* line 36912, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: none;
  }
  /* line 36917, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-50px > img {
    width: 50px;
    height: 50px;
  }
  /* line 36921, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 36925, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  /* line 36929, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
  /* line 36934, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  /* line 36938, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: none;
  }
  /* line 36943, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-55px > img {
    width: 55px;
    height: 55px;
  }
  /* line 36947, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 36951, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  /* line 36955, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: none;
  }
  /* line 36960, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  /* line 36964, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: none;
  }
  /* line 36969, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-60px > img {
    width: 60px;
    height: 60px;
  }
  /* line 36973, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 36977, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  /* line 36981, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  /* line 36986, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  /* line 36990, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: none;
  }
  /* line 36995, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-65px > img {
    width: 65px;
    height: 65px;
  }
  /* line 36999, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 37003, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  /* line 37007, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: none;
  }
  /* line 37012, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  /* line 37016, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: none;
  }
  /* line 37021, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-70px > img {
    width: 70px;
    height: 70px;
  }
  /* line 37025, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 37029, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  /* line 37033, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: none;
  }
  /* line 37038, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  /* line 37042, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: none;
  }
  /* line 37047, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-75px > img {
    width: 75px;
    height: 75px;
  }
  /* line 37051, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 37055, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  /* line 37059, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: none;
  }
  /* line 37064, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  /* line 37068, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: none;
  }
  /* line 37073, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-90px > img {
    width: 90px;
    height: 90px;
  }
  /* line 37077, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-90px .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 37081, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-90px.symbol-fixed .symbol-label {
    width: 90px;
    height: 90px;
  }
  /* line 37085, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-90px.symbol-fixed > img {
    width: 90px;
    height: 90px;
    max-width: none;
  }
  /* line 37090, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-90px.symbol-2by3 .symbol-label {
    height: 90px;
    width: 135px;
  }
  /* line 37094, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-90px.symbol-2by3 > img {
    height: 90px;
    width: 135px;
    max-width: none;
  }
  /* line 37099, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-100px > img {
    width: 100px;
    height: 100px;
  }
  /* line 37103, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 37107, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  /* line 37111, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  /* line 37116, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  /* line 37120, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
  /* line 37125, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-125px > img {
    width: 125px;
    height: 125px;
  }
  /* line 37129, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 37133, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  /* line 37137, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: none;
  }
  /* line 37142, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  /* line 37146, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: none;
  }
  /* line 37151, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-150px > img {
    width: 150px;
    height: 150px;
  }
  /* line 37155, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 37159, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  /* line 37163, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: none;
  }
  /* line 37168, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  /* line 37172, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: none;
  }
  /* line 37177, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-160px > img {
    width: 160px;
    height: 160px;
  }
  /* line 37181, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 37185, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  /* line 37189, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
  /* line 37194, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  /* line 37198, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: none;
  }
  /* line 37203, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-175px > img {
    width: 175px;
    height: 175px;
  }
  /* line 37207, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 37211, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  /* line 37215, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: none;
  }
  /* line 37220, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  /* line 37224, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: none;
  }
  /* line 37229, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-200px > img {
    width: 200px;
    height: 200px;
  }
  /* line 37233, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 37237, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  /* line 37241, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: none;
  }
  /* line 37246, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  /* line 37250, app/assets/stylesheets/style.scss */
  .symbol.symbol-xxl-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: none;
  }
}

/* line 37255, app/assets/stylesheets/style.scss */
.symbol-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}

/* line 37261, app/assets/stylesheets/style.scss */
.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  transition: all .3s ease;
}

/* line 37267, app/assets/stylesheets/style.scss */
.symbol-group .symbol:hover {
  transition: all .3s ease;
  z-index: 1;
}

/* line 37271, app/assets/stylesheets/style.scss */
.symbol-group .symbol-badge {
  border: 2px solid var(--bs-body-bg);
}

/* line 37274, app/assets/stylesheets/style.scss */
.symbol-group .symbol-label {
  position: relative;
}

/* line 37277, app/assets/stylesheets/style.scss */
.symbol-group .symbol-label:after {
  display: block;
  content: " ";
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid var(--bs-symbol-border-color);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 37290, app/assets/stylesheets/style.scss */
.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

/* line 37293, app/assets/stylesheets/style.scss */
.pulse {
  position: relative;
}

/* line 37296, app/assets/stylesheets/style.scss */
.pulse.pulse-light .pulse-ring {
  border-color: var(--bs-light);
}

/* line 37299, app/assets/stylesheets/style.scss */
.pulse.pulse-primary .pulse-ring {
  border-color: var(--bs-primary);
}

/* line 37302, app/assets/stylesheets/style.scss */
.pulse.pulse-secondary .pulse-ring {
  border-color: var(--bs-secondary);
}

/* line 37305, app/assets/stylesheets/style.scss */
.pulse.pulse-success .pulse-ring {
  border-color: var(--bs-success);
}

/* line 37308, app/assets/stylesheets/style.scss */
.pulse.pulse-info .pulse-ring {
  border-color: var(--bs-info);
}

/* line 37311, app/assets/stylesheets/style.scss */
.pulse.pulse-warning .pulse-ring {
  border-color: var(--bs-warning);
}

/* line 37314, app/assets/stylesheets/style.scss */
.pulse.pulse-danger .pulse-ring {
  border-color: var(--bs-danger);
}

/* line 37317, app/assets/stylesheets/style.scss */
.pulse.pulse-dark .pulse-ring {
  border-color: var(--bs-dark);
}

/* line 37320, app/assets/stylesheets/style.scss */
.pulse-ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  animation: animation-pulse 3.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: var(--bs-gray-500);
}

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* line 37349, app/assets/stylesheets/style.scss */
.page-loading *, [data-kt-app-page-loading=on] * {
  transition: none !important;
}

/* line 37352, app/assets/stylesheets/style.scss */
.page-loader {
  background-color: var(--bs-body-bg);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
}

/* line 37362, app/assets/stylesheets/style.scss */
.page-loading .page-loader, [data-kt-app-page-loading=on] .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 37367, app/assets/stylesheets/style.scss */
.scrolltop {
  position: fixed;
  display: none;
  cursor: pointer;
  z-index: 105;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  bottom: 40px;
  right: 20px;
  background-color: var(--bs-scrolltop-bg-color);
  box-shadow: var(--bs-scrolltop-box-shadow);
  opacity: 0;
  transition: color .2s ease;
  border-radius: .475rem;
}

/* line 37384, app/assets/stylesheets/style.scss */
.scrolltop .svg-icon {
  color: var(--bs-scrolltop-icon-color);
}

/* line 37387, app/assets/stylesheets/style.scss */
.scrolltop .svg-icon svg {
  height: 24px;
  width: 24px;
}

/* line 37391, app/assets/stylesheets/style.scss */
.scrolltop > i {
  font-size: 1.3rem;
  color: var(--bs-scrolltop-icon-color);
}

/* line 37395, app/assets/stylesheets/style.scss */
.scrolltop:hover {
  background-color: var(--bs-scrolltop-bg-color-hover);
}

/* line 37398, app/assets/stylesheets/style.scss */
.scrolltop:hover .svg-icon, .scrolltop:hover i {
  color: var(--bs-scrolltop-icon-color-hover);
}

/* line 37401, app/assets/stylesheets/style.scss */
[data-kt-scrolltop=on] .scrolltop {
  opacity: var(--bs-scrolltop-opacity-on);
  animation: animation-scrolltop .4s ease-out 1;
  display: flex;
}

/* line 37406, app/assets/stylesheets/style.scss */
[data-kt-scrolltop=on] .scrolltop:hover {
  transition: color .2s ease;
  opacity: var(--bs-scrolltop-opacity-hover);
}

@media (max-width: 991.98px) {
  /* line 37411, app/assets/stylesheets/style.scss */
  .scrolltop {
    bottom: 30px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

@keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

/* line 37424, app/assets/stylesheets/style.scss */
.svg-icon {
  line-height: 1;
  color: var(--bs-text-muted);
}

/* line 37428, app/assets/stylesheets/style.scss */
.svg-icon svg {
  height: 1.15rem;
  width: 1.15rem;
}

/* line 37432, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-white {
  color: var(--bs-text-white);
}

/* line 37435, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-primary {
  color: var(--bs-text-primary);
}

/* line 37438, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-secondary {
  color: var(--bs-text-secondary);
}

/* line 37441, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-light {
  color: var(--bs-text-light);
}

/* line 37444, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-success {
  color: var(--bs-text-success);
}

/* line 37447, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-info {
  color: var(--bs-text-info);
}

/* line 37450, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-warning {
  color: var(--bs-text-warning);
}

/* line 37453, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-danger {
  color: var(--bs-text-danger);
}

/* line 37456, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-dark {
  color: var(--bs-text-dark);
}

/* line 37459, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-muted {
  color: var(--bs-text-muted);
}

/* line 37462, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-100 {
  color: var(--bs-text-gray-100);
}

/* line 37465, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-200 {
  color: var(--bs-text-gray-200);
}

/* line 37468, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-300 {
  color: var(--bs-text-gray-300);
}

/* line 37471, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-400 {
  color: var(--bs-text-gray-400);
}

/* line 37474, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-500 {
  color: var(--bs-text-gray-500);
}

/* line 37477, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-600 {
  color: var(--bs-text-gray-600);
}

/* line 37480, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-700 {
  color: var(--bs-text-gray-700);
}

/* line 37483, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-800 {
  color: var(--bs-text-gray-800);
}

/* line 37486, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-gray-900 {
  color: var(--bs-text-gray-900);
}

/* line 37489, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-1 svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}

/* line 37493, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-2 svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

/* line 37497, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-3 svg {
  height: 1.35rem !important;
  width: 1.35rem !important;
}

/* line 37501, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-4 svg {
  height: 1.25rem !important;
  width: 1.25rem !important;
}

/* line 37505, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-5 svg {
  height: 1.15rem !important;
  width: 1.15rem !important;
}

/* line 37509, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-6 svg {
  height: 1.075rem !important;
  width: 1.075rem !important;
}

/* line 37513, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-7 svg {
  height: 0.95rem !important;
  width: 0.95rem !important;
}

/* line 37517, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-8 svg {
  height: 0.85rem !important;
  width: 0.85rem !important;
}

/* line 37521, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-9 svg {
  height: 0.75rem !important;
  width: 0.75rem !important;
}

/* line 37525, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-10 svg {
  height: 0.5rem !important;
  width: 0.5rem !important;
}

/* line 37529, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-base svg {
  height: 1rem !important;
  width: 1rem !important;
}

/* line 37533, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-fluid svg {
  height: 100% !important;
  width: 100% !important;
}

/* line 37537, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-2x svg {
  height: 2rem !important;
  width: 2rem !important;
}

/* line 37541, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-2qx svg {
  height: 2.25rem !important;
  width: 2.25rem !important;
}

/* line 37545, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-2hx svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

/* line 37549, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-2tx svg {
  height: 2.75rem !important;
  width: 2.75rem !important;
}

/* line 37553, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}

/* line 37557, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-3qx svg {
  height: 3.25rem !important;
  width: 3.25rem !important;
}

/* line 37561, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-3hx svg {
  height: 3.5rem !important;
  width: 3.5rem !important;
}

/* line 37565, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-3tx svg {
  height: 3.75rem !important;
  width: 3.75rem !important;
}

/* line 37569, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-4x svg {
  height: 4rem !important;
  width: 4rem !important;
}

/* line 37573, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-4qx svg {
  height: 4.25rem !important;
  width: 4.25rem !important;
}

/* line 37577, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-4hx svg {
  height: 4.5rem !important;
  width: 4.5rem !important;
}

/* line 37581, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-4tx svg {
  height: 4.75rem !important;
  width: 4.75rem !important;
}

/* line 37585, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-5x svg {
  height: 5rem !important;
  width: 5rem !important;
}

/* line 37589, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-5qx svg {
  height: 5.25rem !important;
  width: 5.25rem !important;
}

/* line 37593, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-5hx svg {
  height: 5.5rem !important;
  width: 5.5rem !important;
}

/* line 37597, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-5tx svg {
  height: 5.75rem !important;
  width: 5.75rem !important;
}

/* line 37601, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-6x svg {
  height: 6rem !important;
  width: 6rem !important;
}

/* line 37605, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-6qx svg {
  height: 6.25rem !important;
  width: 6.25rem !important;
}

/* line 37609, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-6hx svg {
  height: 6.5rem !important;
  width: 6.5rem !important;
}

/* line 37613, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-6tx svg {
  height: 6.75rem !important;
  width: 6.75rem !important;
}

/* line 37617, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-7x svg {
  height: 7rem !important;
  width: 7rem !important;
}

/* line 37621, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-7qx svg {
  height: 7.25rem !important;
  width: 7.25rem !important;
}

/* line 37625, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-7hx svg {
  height: 7.5rem !important;
  width: 7.5rem !important;
}

/* line 37629, app/assets/stylesheets/style.scss */
.svg-icon.svg-icon-7tx svg {
  height: 7.75rem !important;
  width: 7.75rem !important;
}

@media (min-width: 576px) {
  /* line 37634, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 37638, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 37642, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  /* line 37646, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 37650, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  /* line 37654, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  /* line 37658, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  /* line 37662, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  /* line 37666, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  /* line 37670, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  /* line 37674, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  /* line 37678, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  /* line 37682, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 37686, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  /* line 37690, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 37694, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  /* line 37698, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  /* line 37702, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  /* line 37706, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  /* line 37710, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  /* line 37714, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  /* line 37718, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  /* line 37722, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  /* line 37726, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  /* line 37730, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  /* line 37734, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  /* line 37738, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  /* line 37742, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
  /* line 37746, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-6x svg {
    height: 6rem !important;
    width: 6rem !important;
  }
  /* line 37750, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-6qx svg {
    height: 6.25rem !important;
    width: 6.25rem !important;
  }
  /* line 37754, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-6hx svg {
    height: 6.5rem !important;
    width: 6.5rem !important;
  }
  /* line 37758, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-6tx svg {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
  /* line 37762, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-7x svg {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 37766, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-7qx svg {
    height: 7.25rem !important;
    width: 7.25rem !important;
  }
  /* line 37770, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-7hx svg {
    height: 7.5rem !important;
    width: 7.5rem !important;
  }
  /* line 37774, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-sm-7tx svg {
    height: 7.75rem !important;
    width: 7.75rem !important;
  }
}

@media (min-width: 768px) {
  /* line 37779, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 37783, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 37787, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  /* line 37791, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 37795, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  /* line 37799, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  /* line 37803, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  /* line 37807, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  /* line 37811, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  /* line 37815, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  /* line 37819, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  /* line 37823, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  /* line 37827, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 37831, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  /* line 37835, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 37839, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  /* line 37843, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  /* line 37847, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  /* line 37851, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  /* line 37855, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  /* line 37859, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  /* line 37863, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  /* line 37867, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  /* line 37871, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  /* line 37875, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  /* line 37879, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  /* line 37883, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  /* line 37887, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
  /* line 37891, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-6x svg {
    height: 6rem !important;
    width: 6rem !important;
  }
  /* line 37895, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-6qx svg {
    height: 6.25rem !important;
    width: 6.25rem !important;
  }
  /* line 37899, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-6hx svg {
    height: 6.5rem !important;
    width: 6.5rem !important;
  }
  /* line 37903, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-6tx svg {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
  /* line 37907, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-7x svg {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 37911, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-7qx svg {
    height: 7.25rem !important;
    width: 7.25rem !important;
  }
  /* line 37915, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-7hx svg {
    height: 7.5rem !important;
    width: 7.5rem !important;
  }
  /* line 37919, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-md-7tx svg {
    height: 7.75rem !important;
    width: 7.75rem !important;
  }
}

@media (min-width: 992px) {
  /* line 37924, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 37928, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 37932, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  /* line 37936, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 37940, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  /* line 37944, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  /* line 37948, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  /* line 37952, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  /* line 37956, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  /* line 37960, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  /* line 37964, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  /* line 37968, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  /* line 37972, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 37976, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  /* line 37980, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 37984, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  /* line 37988, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  /* line 37992, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  /* line 37996, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  /* line 38000, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  /* line 38004, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  /* line 38008, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  /* line 38012, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  /* line 38016, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  /* line 38020, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  /* line 38024, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  /* line 38028, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  /* line 38032, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
  /* line 38036, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-6x svg {
    height: 6rem !important;
    width: 6rem !important;
  }
  /* line 38040, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-6qx svg {
    height: 6.25rem !important;
    width: 6.25rem !important;
  }
  /* line 38044, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-6hx svg {
    height: 6.5rem !important;
    width: 6.5rem !important;
  }
  /* line 38048, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-6tx svg {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
  /* line 38052, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-7x svg {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 38056, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-7qx svg {
    height: 7.25rem !important;
    width: 7.25rem !important;
  }
  /* line 38060, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-7hx svg {
    height: 7.5rem !important;
    width: 7.5rem !important;
  }
  /* line 38064, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-lg-7tx svg {
    height: 7.75rem !important;
    width: 7.75rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 38069, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 38073, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 38077, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  /* line 38081, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 38085, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  /* line 38089, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  /* line 38093, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  /* line 38097, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  /* line 38101, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  /* line 38105, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  /* line 38109, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  /* line 38113, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  /* line 38117, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 38121, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  /* line 38125, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 38129, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  /* line 38133, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  /* line 38137, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  /* line 38141, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  /* line 38145, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  /* line 38149, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  /* line 38153, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  /* line 38157, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  /* line 38161, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  /* line 38165, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  /* line 38169, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  /* line 38173, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  /* line 38177, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
  /* line 38181, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-6x svg {
    height: 6rem !important;
    width: 6rem !important;
  }
  /* line 38185, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-6qx svg {
    height: 6.25rem !important;
    width: 6.25rem !important;
  }
  /* line 38189, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-6hx svg {
    height: 6.5rem !important;
    width: 6.5rem !important;
  }
  /* line 38193, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-6tx svg {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
  /* line 38197, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-7x svg {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 38201, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-7qx svg {
    height: 7.25rem !important;
    width: 7.25rem !important;
  }
  /* line 38205, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-7hx svg {
    height: 7.5rem !important;
    width: 7.5rem !important;
  }
  /* line 38209, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xl-7tx svg {
    height: 7.75rem !important;
    width: 7.75rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 38214, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  /* line 38218, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  /* line 38222, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  /* line 38226, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  /* line 38230, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  /* line 38234, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  /* line 38238, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  /* line 38242, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  /* line 38246, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  /* line 38250, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  /* line 38254, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  /* line 38258, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  /* line 38262, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  /* line 38266, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  /* line 38270, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  /* line 38274, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  /* line 38278, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  /* line 38282, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  /* line 38286, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  /* line 38290, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  /* line 38294, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  /* line 38298, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  /* line 38302, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  /* line 38306, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  /* line 38310, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  /* line 38314, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  /* line 38318, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  /* line 38322, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
  /* line 38326, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-6x svg {
    height: 6rem !important;
    width: 6rem !important;
  }
  /* line 38330, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-6qx svg {
    height: 6.25rem !important;
    width: 6.25rem !important;
  }
  /* line 38334, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-6hx svg {
    height: 6.5rem !important;
    width: 6.5rem !important;
  }
  /* line 38338, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-6tx svg {
    height: 6.75rem !important;
    width: 6.75rem !important;
  }
  /* line 38342, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-7x svg {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 38346, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-7qx svg {
    height: 7.25rem !important;
    width: 7.25rem !important;
  }
  /* line 38350, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-7hx svg {
    height: 7.5rem !important;
    width: 7.5rem !important;
  }
  /* line 38354, app/assets/stylesheets/style.scss */
  .svg-icon.svg-icon-xxl-7tx svg {
    height: 7.75rem !important;
    width: 7.75rem !important;
  }
}

/* line 38358, app/assets/stylesheets/style.scss */
.fixed-top {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 576px) {
  /* line 38366, app/assets/stylesheets/style.scss */
  .fixed-top-sm {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  /* line 38374, app/assets/stylesheets/style.scss */
  .fixed-top-md {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 38382, app/assets/stylesheets/style.scss */
  .fixed-top-lg {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 38390, app/assets/stylesheets/style.scss */
  .fixed-top-xl {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1400px) {
  /* line 38398, app/assets/stylesheets/style.scss */
  .fixed-top-xxl {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 38405, app/assets/stylesheets/style.scss */
.timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

/* line 38412, app/assets/stylesheets/style.scss */
.timeline .timeline-item:last-child .timeline-line {
  bottom: 100%;
}

/* line 38414, app/assets/stylesheets/style.scss */
.timeline .timeline-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: var(--bs-gray-300);
}

/* line 38428, app/assets/stylesheets/style.scss */
.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
}

/* line 38433, app/assets/stylesheets/style.scss */
.timeline .timeline-content {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}

/* line 38438, app/assets/stylesheets/style.scss */
.timeline.timeline-center .timeline-item {
  align-items: center;
}

/* line 38441, app/assets/stylesheets/style.scss */
.timeline.timeline-center .timeline-item:first-child .timeline-line {
  top: 50%;
}

/* line 38443, app/assets/stylesheets/style.scss */
.timeline.timeline-center .timeline-item:last-child .timeline-line {
  bottom: 50%;
}

/* line 38445, app/assets/stylesheets/style.scss */
.timeline-label {
  position: relative;
}

/* line 38448, app/assets/stylesheets/style.scss */
.timeline-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: var(--bs-gray-200);
}

/* line 38457, app/assets/stylesheets/style.scss */
.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}

/* line 38463, app/assets/stylesheets/style.scss */
.timeline-label .timeline-item:last-child {
  margin-bottom: 0;
}

/* line 38466, app/assets/stylesheets/style.scss */
.timeline-label .timeline-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: var(--bs-gray-800);
}

/* line 38472, app/assets/stylesheets/style.scss */
.timeline-label .timeline-badge {
  flex-shrink: 0;
  background-color: var(--bs-body-bg);
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -.5rem;
  padding: 3px !important;
  border: 6px solid var(--bs-body-bg) !important;
}

/* line 38487, app/assets/stylesheets/style.scss */
.timeline-label .timeline-content {
  flex-grow: 1;
}

/* line 38490, app/assets/stylesheets/style.scss */
.overlay {
  position: relative;
}

/* line 38493, app/assets/stylesheets/style.scss */
.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-overlay-bg);
  transition: all .3s ease;
  opacity: 0;
}

/* line 38506, app/assets/stylesheets/style.scss */
.overlay.overlay-block .overlay-layer, .overlay.overlay-show .overlay-layer, .overlay:hover .overlay-layer {
  transition: all .3s ease;
  opacity: 1;
}

/* line 38510, app/assets/stylesheets/style.scss */
.overlay.overlay-block {
  cursor: wait;
}

/* line 38513, app/assets/stylesheets/style.scss */
.bullet {
  display: inline-block;
  background-color: var(--bs-bullet-bg-color);
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}

/* line 38521, app/assets/stylesheets/style.scss */
.bullet-dot {
  width: 4px;
  height: 4px;
  border-radius: 100% !important;
}

/* line 38526, app/assets/stylesheets/style.scss */
.bullet-vertical {
  width: 4px;
  height: 8px;
}

/* line 38530, app/assets/stylesheets/style.scss */
.bullet-line {
  width: 5px;
  height: 1px;
  border-radius: 0;
}

/* line 38535, app/assets/stylesheets/style.scss */
.drawer {
  display: flex !important;
  overflow: auto;
  z-index: 110;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: var(--bs-drawer-bg-color);
  transition: transform 0.3s ease-in-out !important;
}

/* line 38545, app/assets/stylesheets/style.scss */
.drawer.drawer-start {
  left: 0;
  transform: translateX(-100%);
}

/* line 38549, app/assets/stylesheets/style.scss */
.drawer.drawer-end {
  right: 0;
  transform: translateX(100%);
}

/* line 38553, app/assets/stylesheets/style.scss */
.drawer.drawer-on {
  transform: none;
  box-shadow: var(--bs-drawer-box-shadow);
  transition: transform 0.3s ease-in-out !important;
}

/* line 38558, app/assets/stylesheets/style.scss */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 109;
  background-color: var(--bs-drawer-overlay-bg-color);
  animation: animation-drawer-fade-in .3s ease-in-out 1;
}

/* line 38569, app/assets/stylesheets/style.scss */
[data-kt-drawer=true] {
  display: none;
}

@keyframes animation-drawer-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 38580, app/assets/stylesheets/style.scss */
  body[data-kt-drawer=on] {
    overflow: hidden;
  }
}

/* line 38583, app/assets/stylesheets/style.scss */
.badge {
  display: inline-flex;
  align-items: center;
}

/* line 38587, app/assets/stylesheets/style.scss */
.badge.badge-circle, .badge.badge-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  min-width: 1.75rem;
  padding: 0 .1rem;
  line-height: 0;
}

/* line 38596, app/assets/stylesheets/style.scss */
.badge.badge-circle {
  border-radius: 50%;
  padding: 0;
  min-width: unset;
  width: 1.75rem;
}

/* line 38602, app/assets/stylesheets/style.scss */
.badge.badge-sm {
  min-width: 1.5rem;
  font-size: .8rem;
}

/* line 38606, app/assets/stylesheets/style.scss */
.badge.badge-sm.badge-square {
  height: 1.5rem;
}

/* line 38609, app/assets/stylesheets/style.scss */
.badge.badge-sm.badge-circle {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 38613, app/assets/stylesheets/style.scss */
.badge.badge-lg {
  min-width: 2rem;
  font-size: 1rem;
}

/* line 38617, app/assets/stylesheets/style.scss */
.badge.badge-lg.badge-square {
  height: 2rem;
}

/* line 38620, app/assets/stylesheets/style.scss */
.badge.badge-lg.badge-circle {
  width: 2rem;
  height: 2rem;
}

/* line 38624, app/assets/stylesheets/style.scss */
.badge-light {
  color: var(--bs-light-inverse);
  background-color: var(--bs-light);
}

/* line 38628, app/assets/stylesheets/style.scss */
.badge-light.badge-outline {
  border: 1px solid var(--bs-light);
  color: var(--bs-light);
  background-color: transparent;
}

/* line 38633, app/assets/stylesheets/style.scss */
.badge-light-light {
  color: var(--bs-light);
  background-color: var(--bs-light-light);
}

/* line 38637, app/assets/stylesheets/style.scss */
.badge-primary {
  color: var(--bs-primary-inverse);
  background-color: var(--bs-primary);
}

/* line 38641, app/assets/stylesheets/style.scss */
.badge-primary.badge-outline {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: transparent;
}

/* line 38646, app/assets/stylesheets/style.scss */
.badge-light-primary {
  color: var(--bs-primary);
  background-color: var(--bs-primary-light);
}

/* line 38650, app/assets/stylesheets/style.scss */
.badge-secondary {
  color: var(--bs-secondary-inverse);
  background-color: var(--bs-secondary);
}

/* line 38654, app/assets/stylesheets/style.scss */
.badge-secondary.badge-outline {
  border: 1px solid var(--bs-secondary);
  color: var(--bs-secondary);
  background-color: transparent;
}

/* line 38659, app/assets/stylesheets/style.scss */
.badge-light-secondary {
  color: var(--bs-secondary);
  background-color: var(--bs-secondary-light);
}

/* line 38663, app/assets/stylesheets/style.scss */
.badge-success {
  color: var(--bs-success-inverse);
  background-color: var(--bs-success);
}

/* line 38667, app/assets/stylesheets/style.scss */
.badge-success.badge-outline {
  border: 1px solid var(--bs-success);
  color: var(--bs-success);
  background-color: transparent;
}

/* line 38672, app/assets/stylesheets/style.scss */
.badge-light-success {
  color: var(--bs-success);
  background-color: var(--bs-success-light);
}

/* line 38676, app/assets/stylesheets/style.scss */
.badge-info {
  color: var(--bs-info-inverse);
  background-color: var(--bs-info);
}

/* line 38680, app/assets/stylesheets/style.scss */
.badge-info.badge-outline {
  border: 1px solid var(--bs-info);
  color: var(--bs-info);
  background-color: transparent;
}

/* line 38685, app/assets/stylesheets/style.scss */
.badge-light-info {
  color: var(--bs-info);
  background-color: var(--bs-info-light);
}

/* line 38689, app/assets/stylesheets/style.scss */
.badge-warning {
  color: var(--bs-warning-inverse);
  background-color: var(--bs-warning);
}

/* line 38693, app/assets/stylesheets/style.scss */
.badge-warning.badge-outline {
  border: 1px solid var(--bs-warning);
  color: var(--bs-warning);
  background-color: transparent;
}

/* line 38698, app/assets/stylesheets/style.scss */
.badge-light-warning {
  color: var(--bs-warning);
  background-color: var(--bs-warning-light);
}

/* line 38702, app/assets/stylesheets/style.scss */
.badge-danger {
  color: var(--bs-danger-inverse);
  background-color: var(--bs-danger);
}

/* line 38706, app/assets/stylesheets/style.scss */
.badge-danger.badge-outline {
  border: 1px solid var(--bs-danger);
  color: var(--bs-danger);
  background-color: transparent;
}

/* line 38711, app/assets/stylesheets/style.scss */
.badge-light-danger {
  color: var(--bs-danger);
  background-color: var(--bs-danger-light);
}

/* line 38715, app/assets/stylesheets/style.scss */
.badge-dark {
  color: var(--bs-dark-inverse);
  background-color: var(--bs-dark);
}

/* line 38719, app/assets/stylesheets/style.scss */
.badge-dark.badge-outline {
  border: 1px solid var(--bs-dark);
  color: var(--bs-dark);
  background-color: transparent;
}

/* line 38724, app/assets/stylesheets/style.scss */
.badge-light-dark {
  color: var(--bs-dark);
  background-color: var(--bs-dark-light);
}

/* line 38728, app/assets/stylesheets/style.scss */
.indicator-progress {
  display: none;
}

/* line 38731, app/assets/stylesheets/style.scss */
[data-kt-indicator=on] > .indicator-progress {
  display: inline-block;
}

/* line 38734, app/assets/stylesheets/style.scss */
[data-kt-indicator=on] > .indicator-label {
  display: none;
}

/* line 38737, app/assets/stylesheets/style.scss */
.hover-elevate-up {
  transition: transform .3s ease;
}

/* line 38740, app/assets/stylesheets/style.scss */
.hover-elevate-up:hover {
  transform: translateY(-2.5%);
  transition: transform .3s ease;
  will-change: transform;
}

/* line 38745, app/assets/stylesheets/style.scss */
.hover-elevate-down {
  transition: transform .3s ease;
}

/* line 38748, app/assets/stylesheets/style.scss */
.hover-elevate-down:hover {
  transform: translateY(2.5%);
  transition: transform .3s ease;
  will-change: transform;
}

/* line 38753, app/assets/stylesheets/style.scss */
.hover-scale {
  transition: transform .3s ease;
}

/* line 38756, app/assets/stylesheets/style.scss */
.hover-scale:hover {
  transform: scale(1.1);
  transition: transform .3s ease;
  will-change: transform;
}

/* line 38761, app/assets/stylesheets/style.scss */
.hover-rotate-end {
  transition: transform .3s ease;
}

/* line 38764, app/assets/stylesheets/style.scss */
.hover-rotate-end:hover {
  transform: rotate(4deg);
  transition: transform .3s ease;
  will-change: transform;
}

/* line 38769, app/assets/stylesheets/style.scss */
.hover-rotate-start {
  transition: transform .3s ease;
}

/* line 38772, app/assets/stylesheets/style.scss */
.hover-rotate-start:hover {
  transform: rotate(-4deg);
  transition: transform .3s ease;
  will-change: transform;
}

/* line 38777, app/assets/stylesheets/style.scss */
.rotate {
  display: inline-flex;
  align-items: center;
}

/* line 38781, app/assets/stylesheets/style.scss */
.rotate-90 {
  transition: transform .3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 38786, app/assets/stylesheets/style.scss */
.active > .rotate-90, .collapsible:not(.collapsed) > .rotate-90, .show > .rotate-90 {
  transform: rotateZ(90deg);
  transition: transform .3s ease;
}

/* line 38790, app/assets/stylesheets/style.scss */
[direction=rtl] .active > .rotate-90, [direction=rtl] .collapsible:not(.collapsed) > .rotate-90, [direction=rtl] .show > .rotate-90 {
  transform: rotateZ(-90deg);
}

/* line 38793, app/assets/stylesheets/style.scss */
.rotate-n90 {
  transition: transform .3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 38798, app/assets/stylesheets/style.scss */
.active > .rotate-n90, .collapsible:not(.collapsed) > .rotate-n90, .show > .rotate-n90 {
  transform: rotateZ(-90deg);
  transition: transform .3s ease;
}

/* line 38802, app/assets/stylesheets/style.scss */
[direction=rtl] .active > .rotate-n90, [direction=rtl] .collapsible:not(.collapsed) > .rotate-n90, [direction=rtl] .show > .rotate-n90 {
  transform: rotateZ(90deg);
}

/* line 38805, app/assets/stylesheets/style.scss */
.rotate-180 {
  transition: transform .3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 38810, app/assets/stylesheets/style.scss */
.active > .rotate-180, .collapsible:not(.collapsed) > .rotate-180, .show > .rotate-180 {
  transform: rotateZ(180deg);
  transition: transform .3s ease;
}

/* line 38814, app/assets/stylesheets/style.scss */
[direction=rtl] .active > .rotate-180, [direction=rtl] .collapsible:not(.collapsed) > .rotate-180, [direction=rtl] .show > .rotate-180 {
  transform: rotateZ(-180deg);
}

/* line 38817, app/assets/stylesheets/style.scss */
.rotate-n180 {
  transition: transform .3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 38822, app/assets/stylesheets/style.scss */
.active > .rotate-n180, .collapsible:not(.collapsed) > .rotate-n180, .show > .rotate-n180 {
  transform: rotateZ(-180deg);
  transition: transform .3s ease;
}

/* line 38826, app/assets/stylesheets/style.scss */
[direction=rtl] .active > .rotate-n180, [direction=rtl] .collapsible:not(.collapsed) > .rotate-n180, [direction=rtl] .show > .rotate-n180 {
  transform: rotateZ(180deg);
}

/* line 38829, app/assets/stylesheets/style.scss */
.rotate-270 {
  transition: transform .3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 38834, app/assets/stylesheets/style.scss */
.active > .rotate-270, .collapsible:not(.collapsed) > .rotate-270, .show > .rotate-270 {
  transform: rotateZ(270deg);
  transition: transform .3s ease;
}

/* line 38838, app/assets/stylesheets/style.scss */
[direction=rtl] .active > .rotate-270, [direction=rtl] .collapsible:not(.collapsed) > .rotate-270, [direction=rtl] .show > .rotate-270 {
  transform: rotateZ(-270deg);
}

/* line 38841, app/assets/stylesheets/style.scss */
.rotate-n270 {
  transition: transform .3s ease;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 38846, app/assets/stylesheets/style.scss */
.active > .rotate-n270, .collapsible:not(.collapsed) > .rotate-n270, .show > .rotate-n270 {
  transform: rotateZ(-270deg);
  transition: transform .3s ease;
}

/* line 38850, app/assets/stylesheets/style.scss */
[direction=rtl] .active > .rotate-n270, [direction=rtl] .collapsible:not(.collapsed) > .rotate-n270, [direction=rtl] .show > .rotate-n270 {
  transform: rotateZ(270deg);
}

@media (min-width: 992px) {
  /* line 38854, app/assets/stylesheets/style.scss */
  div, main, ol, pre, span, ul {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-scrollbar-color) transparent;
  }
  /* line 38858, app/assets/stylesheets/style.scss */
  div::-webkit-scrollbar, main::-webkit-scrollbar, ol::-webkit-scrollbar, pre::-webkit-scrollbar, span::-webkit-scrollbar, ul::-webkit-scrollbar {
    width: var(--bs-scrollbar-size);
    height: var(--bs-scrollbar-size);
  }
  /* line 38862, app/assets/stylesheets/style.scss */
  div ::-webkit-scrollbar-track, main ::-webkit-scrollbar-track, ol ::-webkit-scrollbar-track, pre ::-webkit-scrollbar-track, span ::-webkit-scrollbar-track, ul ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  /* line 38865, app/assets/stylesheets/style.scss */
  div ::-webkit-scrollbar-thumb, main ::-webkit-scrollbar-thumb, ol ::-webkit-scrollbar-thumb, pre ::-webkit-scrollbar-thumb, span ::-webkit-scrollbar-thumb, ul ::-webkit-scrollbar-thumb {
    border-radius: var(--bs-scrollbar-size);
  }
  /* line 38868, app/assets/stylesheets/style.scss */
  div::-webkit-scrollbar-thumb, main::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background-color: var(--bs-scrollbar-color);
  }
  /* line 38871, app/assets/stylesheets/style.scss */
  div::-webkit-scrollbar-corner, main::-webkit-scrollbar-corner, ol::-webkit-scrollbar-corner, pre::-webkit-scrollbar-corner, span::-webkit-scrollbar-corner, ul::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  /* line 38874, app/assets/stylesheets/style.scss */
  div:hover, main:hover, ol:hover, pre:hover, span:hover, ul:hover {
    scrollbar-color: var(--bs-scrollbar-hover-color) transparent;
  }
  /* line 38877, app/assets/stylesheets/style.scss */
  div:hover::-webkit-scrollbar-thumb, main:hover::-webkit-scrollbar-thumb, ol:hover::-webkit-scrollbar-thumb, pre:hover::-webkit-scrollbar-thumb, span:hover::-webkit-scrollbar-thumb, ul:hover::-webkit-scrollbar-thumb {
    background-color: var(--bs-scrollbar-hover-color);
  }
  /* line 38880, app/assets/stylesheets/style.scss */
  div:hover::-webkit-scrollbar-corner, main:hover::-webkit-scrollbar-corner, ol:hover::-webkit-scrollbar-corner, pre:hover::-webkit-scrollbar-corner, span:hover::-webkit-scrollbar-corner, ul:hover::-webkit-scrollbar-corner {
    background-color: transparent;
  }
}

/* line 38883, app/assets/stylesheets/style.scss */
.scroll {
  overflow: scroll;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 38888, app/assets/stylesheets/style.scss */
  .scroll {
    overflow: auto;
  }
}

/* line 38891, app/assets/stylesheets/style.scss */
.scroll-x {
  overflow-x: scroll;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 38896, app/assets/stylesheets/style.scss */
  .scroll-x {
    overflow-x: auto;
  }
}

/* line 38899, app/assets/stylesheets/style.scss */
.scroll-y {
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 38904, app/assets/stylesheets/style.scss */
  .scroll-y {
    overflow-y: auto;
  }
}

/* line 38907, app/assets/stylesheets/style.scss */
.hover-scroll, .hover-scroll-overlay {
  position: relative;
}

@media (min-width: 992px) {
  /* line 38911, app/assets/stylesheets/style.scss */
  .hover-scroll, .hover-scroll-overlay {
    overflow: hidden;
  }
  @-moz-document url-prefix() {
    /* line 38915, app/assets/stylesheets/style.scss */
    .hover-scroll, .hover-scroll-overlay {
      overflow: scroll;
    }
  }
  /* line 38918, app/assets/stylesheets/style.scss */
  .safari-mode .hover-scroll, .safari-mode .hover-scroll-overlay {
    overflow: scroll;
  }
  /* line 38921, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay::-webkit-scrollbar, .hover-scroll::-webkit-scrollbar {
    width: var(--bs-scrollbar-overlay-size);
    height: var(--bs-scrollbar-overlay-size);
  }
  /* line 38925, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay::-webkit-scrollbar-thumb, .hover-scroll::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: var(--bs-scrollbar-overlay-space) solid transparent;
    border-radius: var(--bs-scrollbar-overlay-size);
  }
  /* line 38930, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay:hover, .hover-scroll:hover {
    overflow: overlay;
  }
}

@media (max-width: 991.98px) {
  /* line 38934, app/assets/stylesheets/style.scss */
  .hover-scroll, .hover-scroll-overlay {
    overflow: auto;
  }
}

/* line 38937, app/assets/stylesheets/style.scss */
.hover-scroll-overlay-y, .hover-scroll-y {
  position: relative;
}

@media (min-width: 992px) {
  /* line 38941, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-y, .hover-scroll-y {
    overflow-y: hidden;
  }
  @-moz-document url-prefix() {
    /* line 38945, app/assets/stylesheets/style.scss */
    .hover-scroll-overlay-y, .hover-scroll-y {
      overflow-y: scroll;
    }
  }
  /* line 38948, app/assets/stylesheets/style.scss */
  .safari-mode .hover-scroll-overlay-y, .safari-mode .hover-scroll-y {
    overflow-y: scroll;
  }
  /* line 38951, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-y::-webkit-scrollbar, .hover-scroll-y::-webkit-scrollbar {
    width: var(--bs-scrollbar-overlay-size);
  }
  /* line 38954, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-y::-webkit-scrollbar-thumb, .hover-scroll-y::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: var(--bs-scrollbar-overlay-space) solid transparent;
    border-radius: var(--bs-scrollbar-overlay-size);
  }
  /* line 38959, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-y:hover, .hover-scroll-y:hover {
    overflow-y: overlay;
  }
}

@media (max-width: 991.98px) {
  /* line 38963, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-y, .hover-scroll-y {
    overflow-y: auto;
  }
}

/* line 38966, app/assets/stylesheets/style.scss */
.hover-scroll-overlay-x, .hover-scroll-x {
  position: relative;
}

@media (min-width: 992px) {
  /* line 38970, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-x, .hover-scroll-x {
    overflow-x: hidden;
  }
  @-moz-document url-prefix() {
    /* line 38974, app/assets/stylesheets/style.scss */
    .hover-scroll-overlay-x, .hover-scroll-x {
      overflow-x: scroll;
    }
  }
  /* line 38977, app/assets/stylesheets/style.scss */
  .safari-mode .hover-scroll-overlay-x, .safari-mode .hover-scroll-x {
    overflow-x: scroll;
  }
  /* line 38980, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-x::-webkit-scrollbar, .hover-scroll-x::-webkit-scrollbar {
    height: var(--bs-scrollbar-overlay-size);
  }
  /* line 38983, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-x::-webkit-scrollbar-thumb, .hover-scroll-x::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: var(--bs-scrollbar-overlay-space) solid transparent;
    border-radius: var(--bs-scrollbar-overlay-size);
  }
  /* line 38988, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-x:hover, .hover-scroll-x:hover {
    overflow-x: overlay;
  }
}

@media (max-width: 991.98px) {
  /* line 38992, app/assets/stylesheets/style.scss */
  .hover-scroll-overlay-x, .hover-scroll-x {
    overflow-x: auto;
  }
}

/* line 38995, app/assets/stylesheets/style.scss */
.scroll-ps {
  padding-left: var(--bs-scrollbar-size) !important;
}

/* line 38998, app/assets/stylesheets/style.scss */
.scroll-ms {
  margin-left: var(--bs-scrollbar-size) !important;
}

/* line 39001, app/assets/stylesheets/style.scss */
.scroll-mb {
  margin-bottom: var(--bs-scrollbar-size) !important;
}

/* line 39004, app/assets/stylesheets/style.scss */
.scroll-pe {
  padding-right: var(--bs-scrollbar-size) !important;
}

/* line 39007, app/assets/stylesheets/style.scss */
.scroll-me {
  margin-right: var(--bs-scrollbar-size) !important;
}

/* line 39010, app/assets/stylesheets/style.scss */
.scroll-px {
  padding-left: var(--bs-scrollbar-size) !important;
  padding-right: var(--bs-scrollbar-size) !important;
}

/* line 39014, app/assets/stylesheets/style.scss */
.scroll-mx {
  margin-left: var(--bs-scrollbar-size) !important;
  margin-right: var(--bs-scrollbar-size) !important;
}

/* line 39018, app/assets/stylesheets/style.scss */
.rating {
  display: flex;
  align-items: center;
}

/* line 39022, app/assets/stylesheets/style.scss */
.rating-input {
  position: absolute !important;
  left: -9999px !important;
}

/* line 39026, app/assets/stylesheets/style.scss */
.rating-input[disabled] {
  display: none;
}

/* line 39029, app/assets/stylesheets/style.scss */
.rating-label {
  padding: 0;
  margin: 0;
}

/* line 39033, app/assets/stylesheets/style.scss */
.rating-label > .svg-icon, .rating-label > i {
  line-height: 1;
  color: var(--bs-rating-color-default);
}

/* line 39037, app/assets/stylesheets/style.scss */
label.rating-label {
  cursor: pointer;
}

/* line 39040, app/assets/stylesheets/style.scss */
div.rating-label.checked > .svg-icon, div.rating-label.checked > i, label.rating-label > .svg-icon, label.rating-label > i {
  color: var(--bs-rating-color-active);
}

/* line 39043, app/assets/stylesheets/style.scss */
.rating-input:checked ~ .rating-label > .svg-icon, .rating-input:checked ~ .rating-label > i {
  color: var(--bs-rating-color-default);
}

/* line 39046, app/assets/stylesheets/style.scss */
.rating:hover label.rating-label > .svg-icon, .rating:hover label.rating-label > i {
  color: var(--bs-rating-color-active);
}

/* line 39049, app/assets/stylesheets/style.scss */
label.rating-label:hover ~ .rating-label {
  color: var(--bs-rating-color-default);
}

/* line 39052, app/assets/stylesheets/style.scss */
label.rating-label:hover ~ .rating-label > .svg-icon, label.rating-label:hover ~ .rating-label > i {
  color: var(--bs-rating-color-default);
}

/* line 39055, app/assets/stylesheets/style.scss */
.stepper [data-kt-stepper-element=content], .stepper [data-kt-stepper-element=info] {
  display: none;
}

/* line 39058, app/assets/stylesheets/style.scss */
.stepper .current[data-kt-stepper-element=content], .stepper .current[data-kt-stepper-element=info] {
  display: flex;
}

/* line 39061, app/assets/stylesheets/style.scss */
.stepper .stepper-item[data-kt-stepper-action=step] {
  cursor: pointer;
}

/* line 39064, app/assets/stylesheets/style.scss */
.stepper [data-kt-stepper-action=final] {
  display: none;
}

/* line 39067, app/assets/stylesheets/style.scss */
.stepper [data-kt-stepper-action=previous] {
  display: none;
}

/* line 39070, app/assets/stylesheets/style.scss */
.stepper [data-kt-stepper-action=next] {
  display: inline-block;
}

/* line 39073, app/assets/stylesheets/style.scss */
.stepper [data-kt-stepper-action=submit] {
  display: none;
}

/* line 39076, app/assets/stylesheets/style.scss */
.stepper.first [data-kt-stepper-action=previous] {
  display: none;
}

/* line 39079, app/assets/stylesheets/style.scss */
.stepper.first [data-kt-stepper-action=next] {
  display: inline-block;
}

/* line 39082, app/assets/stylesheets/style.scss */
.stepper.first [data-kt-stepper-action=submit] {
  display: none;
}

/* line 39085, app/assets/stylesheets/style.scss */
.stepper.between [data-kt-stepper-action=previous] {
  display: inline-block;
}

/* line 39088, app/assets/stylesheets/style.scss */
.stepper.between [data-kt-stepper-action=next] {
  display: inline-block;
}

/* line 39091, app/assets/stylesheets/style.scss */
.stepper.between [data-kt-stepper-action=submit] {
  display: none;
}

/* line 39094, app/assets/stylesheets/style.scss */
.stepper.last [data-kt-stepper-action=final] {
  display: inline-block;
}

/* line 39097, app/assets/stylesheets/style.scss */
.stepper.last .btn-flex[data-kt-stepper-action=final] {
  display: flex;
}

/* line 39100, app/assets/stylesheets/style.scss */
.stepper.last [data-kt-stepper-action=previous] {
  display: inline-block;
}

/* line 39103, app/assets/stylesheets/style.scss */
.stepper.last .btn-flex[data-kt-stepper-action=previous] {
  display: flex;
}

/* line 39106, app/assets/stylesheets/style.scss */
.stepper.last [data-kt-stepper-action=next] {
  display: none;
}

/* line 39109, app/assets/stylesheets/style.scss */
.stepper.last .btn-flex[data-kt-stepper-action=next] {
  display: flex;
}

/* line 39112, app/assets/stylesheets/style.scss */
.stepper.last [data-kt-stepper-action=submit] {
  display: inline-block;
}

/* line 39115, app/assets/stylesheets/style.scss */
.stepper.last .btn-flex[data-kt-stepper-action=submit] {
  display: flex;
}

/* line 39118, app/assets/stylesheets/style.scss */
.stepper.stepper-pills {
  --bs-stepper-pills-size: 40px;
  --bs-stepper-icon-border-radius: 9px;
  --bs-stepper-icon-check-size: 1rem;
  --bs-stepper-icon-bg-color: var(--bs-primary-light);
  --bs-stepper-icon-bg-color-current: var(--bs-primary);
  --bs-stepper-icon-bg-color-completed: var(--bs-primary-light);
  --bs-stepper-icon-border: 0;
  --bs-stepper-icon-border-current: 0;
  --bs-stepper-icon-border-completed: 0;
  --bs-stepper-icon-number-color: var(--bs-primary);
  --bs-stepper-icon-number-color-current: var(--bs-white);
  --bs-stepper-icon-check-color-completed: var(--bs-primary);
  --bs-stepper-label-title-opacity: 1;
  --bs-stepper-label-title-opacity-current: 1;
  --bs-stepper-label-title-opacity-completed: 1;
  --bs-stepper-label-title-color: var(--bs-gray-800);
  --bs-stepper-label-title-color-current: var(--bs-gray-600);
  --bs-stepper-label-title-color-completed: var(--bs-text-muted);
  --bs-stepper-label-desc-opacity: 1;
  --bs-stepper-label-desc-opacity-current: 1;
  --bs-stepper-label-desc-opacity-completed: 1;
  --bs-stepper-label-desc-color: var(--bs-text-muted);
  --bs-stepper-label-desc-color-current: var(--bs-gray-400);
  --bs-stepper-label-desc-color-completed: var(--bs-gray-400);
  --bs-stepper-line-border: 1px dashed var(--bs-gray-300);
}

/* line 39145, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-nav {
  display: flex;
}

/* line 39148, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item {
  display: flex;
  align-items: center;
  transition: color .2s ease;
}

/* line 39153, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item .stepper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color .2s ease;
  width: var(--bs-stepper-pills-size);
  height: var(--bs-stepper-pills-size);
  border-radius: var(--bs-stepper-icon-border-radius);
  background-color: var(--bs-stepper-icon-bg-color);
  border: var(--bs-stepper-icon-border);
  margin-right: 1.5rem;
}

/* line 39166, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
  display: none;
  font-size: var(--bs-stepper-icon-check-size);
}

/* line 39170, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  font-weight: 600;
  color: var(--bs-stepper-icon-number-color);
  font-size: 1.25rem;
}

/* line 39175, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item .stepper-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 39180, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: var(--bs-stepper-label-title-color);
  opacity: var(--bs-stepper-label-title-opacity);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .3rem;
}

/* line 39187, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
  opacity: var(--bs-stepper-label-desc-opacity);
  color: var(--bs-stepper-label-desc-color);
}

/* line 39191, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.current {
  transition: color .2s ease;
}

/* line 39194, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.current .stepper-icon {
  transition: color .2s ease;
  background-color: var(--bs-stepper-icon-bg-color-current);
  border: var(--bs-stepper-icon-border-current);
}

/* line 39199, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
  display: none;
}

/* line 39202, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
  color: var(--bs-stepper-icon-number-color-current);
  font-size: 1.35rem;
}

/* line 39206, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  opacity: var(--bs-stepper-label-title-opacity-current);
  color: var(--bs-stepper-label-title-color-current);
}

/* line 39210, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
  opacity: var(--bs-stepper-label-desc-opacity-current);
  color: var(--bs-stepper-label-desc-color-current);
}

/* line 39214, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.completed .stepper-icon, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon {
  transition: color .2s ease;
  background-color: var(--bs-stepper-icon-bg-color-completed);
  border: var(--bs-stepper-icon-border-completed);
}

/* line 39219, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check {
  color: var(--bs-stepper-icon-check-color-completed);
  display: inline-block;
}

/* line 39223, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-number {
  display: none;
}

/* line 39226, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-title {
  opacity: var(--bs-stepper-label-title-opacity-completed);
  color: var(--bs-stepper-label-title-color-completed);
}

/* line 39230, app/assets/stylesheets/style.scss */
.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc, .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-desc {
  opacity: var(--bs-stepper-label-desc-opacity-completed);
  color: var(--bs-stepper-label-desc-color-completed);
}

/* line 39234, app/assets/stylesheets/style.scss */
.stepper.stepper-pills.stepper-column .stepper-nav {
  flex-direction: column;
  align-items: start;
}

/* line 39238, app/assets/stylesheets/style.scss */
.stepper.stepper-pills.stepper-column .stepper-item {
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  padding: 0;
  margin: 0;
}

/* line 39245, app/assets/stylesheets/style.scss */
.stepper.stepper-pills.stepper-column .stepper-wrapper {
  display: flex;
  align-items: center;
}

/* line 39249, app/assets/stylesheets/style.scss */
.stepper.stepper-pills.stepper-column .stepper-icon {
  z-index: 1;
}

/* line 39252, app/assets/stylesheets/style.scss */
.stepper.stepper-pills.stepper-column .stepper-line {
  display: block;
  flex-grow: 1;
  margin-left: calc(var(--bs-stepper-pills-size)/ 2);
  border-left: var(--bs-stepper-line-border);
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 39260, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* line 39267, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item {
  position: relative;
  flex-shrink: 0;
  margin: 1rem 1.5rem;
}

/* line 39272, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item:after {
  content: " ";
  position: absolute;
  top: 2.3rem;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  transition: color .2s ease;
}

/* line 39282, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
  color: var(--bs-dark);
  font-weight: 600;
  font-size: 1.25rem;
}

/* line 39287, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current {
  transition: color .2s ease;
}

/* line 39290, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
  color: var(--bs-primary);
}

/* line 39293, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item.current:after {
  background-color: var(--bs-primary);
}

/* line 39296, app/assets/stylesheets/style.scss */
.stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title, .stepper.stepper-links .stepper-nav .stepper-item.current.mark-completed:last-child .stepper-title {
  color: var(--bs-gray-400);
}

/* line 39299, app/assets/stylesheets/style.scss */
.toggle.active .toggle-off, .toggle.collapsible:not(.collapsed) .toggle-off {
  display: none;
}

/* line 39302, app/assets/stylesheets/style.scss */
.toggle.collapsible.collapsed .toggle-on, .toggle:not(.collapsible):not(.active) .toggle-on {
  display: none;
}

/* line 39305, app/assets/stylesheets/style.scss */
.xehagon {
  clip-path: polygon(45% 1.3397459622%, 46.5797985667% 0.6030737921%, 48.2635182233% 0.1519224699%, 50% 0, 51.7364817767% 0.1519224699%, 53.4202014333% 0.6030737921%, 55% 1.3397459622%, 89.6410161514% 21.3397459622%, 91.0688922482% 22.3395555688%, 92.3014605826% 23.5721239031%, 93.3012701892% 25%, 94.0379423592% 26.5797985667%, 94.4890936815% 28.2635182233%, 94.6410161514% 30%, 94.6410161514% 70%, 94.4890936815% 71.7364817767%, 94.0379423592% 73.4202014333%, 93.3012701892% 75%, 92.3014605826% 76.4278760969%, 91.0688922482% 77.6604444312%, 89.6410161514% 78.6602540378%, 55% 98.6602540378%, 53.4202014333% 99.3969262079%, 51.7364817767% 99.8480775301%, 50% 100%, 48.2635182233% 99.8480775301%, 46.5797985667% 99.3969262079%, 45% 98.6602540378%, 10.3589838486% 78.6602540378%, 8.9311077518% 77.6604444312%, 7.6985394174% 76.4278760969%, 6.6987298108% 75%, 5.9620576408% 73.4202014333%, 5.5109063185% 71.7364817767%, 5.3589838486% 70%, 5.3589838486% 30%, 5.5109063185% 28.2635182233%, 5.9620576408% 26.5797985667%, 6.6987298108% 25%, 7.6985394174% 23.5721239031%, 8.9311077518% 22.3395555688%, 10.3589838486% 21.3397459622%);
}

/* line 39308, app/assets/stylesheets/style.scss */
.octagon {
  clip-path: polygon(46.1731656763% 0.7612046749%, 47.411809549% 0.3407417371%, 48.6947380778% 0.0855513863%, 50% 0, 51.3052619222% 0.0855513863%, 52.588190451% 0.3407417371%, 53.8268343237% 0.7612046749%, 82.1111055711% 12.4769334274%, 83.2842712475% 13.0554747147%, 84.3718855375% 13.7821953496%, 85.3553390593% 14.6446609407%, 86.2178046504% 15.6281144625%, 86.9445252853% 16.7157287525%, 87.5230665726% 17.8888944289%, 99.2387953251% 46.1731656763%, 99.6592582629% 47.411809549%, 99.9144486137% 48.6947380778%, 100% 50%, 99.9144486137% 51.3052619222%, 99.6592582629% 52.588190451%, 99.2387953251% 53.8268343237%, 87.5230665726% 82.1111055711%, 86.9445252853% 83.2842712475%, 86.2178046504% 84.3718855375%, 85.3553390593% 85.3553390593%, 84.3718855375% 86.2178046504%, 83.2842712475% 86.9445252853%, 82.1111055711% 87.5230665726%, 53.8268343237% 99.2387953251%, 52.588190451% 99.6592582629%, 51.3052619222% 99.9144486137%, 50% 100%, 48.6947380778% 99.9144486137%, 47.411809549% 99.6592582629%, 46.1731656763% 99.2387953251%, 17.8888944289% 87.5230665726%, 16.7157287525% 86.9445252853%, 15.6281144625% 86.2178046504%, 14.6446609407% 85.3553390593%, 13.7821953496% 84.3718855375%, 13.0554747147% 83.2842712475%, 12.4769334274% 82.1111055711%, 0.7612046749% 53.8268343237%, 0.3407417371% 52.588190451%, 0.0855513863% 51.3052619222%, 0 50%, 0.0855513863% 48.6947380778%, 0.3407417371% 47.411809549%, 0.7612046749% 46.1731656763%, 12.4769334274% 17.8888944289%, 13.0554747147% 16.7157287525%, 13.7821953496% 15.6281144625%, 14.6446609407% 14.6446609407%, 15.6281144625% 13.7821953496%, 16.7157287525% 13.0554747147%, 17.8888944289% 12.4769334274%);
}

/* line 39311, app/assets/stylesheets/style.scss */
.ribbon {
  position: relative;
}

/* line 39314, app/assets/stylesheets/style.scss */
.ribbon .ribbon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: var(--bs-ribbon-label-bg);
  box-shadow: var(--bs-ribbon-label-box-shadow);
  color: var(--bs-primary-inverse);
  top: 50%;
  right: 0;
  transform: translateX(5px) translateY(-50%);
}

/* line 39328, app/assets/stylesheets/style.scss */
.ribbon .ribbon-label > .ribbon-inner {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 39337, app/assets/stylesheets/style.scss */
.ribbon .ribbon-label:after {
  border-color: var(--bs-ribbon-label-border-color);
}

/* line 39340, app/assets/stylesheets/style.scss */
.ribbon-vertical .ribbon-label {
  padding: 5px 10px;
  min-width: 36px;
  min-height: 46px;
  text-align: center;
}

/* line 39346, app/assets/stylesheets/style.scss */
.ribbon.ribbon-top .ribbon-label {
  top: 0;
  transform: translateX(-15px) translateY(-4px);
  border-bottom-right-radius: .475rem;
  border-bottom-left-radius: .475rem;
}

/* line 39352, app/assets/stylesheets/style.scss */
.ribbon.ribbon-bottom .ribbon-label {
  border-top-right-radius: .475rem;
  border-top-left-radius: .475rem;
}

/* line 39356, app/assets/stylesheets/style.scss */
.ribbon.ribbon-start .ribbon-label {
  top: 50%;
  left: 0;
  right: auto;
  transform: translateX(-5px) translateY(-50%);
  border-top-right-radius: .475rem;
  border-bottom-right-radius: .475rem;
}

/* line 39364, app/assets/stylesheets/style.scss */
.ribbon.ribbon-end .ribbon-label {
  border-top-left-radius: .475rem;
  border-bottom-left-radius: .475rem;
}

/* line 39368, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label {
  left: -5px;
}

/* line 39371, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
  border-top-right-radius: .475rem;
  border-bottom-right-radius: .475rem;
}

/* line 39375, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after, .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}

/* line 39382, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
  border-width: 0 10px 10px 0;
  border-right-color: var(--bs-ribbon-clip-bg) !important;
  left: 0;
}

/* line 39387, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label {
  right: -5px;
}

/* line 39390, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
  border-top-left-radius: .475rem;
  border-bottom-left-radius: .475rem;
}

/* line 39394, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after, .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}

/* line 39401, app/assets/stylesheets/style.scss */
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
  border-width: 0 0 10px 10px;
  border-left-color: var(--bs-ribbon-clip-bg) !important;
  right: 0;
}

/* line 39406, app/assets/stylesheets/style.scss */
.ribbon.ribbon-triangle {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 39413, app/assets/stylesheets/style.scss */
.ribbon.ribbon-triangle.ribbon-top-start {
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem transparent;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem transparent;
}

/* line 39423, app/assets/stylesheets/style.scss */
.ribbon.ribbon-triangle.ribbon-top-end {
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem transparent !important;
  border-right: solid 2rem transparent;
  border-top: solid 2rem transparent;
}

/* line 39433, app/assets/stylesheets/style.scss */
.ribbon.ribbon-triangle.ribbon-bottom-start {
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent;
  border-left: solid 2rem transparent;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}

/* line 39443, app/assets/stylesheets/style.scss */
.ribbon.ribbon-triangle.ribbon-bottom-end {
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent;
  border-right: solid 2rem transparent;
  border-left: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}

/* line 39453, app/assets/stylesheets/style.scss */
.blockui {
  position: relative;
}

/* line 39456, app/assets/stylesheets/style.scss */
.blockui .blockui-overlay {
  transition: all .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-blockui-overlay-bg);
}

/* line 39468, app/assets/stylesheets/style.scss */
.blockui .blockui-overlay .spinner-border {
  height: 1.35rem;
  width: 1.35rem;
}

/* line 39472, app/assets/stylesheets/style.scss */
.blockui .blockui-message {
  display: flex;
  align-items: center;
  border-radius: .475rem;
  box-shadow: var(--bs-blockui-message-box-shadow);
  background-color: var(--bs-blockui-message-bg);
  color: var(--bs-gray-700);
  font-weight: 600;
  margin: 0 !important;
  width: auto;
  padding: 0.85rem 1.75rem !important;
}

/* line 39484, app/assets/stylesheets/style.scss */
.blockui .blockui-message .spinner-border {
  margin-right: .65rem;
}

/* line 39487, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] .blockui {
  --bs-blockui-overlay-bg: rgba(255,  255,  255,  0.05);
  --bs-blockui-message-bg: #2B2B40;
  --bs-blockui-message-box-shadow: 0px 0px 30px rgba(0,  0,  0,  0.15);
}

/* line 39492, app/assets/stylesheets/style.scss */
.explore-btn-toggle {
  color: var(--bs-gray-600);
  background-color: #fff;
}

/* line 39496, app/assets/stylesheets/style.scss */
.explore-btn-toggle:active, .explore-btn-toggle:focus, .explore-btn-toggle:hover {
  color: #fff;
  background-color: #00b2ff;
}

/* line 39500, app/assets/stylesheets/style.scss */
.explore-btn-dismiss {
  border: 0;
}

/* line 39503, app/assets/stylesheets/style.scss */
.explore-btn-dismiss:hover .svg-icon, .explore-btn-dismiss:hover i {
  color: #00b2ff;
}

/* line 39506, app/assets/stylesheets/style.scss */
.explore-btn-primary {
  border: 0;
  color: #fff;
  background-color: #00b2ff;
}

/* line 39511, app/assets/stylesheets/style.scss */
.explore-btn-primary:hover {
  color: #fff;
  background-color: #0098da;
}

/* line 39515, app/assets/stylesheets/style.scss */
.explore-btn-secondary {
  border: 0;
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-100);
}

/* line 39520, app/assets/stylesheets/style.scss */
.explore-btn-secondary:hover {
  color: var(--bs-gray-800);
  background-color: var(--bs-gray-200);
}

/* line 39524, app/assets/stylesheets/style.scss */
.explore-btn-outline {
  border: 1px dashed var(--bs-gray-300) !important;
}

/* line 39527, app/assets/stylesheets/style.scss */
.explore-btn-outline.active, .explore-btn-outline:hover {
  border: 1px dashed #50cd89 !important;
  background-color: #e8fff3;
}

/* line 39531, app/assets/stylesheets/style.scss */
.explore-link {
  color: #00b2ff;
}

/* line 39534, app/assets/stylesheets/style.scss */
.explore-link:hover {
  color: #0098da;
}

/* line 39537, app/assets/stylesheets/style.scss */
.explore-link-hover:hover {
  color: #00b2ff !important;
}

/* line 39540, app/assets/stylesheets/style.scss */
.explore-icon-success {
  color: #50cd89;
}

/* line 39543, app/assets/stylesheets/style.scss */
.explore-icon-danger {
  color: #f1416c;
}

/* line 39546, app/assets/stylesheets/style.scss */
.explore-label-free {
  color: #fff;
  background-color: #ffc700;
}

/* line 39550, app/assets/stylesheets/style.scss */
.explore-label-pro {
  color: #fff;
  background-color: #50cd89;
}

/* line 39554, app/assets/stylesheets/style.scss */
.app-engage {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 5;
  padding-right: 12px;
}

/* line 39565, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: var(--bs-engage-btn-box-shadow);
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  border-radius: 6px;
  width: 66px;
  height: 70px;
  color: var(--bs-engage-btn-color);
  border-color: var(--bs-engage-btn-border-color);
  background-color: var(--bs-engage-btn-bg);
}

/* line 39583, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn .svg-icon, .app-engage .app-engage-btn i {
  color: var(--bs-engage-btn-icon-color);
}

/* line 39586, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.dropdown-toggle:after {
  color: var(--bs-engage-btn-icon-color);
}

/* line 39589, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.hover-dark:hover {
  color: var(--bs-dark-inverse);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

/* line 39594, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.hover-dark:hover .svg-icon, .app-engage .app-engage-btn.hover-dark:hover i {
  color: var(--bs-dark-inverse);
}

/* line 39597, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.hover-primary:hover {
  color: var(--bs-primary-inverse);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* line 39602, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.hover-primary:hover .svg-icon, .app-engage .app-engage-btn.hover-primary:hover i {
  color: var(--bs-primary-inverse);
}

/* line 39605, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.hover-success:hover {
  color: var(--bs-success-inverse);
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

/* line 39610, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.hover-success:hover .svg-icon, .app-engage .app-engage-btn.hover-success:hover i {
  color: var(--bs-success-inverse);
}

/* line 39613, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.app-engage-btn-toggle-off {
  width: 35px;
  height: 35px;
}

/* line 39617, app/assets/stylesheets/style.scss */
.app-engage .app-engage-btn.app-engage-btn-toggle-on {
  width: 35px;
  height: 35px;
  display: none;
}

/* line 39622, app/assets/stylesheets/style.scss */
.app-engage.app-engage-hide .app-engage-btn {
  visibility: hidden;
}

/* line 39625, app/assets/stylesheets/style.scss */
.app-engage.app-engage-hide .app-engage-btn.app-engage-btn-toggle-off {
  display: none;
}

/* line 39628, app/assets/stylesheets/style.scss */
.app-engage.app-engage-hide .app-engage-btn.app-engage-btn-toggle-on {
  visibility: visible;
  display: flex;
}

/* line 39632, app/assets/stylesheets/style.scss */
.engage-btn {
  display: flex;
  align-items: center;
  height: 35px !important;
  color: var(--bs-engage-btn-color);
  border-color: var(--bs-engage-btn-bg);
  background-color: var(--bs-engage-btn-bg);
}

/* line 39640, app/assets/stylesheets/style.scss */
.engage-btn .svg-icon, .engage-btn i {
  color: var(--bs-engage-btn-color);
}

/* line 39643, app/assets/stylesheets/style.scss */
.engage-btn.dropdown-toggle:after {
  color: var(--bs-engage-btn-color);
}

/* line 39646, app/assets/stylesheets/style.scss */
.btn-check:active + .engage-btn, .btn-check:checked + .engage-btn, .engage-btn.active, .engage-btn.show, .engage-btn:active:not(.btn-active), .engage-btn:focus:not(.btn-active), .engage-btn:hover:not(.btn-active), .show > .engage-btn {
  color: var(--bs-engage-btn-color-active);
  border-color: var(--bs-engage-btn-bg);
  background-color: var(--bs-engage-btn-bg) !important;
}

/* line 39651, app/assets/stylesheets/style.scss */
.btn-check:active + .engage-btn .svg-icon, .btn-check:active + .engage-btn i, .btn-check:checked + .engage-btn .svg-icon, .btn-check:checked + .engage-btn i, .engage-btn.active .svg-icon, .engage-btn.active i, .engage-btn.show .svg-icon, .engage-btn.show i, .engage-btn:active:not(.btn-active) .svg-icon, .engage-btn:active:not(.btn-active) i, .engage-btn:focus:not(.btn-active) .svg-icon, .engage-btn:focus:not(.btn-active) i, .engage-btn:hover:not(.btn-active) .svg-icon, .engage-btn:hover:not(.btn-active) i, .show > .engage-btn .svg-icon, .show > .engage-btn i {
  color: var(--bs-engage-btn-color-active);
}

/* line 39654, app/assets/stylesheets/style.scss */
.btn-check:active + .engage-btn.dropdown-toggle:after, .btn-check:checked + .engage-btn.dropdown-toggle:after, .engage-btn.active.dropdown-toggle:after, .engage-btn.show.dropdown-toggle:after, .engage-btn.dropdown-toggle:active:not(.btn-active):after, .engage-btn.dropdown-toggle:focus:not(.btn-active):after, .engage-btn.dropdown-toggle:hover:not(.btn-active):after, .show > .engage-btn.dropdown-toggle:after {
  color: var(--bs-engage-btn-color-active);
}

/* line 39657, app/assets/stylesheets/style.scss */
.cookiealert {
  background: inherit;
  color: inherit;
}

@media print {
  /* line 39662, app/assets/stylesheets/style.scss */
  .print-content-only {
    padding: 0 !important;
    background: 0 0 !important;
  }
  /* line 39666, app/assets/stylesheets/style.scss */
  .print-content-only .container, .print-content-only .container-fluid, .print-content-only .container-lg, .print-content-only .container-md, .print-content-only .container-sm, .print-content-only .container-xl, .print-content-only .container-xxl, .print-content-only .page, .print-content-only .page-title .content, .print-content-only .wrapper {
    background: 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 39671, app/assets/stylesheets/style.scss */
  .print-content-only .aside, .print-content-only .btn, .print-content-only .drawer, .print-content-only .footer, .print-content-only .header, .print-content-only .scrolltop, .print-content-only .sidebar, .print-content-only .toolbar {
    display: none !important;
  }
}

/* line 39674, app/assets/stylesheets/style.scss */
.bg-white {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 39678, app/assets/stylesheets/style.scss */
.bg-black {
  --bs-bg-rgb-color: var(--bs-black-bg-rgb);
  background-color: #000 !important;
}

/* line 39682, app/assets/stylesheets/style.scss */
.bg-body {
  --bs-bg-rgb-color: var(--bs-body-bg-rgb);
  background-color: var(--bs-body-bg) !important;
}

/* line 39686, app/assets/stylesheets/style.scss */
.bg-hover-body {
  cursor: pointer;
}

/* line 39689, app/assets/stylesheets/style.scss */
.bg-hover-body:hover {
  background-color: var(--bs-body-bg) !important;
}

/* line 39692, app/assets/stylesheets/style.scss */
.bg-active-body.active {
  background-color: var(--bs-body-bg) !important;
}

/* line 39695, app/assets/stylesheets/style.scss */
.bg-state-body {
  cursor: pointer;
}

/* line 39699, app/assets/stylesheets/style.scss */
.bg-stats-card {
  background-color: #f0eee8;
}

/* line 39703, app/assets/stylesheets/style.scss */
.bg-state-body.active, .bg-state-body:hover {
  background-color: var(--bs-body-bg) !important;
}

/* line 39706, app/assets/stylesheets/style.scss */
.bg-hover-white {
  cursor: pointer;
}

/* line 39709, app/assets/stylesheets/style.scss */
.bg-hover-white:hover {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 39713, app/assets/stylesheets/style.scss */
.bg-active-white.active {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 39717, app/assets/stylesheets/style.scss */
.bg-state-white {
  cursor: pointer;
}

/* line 39720, app/assets/stylesheets/style.scss */
.bg-state-white.active, .bg-state-white:hover {
  --bs-bg-rgb-color: var(--bs-white-bg-rgb);
  background-color: #fff !important;
}

/* line 39724, app/assets/stylesheets/style.scss */
.bg-light {
  --bs-bg-rgb-color: var(--bs-light-rgb);
  background-color: var(--bs-light) !important;
}

/* line 39728, app/assets/stylesheets/style.scss */
.bg-light-active {
  --bs-bg-rgb-color: var(--bs-light-active-rgb);
  background-color: var(--bs-light-active) !important;
}

/* line 39732, app/assets/stylesheets/style.scss */
.bg-hover-light {
  cursor: pointer;
}

/* line 39735, app/assets/stylesheets/style.scss */
.bg-hover-light:hover {
  background-color: var(--bs-light) !important;
}

/* line 39738, app/assets/stylesheets/style.scss */
.bg-active-light.active {
  background-color: var(--bs-light) !important;
}

/* line 39741, app/assets/stylesheets/style.scss */
.bg-state-light {
  cursor: pointer;
}

/* line 39744, app/assets/stylesheets/style.scss */
.bg-state-light.active, .bg-state-light:hover {
  background-color: var(--bs-light) !important;
}

/* line 39747, app/assets/stylesheets/style.scss */
.bg-light-primary {
  background-color: var(--bs-primary-light) !important;
}

/* line 39750, app/assets/stylesheets/style.scss */
.bg-primary {
  --bs-bg-rgb-color: var(--bs-primary-rgb);
  background-color: var(--bs-primary) !important;
}

/* line 39754, app/assets/stylesheets/style.scss */
.bg-primary-active {
  --bs-bg-rgb-color: var(--bs-primary-active-rgb);
  background-color: var(--bs-primary-active) !important;
}

/* line 39758, app/assets/stylesheets/style.scss */
.bg-hover-light-primary {
  cursor: pointer;
}

/* line 39761, app/assets/stylesheets/style.scss */
.bg-hover-light-primary:hover {
  background-color: var(--bs-primary-light) !important;
}

/* line 39764, app/assets/stylesheets/style.scss */
.bg-state-light-primary {
  cursor: pointer;
}

/* line 39767, app/assets/stylesheets/style.scss */
.bg-state-light-primary.active, .bg-state-light-primary:hover {
  background-color: var(--bs-primary-light) !important;
}

/* line 39770, app/assets/stylesheets/style.scss */
.bg-hover-primary {
  cursor: pointer;
}

/* line 39773, app/assets/stylesheets/style.scss */
.bg-hover-primary:hover {
  background-color: var(--bs-primary) !important;
}

/* line 39776, app/assets/stylesheets/style.scss */
.bg-active-primary.active {
  background-color: var(--bs-primary) !important;
}

/* line 39779, app/assets/stylesheets/style.scss */
.bg-state-primary {
  cursor: pointer;
}

/* line 39782, app/assets/stylesheets/style.scss */
.bg-state-primary.active, .bg-state-primary:hover {
  background-color: var(--bs-primary) !important;
}

/* line 39785, app/assets/stylesheets/style.scss */
.bg-light-secondary {
  background-color: var(--bs-secondary-light) !important;
}

/* line 39788, app/assets/stylesheets/style.scss */
.bg-secondary {
  --bs-bg-rgb-color: var(--bs-secondary-rgb);
  background-color: var(--bs-secondary) !important;
}

/* line 39792, app/assets/stylesheets/style.scss */
.bg-secondary-active {
  --bs-bg-rgb-color: var(--bs-secondary-active-rgb);
  background-color: var(--bs-secondary-active) !important;
}

/* line 39796, app/assets/stylesheets/style.scss */
.bg-hover-light-secondary {
  cursor: pointer;
}

/* line 39799, app/assets/stylesheets/style.scss */
.bg-hover-light-secondary:hover {
  background-color: var(--bs-secondary-light) !important;
}

/* line 39802, app/assets/stylesheets/style.scss */
.bg-state-light-secondary {
  cursor: pointer;
}

/* line 39805, app/assets/stylesheets/style.scss */
.bg-state-light-secondary.active, .bg-state-light-secondary:hover {
  background-color: var(--bs-secondary-light) !important;
}

/* line 39808, app/assets/stylesheets/style.scss */
.bg-hover-secondary {
  cursor: pointer;
}

/* line 39811, app/assets/stylesheets/style.scss */
.bg-hover-secondary:hover {
  background-color: var(--bs-secondary) !important;
}

/* line 39814, app/assets/stylesheets/style.scss */
.bg-active-secondary.active {
  background-color: var(--bs-secondary) !important;
}

/* line 39817, app/assets/stylesheets/style.scss */
.bg-state-secondary {
  cursor: pointer;
}

/* line 39820, app/assets/stylesheets/style.scss */
.bg-state-secondary.active, .bg-state-secondary:hover {
  background-color: var(--bs-secondary) !important;
}

/* line 39823, app/assets/stylesheets/style.scss */
.bg-light-success {
  background-color: var(--bs-success-light) !important;
}

/* line 39826, app/assets/stylesheets/style.scss */
.bg-success {
  --bs-bg-rgb-color: var(--bs-success-rgb);
  background-color: var(--bs-success) !important;
}

/* line 39830, app/assets/stylesheets/style.scss */
.bg-success-active {
  --bs-bg-rgb-color: var(--bs-success-active-rgb);
  background-color: var(--bs-success-active) !important;
}

/* line 39834, app/assets/stylesheets/style.scss */
.bg-hover-light-success {
  cursor: pointer;
}

/* line 39837, app/assets/stylesheets/style.scss */
.bg-hover-light-success:hover {
  background-color: var(--bs-success-light) !important;
}

/* line 39840, app/assets/stylesheets/style.scss */
.bg-state-light-success {
  cursor: pointer;
}

/* line 39843, app/assets/stylesheets/style.scss */
.bg-state-light-success.active, .bg-state-light-success:hover {
  background-color: var(--bs-success-light) !important;
}

/* line 39846, app/assets/stylesheets/style.scss */
.bg-hover-success {
  cursor: pointer;
}

/* line 39849, app/assets/stylesheets/style.scss */
.bg-hover-success:hover {
  background-color: var(--bs-success) !important;
}

/* line 39852, app/assets/stylesheets/style.scss */
.bg-active-success.active {
  background-color: var(--bs-success) !important;
}

/* line 39855, app/assets/stylesheets/style.scss */
.bg-state-success {
  cursor: pointer;
}

/* line 39858, app/assets/stylesheets/style.scss */
.bg-state-success.active, .bg-state-success:hover {
  background-color: var(--bs-success) !important;
}

/* line 39861, app/assets/stylesheets/style.scss */
.bg-light-info {
  background-color: var(--bs-info-light) !important;
}

/* line 39864, app/assets/stylesheets/style.scss */
.bg-info {
  --bs-bg-rgb-color: var(--bs-info-rgb);
  background-color: var(--bs-info) !important;
}

/* line 39868, app/assets/stylesheets/style.scss */
.bg-info-active {
  --bs-bg-rgb-color: var(--bs-info-active-rgb);
  background-color: var(--bs-info-active) !important;
}

/* line 39872, app/assets/stylesheets/style.scss */
.bg-hover-light-info {
  cursor: pointer;
}

/* line 39875, app/assets/stylesheets/style.scss */
.bg-hover-light-info:hover {
  background-color: var(--bs-info-light) !important;
}

/* line 39878, app/assets/stylesheets/style.scss */
.bg-state-light-info {
  cursor: pointer;
}

/* line 39881, app/assets/stylesheets/style.scss */
.bg-state-light-info.active, .bg-state-light-info:hover {
  background-color: var(--bs-info-light) !important;
}

/* line 39884, app/assets/stylesheets/style.scss */
.bg-hover-info {
  cursor: pointer;
}

/* line 39887, app/assets/stylesheets/style.scss */
.bg-hover-info:hover {
  background-color: var(--bs-info) !important;
}

/* line 39890, app/assets/stylesheets/style.scss */
.bg-active-info.active {
  background-color: var(--bs-info) !important;
}

/* line 39893, app/assets/stylesheets/style.scss */
.bg-state-info {
  cursor: pointer;
}

/* line 39896, app/assets/stylesheets/style.scss */
.bg-state-info.active, .bg-state-info:hover {
  background-color: var(--bs-info) !important;
}

/* line 39899, app/assets/stylesheets/style.scss */
.bg-light-warning {
  background-color: var(--bs-warning-light) !important;
}

/* line 39902, app/assets/stylesheets/style.scss */
.bg-warning {
  --bs-bg-rgb-color: var(--bs-warning-rgb);
  background-color: var(--bs-warning) !important;
}

/* line 39906, app/assets/stylesheets/style.scss */
.bg-warning-active {
  --bs-bg-rgb-color: var(--bs-warning-active-rgb);
  background-color: var(--bs-warning-active) !important;
}

/* line 39910, app/assets/stylesheets/style.scss */
.bg-hover-light-warning {
  cursor: pointer;
}

/* line 39913, app/assets/stylesheets/style.scss */
.bg-hover-light-warning:hover {
  background-color: var(--bs-warning-light) !important;
}

/* line 39916, app/assets/stylesheets/style.scss */
.bg-state-light-warning {
  cursor: pointer;
}

/* line 39919, app/assets/stylesheets/style.scss */
.bg-state-light-warning.active, .bg-state-light-warning:hover {
  background-color: var(--bs-warning-light) !important;
}

/* line 39922, app/assets/stylesheets/style.scss */
.bg-hover-warning {
  cursor: pointer;
}

/* line 39925, app/assets/stylesheets/style.scss */
.bg-hover-warning:hover {
  background-color: var(--bs-warning) !important;
}

/* line 39928, app/assets/stylesheets/style.scss */
.bg-active-warning.active {
  background-color: var(--bs-warning) !important;
}

/* line 39931, app/assets/stylesheets/style.scss */
.bg-state-warning {
  cursor: pointer;
}

/* line 39934, app/assets/stylesheets/style.scss */
.bg-state-warning.active, .bg-state-warning:hover {
  background-color: var(--bs-warning) !important;
}

/* line 39937, app/assets/stylesheets/style.scss */
.bg-light-danger {
  background-color: var(--bs-danger-light) !important;
}

/* line 39940, app/assets/stylesheets/style.scss */
.bg-danger {
  --bs-bg-rgb-color: var(--bs-danger-rgb);
  background-color: var(--bs-danger) !important;
}

/* line 39944, app/assets/stylesheets/style.scss */
.bg-danger-active {
  --bs-bg-rgb-color: var(--bs-danger-active-rgb);
  background-color: var(--bs-danger-active) !important;
}

/* line 39948, app/assets/stylesheets/style.scss */
.bg-hover-light-danger {
  cursor: pointer;
}

/* line 39951, app/assets/stylesheets/style.scss */
.bg-hover-light-danger:hover {
  background-color: var(--bs-danger-light) !important;
}

/* line 39954, app/assets/stylesheets/style.scss */
.bg-state-light-danger {
  cursor: pointer;
}

/* line 39957, app/assets/stylesheets/style.scss */
.bg-state-light-danger.active, .bg-state-light-danger:hover {
  background-color: var(--bs-danger-light) !important;
}

/* line 39960, app/assets/stylesheets/style.scss */
.bg-hover-danger {
  cursor: pointer;
}

/* line 39963, app/assets/stylesheets/style.scss */
.bg-hover-danger:hover {
  background-color: var(--bs-danger) !important;
}

/* line 39966, app/assets/stylesheets/style.scss */
.bg-active-danger.active {
  background-color: var(--bs-danger) !important;
}

/* line 39969, app/assets/stylesheets/style.scss */
.bg-state-danger {
  cursor: pointer;
}

/* line 39972, app/assets/stylesheets/style.scss */
.bg-state-danger.active, .bg-state-danger:hover {
  background-color: var(--bs-danger) !important;
}

/* line 39975, app/assets/stylesheets/style.scss */
.bg-light-dark {
  background-color: var(--bs-dark-light) !important;
}

/* line 39978, app/assets/stylesheets/style.scss */
.bg-dark {
  --bs-bg-rgb-color: var(--bs-dark-rgb);
  background-color: var(--bs-dark) !important;
}

/* line 39982, app/assets/stylesheets/style.scss */
.bg-dark-active {
  --bs-bg-rgb-color: var(--bs-dark-active-rgb);
  background-color: var(--bs-dark-active) !important;
}

/* line 39986, app/assets/stylesheets/style.scss */
.bg-hover-light-dark {
  cursor: pointer;
}

/* line 39989, app/assets/stylesheets/style.scss */
.bg-hover-light-dark:hover {
  background-color: var(--bs-dark-light) !important;
}

/* line 39992, app/assets/stylesheets/style.scss */
.bg-state-light-dark {
  cursor: pointer;
}

/* line 39995, app/assets/stylesheets/style.scss */
.bg-state-light-dark.active, .bg-state-light-dark:hover {
  background-color: var(--bs-dark-light) !important;
}

/* line 39998, app/assets/stylesheets/style.scss */
.bg-hover-dark {
  cursor: pointer;
}

/* line 40001, app/assets/stylesheets/style.scss */
.bg-hover-dark:hover {
  background-color: var(--bs-dark) !important;
}

/* line 40004, app/assets/stylesheets/style.scss */
.bg-active-dark.active {
  background-color: var(--bs-dark) !important;
}

/* line 40007, app/assets/stylesheets/style.scss */
.bg-state-dark {
  cursor: pointer;
}

/* line 40010, app/assets/stylesheets/style.scss */
.bg-state-dark.active, .bg-state-dark:hover {
  background-color: var(--bs-dark) !important;
}

/* line 40013, app/assets/stylesheets/style.scss */
.bg-gray-100 {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100);
}

/* line 40017, app/assets/stylesheets/style.scss */
.bg-gray-100i {
  --bs-bg-rgb-color: var(--bs-gray-100-rgb);
  background-color: var(--bs-gray-100) !important;
}

/* line 40021, app/assets/stylesheets/style.scss */
.bg-gray-200 {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200);
}

/* line 40025, app/assets/stylesheets/style.scss */
.bg-gray-200i {
  --bs-bg-rgb-color: var(--bs-gray-200-rgb);
  background-color: var(--bs-gray-200) !important;
}

/* line 40029, app/assets/stylesheets/style.scss */
.bg-gray-300 {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300);
}

/* line 40033, app/assets/stylesheets/style.scss */
.bg-gray-300i {
  --bs-bg-rgb-color: var(--bs-gray-300-rgb);
  background-color: var(--bs-gray-300) !important;
}

/* line 40037, app/assets/stylesheets/style.scss */
.bg-gray-400 {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400);
}

/* line 40041, app/assets/stylesheets/style.scss */
.bg-gray-400i {
  --bs-bg-rgb-color: var(--bs-gray-400-rgb);
  background-color: var(--bs-gray-400) !important;
}

/* line 40045, app/assets/stylesheets/style.scss */
.bg-gray-500 {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500);
}

/* line 40049, app/assets/stylesheets/style.scss */
.bg-gray-500i {
  --bs-bg-rgb-color: var(--bs-gray-500-rgb);
  background-color: var(--bs-gray-500) !important;
}

/* line 40053, app/assets/stylesheets/style.scss */
.bg-gray-600 {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600);
}

/* line 40057, app/assets/stylesheets/style.scss */
.bg-gray-600i {
  --bs-bg-rgb-color: var(--bs-gray-600-rgb);
  background-color: var(--bs-gray-600) !important;
}

/* line 40061, app/assets/stylesheets/style.scss */
.bg-gray-700 {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700);
}

/* line 40065, app/assets/stylesheets/style.scss */
.bg-gray-700i {
  --bs-bg-rgb-color: var(--bs-gray-700-rgb);
  background-color: var(--bs-gray-700) !important;
}

/* line 40069, app/assets/stylesheets/style.scss */
.bg-gray-800 {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800);
}

/* line 40073, app/assets/stylesheets/style.scss */
.bg-gray-800i {
  --bs-bg-rgb-color: var(--bs-gray-800-rgb);
  background-color: var(--bs-gray-800) !important;
}

/* line 40077, app/assets/stylesheets/style.scss */
.bg-gray-900 {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900);
}

/* line 40081, app/assets/stylesheets/style.scss */
.bg-gray-900i {
  --bs-bg-rgb-color: var(--bs-gray-900-rgb);
  background-color: var(--bs-gray-900) !important;
}

/* line 40085, app/assets/stylesheets/style.scss */
.bg-opacity-0 {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 40088, app/assets/stylesheets/style.scss */
.bg-hover-opacity-0:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 40091, app/assets/stylesheets/style.scss */
.bg-active-opacity-0.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 40094, app/assets/stylesheets/style.scss */
.bg-state-opacity-0 .active, .bg-state-opacity-0:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0) !important;
}

/* line 40097, app/assets/stylesheets/style.scss */
.bg-opacity-5 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 40100, app/assets/stylesheets/style.scss */
.bg-hover-opacity-5:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 40103, app/assets/stylesheets/style.scss */
.bg-active-opacity-5.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 40106, app/assets/stylesheets/style.scss */
.bg-state-opacity-5 .active, .bg-state-opacity-5:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.05) !important;
}

/* line 40109, app/assets/stylesheets/style.scss */
.bg-opacity-10 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 40112, app/assets/stylesheets/style.scss */
.bg-hover-opacity-10:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 40115, app/assets/stylesheets/style.scss */
.bg-active-opacity-10.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 40118, app/assets/stylesheets/style.scss */
.bg-state-opacity-10 .active, .bg-state-opacity-10:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.1) !important;
}

/* line 40121, app/assets/stylesheets/style.scss */
.bg-opacity-15 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 40124, app/assets/stylesheets/style.scss */
.bg-hover-opacity-15:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 40127, app/assets/stylesheets/style.scss */
.bg-active-opacity-15.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 40130, app/assets/stylesheets/style.scss */
.bg-state-opacity-15 .active, .bg-state-opacity-15:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.15) !important;
}

/* line 40133, app/assets/stylesheets/style.scss */
.bg-opacity-20 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 40136, app/assets/stylesheets/style.scss */
.bg-hover-opacity-20:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 40139, app/assets/stylesheets/style.scss */
.bg-active-opacity-20.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 40142, app/assets/stylesheets/style.scss */
.bg-state-opacity-20 .active, .bg-state-opacity-20:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.2) !important;
}

/* line 40145, app/assets/stylesheets/style.scss */
.bg-opacity-25 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 40148, app/assets/stylesheets/style.scss */
.bg-hover-opacity-25:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 40151, app/assets/stylesheets/style.scss */
.bg-active-opacity-25.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 40154, app/assets/stylesheets/style.scss */
.bg-state-opacity-25 .active, .bg-state-opacity-25:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.25) !important;
}

/* line 40157, app/assets/stylesheets/style.scss */
.bg-opacity-50 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 40160, app/assets/stylesheets/style.scss */
.bg-hover-opacity-50:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 40163, app/assets/stylesheets/style.scss */
.bg-active-opacity-50.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 40166, app/assets/stylesheets/style.scss */
.bg-state-opacity-50 .active, .bg-state-opacity-50:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.5) !important;
}

/* line 40169, app/assets/stylesheets/style.scss */
.bg-opacity-75 {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 40172, app/assets/stylesheets/style.scss */
.bg-hover-opacity-75:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 40175, app/assets/stylesheets/style.scss */
.bg-active-opacity-75.active {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 40178, app/assets/stylesheets/style.scss */
.bg-state-opacity-75 .active, .bg-state-opacity-75:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 0.75) !important;
}

/* line 40181, app/assets/stylesheets/style.scss */
.bg-opacity-100 {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 40184, app/assets/stylesheets/style.scss */
.bg-hover-opacity-100:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 40187, app/assets/stylesheets/style.scss */
.bg-active-opacity-100.active {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 40190, app/assets/stylesheets/style.scss */
.bg-state-opacity-100 .active, .bg-state-opacity-100:hover {
  background-color: rgba(var(--bs-bg-rgb-color), 1) !important;
}

/* line 40193, app/assets/stylesheets/style.scss */
.bgi-no-repeat {
  background-repeat: no-repeat;
}

/* line 40196, app/assets/stylesheets/style.scss */
.bgi-position-y-top {
  background-position-y: top;
}

/* line 40199, app/assets/stylesheets/style.scss */
.bgi-position-y-bottom {
  background-position-y: bottom;
}

/* line 40202, app/assets/stylesheets/style.scss */
.bgi-position-y-center {
  background-position-y: center;
}

/* line 40205, app/assets/stylesheets/style.scss */
.bgi-position-x-start {
  background-position-x: left;
}

/* line 40208, app/assets/stylesheets/style.scss */
.bgi-position-x-end {
  background-position-x: right;
}

/* line 40211, app/assets/stylesheets/style.scss */
.bgi-position-x-center {
  background-position-x: center;
}

/* line 40214, app/assets/stylesheets/style.scss */
.bgi-position-top {
  background-position: 0 top;
}

/* line 40217, app/assets/stylesheets/style.scss */
.bgi-position-bottom {
  background-position: 0 bottom;
}

/* line 40220, app/assets/stylesheets/style.scss */
.bgi-position-center {
  background-position: center;
}

/* line 40223, app/assets/stylesheets/style.scss */
.bgi-size-auto {
  background-size: auto;
}

/* line 40226, app/assets/stylesheets/style.scss */
.bgi-size-cover {
  background-size: cover;
}

/* line 40229, app/assets/stylesheets/style.scss */
.bgi-size-contain {
  background-size: contain;
}

/* line 40232, app/assets/stylesheets/style.scss */
.bgi-attachment-fixed {
  background-attachment: fixed;
}

/* line 40235, app/assets/stylesheets/style.scss */
.bgi-attachment-scroll {
  background-attachment: scroll;
}

@media (min-width: 576px) {
  /* line 40239, app/assets/stylesheets/style.scss */
  .bgi-size-sm-auto {
    background-size: auto;
  }
  /* line 40242, app/assets/stylesheets/style.scss */
  .bgi-size-sm-cover {
    background-size: cover;
  }
  /* line 40245, app/assets/stylesheets/style.scss */
  .bgi-size-sm-contain {
    background-size: contain;
  }
  /* line 40248, app/assets/stylesheets/style.scss */
  .bgi-attachment-sm-fixed {
    background-attachment: fixed;
  }
  /* line 40251, app/assets/stylesheets/style.scss */
  .bgi-attachment-sm-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 768px) {
  /* line 40255, app/assets/stylesheets/style.scss */
  .bgi-size-md-auto {
    background-size: auto;
  }
  /* line 40258, app/assets/stylesheets/style.scss */
  .bgi-size-md-cover {
    background-size: cover;
  }
  /* line 40261, app/assets/stylesheets/style.scss */
  .bgi-size-md-contain {
    background-size: contain;
  }
  /* line 40264, app/assets/stylesheets/style.scss */
  .bgi-attachment-md-fixed {
    background-attachment: fixed;
  }
  /* line 40267, app/assets/stylesheets/style.scss */
  .bgi-attachment-md-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 992px) {
  /* line 40271, app/assets/stylesheets/style.scss */
  .bgi-size-lg-auto {
    background-size: auto;
  }
  /* line 40274, app/assets/stylesheets/style.scss */
  .bgi-size-lg-cover {
    background-size: cover;
  }
  /* line 40277, app/assets/stylesheets/style.scss */
  .bgi-size-lg-contain {
    background-size: contain;
  }
  /* line 40280, app/assets/stylesheets/style.scss */
  .bgi-attachment-lg-fixed {
    background-attachment: fixed;
  }
  /* line 40283, app/assets/stylesheets/style.scss */
  .bgi-attachment-lg-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 1200px) {
  /* line 40287, app/assets/stylesheets/style.scss */
  .bgi-size-xl-auto {
    background-size: auto;
  }
  /* line 40290, app/assets/stylesheets/style.scss */
  .bgi-size-xl-cover {
    background-size: cover;
  }
  /* line 40293, app/assets/stylesheets/style.scss */
  .bgi-size-xl-contain {
    background-size: contain;
  }
  /* line 40296, app/assets/stylesheets/style.scss */
  .bgi-attachment-xl-fixed {
    background-attachment: fixed;
  }
  /* line 40299, app/assets/stylesheets/style.scss */
  .bgi-attachment-xl-scroll {
    background-attachment: scroll;
  }
}

@media (min-width: 1400px) {
  /* line 40303, app/assets/stylesheets/style.scss */
  .bgi-size-xxl-auto {
    background-size: auto;
  }
  /* line 40306, app/assets/stylesheets/style.scss */
  .bgi-size-xxl-cover {
    background-size: cover;
  }
  /* line 40309, app/assets/stylesheets/style.scss */
  .bgi-size-xxl-contain {
    background-size: contain;
  }
  /* line 40312, app/assets/stylesheets/style.scss */
  .bgi-attachment-xxl-fixed {
    background-attachment: fixed;
  }
  /* line 40315, app/assets/stylesheets/style.scss */
  .bgi-attachment-xxl-scroll {
    background-attachment: scroll;
  }
}

/* line 40318, app/assets/stylesheets/style.scss */
.border-active:not(.active):not(:active):not(:hover):not(:focus) {
  border-color: transparent !important;
}

/* line 40321, app/assets/stylesheets/style.scss */
.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
  cursor: pointer;
  border-color: transparent !important;
}

/* line 40325, app/assets/stylesheets/style.scss */
.border-gray-100 {
  border-color: var(--bs-gray-100) !important;
}

/* line 40328, app/assets/stylesheets/style.scss */
.border-gray-200 {
  border-color: var(--bs-gray-200) !important;
}

/* line 40331, app/assets/stylesheets/style.scss */
.border-gray-300 {
  border-color: var(--bs-gray-300) !important;
}

/* line 40334, app/assets/stylesheets/style.scss */
.border-gray-400 {
  border-color: var(--bs-gray-400) !important;
}

/* line 40337, app/assets/stylesheets/style.scss */
.border-gray-500 {
  border-color: var(--bs-gray-500) !important;
}

/* line 40340, app/assets/stylesheets/style.scss */
.border-gray-600 {
  border-color: var(--bs-gray-600) !important;
}

/* line 40343, app/assets/stylesheets/style.scss */
.border-gray-700 {
  border-color: var(--bs-gray-700) !important;
}

/* line 40346, app/assets/stylesheets/style.scss */
.border-gray-800 {
  border-color: var(--bs-gray-800) !important;
}

/* line 40349, app/assets/stylesheets/style.scss */
.border-gray-900 {
  border-color: var(--bs-gray-900) !important;
}

/* line 40352, app/assets/stylesheets/style.scss */
.border-hover-light:hover {
  border-color: var(--bs-light) !important;
}

/* line 40355, app/assets/stylesheets/style.scss */
.border-active-light.active {
  border-color: var(--bs-light) !important;
}

/* line 40358, app/assets/stylesheets/style.scss */
.border-hover-primary:hover {
  border-color: var(--bs-primary) !important;
}

/* line 40361, app/assets/stylesheets/style.scss */
.border-active-primary.active {
  border-color: var(--bs-primary) !important;
}

/* line 40364, app/assets/stylesheets/style.scss */
.border-hover-secondary:hover {
  border-color: var(--bs-secondary) !important;
}

/* line 40367, app/assets/stylesheets/style.scss */
.border-active-secondary.active {
  border-color: var(--bs-secondary) !important;
}

/* line 40370, app/assets/stylesheets/style.scss */
.border-hover-success:hover {
  border-color: var(--bs-success) !important;
}

/* line 40373, app/assets/stylesheets/style.scss */
.border-active-success.active {
  border-color: var(--bs-success) !important;
}

/* line 40376, app/assets/stylesheets/style.scss */
.border-hover-info:hover {
  border-color: var(--bs-info) !important;
}

/* line 40379, app/assets/stylesheets/style.scss */
.border-active-info.active {
  border-color: var(--bs-info) !important;
}

/* line 40382, app/assets/stylesheets/style.scss */
.border-hover-warning:hover {
  border-color: var(--bs-warning) !important;
}

/* line 40385, app/assets/stylesheets/style.scss */
.border-active-warning.active {
  border-color: var(--bs-warning) !important;
}

/* line 40388, app/assets/stylesheets/style.scss */
.border-hover-danger:hover {
  border-color: var(--bs-danger) !important;
}

/* line 40391, app/assets/stylesheets/style.scss */
.border-active-danger.active {
  border-color: var(--bs-danger) !important;
}

/* line 40394, app/assets/stylesheets/style.scss */
.border-hover-dark:hover {
  border-color: var(--bs-dark) !important;
}

/* line 40397, app/assets/stylesheets/style.scss */
.border-active-dark.active {
  border-color: var(--bs-dark) !important;
}

/* line 40400, app/assets/stylesheets/style.scss */
.border-hover-transparent:hover {
  border-color: transparent !important;
}

/* line 40403, app/assets/stylesheets/style.scss */
.border-dashed {
  border-style: dashed !important;
  border-color: var(--bs-border-dashed-color);
}

/* line 40407, app/assets/stylesheets/style.scss */
.border-top-dashed {
  border-top-style: dashed !important;
}

/* line 40410, app/assets/stylesheets/style.scss */
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

/* line 40413, app/assets/stylesheets/style.scss */
.border-start-dashed {
  border-left-style: dashed !important;
}

/* line 40416, app/assets/stylesheets/style.scss */
.border-end-dashed {
  border-right-style: dashed !important;
}

/* line 40419, app/assets/stylesheets/style.scss */
.border-dotted {
  border-style: dotted !important;
}

/* line 40422, app/assets/stylesheets/style.scss */
.border-top-dotted {
  border-top-style: dotted !important;
}

/* line 40425, app/assets/stylesheets/style.scss */
.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

/* line 40428, app/assets/stylesheets/style.scss */
.border-start-dotted {
  border-left-style: dotted !important;
}

/* line 40431, app/assets/stylesheets/style.scss */
.border-end-dotted {
  border-right-style: dotted !important;
}

/* line 40434, app/assets/stylesheets/style.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 40437, app/assets/stylesheets/style.scss */
.border-body {
  border-color: var(--bs-body-bg) !important;
}

/* line 40440, app/assets/stylesheets/style.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 40444, app/assets/stylesheets/style.scss */
.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 40448, app/assets/stylesheets/style.scss */
.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 40452, app/assets/stylesheets/style.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 40456, app/assets/stylesheets/style.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 40459, app/assets/stylesheets/style.scss */
.flex-root {
  flex: 1;
}

/* line 40462, app/assets/stylesheets/style.scss */
.flex-column-auto {
  flex: none;
}

/* line 40465, app/assets/stylesheets/style.scss */
.flex-column-fluid {
  flex: 1 0 auto;
}

/* line 40468, app/assets/stylesheets/style.scss */
.flex-row-auto {
  flex: 0 0 auto;
}

/* line 40471, app/assets/stylesheets/style.scss */
.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}

/* line 40475, app/assets/stylesheets/style.scss */
.flex-center {
  justify-content: center;
  align-items: center;
}

/* line 40479, app/assets/stylesheets/style.scss */
.flex-start {
  justify-content: start;
  align-items: start;
}

/* line 40483, app/assets/stylesheets/style.scss */
.flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 40487, app/assets/stylesheets/style.scss */
.flex-stack {
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  /* line 40492, app/assets/stylesheets/style.scss */
  .flex-sm-root {
    flex: 1;
  }
  /* line 40495, app/assets/stylesheets/style.scss */
  .flex-sm-column-auto {
    flex: none;
  }
  /* line 40498, app/assets/stylesheets/style.scss */
  .flex-sm-column-fluid {
    flex: 1 0 auto;
  }
  /* line 40501, app/assets/stylesheets/style.scss */
  .flex-sm-row-auto {
    flex: 0 0 auto;
  }
  /* line 40504, app/assets/stylesheets/style.scss */
  .flex-sm-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 40508, app/assets/stylesheets/style.scss */
  .flex-sm-center {
    justify-content: center;
    align-items: center;
  }
  /* line 40512, app/assets/stylesheets/style.scss */
  .flex-sm-start {
    justify-content: start;
    align-items: start;
  }
  /* line 40516, app/assets/stylesheets/style.scss */
  .flex-sm-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 40520, app/assets/stylesheets/style.scss */
  .flex-sm-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  /* line 40525, app/assets/stylesheets/style.scss */
  .flex-md-root {
    flex: 1;
  }
  /* line 40528, app/assets/stylesheets/style.scss */
  .flex-md-column-auto {
    flex: none;
  }
  /* line 40531, app/assets/stylesheets/style.scss */
  .flex-md-column-fluid {
    flex: 1 0 auto;
  }
  /* line 40534, app/assets/stylesheets/style.scss */
  .flex-md-row-auto {
    flex: 0 0 auto;
  }
  /* line 40537, app/assets/stylesheets/style.scss */
  .flex-md-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 40541, app/assets/stylesheets/style.scss */
  .flex-md-center {
    justify-content: center;
    align-items: center;
  }
  /* line 40545, app/assets/stylesheets/style.scss */
  .flex-md-start {
    justify-content: start;
    align-items: start;
  }
  /* line 40549, app/assets/stylesheets/style.scss */
  .flex-md-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 40553, app/assets/stylesheets/style.scss */
  .flex-md-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  /* line 40558, app/assets/stylesheets/style.scss */
  .flex-lg-root {
    flex: 1;
  }
  /* line 40561, app/assets/stylesheets/style.scss */
  .flex-lg-column-auto {
    flex: none;
  }
  /* line 40564, app/assets/stylesheets/style.scss */
  .flex-lg-column-fluid {
    flex: 1 0 auto;
  }
  /* line 40567, app/assets/stylesheets/style.scss */
  .flex-lg-row-auto {
    flex: 0 0 auto;
  }
  /* line 40570, app/assets/stylesheets/style.scss */
  .flex-lg-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 40574, app/assets/stylesheets/style.scss */
  .flex-lg-center {
    justify-content: center;
    align-items: center;
  }
  /* line 40578, app/assets/stylesheets/style.scss */
  .flex-lg-start {
    justify-content: start;
    align-items: start;
  }
  /* line 40582, app/assets/stylesheets/style.scss */
  .flex-lg-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 40586, app/assets/stylesheets/style.scss */
  .flex-lg-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  /* line 40591, app/assets/stylesheets/style.scss */
  .flex-xl-root {
    flex: 1;
  }
  /* line 40594, app/assets/stylesheets/style.scss */
  .flex-xl-column-auto {
    flex: none;
  }
  /* line 40597, app/assets/stylesheets/style.scss */
  .flex-xl-column-fluid {
    flex: 1 0 auto;
  }
  /* line 40600, app/assets/stylesheets/style.scss */
  .flex-xl-row-auto {
    flex: 0 0 auto;
  }
  /* line 40603, app/assets/stylesheets/style.scss */
  .flex-xl-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 40607, app/assets/stylesheets/style.scss */
  .flex-xl-center {
    justify-content: center;
    align-items: center;
  }
  /* line 40611, app/assets/stylesheets/style.scss */
  .flex-xl-start {
    justify-content: start;
    align-items: start;
  }
  /* line 40615, app/assets/stylesheets/style.scss */
  .flex-xl-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 40619, app/assets/stylesheets/style.scss */
  .flex-xl-stack {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  /* line 40624, app/assets/stylesheets/style.scss */
  .flex-xxl-root {
    flex: 1;
  }
  /* line 40627, app/assets/stylesheets/style.scss */
  .flex-xxl-column-auto {
    flex: none;
  }
  /* line 40630, app/assets/stylesheets/style.scss */
  .flex-xxl-column-fluid {
    flex: 1 0 auto;
  }
  /* line 40633, app/assets/stylesheets/style.scss */
  .flex-xxl-row-auto {
    flex: 0 0 auto;
  }
  /* line 40636, app/assets/stylesheets/style.scss */
  .flex-xxl-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }
  /* line 40640, app/assets/stylesheets/style.scss */
  .flex-xxl-center {
    justify-content: center;
    align-items: center;
  }
  /* line 40644, app/assets/stylesheets/style.scss */
  .flex-xxl-start {
    justify-content: start;
    align-items: start;
  }
  /* line 40648, app/assets/stylesheets/style.scss */
  .flex-xxl-end {
    justify-content: flex-end;
    align-items: flex-end;
  }
  /* line 40652, app/assets/stylesheets/style.scss */
  .flex-xxl-stack {
    justify-content: space-between;
    align-items: center;
  }
}

/* line 40656, app/assets/stylesheets/style.scss */
.flex-equal {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
}

/* line 40661, app/assets/stylesheets/style.scss */
.shadow-xs {
  box-shadow: var(--bs-box-shadow-xs);
}

/* line 40664, app/assets/stylesheets/style.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}

/* line 40667, app/assets/stylesheets/style.scss */
.shadow {
  box-shadow: var(--bs-box-shadow);
}

/* line 40670, app/assets/stylesheets/style.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}

/* line 40673, app/assets/stylesheets/style.scss */
.text-white {
  color: var(--bs-text-white) !important;
}

/* line 40676, app/assets/stylesheets/style.scss */
.text-hover-white {
  transition: color .2s ease;
}

/* line 40679, app/assets/stylesheets/style.scss */
.text-hover-white i {
  transition: color .2s ease;
}

/* line 40682, app/assets/stylesheets/style.scss */
.text-hover-white:hover {
  transition: color .2s ease;
  color: var(--bs-text-white) !important;
}

/* line 40686, app/assets/stylesheets/style.scss */
.text-hover-white:hover i {
  transition: color .2s ease;
  color: var(--bs-text-white) !important;
}

/* line 40690, app/assets/stylesheets/style.scss */
.text-hover-white:hover .svg-icon {
  color: var(--bs-text-white) !important;
}

/* line 40693, app/assets/stylesheets/style.scss */
.text-active-white {
  transition: color .2s ease;
}

/* line 40696, app/assets/stylesheets/style.scss */
.text-active-white i {
  transition: color .2s ease;
}

/* line 40699, app/assets/stylesheets/style.scss */
.text-active-white.active {
  transition: color .2s ease;
  color: var(--bs-text-white) !important;
}

/* line 40703, app/assets/stylesheets/style.scss */
.text-active-white.active i {
  transition: color .2s ease;
  color: var(--bs-text-white) !important;
}

/* line 40707, app/assets/stylesheets/style.scss */
.text-active-white.active .svg-icon {
  color: var(--bs-text-white) !important;
}

/* line 40710, app/assets/stylesheets/style.scss */
.text-primary {
  color: var(--bs-text-primary) !important;
}

/* line 40713, app/assets/stylesheets/style.scss */
.text-inverse-primary {
  color: var(--bs-primary-inverse) !important;
}

/* line 40716, app/assets/stylesheets/style.scss */
.text-light-primary {
  color: var(--bs-primary-light) !important;
}

/* line 40719, app/assets/stylesheets/style.scss */
.text-hover-primary {
  transition: color .2s ease;
}

/* line 40722, app/assets/stylesheets/style.scss */
.text-hover-primary i {
  transition: color .2s ease;
}

/* line 40725, app/assets/stylesheets/style.scss */
.text-hover-primary:hover {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 40729, app/assets/stylesheets/style.scss */
.text-hover-primary:hover i {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 40733, app/assets/stylesheets/style.scss */
.text-hover-primary:hover .svg-icon {
  color: var(--bs-text-primary) !important;
}

/* line 40736, app/assets/stylesheets/style.scss */
.text-active-primary {
  transition: color .2s ease;
}

/* line 40739, app/assets/stylesheets/style.scss */
.text-active-primary i {
  transition: color .2s ease;
}

/* line 40742, app/assets/stylesheets/style.scss */
.text-active-primary.active {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 40746, app/assets/stylesheets/style.scss */
.text-active-primary.active i {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 40750, app/assets/stylesheets/style.scss */
.text-active-primary.active .svg-icon {
  color: var(--bs-text-primary) !important;
}

/* line 40753, app/assets/stylesheets/style.scss */
.text-secondary {
  color: var(--bs-text-secondary) !important;
}

/* line 40756, app/assets/stylesheets/style.scss */
.text-inverse-secondary {
  color: var(--bs-secondary-inverse) !important;
}

/* line 40759, app/assets/stylesheets/style.scss */
.text-light-secondary {
  color: var(--bs-secondary-light) !important;
}

/* line 40762, app/assets/stylesheets/style.scss */
.text-hover-secondary {
  transition: color .2s ease;
}

/* line 40765, app/assets/stylesheets/style.scss */
.text-hover-secondary i {
  transition: color .2s ease;
}

/* line 40768, app/assets/stylesheets/style.scss */
.text-hover-secondary:hover {
  transition: color .2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 40772, app/assets/stylesheets/style.scss */
.text-hover-secondary:hover i {
  transition: color .2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 40776, app/assets/stylesheets/style.scss */
.text-hover-secondary:hover .svg-icon {
  color: var(--bs-text-secondary) !important;
}

/* line 40779, app/assets/stylesheets/style.scss */
.text-active-secondary {
  transition: color .2s ease;
}

/* line 40782, app/assets/stylesheets/style.scss */
.text-active-secondary i {
  transition: color .2s ease;
}

/* line 40785, app/assets/stylesheets/style.scss */
.text-active-secondary.active {
  transition: color .2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 40789, app/assets/stylesheets/style.scss */
.text-active-secondary.active i {
  transition: color .2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 40793, app/assets/stylesheets/style.scss */
.text-active-secondary.active .svg-icon {
  color: var(--bs-text-secondary) !important;
}

/* line 40796, app/assets/stylesheets/style.scss */
.text-light {
  color: var(--bs-text-light) !important;
}

/* line 40799, app/assets/stylesheets/style.scss */
.text-inverse-light {
  color: var(--bs-light-inverse) !important;
}

/* line 40802, app/assets/stylesheets/style.scss */
.text-hover-light {
  transition: color .2s ease;
}

/* line 40805, app/assets/stylesheets/style.scss */
.text-hover-light i {
  transition: color .2s ease;
}

/* line 40808, app/assets/stylesheets/style.scss */
.text-hover-light:hover {
  transition: color .2s ease;
  color: var(--bs-text-light) !important;
}

/* line 40812, app/assets/stylesheets/style.scss */
.text-hover-light:hover i {
  transition: color .2s ease;
  color: var(--bs-text-light) !important;
}

/* line 40816, app/assets/stylesheets/style.scss */
.text-hover-light:hover .svg-icon {
  color: var(--bs-text-light) !important;
}

/* line 40819, app/assets/stylesheets/style.scss */
.text-active-light {
  transition: color .2s ease;
}

/* line 40822, app/assets/stylesheets/style.scss */
.text-active-light i {
  transition: color .2s ease;
}

/* line 40825, app/assets/stylesheets/style.scss */
.text-active-light.active {
  transition: color .2s ease;
  color: var(--bs-text-light) !important;
}

/* line 40829, app/assets/stylesheets/style.scss */
.text-active-light.active i {
  transition: color .2s ease;
  color: var(--bs-text-light) !important;
}

/* line 40833, app/assets/stylesheets/style.scss */
.text-active-light.active .svg-icon {
  color: var(--bs-text-light) !important;
}

/* line 40836, app/assets/stylesheets/style.scss */
.text-success {
  color: var(--bs-text-success) !important;
}

/* line 40839, app/assets/stylesheets/style.scss */
.text-inverse-success {
  color: var(--bs-success-inverse) !important;
}

/* line 40842, app/assets/stylesheets/style.scss */
.text-light-success {
  color: var(--bs-success-light) !important;
}

/* line 40845, app/assets/stylesheets/style.scss */
.text-hover-success {
  transition: color .2s ease;
}

/* line 40848, app/assets/stylesheets/style.scss */
.text-hover-success i {
  transition: color .2s ease;
}

/* line 40851, app/assets/stylesheets/style.scss */
.text-hover-success:hover {
  transition: color .2s ease;
  color: var(--bs-text-success) !important;
}

/* line 40855, app/assets/stylesheets/style.scss */
.text-hover-success:hover i {
  transition: color .2s ease;
  color: var(--bs-text-success) !important;
}

/* line 40859, app/assets/stylesheets/style.scss */
.text-hover-success:hover .svg-icon {
  color: var(--bs-text-success) !important;
}

/* line 40862, app/assets/stylesheets/style.scss */
.text-active-success {
  transition: color .2s ease;
}

/* line 40865, app/assets/stylesheets/style.scss */
.text-active-success i {
  transition: color .2s ease;
}

/* line 40868, app/assets/stylesheets/style.scss */
.text-active-success.active {
  transition: color .2s ease;
  color: var(--bs-text-success) !important;
}

/* line 40872, app/assets/stylesheets/style.scss */
.text-active-success.active i {
  transition: color .2s ease;
  color: var(--bs-text-success) !important;
}

/* line 40876, app/assets/stylesheets/style.scss */
.text-active-success.active .svg-icon {
  color: var(--bs-text-success) !important;
}

/* line 40879, app/assets/stylesheets/style.scss */
.text-info {
  color: var(--bs-text-info) !important;
}

/* line 40882, app/assets/stylesheets/style.scss */
.text-inverse-info {
  color: var(--bs-info-inverse) !important;
}

/* line 40885, app/assets/stylesheets/style.scss */
.text-light-info {
  color: var(--bs-info-light) !important;
}

/* line 40888, app/assets/stylesheets/style.scss */
.text-hover-info {
  transition: color .2s ease;
}

/* line 40891, app/assets/stylesheets/style.scss */
.text-hover-info i {
  transition: color .2s ease;
}

/* line 40894, app/assets/stylesheets/style.scss */
.text-hover-info:hover {
  transition: color .2s ease;
  color: var(--bs-text-info) !important;
}

/* line 40898, app/assets/stylesheets/style.scss */
.text-hover-info:hover i {
  transition: color .2s ease;
  color: var(--bs-text-info) !important;
}

/* line 40902, app/assets/stylesheets/style.scss */
.text-hover-info:hover .svg-icon {
  color: var(--bs-text-info) !important;
}

/* line 40905, app/assets/stylesheets/style.scss */
.text-active-info {
  transition: color .2s ease;
}

/* line 40908, app/assets/stylesheets/style.scss */
.text-active-info i {
  transition: color .2s ease;
}

/* line 40911, app/assets/stylesheets/style.scss */
.text-active-info.active {
  transition: color .2s ease;
  color: var(--bs-text-info) !important;
}

/* line 40915, app/assets/stylesheets/style.scss */
.text-active-info.active i {
  transition: color .2s ease;
  color: var(--bs-text-info) !important;
}

/* line 40919, app/assets/stylesheets/style.scss */
.text-active-info.active .svg-icon {
  color: var(--bs-text-info) !important;
}

/* line 40922, app/assets/stylesheets/style.scss */
.text-warning {
  color: var(--bs-text-warning) !important;
}

/* line 40925, app/assets/stylesheets/style.scss */
.text-inverse-warning {
  color: var(--bs-warning-inverse) !important;
}

/* line 40928, app/assets/stylesheets/style.scss */
.text-light-warning {
  color: var(--bs-warning-light) !important;
}

/* line 40931, app/assets/stylesheets/style.scss */
.text-hover-warning {
  transition: color .2s ease;
}

/* line 40934, app/assets/stylesheets/style.scss */
.text-hover-warning i {
  transition: color .2s ease;
}

/* line 40937, app/assets/stylesheets/style.scss */
.text-hover-warning:hover {
  transition: color .2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 40941, app/assets/stylesheets/style.scss */
.text-hover-warning:hover i {
  transition: color .2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 40945, app/assets/stylesheets/style.scss */
.text-hover-warning:hover .svg-icon {
  color: var(--bs-text-warning) !important;
}

/* line 40948, app/assets/stylesheets/style.scss */
.text-active-warning {
  transition: color .2s ease;
}

/* line 40951, app/assets/stylesheets/style.scss */
.text-active-warning i {
  transition: color .2s ease;
}

/* line 40954, app/assets/stylesheets/style.scss */
.text-active-warning.active {
  transition: color .2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 40958, app/assets/stylesheets/style.scss */
.text-active-warning.active i {
  transition: color .2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 40962, app/assets/stylesheets/style.scss */
.text-active-warning.active .svg-icon {
  color: var(--bs-text-warning) !important;
}

/* line 40965, app/assets/stylesheets/style.scss */
.text-danger {
  color: var(--bs-text-danger) !important;
}

/* line 40968, app/assets/stylesheets/style.scss */
.text-inverse-danger {
  color: var(--bs-danger-inverse) !important;
}

/* line 40971, app/assets/stylesheets/style.scss */
.text-light-danger {
  color: var(--bs-danger-light) !important;
}

/* line 40974, app/assets/stylesheets/style.scss */
.text-hover-danger {
  transition: color .2s ease;
}

/* line 40977, app/assets/stylesheets/style.scss */
.text-hover-danger i {
  transition: color .2s ease;
}

/* line 40980, app/assets/stylesheets/style.scss */
.text-hover-danger:hover {
  transition: color .2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 40984, app/assets/stylesheets/style.scss */
.text-hover-danger:hover i {
  transition: color .2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 40988, app/assets/stylesheets/style.scss */
.text-hover-danger:hover .svg-icon {
  color: var(--bs-text-danger) !important;
}

/* line 40991, app/assets/stylesheets/style.scss */
.text-active-danger {
  transition: color .2s ease;
}

/* line 40994, app/assets/stylesheets/style.scss */
.text-active-danger i {
  transition: color .2s ease;
}

/* line 40997, app/assets/stylesheets/style.scss */
.text-active-danger.active {
  transition: color .2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 41001, app/assets/stylesheets/style.scss */
.text-active-danger.active i {
  transition: color .2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 41005, app/assets/stylesheets/style.scss */
.text-active-danger.active .svg-icon {
  color: var(--bs-text-danger) !important;
}

/* line 41008, app/assets/stylesheets/style.scss */
.text-dark {
  color: var(--bs-text-dark) !important;
}

/* line 41011, app/assets/stylesheets/style.scss */
.text-inverse-dark {
  color: var(--bs-dark-inverse) !important;
}

/* line 41014, app/assets/stylesheets/style.scss */
.text-light-dark {
  color: var(--bs-dark-light) !important;
}

/* line 41017, app/assets/stylesheets/style.scss */
.text-hover-dark {
  transition: color .2s ease;
}

/* line 41020, app/assets/stylesheets/style.scss */
.text-hover-dark i {
  transition: color .2s ease;
}

/* line 41023, app/assets/stylesheets/style.scss */
.text-hover-dark:hover {
  transition: color .2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 41027, app/assets/stylesheets/style.scss */
.text-hover-dark:hover i {
  transition: color .2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 41031, app/assets/stylesheets/style.scss */
.text-hover-dark:hover .svg-icon {
  color: var(--bs-text-dark) !important;
}

/* line 41034, app/assets/stylesheets/style.scss */
.text-active-dark {
  transition: color .2s ease;
}

/* line 41037, app/assets/stylesheets/style.scss */
.text-active-dark i {
  transition: color .2s ease;
}

/* line 41040, app/assets/stylesheets/style.scss */
.text-active-dark.active {
  transition: color .2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 41044, app/assets/stylesheets/style.scss */
.text-active-dark.active i {
  transition: color .2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 41048, app/assets/stylesheets/style.scss */
.text-active-dark.active .svg-icon {
  color: var(--bs-text-dark) !important;
}

/* line 41051, app/assets/stylesheets/style.scss */
.text-muted {
  color: var(--bs-text-custom) !important;
}

/* line 41054, app/assets/stylesheets/style.scss */
.text-hover-muted {
  transition: color .2s ease;
}

/* line 41057, app/assets/stylesheets/style.scss */
.text-hover-muted i {
  transition: color .2s ease;
}

/* line 41060, app/assets/stylesheets/style.scss */
.text-hover-muted:hover {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 41064, app/assets/stylesheets/style.scss */
.text-hover-muted:hover i {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 41068, app/assets/stylesheets/style.scss */
.text-hover-muted:hover .svg-icon {
  color: var(--bs-text-muted) !important;
}

/* line 41071, app/assets/stylesheets/style.scss */
.text-active-muted {
  transition: color .2s ease;
}

/* line 41074, app/assets/stylesheets/style.scss */
.text-active-muted i {
  transition: color .2s ease;
}

/* line 41077, app/assets/stylesheets/style.scss */
.text-active-muted.active {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 41081, app/assets/stylesheets/style.scss */
.text-active-muted.active i {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 41085, app/assets/stylesheets/style.scss */
.text-active-muted.active .svg-icon {
  color: var(--bs-text-muted) !important;
}

/* line 41088, app/assets/stylesheets/style.scss */
.text-gray-100 {
  color: var(--bs-text-gray-100) !important;
}

/* line 41091, app/assets/stylesheets/style.scss */
.text-hover-gray-100 {
  transition: color .2s ease;
}

/* line 41094, app/assets/stylesheets/style.scss */
.text-hover-gray-100 i {
  transition: color .2s ease;
}

/* line 41097, app/assets/stylesheets/style.scss */
.text-hover-gray-100:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 41101, app/assets/stylesheets/style.scss */
.text-hover-gray-100:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 41105, app/assets/stylesheets/style.scss */
.text-hover-gray-100:hover .svg-icon {
  color: var(--bs-text-gray-100) !important;
}

/* line 41108, app/assets/stylesheets/style.scss */
.text-active-gray-100 {
  transition: color .2s ease;
}

/* line 41111, app/assets/stylesheets/style.scss */
.text-active-gray-100 i {
  transition: color .2s ease;
}

/* line 41114, app/assets/stylesheets/style.scss */
.text-active-gray-100.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 41118, app/assets/stylesheets/style.scss */
.text-active-gray-100.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 41122, app/assets/stylesheets/style.scss */
.text-active-gray-100.active .svg-icon {
  color: var(--bs-text-gray-100) !important;
}

/* line 41125, app/assets/stylesheets/style.scss */
.text-gray-200 {
  color: var(--bs-text-gray-200) !important;
}

/* line 41128, app/assets/stylesheets/style.scss */
.text-hover-gray-200 {
  transition: color .2s ease;
}

/* line 41131, app/assets/stylesheets/style.scss */
.text-hover-gray-200 i {
  transition: color .2s ease;
}

/* line 41134, app/assets/stylesheets/style.scss */
.text-hover-gray-200:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 41138, app/assets/stylesheets/style.scss */
.text-hover-gray-200:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 41142, app/assets/stylesheets/style.scss */
.text-hover-gray-200:hover .svg-icon {
  color: var(--bs-text-gray-200) !important;
}

/* line 41145, app/assets/stylesheets/style.scss */
.text-active-gray-200 {
  transition: color .2s ease;
}

/* line 41148, app/assets/stylesheets/style.scss */
.text-active-gray-200 i {
  transition: color .2s ease;
}

/* line 41151, app/assets/stylesheets/style.scss */
.text-active-gray-200.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 41155, app/assets/stylesheets/style.scss */
.text-active-gray-200.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 41159, app/assets/stylesheets/style.scss */
.text-active-gray-200.active .svg-icon {
  color: var(--bs-text-gray-200) !important;
}

/* line 41162, app/assets/stylesheets/style.scss */
.text-gray-300 {
  color: var(--bs-text-gray-300) !important;
}

/* line 41165, app/assets/stylesheets/style.scss */
.text-hover-gray-300 {
  transition: color .2s ease;
}

/* line 41168, app/assets/stylesheets/style.scss */
.text-hover-gray-300 i {
  transition: color .2s ease;
}

/* line 41171, app/assets/stylesheets/style.scss */
.text-hover-gray-300:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 41175, app/assets/stylesheets/style.scss */
.text-hover-gray-300:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 41179, app/assets/stylesheets/style.scss */
.text-hover-gray-300:hover .svg-icon {
  color: var(--bs-text-gray-300) !important;
}

/* line 41182, app/assets/stylesheets/style.scss */
.text-active-gray-300 {
  transition: color .2s ease;
}

/* line 41185, app/assets/stylesheets/style.scss */
.text-active-gray-300 i {
  transition: color .2s ease;
}

/* line 41188, app/assets/stylesheets/style.scss */
.text-active-gray-300.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 41192, app/assets/stylesheets/style.scss */
.text-active-gray-300.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 41196, app/assets/stylesheets/style.scss */
.text-active-gray-300.active .svg-icon {
  color: var(--bs-text-gray-300) !important;
}

/* line 41199, app/assets/stylesheets/style.scss */
.text-gray-400 {
  color: var(--bs-text-gray-400) !important;
}

/* line 41202, app/assets/stylesheets/style.scss */
.text-hover-gray-400 {
  transition: color .2s ease;
}

/* line 41205, app/assets/stylesheets/style.scss */
.text-hover-gray-400 i {
  transition: color .2s ease;
}

/* line 41208, app/assets/stylesheets/style.scss */
.text-hover-gray-400:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 41212, app/assets/stylesheets/style.scss */
.text-hover-gray-400:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 41216, app/assets/stylesheets/style.scss */
.text-hover-gray-400:hover .svg-icon {
  color: var(--bs-text-gray-400) !important;
}

/* line 41219, app/assets/stylesheets/style.scss */
.text-active-gray-400 {
  transition: color .2s ease;
}

/* line 41222, app/assets/stylesheets/style.scss */
.text-active-gray-400 i {
  transition: color .2s ease;
}

/* line 41225, app/assets/stylesheets/style.scss */
.text-active-gray-400.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 41229, app/assets/stylesheets/style.scss */
.text-active-gray-400.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 41233, app/assets/stylesheets/style.scss */
.text-active-gray-400.active .svg-icon {
  color: var(--bs-text-gray-400) !important;
}

/* line 41236, app/assets/stylesheets/style.scss */
.text-gray-500 {
  color: var(--bs-text-gray-500) !important;
}

/* line 41239, app/assets/stylesheets/style.scss */
.text-hover-gray-500 {
  transition: color .2s ease;
}

/* line 41242, app/assets/stylesheets/style.scss */
.text-hover-gray-500 i {
  transition: color .2s ease;
}

/* line 41245, app/assets/stylesheets/style.scss */
.text-hover-gray-500:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 41249, app/assets/stylesheets/style.scss */
.text-hover-gray-500:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 41253, app/assets/stylesheets/style.scss */
.text-hover-gray-500:hover .svg-icon {
  color: var(--bs-text-gray-500) !important;
}

/* line 41256, app/assets/stylesheets/style.scss */
.text-active-gray-500 {
  transition: color .2s ease;
}

/* line 41259, app/assets/stylesheets/style.scss */
.text-active-gray-500 i {
  transition: color .2s ease;
}

/* line 41262, app/assets/stylesheets/style.scss */
.text-active-gray-500.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 41266, app/assets/stylesheets/style.scss */
.text-active-gray-500.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 41270, app/assets/stylesheets/style.scss */
.text-active-gray-500.active .svg-icon {
  color: var(--bs-text-gray-500) !important;
}

/* line 41273, app/assets/stylesheets/style.scss */
.text-gray-600 {
  color: var(--bs-text-gray-600) !important;
}

/* line 41276, app/assets/stylesheets/style.scss */
.text-hover-gray-600 {
  transition: color .2s ease;
}

/* line 41279, app/assets/stylesheets/style.scss */
.text-hover-gray-600 i {
  transition: color .2s ease;
}

/* line 41282, app/assets/stylesheets/style.scss */
.text-hover-gray-600:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 41286, app/assets/stylesheets/style.scss */
.text-hover-gray-600:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 41290, app/assets/stylesheets/style.scss */
.text-hover-gray-600:hover .svg-icon {
  color: var(--bs-text-gray-600) !important;
}

/* line 41293, app/assets/stylesheets/style.scss */
.text-active-gray-600 {
  transition: color .2s ease;
}

/* line 41296, app/assets/stylesheets/style.scss */
.text-active-gray-600 i {
  transition: color .2s ease;
}

/* line 41299, app/assets/stylesheets/style.scss */
.text-active-gray-600.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 41303, app/assets/stylesheets/style.scss */
.text-active-gray-600.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 41307, app/assets/stylesheets/style.scss */
.text-active-gray-600.active .svg-icon {
  color: var(--bs-text-gray-600) !important;
}

/* line 41310, app/assets/stylesheets/style.scss */
.text-gray-700 {
  color: var(--bs-text-gray-700) !important;
}

/* line 41313, app/assets/stylesheets/style.scss */
.text-hover-gray-700 {
  transition: color .2s ease;
}

/* line 41316, app/assets/stylesheets/style.scss */
.text-hover-gray-700 i {
  transition: color .2s ease;
}

/* line 41319, app/assets/stylesheets/style.scss */
.text-hover-gray-700:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 41323, app/assets/stylesheets/style.scss */
.text-hover-gray-700:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 41327, app/assets/stylesheets/style.scss */
.text-hover-gray-700:hover .svg-icon {
  color: var(--bs-text-gray-700) !important;
}

/* line 41330, app/assets/stylesheets/style.scss */
.text-active-gray-700 {
  transition: color .2s ease;
}

/* line 41333, app/assets/stylesheets/style.scss */
.text-active-gray-700 i {
  transition: color .2s ease;
}

/* line 41336, app/assets/stylesheets/style.scss */
.text-active-gray-700.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 41340, app/assets/stylesheets/style.scss */
.text-active-gray-700.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 41344, app/assets/stylesheets/style.scss */
.text-active-gray-700.active .svg-icon {
  color: var(--bs-text-gray-700) !important;
}

/* line 41347, app/assets/stylesheets/style.scss */
.text-gray-800 {
  color: var(--bs-text-gray-800) !important;
}

/* line 41350, app/assets/stylesheets/style.scss */
.text-hover-gray-800 {
  transition: color .2s ease;
}

/* line 41353, app/assets/stylesheets/style.scss */
.text-hover-gray-800 i {
  transition: color .2s ease;
}

/* line 41356, app/assets/stylesheets/style.scss */
.text-hover-gray-800:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 41360, app/assets/stylesheets/style.scss */
.text-hover-gray-800:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 41364, app/assets/stylesheets/style.scss */
.text-hover-gray-800:hover .svg-icon {
  color: var(--bs-text-gray-800) !important;
}

/* line 41367, app/assets/stylesheets/style.scss */
.text-active-gray-800 {
  transition: color .2s ease;
}

/* line 41370, app/assets/stylesheets/style.scss */
.text-active-gray-800 i {
  transition: color .2s ease;
}

/* line 41373, app/assets/stylesheets/style.scss */
.text-active-gray-800.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 41377, app/assets/stylesheets/style.scss */
.text-active-gray-800.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 41381, app/assets/stylesheets/style.scss */
.text-active-gray-800.active .svg-icon {
  color: var(--bs-text-gray-800) !important;
}

/* line 41384, app/assets/stylesheets/style.scss */
.text-gray-900 {
  color: var(--bs-text-gray-900) !important;
}

/* line 41387, app/assets/stylesheets/style.scss */
.text-hover-gray-900 {
  transition: color .2s ease;
}

/* line 41390, app/assets/stylesheets/style.scss */
.text-hover-gray-900 i {
  transition: color .2s ease;
}

/* line 41393, app/assets/stylesheets/style.scss */
.text-hover-gray-900:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 41397, app/assets/stylesheets/style.scss */
.text-hover-gray-900:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 41401, app/assets/stylesheets/style.scss */
.text-hover-gray-900:hover .svg-icon {
  color: var(--bs-text-gray-900) !important;
}

/* line 41404, app/assets/stylesheets/style.scss */
.text-active-gray-900 {
  transition: color .2s ease;
}

/* line 41407, app/assets/stylesheets/style.scss */
.text-active-gray-900 i {
  transition: color .2s ease;
}

/* line 41410, app/assets/stylesheets/style.scss */
.text-active-gray-900.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 41414, app/assets/stylesheets/style.scss */
.text-active-gray-900.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 41418, app/assets/stylesheets/style.scss */
.text-active-gray-900.active .svg-icon {
  color: var(--bs-text-gray-900) !important;
}

/* line 41421, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-white {
  transition: color .2s ease;
}

/* line 41424, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-white {
  transition: color .2s ease;
  color: var(--bs-text-white) !important;
}

/* line 41428, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-primary {
  transition: color .2s ease;
}

/* line 41431, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-primary {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 41435, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-secondary {
  transition: color .2s ease;
}

/* line 41438, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-secondary {
  transition: color .2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 41442, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-light {
  transition: color .2s ease;
}

/* line 41445, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-light {
  transition: color .2s ease;
  color: var(--bs-text-light) !important;
}

/* line 41449, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-success {
  transition: color .2s ease;
}

/* line 41452, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-success {
  transition: color .2s ease;
  color: var(--bs-text-success) !important;
}

/* line 41456, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-info {
  transition: color .2s ease;
}

/* line 41459, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-info {
  transition: color .2s ease;
  color: var(--bs-text-info) !important;
}

/* line 41463, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-warning {
  transition: color .2s ease;
}

/* line 41466, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-warning {
  transition: color .2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 41470, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-danger {
  transition: color .2s ease;
}

/* line 41473, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-danger {
  transition: color .2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 41477, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-dark {
  transition: color .2s ease;
}

/* line 41480, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-dark {
  transition: color .2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 41484, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-muted {
  transition: color .2s ease;
}

/* line 41487, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-muted {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 41491, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-100 {
  transition: color .2s ease;
}

/* line 41494, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-100 {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 41498, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-200 {
  transition: color .2s ease;
}

/* line 41501, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-200 {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 41505, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-300 {
  transition: color .2s ease;
}

/* line 41508, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-300 {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 41512, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-400 {
  transition: color .2s ease;
}

/* line 41515, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-400 {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 41519, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-500 {
  transition: color .2s ease;
}

/* line 41522, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-500 {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 41526, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-600 {
  transition: color .2s ease;
}

/* line 41529, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-600 {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 41533, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-700 {
  transition: color .2s ease;
}

/* line 41536, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-700 {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 41540, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-800 {
  transition: color .2s ease;
}

/* line 41543, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-800 {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 41547, app/assets/stylesheets/style.scss */
.parent-hover .parent-hover-gray-900 {
  transition: color .2s ease;
}

/* line 41550, app/assets/stylesheets/style.scss */
.parent-hover:hover .parent-hover-gray-900 {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 41554, app/assets/stylesheets/style.scss */
.parent-active .parent-active-white {
  transition: color .2s ease;
}

/* line 41557, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-white {
  transition: color .2s ease;
  color: var(--bs-text-white) !important;
}

/* line 41561, app/assets/stylesheets/style.scss */
.parent-active .parent-active-primary {
  transition: color .2s ease;
}

/* line 41564, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-primary {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important;
}

/* line 41568, app/assets/stylesheets/style.scss */
.parent-active .parent-active-secondary {
  transition: color .2s ease;
}

/* line 41571, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-secondary {
  transition: color .2s ease;
  color: var(--bs-text-secondary) !important;
}

/* line 41575, app/assets/stylesheets/style.scss */
.parent-active .parent-active-light {
  transition: color .2s ease;
}

/* line 41578, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-light {
  transition: color .2s ease;
  color: var(--bs-text-light) !important;
}

/* line 41582, app/assets/stylesheets/style.scss */
.parent-active .parent-active-success {
  transition: color .2s ease;
}

/* line 41585, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-success {
  transition: color .2s ease;
  color: var(--bs-text-success) !important;
}

/* line 41589, app/assets/stylesheets/style.scss */
.parent-active .parent-active-info {
  transition: color .2s ease;
}

/* line 41592, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-info {
  transition: color .2s ease;
  color: var(--bs-text-info) !important;
}

/* line 41596, app/assets/stylesheets/style.scss */
.parent-active .parent-active-warning {
  transition: color .2s ease;
}

/* line 41599, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-warning {
  transition: color .2s ease;
  color: var(--bs-text-warning) !important;
}

/* line 41603, app/assets/stylesheets/style.scss */
.parent-active .parent-active-danger {
  transition: color .2s ease;
}

/* line 41606, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-danger {
  transition: color .2s ease;
  color: var(--bs-text-danger) !important;
}

/* line 41610, app/assets/stylesheets/style.scss */
.parent-active .parent-active-dark {
  transition: color .2s ease;
}

/* line 41613, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-dark {
  transition: color .2s ease;
  color: var(--bs-text-dark) !important;
}

/* line 41617, app/assets/stylesheets/style.scss */
.parent-active .parent-active-muted {
  transition: color .2s ease;
}

/* line 41620, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-muted {
  transition: color .2s ease;
  color: var(--bs-text-muted) !important;
}

/* line 41624, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-100 {
  transition: color .2s ease;
}

/* line 41627, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-100 {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important;
}

/* line 41631, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-200 {
  transition: color .2s ease;
}

/* line 41634, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-200 {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important;
}

/* line 41638, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-300 {
  transition: color .2s ease;
}

/* line 41641, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-300 {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important;
}

/* line 41645, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-400 {
  transition: color .2s ease;
}

/* line 41648, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-400 {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important;
}

/* line 41652, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-500 {
  transition: color .2s ease;
}

/* line 41655, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-500 {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important;
}

/* line 41659, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-600 {
  transition: color .2s ease;
}

/* line 41662, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-600 {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important;
}

/* line 41666, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-700 {
  transition: color .2s ease;
}

/* line 41669, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-700 {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important;
}

/* line 41673, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-800 {
  transition: color .2s ease;
}

/* line 41676, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-800 {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important;
}

/* line 41680, app/assets/stylesheets/style.scss */
.parent-active .parent-active-gray-900 {
  transition: color .2s ease;
}

/* line 41683, app/assets/stylesheets/style.scss */
.parent-active.active .parent-active-gray-900 {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important;
}

/* line 41687, app/assets/stylesheets/style.scss */
.text-transparent {
  color: transparent;
}

/* line 41690, app/assets/stylesheets/style.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 41693, app/assets/stylesheets/style.scss */
.cursor-default {
  cursor: default;
}

/* line 41696, app/assets/stylesheets/style.scss */
.cursor-move {
  cursor: move;
}

/* line 41699, app/assets/stylesheets/style.scss */
i.bi, i[class*=" fa-"], i[class*=" fonticon-"], i[class*=" la-"], i[class^=fa-], i[class^=fonticon-], i[class^=la-] {
  line-height: 1;
  font-size: 1rem;
  color: var(--bs-text-muted);
}

/* line 41704, app/assets/stylesheets/style.scss */
a {
  transition: color .2s ease;
}

/* line 41707, app/assets/stylesheets/style.scss */
a:hover {
  transition: color .2s ease;
}

/* line 41710, app/assets/stylesheets/style.scss */
.opacity-active-0.active {
  opacity: 0 !important;
}

/* line 41713, app/assets/stylesheets/style.scss */
.opacity-state-0.active, .opacity-state-0:hover {
  opacity: 0 !important;
}

/* line 41716, app/assets/stylesheets/style.scss */
.opacity-active-5.active {
  opacity: 0.05 !important;
}

/* line 41719, app/assets/stylesheets/style.scss */
.opacity-state-5.active, .opacity-state-5:hover {
  opacity: 0.05 !important;
}

/* line 41722, app/assets/stylesheets/style.scss */
.opacity-active-10.active {
  opacity: 0.1 !important;
}

/* line 41725, app/assets/stylesheets/style.scss */
.opacity-state-10.active, .opacity-state-10:hover {
  opacity: 0.1 !important;
}

/* line 41728, app/assets/stylesheets/style.scss */
.opacity-active-15.active {
  opacity: 0.15 !important;
}

/* line 41731, app/assets/stylesheets/style.scss */
.opacity-state-15.active, .opacity-state-15:hover {
  opacity: 0.15 !important;
}

/* line 41734, app/assets/stylesheets/style.scss */
.opacity-active-20.active {
  opacity: 0.2 !important;
}

/* line 41737, app/assets/stylesheets/style.scss */
.opacity-state-20.active, .opacity-state-20:hover {
  opacity: 0.2 !important;
}

/* line 41740, app/assets/stylesheets/style.scss */
.opacity-active-25.active {
  opacity: 0.25 !important;
}

/* line 41743, app/assets/stylesheets/style.scss */
.opacity-state-25.active, .opacity-state-25:hover {
  opacity: 0.25 !important;
}

/* line 41746, app/assets/stylesheets/style.scss */
.opacity-active-50.active {
  opacity: 0.5 !important;
}

/* line 41749, app/assets/stylesheets/style.scss */
.opacity-state-50.active, .opacity-state-50:hover {
  opacity: 0.5 !important;
}

/* line 41752, app/assets/stylesheets/style.scss */
.opacity-active-75.active {
  opacity: 0.75 !important;
}

/* line 41755, app/assets/stylesheets/style.scss */
.opacity-state-75.active, .opacity-state-75:hover {
  opacity: 0.75 !important;
}

/* line 41758, app/assets/stylesheets/style.scss */
.opacity-active-100.active {
  opacity: 1 !important;
}

/* line 41761, app/assets/stylesheets/style.scss */
.opacity-state-100.active, .opacity-state-100:hover {
  opacity: 1 !important;
}

/* line 41764, app/assets/stylesheets/style.scss */
.transform-90 {
  transform: rotate(90deg);
  transform-origin: right top;
}

/* line 41768, app/assets/stylesheets/style.scss */
.stepper.stepper-pills.stepper-multistep {
  --bs-stepper-pills-size: 46px;
  --bs-stepper-icon-border-radius: 9px;
  --bs-stepper-icon-check-size: 1.25rem;
  --bs-stepper-icon-bg-color: rgba(255,  255,  255,  0.03);
  --bs-stepper-icon-bg-color-current: var(--bs-success);
  --bs-stepper-icon-bg-color-completed: rgba(255,  255,  255,  0.03);
  --bs-stepper-icon-border: 1px dashed rgba(255,  255,  255,  0.3);
  --bs-stepper-icon-border-current: 0;
  --bs-stepper-icon-border-completed: 1px dashed rgba(255,  255,  255,  0.3);
  --bs-stepper-icon-number-color: var(--bs-white);
  --bs-stepper-icon-number-color-current: var(--bs-white);
  --bs-stepper-icon-number-color-completed: var(--bs-white);
  --bs-stepper-icon-check-color-completed: var(--bs-success);
  --bs-stepper-label-title-opacity: 0.7;
  --bs-stepper-label-title-opacity-current: 1;
  --bs-stepper-label-title-opacity-completed: 1;
  --bs-stepper-label-title-color: var(--bs-white);
  --bs-stepper-label-title-color-current: var(--bs-white);
  --bs-stepper-label-title-color-completed: var(--bs-white);
  --bs-stepper-label-desc-opacity: 0.7;
  --bs-stepper-label-desc-opacity-current: 0.7;
  --bs-stepper-label-desc-opacity-completed: 0.7;
  --bs-stepper-label-desc-color: var(--bs-white);
  --bs-stepper-label-desc-color-current: var(--bs-white);
  --bs-stepper-label-desc-color-completed: var(--bs-white);
  --bs-stepper-line-border: 1px dashed rgba(255,  255,  255,  0.3);
}

/* line 41796, app/assets/stylesheets/style.scss */
.landing-dark-bg {
  background-color: #13263c;
}

/* line 41799, app/assets/stylesheets/style.scss */
.landing-dark-color {
  color: #13263c;
}

/* line 41802, app/assets/stylesheets/style.scss */
.landing-dark-border {
  border: 1px dashed #2c3f5b;
}

/* line 41805, app/assets/stylesheets/style.scss */
.landing-dark-separator {
  border-top: 1px dashed #2c3f5b;
}

/* line 41808, app/assets/stylesheets/style.scss */
.landing-curve {
  position: relative;
}

/* line 41811, app/assets/stylesheets/style.scss */
.landing-curve svg {
  position: relative;
  top: 0;
  display: block;
}

/* line 41816, app/assets/stylesheets/style.scss */
.landing-header {
  display: flex;
  align-items: center;
  height: 100px;
}

/* line 41821, app/assets/stylesheets/style.scss */
.landing-header .logo-default {
  display: block;
}

/* line 41824, app/assets/stylesheets/style.scss */
.landing-header .logo-sticky {
  display: none;
}

/* line 41827, app/assets/stylesheets/style.scss */
.landing-header .menu .menu-link.active {
  color: #fff;
}

/* line 41830, app/assets/stylesheets/style.scss */
[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
  color: #009ef7;
  background-color: rgba(239, 242, 245, 0.4);
}

/* line 41834, app/assets/stylesheets/style.scss */
[data-kt-sticky-landing-header=on] .landing-header {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.05);
  height: 70px;
}

/* line 41845, app/assets/stylesheets/style.scss */
[data-kt-sticky-landing-header=on] .landing-header .logo-sticky {
  display: block;
}

/* line 41848, app/assets/stylesheets/style.scss */
[data-kt-sticky-landing-header=on] .landing-header .logo-default {
  display: none;
}

/* line 41851, app/assets/stylesheets/style.scss */
body[data-kt-sticky-landing-header=on] {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  /* line 41855, app/assets/stylesheets/style.scss */
  .landing-header {
    height: 70px;
  }
  /* line 41858, app/assets/stylesheets/style.scss */
  .landing-header .landing-menu-wrapper {
    position: relative;
    overflow: auto;
  }
  /* line 41862, app/assets/stylesheets/style.scss */
  [data-kt-sticky-landing-header=on] .landing-header {
    height: 70px;
  }
  /* line 41865, app/assets/stylesheets/style.scss */
  .landing-header .menu .menu-link.active {
    color: #009ef7;
    background-color: rgba(239, 242, 245, 0.4);
  }
  /* line 41869, app/assets/stylesheets/style.scss */
  body[data-kt-sticky-landing-header=on] {
    padding-top: 70px;
  }
}

/* line 41872, app/assets/stylesheets/style.scss */
[data-bs-theme=light] {
  --bs-page-bg: #ffffff;
  --bs-app-blank-bg: #ffffff;
  --bs-header-bg-color: #654837;
  --bs-header-border-bottom: 0;
  --bs-aside-bg-color: #f0eee8;
}

/* line 41879, app/assets/stylesheets/style.scss */
[data-bs-theme=dark] {
  --bs-page-bg: #151521;
  --bs-app-blank-bg: #151521;
  --bs-header-bg-color: #1E1E2D;
  --bs-header-border-bottom: 1px solid #2D2D43;
  --bs-aside-bg-color: #1E1E2D;
}

/* line 41886, app/assets/stylesheets/style.scss */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}

/* line 41889, app/assets/stylesheets/style.scss */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px !important;
  font-weight: 400;
  font-family: Inter, Helvetica, sans-serif;
}

@media (max-width: 991.98px) {
  /* line 41900, app/assets/stylesheets/style.scss */
  body, html {
    font-size: 13px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 41904, app/assets/stylesheets/style.scss */
  body, html {
    font-size: 12px !important;
  }
}

/* line 41907, app/assets/stylesheets/style.scss */
body {
  display: flex;
  flex-direction: column;
}

/* line 41911, app/assets/stylesheets/style.scss */
body a:active, body a:focus, body a:hover {
  text-decoration: none !important;
}

/* line 41914, app/assets/stylesheets/style.scss */
canvas {
  user-select: none;
}

/* line 41917, app/assets/stylesheets/style.scss */
router-outlet {
  display: none;
}

@media print {
  /* line 41921, app/assets/stylesheets/style.scss */
  .print-content-only {
    padding: 0 !important;
    background: 0 0 !important;
  }
  /* line 41925, app/assets/stylesheets/style.scss */
  .print-content-only .container, .print-content-only .container-fluid, .print-content-only .container-lg, .print-content-only .container-md, .print-content-only .container-sm, .print-content-only .container-xl, .print-content-only .container-xxl, .print-content-only .page, .print-content-only .page-title .content, .print-content-only .wrapper {
    background: 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 41930, app/assets/stylesheets/style.scss */
  .print-content-only .aside, .print-content-only .btn, .print-content-only .drawer, .print-content-only .footer, .print-content-only .header, .print-content-only .scrolltop, .print-content-only .sidebar, .print-content-only .toolbar {
    display: none !important;
  }
}

/* line 41933, app/assets/stylesheets/style.scss */
body {
  background-color: var(--bs-page-bg);
}

/* line 41936, app/assets/stylesheets/style.scss */
.text-page-bg {
  color: #fff;
}

/* line 41939, app/assets/stylesheets/style.scss */
.app-blank {
  background-color: var(--bs-app-blank-bg) !important;
}

/* line 41942, app/assets/stylesheets/style.scss */
.header-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 41946, app/assets/stylesheets/style.scss */
.page-bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/../media/misc/page-bg.jpg);
}

/* line 41953, app/assets/stylesheets/style.scss */
.modal-fullscreen .modal-content {
  border-radius: 24px;
}

/* line 41956, app/assets/stylesheets/style.scss */
.modal-fullscreen .modal-content .modal-header {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}

@media (min-width: 992px) {
  /* line 41961, app/assets/stylesheets/style.scss */
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 30px;
  }
  /* line 41964, app/assets/stylesheets/style.scss */
  .wrapper {
    transition: padding-left ease;
    padding-top: 75px;
    padding-left: 330px;
  }
}

@media (max-width: 991.98px) {
  /* line 41970, app/assets/stylesheets/style.scss */
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: none;
    padding: 0 15px;
  }
  /* line 41974, app/assets/stylesheets/style.scss */
  .header-tablet-and-mobile-fixed .wrapper {
    padding-top: 60px;
  }
}

/* line 41977, app/assets/stylesheets/style.scss */
.header {
  display: flex;
  align-items: stretch;
}

/* line 41981, app/assets/stylesheets/style.scss */
.header .header-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 41986, app/assets/stylesheets/style.scss */
.header .container, .header .container-fluid, .header .container-lg, .header .container-md, .header .container-sm, .header .container-xl, .header .container-xxl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* line 41991, app/assets/stylesheets/style.scss */
.header .header-search i {
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 992px) {
  /* line 41995, app/assets/stylesheets/style.scss */
  .header {
    position: fixed;
    height: 75px;
    z-index: 100;
    background-color: var(--bs-header-bg-color);
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 42005, app/assets/stylesheets/style.scss */
  .header {
    height: 60px;
  }
  /* line 42008, app/assets/stylesheets/style.scss */
  .header-tablet-and-mobile-fixed .header {
    position: fixed;
    height: 60px;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 42017, app/assets/stylesheets/style.scss */
  .topbar .header-search form .form-control {
    border-radius: .475rem;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }
  /* line 42023, app/assets/stylesheets/style.scss */
  .topbar .header-search form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  /* line 42026, app/assets/stylesheets/style.scss */
  .topbar .header-search form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
    opacity: 1;
  }
  /* line 42030, app/assets/stylesheets/style.scss */
  .topbar .header-search form .svg-icon {
    color: #fff;
  }
  /* line 42033, app/assets/stylesheets/style.scss */
  .topbar .header-search form .spinner-border {
    color: rgba(255, 255, 255, 0.75) !important;
  }
}

@media (max-width: 991.98px) {
  /* line 42037, app/assets/stylesheets/style.scss */
  .topbar .btn {
    height: 33px;
    display: flex;
    align-items: center;
  }
  /* line 42042, app/assets/stylesheets/style.scss */
  .topbar .btn-icon {
    width: 33px;
    height: 33px;
  }
  /* line 42046, app/assets/stylesheets/style.scss */
  .topbar .header-search form .form-control {
    height: 33px;
  }
}

/* line 42049, app/assets/stylesheets/style.scss */
.aside {
  display: flex;
  flex-direction: column;
  background-color: var(--bs-aside-bg-color);
  padding: 0;
}

/* line 42055, app/assets/stylesheets/style.scss */
.aside .aside-menu {
  display: flex;
  width: 100%;
}

/* line 42058, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu > .menu-item > .menu-link {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

/* line 42062, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu > .menu-item > .menu-link .menu-title {
  font-size: 1.1rem;
}

/* line 42065, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu > .menu-item.menu-accordion.show > .menu-link > .menu-icon .svg-icon, .aside .aside-menu .menu > .menu-item.menu-accordion.showing > .menu-link > .menu-icon .svg-icon {
  transform: rotateZ(-90deg);
  transform: rotateZ(90deg);
  transition: transform .3s ease;
}

/* line 42070, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu > .menu-item.menu-accordion.hiding > .menu-link > .menu-icon .svg-icon {
  transform: rotateZ(0);
  transform: rotateZ(0);
  transition: transform .3s ease;
}

/* line 42075, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link {
  background-color: transparent;
  color: var(--bs-text-custom);
}

/* line 42079, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link .menu-title {
  color: var(--bs-text-custom);
}

/* line 42082, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link .menu-icon, .aside .aside-menu .menu .menu-item .menu-link .menu-icon .svg-icon, .aside .aside-menu .menu .menu-item .menu-link .menu-icon i {
  color: var(--bs-text-custom-primary);
}

/* line 42085, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-400);
}

/* line 42088, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link .menu-arrow:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-400);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-400);
  -webkit-mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

/* line 42104, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .aside .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s ease;
  background-color: transparent;
  color: var(--bs-gray-900);
}

/* line 42109, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .aside .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--bs-gray-900);
}

/* line 42112, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.here > .menu-link {
  transition: color .2s ease;
  background-color: transparent;
  color: var(--bs-gray-900);
}

/* line 42117, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.here > .menu-link .menu-title {
  color: var(--bs-gray-900);
}

/* line 42120, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.show > .menu-link {
  transition: color .2s ease;
  background-color: transparent;
  color: var(--bs-gray-900);
}

/* line 42125, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.show > .menu-link .menu-title {
  color: var(--bs-gray-900);
}

/* line 42128, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.show > .menu-link .menu-icon, .aside .aside-menu .menu .menu-item.show > .menu-link .menu-icon .svg-icon, .aside .aside-menu .menu .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 42131, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 42134, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link.active {
  transition: color .2s ease;
  background-color: transparent;
  color: var(--bs-gray-900);
}

/* line 42139, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link.active .menu-title {
  color: var(--bs-gray-900);
}

/* line 42142, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link.active .menu-icon, .aside .aside-menu .menu .menu-item .menu-link.active .menu-icon .svg-icon, .aside .aside-menu .menu .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-gray-900);
}

/* line 42145, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-gray-900);
}

/* line 42148, app/assets/stylesheets/style.scss */
.aside .aside-menu .menu .menu-item > .menu-link.active .menu-title {
  font-weight: 600;
}

@media (min-width: 992px) {
  /* line 42152, app/assets/stylesheets/style.scss */
  .aside {
    position: fixed;
    top: 105px;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    overflow: scroll;
    width: 300px;
    border-radius: 1.75rem;
  }
}

@media (max-width: 991.98px) {
  /* line 42163, app/assets/stylesheets/style.scss */
  .aside {
    display: none;
  }
  /* line 42166, app/assets/stylesheets/style.scss */
  .aside .aside-logo {
    display: none;
  }
}

/* line 42169, app/assets/stylesheets/style.scss */
.toolbar {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 42174, app/assets/stylesheets/style.scss */
  .toolbar {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  /* line 42178, app/assets/stylesheets/style.scss */
  .content {
    padding: 30px 0;
  }
}

@media (max-width: 991.98px) {
  /* line 42182, app/assets/stylesheets/style.scss */
  .content {
    padding: 15px 0;
  }
}

/* line 42185, app/assets/stylesheets/style.scss */
.launcher {
  padding: 50px;
}

/* line 42188, app/assets/stylesheets/style.scss */
.launcher .sidebar {
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 425px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  background-color: rgba(19, 0, 97, 0.3);
  border-radius: 1.75rem;
}

/* line 42200, app/assets/stylesheets/style.scss */
.launcher .sidebar .timeline .timeline-line {
  opacity: .2;
}

/* line 42203, app/assets/stylesheets/style.scss */
.launcher .sidebar .timeline .timeline-icon .symbol-label {
  background-color: #244cab;
}

/* line 42206, app/assets/stylesheets/style.scss */
.launcher .sidebar .border {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 42209, app/assets/stylesheets/style.scss */
.launcher .sidebar .hover-scroll-y {
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

/* line 42212, app/assets/stylesheets/style.scss */
.launcher .sidebar .hover-scroll-y::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 42215, app/assets/stylesheets/style.scss */
.launcher .sidebar .hover-scroll-y::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 42218, app/assets/stylesheets/style.scss */
.launcher .sidebar .hover-scroll-y:hover {
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

/* line 42221, app/assets/stylesheets/style.scss */
.launcher .sidebar .hover-scroll-y:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 42224, app/assets/stylesheets/style.scss */
.launcher .sidebar .hover-scroll-y:hover::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 42227, app/assets/stylesheets/style.scss */
.launcher.sidebar-enabled {
  padding-right: 475px;
}

@media (max-width: 991.98px) {
  /* line 42231, app/assets/stylesheets/style.scss */
  .launcher {
    padding: 15px;
  }
  /* line 42234, app/assets/stylesheets/style.scss */
  .launcher.sidebar-enabled {
    padding: 15px;
  }
  /* line 42237, app/assets/stylesheets/style.scss */
  .launcher .sidebar {
    display: none;
    background-color: rgba(19, 0, 97, 0.75);
    top: 15px;
    right: 15px;
    bottom: 15px;
  }
}

/* line 42246, app/assets/stylesheets/style.scss */
.logo-main {
  height: 180px;
}

/* line 42250, app/assets/stylesheets/style.scss */
button.fc--button.fc-button.fc-button-primary {
  display: none !important;
}

/* line 42254, app/assets/stylesheets/style.scss */
.form-select {
  -webkit-appearance: menulist !important;
}

/* line 42258, app/assets/stylesheets/style.scss */
.image-card {
  width: fit-content;
  margin: 0 auto;
  /* Center the card */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  /* Shadow */
  overflow: hidden;
  /* Clip the image corners to match the border radius */
  background: white;
  /* Optional, adds a white background */
}

/* line 42267, app/assets/stylesheets/style.scss */
.card-image {
  width: 100%;
  height: auto;
  /* Maintain the aspect ratio */
  display: block;
  /* Ensure no inline spacing around the image */
}

/* line 42273, app/assets/stylesheets/style.scss */
.divider-transparent {
  border-top: 1px solid transparent;
  margin: 20px 0;
}
